Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 43b882124282ec1afd2baf8b324d969a4719e16c+f32f4191109bc075ff9359b3fa855becd8fb908f (3355144cb5920d4cc863f1b0b68928c4968500ee) 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-24042 in /w/workspace/edgexfoundry_edgex-go_PR-3075 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/10 [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/10 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit f32f4191109bc075ff9359b3fa855becd8fb908f into PR head commit 43b882124282ec1afd2baf8b324d969a4719e16c Merge succeeded, producing 7f05382e1b612f5b5631b22f027035a888692348 Checking out Revision 7f05382e1b612f5b5631b22f027035a888692348 (PR-3075) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3075/head:refs/remotes/origin/PR-3075 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 43b882124282ec1afd2baf8b324d969a4719e16c # 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 f32f4191109bc075ff9359b3fa855becd8fb908f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7f05382e1b612f5b5631b22f027035a888692348 # timeout=10 Commit message: "Merge commit 'f32f4191109bc075ff9359b3fa855becd8fb908f' into HEAD" > git rev-list --no-walk 43b882124282ec1afd2baf8b324d969a4719e16c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-30T00:31:17.855Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-30T00:31:18.261Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-30T00:31:18.359Z] ========================================================= [2021-01-30T00:31:18.359Z] EdgeX Global Pipelines Version Info [2021-01-30T00:31:18.359Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-30T00:31:19.980Z] ------------------- [2021-01-30T00:31:19.980Z] stable info: [2021-01-30T00:31:19.980Z] ------------------- [2021-01-30T00:31:19.980Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-30T00:31:19.980Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-30T00:31:19.980Z] Message: update stable to v1.0.179 [2021-01-30T00:31:20.951Z] ------------------- [2021-01-30T00:31:20.951Z] experimental info: [2021-01-30T00:31:20.951Z] ------------------- [2021-01-30T00:31:20.951Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-30T00:31:20.951Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-30T00:31:20.951Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-30T00:31:21.234Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-30T00:31:21.320Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-30T00:31:21.417Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-30T00:31:21.500Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-30T00:31:21.607Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-30T00:31:21.716Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-30T00:31:21.821Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-30T00:31:21.903Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-30T00:31:21.983Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-30T00:31:22.069Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-30T00:31:22.164Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-30T00:31:22.251Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-30T00:31:22.336Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-30T00:31:22.449Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-30T00:31:22.610Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-30T00:31:22.715Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-30T00:31:22.809Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-30T00:31:22.909Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-30T00:31:22.991Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-30T00:31:23.090Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-30T00:31:23.172Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-30T00:31:23.254Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-30T00:31:23.373Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-30T00:31:23.505Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3075 [Pipeline] echo [2021-01-30T00:31:23.592Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3075 [Pipeline] echo [2021-01-30T00:31:23.680Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3075 [Pipeline] echo [2021-01-30T00:31:23.778Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7f05382e1b612f5b5631b22f027035a888692348 [Pipeline] echo [2021-01-30T00:31:23.869Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7f05382 [Pipeline] echo [2021-01-30T00:31:23.982Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-30T00:31:24.219Z] provisioning config files... [2021-01-30T00:31:24.247Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config5698757323270462296tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-30T00:31:24.604Z] ---> docker-login.sh [2021-01-30T00:31:24.604Z] nexus3.edgexfoundry.org:10001 [2021-01-30T00:31:24.867Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T00:31:25.135Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T00:31:25.135Z] Configure a credential helper to remove this warning. See [2021-01-30T00:31:25.135Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T00:31:25.135Z] [2021-01-30T00:31:25.135Z] Login Succeeded [2021-01-30T00:31:25.135Z] nexus3.edgexfoundry.org:10002 [2021-01-30T00:31:25.135Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T00:31:25.401Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T00:31:25.401Z] Configure a credential helper to remove this warning. See [2021-01-30T00:31:25.401Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T00:31:25.401Z] [2021-01-30T00:31:25.401Z] Login Succeeded [2021-01-30T00:31:25.401Z] nexus3.edgexfoundry.org:10003 [2021-01-30T00:31:25.401Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T00:31:25.401Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T00:31:25.401Z] Configure a credential helper to remove this warning. See [2021-01-30T00:31:25.401Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T00:31:25.401Z] [2021-01-30T00:31:25.401Z] Login Succeeded [2021-01-30T00:31:25.401Z] nexus3.edgexfoundry.org:10004 [2021-01-30T00:31:25.664Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T00:31:25.664Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T00:31:25.664Z] Configure a credential helper to remove this warning. See [2021-01-30T00:31:25.664Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T00:31:25.664Z] [2021-01-30T00:31:25.664Z] Login Succeeded [2021-01-30T00:31:25.664Z] docker.io [2021-01-30T00:31:25.927Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T00:31:26.197Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T00:31:26.197Z] Configure a credential helper to remove this warning. See [2021-01-30T00:31:26.197Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T00:31:26.197Z] [2021-01-30T00:31:26.197Z] Login Succeeded [2021-01-30T00:31:26.197Z] ---> docker-login.sh ends [Pipeline] } [2021-01-30T00:31:26.215Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-30T00:31:26.718Z] ++ 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-30T00:31:26.719Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-30T00:31:26.719Z] ++ dirname cmd/core-command/Dockerfile [2021-01-30T00:31:26.719Z] ++ cut -d/ -f2 [2021-01-30T00:31:26.719Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-30T00:31:26.719Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-30T00:31:26.719Z] ++ dirname cmd/core-data/Dockerfile [2021-01-30T00:31:26.719Z] ++ cut -d/ -f2 [2021-01-30T00:31:26.719Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-30T00:31:26.719Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-30T00:31:26.719Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-30T00:31:26.719Z] ++ cut -d/ -f2 [2021-01-30T00:31:26.719Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-30T00:31:26.719Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-30T00:31:26.719Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-30T00:31:26.719Z] ++ cut -d/ -f2 [2021-01-30T00:31:26.719Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-30T00:31:26.719Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-30T00:31:26.719Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-30T00:31:26.719Z] ++ cut -d/ -f2 [2021-01-30T00:31:26.719Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-30T00:31:26.719Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-30T00:31:26.719Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-30T00:31:26.719Z] ++ cut -d/ -f2 [2021-01-30T00:31:26.719Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-30T00:31:26.719Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-30T00:31:26.719Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-30T00:31:26.719Z] ++ cut -d/ -f2 [2021-01-30T00:31:26.719Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-30T00:31:26.719Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-30T00:31:26.719Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-30T00:31:26.719Z] ++ cut -d/ -f2 [2021-01-30T00:31:26.719Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-30T00:31:26.719Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-30T00:31:26.719Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-30T00:31:26.719Z] ++ cut -d/ -f2 [2021-01-30T00:31:26.719Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-30T00:31:26.866Z] 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-30T00:31:27.783Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-30T00:31:27.783Z] [2021-01-30T00:31:27.783Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-30T00:31:28.144Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-30T00:31:28.145Z] latest: Pulling from edgex-devops/git-semver [2021-01-30T00:31:28.145Z] 31603596830f: Pulling fs layer [2021-01-30T00:31:28.145Z] 2a8b12db71e7: Pulling fs layer [2021-01-30T00:31:28.145Z] 6ca5941a6612: Pulling fs layer [2021-01-30T00:31:28.145Z] ecc8261a40a4: Pulling fs layer [2021-01-30T00:31:28.145Z] ecc8261a40a4: Waiting [2021-01-30T00:31:28.145Z] 2a8b12db71e7: Verifying Checksum [2021-01-30T00:31:28.145Z] 2a8b12db71e7: Download complete [2021-01-30T00:31:28.145Z] 31603596830f: Verifying Checksum [2021-01-30T00:31:28.145Z] 31603596830f: Download complete [2021-01-30T00:31:28.420Z] ecc8261a40a4: Verifying Checksum [2021-01-30T00:31:28.420Z] ecc8261a40a4: Download complete [2021-01-30T00:31:28.420Z] 6ca5941a6612: Verifying Checksum [2021-01-30T00:31:28.420Z] 6ca5941a6612: Download complete [2021-01-30T00:31:28.997Z] 31603596830f: Pull complete [2021-01-30T00:31:28.997Z] 2a8b12db71e7: Pull complete [2021-01-30T00:31:29.959Z] 6ca5941a6612: Pull complete [2021-01-30T00:31:30.224Z] ecc8261a40a4: Pull complete [2021-01-30T00:31:30.224Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-30T00:31:30.224Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-30T00:31:30.224Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-30T00:31:30.334Z] prd-centos7-docker-4c-2g-24042 does not seem to be running inside a container [2021-01-30T00:31:30.385Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-30T00:31:33.070Z] $ docker top 400dc2db83cec42aff590556b72adce09225de47b24577c181460614b5babfbf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-30T00:31:33.444Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-30T00:31:33.444Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-30T00:31:33.684Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-30T00:31:33.687Z] $ docker exec 400dc2db83cec42aff590556b72adce09225de47b24577c181460614b5babfbf ssh-agent [2021-01-30T00:31:33.874Z] SSH_AUTH_SOCK=/tmp/ssh-dfe2CAAMdDsY/agent.11 [2021-01-30T00:31:33.874Z] SSH_AGENT_PID=16 [2021-01-30T00:31:33.887Z] Running ssh-add (command line suppressed) [2021-01-30T00:31:34.015Z] Identity added: /w/workspace/edgex-go/10@tmp/private_key_4812977005824391211.key (/w/workspace/edgex-go/10@tmp/private_key_4812977005824391211.key) [2021-01-30T00:31:34.069Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-30T00:31:34.403Z] + git tag --points-at HEAD [Pipeline] } [2021-01-30T00:31:34.427Z] $ docker exec --env ******** --env ******** 400dc2db83cec42aff590556b72adce09225de47b24577c181460614b5babfbf ssh-agent -k [2021-01-30T00:31:34.563Z] unset SSH_AUTH_SOCK; [2021-01-30T00:31:34.564Z] unset SSH_AGENT_PID; [2021-01-30T00:31:34.564Z] echo Agent pid 16 killed; [2021-01-30T00:31:34.612Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-30T00:31:34.743Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-30T00:31:34.743Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-30T00:31:34.930Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-30T00:31:34.934Z] $ docker exec 400dc2db83cec42aff590556b72adce09225de47b24577c181460614b5babfbf ssh-agent [2021-01-30T00:31:35.107Z] SSH_AUTH_SOCK=/tmp/ssh-Doh24xzTUZSy/agent.45 [2021-01-30T00:31:35.107Z] SSH_AGENT_PID=50 [2021-01-30T00:31:35.113Z] Running ssh-add (command line suppressed) [2021-01-30T00:31:35.253Z] Identity added: /w/workspace/edgex-go/10@tmp/private_key_6518758967427331655.key (/w/workspace/edgex-go/10@tmp/private_key_6518758967427331655.key) [2021-01-30T00:31:35.311Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-30T00:31:35.649Z] + git semver init [2021-01-30T00:31:35.649Z] # -> Open(): unable to determine branch for HEAD [2021-01-30T00:31:35.649Z] # $GIT_DIR = /w/workspace/edgex-go/10/.git [2021-01-30T00:31:35.649Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/10 [2021-01-30T00:31:35.649Z] # $SEMVER_REMOTE_NAME = origin [2021-01-30T00:31:35.649Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-30T00:31:35.649Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-30T00:31:35.649Z] # $SEMVER_BRANCH = PR-3075 [2021-01-30T00:31:35.649Z] # $SEMVER_TEMP = /tmp/semver-073129714 [2021-01-30T00:31:35.649Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-30T00:32:07.902Z] # '/tmp/semver-073129714' -> '/w/workspace/edgex-go/10/.semver' [2021-01-30T00:32:07.902Z] # -> Force: false [2021-01-30T00:32:07.902Z] # $SEMVER_DIR = /w/workspace/edgex-go/10/.semver [Pipeline] } [2021-01-30T00:32:07.916Z] $ docker exec --env ******** --env ******** 400dc2db83cec42aff590556b72adce09225de47b24577c181460614b5babfbf ssh-agent -k [2021-01-30T00:32:08.188Z] unset SSH_AUTH_SOCK; [2021-01-30T00:32:08.188Z] unset SSH_AGENT_PID; [2021-01-30T00:32:08.189Z] echo Agent pid 50 killed; [2021-01-30T00:32:08.294Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-30T00:32:08.770Z] + git semver [Pipeline] } [2021-01-30T00:32:08.789Z] $ docker stop --time=1 400dc2db83cec42aff590556b72adce09225de47b24577c181460614b5babfbf [2021-01-30T00:32:10.373Z] $ docker rm -f 400dc2db83cec42aff590556b72adce09225de47b24577c181460614b5babfbf [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-30T00:32:11.058Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-30T00:32:11.591Z] Stashed 1 file(s) [Pipeline] echo [2021-01-30T00:32:11.594Z] [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-30T00:32:12.528Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-30T00:32:12.839Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-30T00:32:13.140Z] + sudo service docker restart [2021-01-30T00:32:13.140Z] + true [2021-01-30T00:32:13.140Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-30T00:32:13.734Z] ========================================================= [2021-01-30T00:32:13.734Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-30T00:32:13.734Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-30T00:32:14.077Z] + 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-30T00:32:18.359Z] Sending build context to Docker daemon 327.3MB [2021-01-30T00:32:18.359Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-30T00:32:18.359Z] Step 2/6 : FROM ${BASE} [2021-01-30T00:32:18.359Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-30T00:32:18.359Z] 188c0c94c7c5: Pulling fs layer [2021-01-30T00:32:18.359Z] 0ef7d3d256c8: Pulling fs layer [2021-01-30T00:32:18.359Z] de9db76c5a1d: Pulling fs layer [2021-01-30T00:32:18.359Z] bca2f99d35d6: Pulling fs layer [2021-01-30T00:32:18.359Z] 93359f2a8cfa: Pulling fs layer [2021-01-30T00:32:18.359Z] 7c6f9722023f: Pulling fs layer [2021-01-30T00:32:18.359Z] a35cf1a2eb13: Pulling fs layer [2021-01-30T00:32:18.359Z] bca2f99d35d6: Waiting [2021-01-30T00:32:18.359Z] 93359f2a8cfa: Waiting [2021-01-30T00:32:18.359Z] 7c6f9722023f: Waiting [2021-01-30T00:32:18.359Z] a35cf1a2eb13: Waiting [2021-01-30T00:32:18.359Z] de9db76c5a1d: Verifying Checksum [2021-01-30T00:32:18.359Z] de9db76c5a1d: Download complete [2021-01-30T00:32:18.359Z] 0ef7d3d256c8: Download complete [2021-01-30T00:32:18.359Z] 93359f2a8cfa: Download complete [2021-01-30T00:32:18.359Z] 7c6f9722023f: Verifying Checksum [2021-01-30T00:32:18.359Z] 7c6f9722023f: Download complete [2021-01-30T00:32:18.359Z] 188c0c94c7c5: Verifying Checksum [2021-01-30T00:32:18.359Z] 188c0c94c7c5: Download complete [2021-01-30T00:32:18.630Z] 188c0c94c7c5: Pull complete [2021-01-30T00:32:18.897Z] 0ef7d3d256c8: Pull complete [2021-01-30T00:32:19.161Z] de9db76c5a1d: Pull complete [2021-01-30T00:32:20.121Z] a35cf1a2eb13: Verifying Checksum [2021-01-30T00:32:20.121Z] a35cf1a2eb13: Download complete [2021-01-30T00:32:20.701Z] bca2f99d35d6: Verifying Checksum [2021-01-30T00:32:20.701Z] bca2f99d35d6: Download complete [2021-01-30T00:32:27.008Z] Still waiting to schedule task [2021-01-30T00:32:27.008Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-24037’ [2021-01-30T00:32:27.334Z] bca2f99d35d6: Pull complete [2021-01-30T00:32:27.334Z] 93359f2a8cfa: Pull complete [2021-01-30T00:32:27.334Z] 7c6f9722023f: Pull complete [2021-01-30T00:32:31.573Z] a35cf1a2eb13: Pull complete [2021-01-30T00:32:31.573Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-30T00:32:31.573Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-30T00:32:31.573Z] ---> a62c8e92a672 [2021-01-30T00:32:31.573Z] 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-30T00:32:31.573Z] ---> Running in 2e86bf1917da [2021-01-30T00:32:32.151Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T00:32:33.101Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T00:32:33.366Z] (1/12) Installing libmagic (5.38-r0) [2021-01-30T00:32:34.319Z] (2/12) Installing file (5.38-r0) [2021-01-30T00:32:34.319Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-30T00:32:34.319Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-30T00:32:38.539Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-30T00:32:38.801Z] (6/12) Installing patch (2.7.6-r6) [2021-01-30T00:32:38.801Z] (7/12) Installing build-base (0.5-r2) [2021-01-30T00:32:38.801Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-30T00:32:39.064Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-30T00:32:39.064Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-30T00:32:39.064Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-30T00:32:39.326Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-30T00:32:39.326Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T00:32:39.326Z] OK: 233 MiB in 51 packages [2021-01-30T00:32:42.638Z] Removing intermediate container 2e86bf1917da [2021-01-30T00:32:42.638Z] ---> 22ff3c3f49f0 [2021-01-30T00:32:42.638Z] Step 4/6 : WORKDIR /edgex-go [2021-01-30T00:32:42.638Z] ---> Running in 354439c2e4c0 [2021-01-30T00:32:42.638Z] Removing intermediate container 354439c2e4c0 [2021-01-30T00:32:42.638Z] ---> 2a4036f0c331 [2021-01-30T00:32:42.638Z] Step 5/6 : COPY go.mod . [2021-01-30T00:32:42.899Z] ---> b24f8fa6246a [2021-01-30T00:32:42.900Z] Step 6/6 : RUN go mod download [2021-01-30T00:32:42.900Z] ---> Running in 2c540be9506a [2021-01-30T00:33:04.953Z] Removing intermediate container 2c540be9506a [2021-01-30T00:33:04.953Z] ---> 5557c79fed73 [2021-01-30T00:33:04.953Z] Successfully built 5557c79fed73 [2021-01-30T00:33:04.953Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-30T00:33:05.281Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-30T00:33:05.281Z] . [Pipeline] withDockerContainer [2021-01-30T00:33:05.400Z] prd-centos7-docker-4c-2g-24042 does not seem to be running inside a container [2021-01-30T00:33:05.469Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-30T00:33:06.370Z] $ docker top 17b39ee402cb26238058236d1badd4da701aadbefc33e32eec35a86eaf234a77 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-30T00:33:06.963Z] + go version [2021-01-30T00:33:06.963Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-30T00:33:06.978Z] $ docker stop --time=1 17b39ee402cb26238058236d1badd4da701aadbefc33e32eec35a86eaf234a77 [2021-01-30T00:33:09.180Z] $ docker rm -f 17b39ee402cb26238058236d1badd4da701aadbefc33e32eec35a86eaf234a77 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-30T00:33:09.989Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-30T00:33:09.989Z] . [Pipeline] withDockerContainer [2021-01-30T00:33:10.086Z] prd-centos7-docker-4c-2g-24042 does not seem to be running inside a container [2021-01-30T00:33:10.133Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-30T00:33:10.874Z] $ docker top 17d5734624563eea8ab837400a33f85e60a69f6bd3193e5c47bee28d7c68c2ae -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-30T00:33:11.069Z] ========================================================= [2021-01-30T00:33:11.069Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-30T00:33:11.069Z] ========================================================= [Pipeline] sh [2021-01-30T00:33:11.360Z] + make test [2021-01-30T00:33:11.361Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-30T00:33:21.433Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-30T00:33:39.773Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-30T00:33:42.394Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-30T00:33:44.381Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-30T00:33:44.381Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-30T00:33:44.381Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-30T00:33:47.023Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-30T00:33:47.023Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-30T00:33:47.023Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-30T00:33:47.023Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-30T00:33:47.023Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-30T00:33:47.290Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-30T00:33:50.702Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-30T00:33:50.702Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-30T00:33:50.702Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-30T00:33:53.824Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.166s coverage: 46.0% of statements [2021-01-30T00:33:53.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-30T00:33:53.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-30T00:33:53.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-30T00:33:53.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-30T00:33:53.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-30T00:33:53.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-01-30T00:33:53.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-01-30T00:33:53.824Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.128s coverage: 100.0% of statements [2021-01-30T00:33:57.544Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.264s coverage: 27.1% of statements [2021-01-30T00:33:57.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-30T00:33:57.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-30T00:33:57.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-30T00:33:57.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-30T00:33:57.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-30T00:33:57.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-30T00:33:57.544Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements [2021-01-30T00:33:57.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-30T00:33:57.544Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.069s coverage: 100.0% of statements [2021-01-30T00:33:57.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-30T00:33:57.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-30T00:33:57.544Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.113s coverage: 65.8% of statements [2021-01-30T00:33:57.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-30T00:33:57.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-30T00:33:58.149Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.481s coverage: 82.3% of statements [2021-01-30T00:33:58.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-30T00:33:58.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-30T00:33:58.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-30T00:33:58.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-30T00:34:00.795Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.465s coverage: 28.6% of statements [2021-01-30T00:34:00.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-30T00:34:00.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-30T00:34:00.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-30T00:34:00.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-30T00:34:00.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-30T00:34:00.795Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.074s coverage: 100.0% of statements [2021-01-30T00:34:00.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-30T00:34:00.795Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.039s coverage: 100.0% of statements [2021-01-30T00:34:00.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-30T00:34:00.795Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.159s coverage: 86.7% of statements [2021-01-30T00:34:00.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-30T00:34:00.795Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.163s coverage: 97.5% of statements [2021-01-30T00:34:00.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-30T00:34:01.397Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.052s coverage: 78.3% of statements [2021-01-30T00:34:01.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-30T00:34:01.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-30T00:34:01.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-30T00:34:01.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-30T00:34:04.812Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.502s coverage: 92.8% of statements [2021-01-30T00:34:04.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-30T00:34:04.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-30T00:34:04.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-30T00:34:04.812Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-30T00:34:04.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-30T00:34:04.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-30T00:34:04.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-30T00:34:04.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-30T00:34:04.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-30T00:34:04.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-30T00:34:04.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-30T00:34:04.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-30T00:34:04.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-30T00:34:04.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-30T00:34:04.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-30T00:34:04.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-30T00:34:04.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-30T00:34:04.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-30T00:34:04.813Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.038s coverage: 58.8% of statements [2021-01-30T00:34:04.813Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-30T00:34:04.813Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-30T00:34:04.813Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.073s coverage: 0.1% of statements [2021-01-30T00:34:04.813Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-30T00:34:04.813Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-30T00:34:04.813Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-30T00:34:04.813Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.064s coverage: 45.5% of statements [2021-01-30T00:34:04.813Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.048s coverage: 79.5% of statements [2021-01-30T00:34:04.813Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.033s coverage: 94.1% of statements [2021-01-30T00:34:04.813Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.055s coverage: 96.3% of statements [2021-01-30T00:34:04.813Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.056s coverage: 87.5% of statements [2021-01-30T00:34:17.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.042s coverage: 94.4% of statements [2021-01-30T00:34:17.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.035s coverage: 44.8% of statements [2021-01-30T00:34:29.502Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.105s coverage: 92.9% of statements [2021-01-30T00:34:29.502Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-30T00:34:29.502Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-30T00:34:29.502Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-30T00:34:29.502Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-30T00:34:29.502Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.048s coverage: 87.2% of statements [2021-01-30T00:34:29.502Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-30T00:34:29.502Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-30T00:34:29.502Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-01-30T00:34:29.502Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-30T00:34:29.502Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements [2021-01-30T00:34:29.502Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-30T00:34:29.502Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements [2021-01-30T00:34:29.502Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements [2021-01-30T00:34:29.502Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements [2021-01-30T00:34:29.502Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.4% of statements [2021-01-30T00:34:29.502Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-30T00:34:29.502Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.173s coverage: 63.5% of statements [2021-01-30T00:34:29.502Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-30T00:34:29.502Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-30T00:34:29.502Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements [2021-01-30T00:34:29.502Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements [2021-01-30T00:34:29.502Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-01-30T00:34:29.502Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-01-30T00:34:29.502Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-01-30T00:34:29.502Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.318s coverage: 68.9% of statements [2021-01-30T00:34:29.502Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-30T00:34:29.502Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-30T00:34:29.502Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-30T00:34:29.502Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-30T00:34:29.502Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-30T00:34:29.502Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.100s coverage: 37.0% of statements [2021-01-30T00:34:29.502Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-30T00:34:29.502Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-30T00:34:29.502Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.315s coverage: 84.0% of statements [2021-01-30T00:34:29.502Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.047s coverage: 100.0% of statements [2021-01-30T00:34:29.502Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.168s coverage: 47.1% of statements [2021-01-30T00:34:29.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-30T00:34:29.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-30T00:34:29.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-30T00:34:29.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-30T00:34:29.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-30T00:34:29.503Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.056s coverage: 100.0% of statements [2021-01-30T00:34:29.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-30T00:34:29.503Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements [2021-01-30T00:34:29.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-30T00:34:29.503Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.732s coverage: 29.1% of statements [2021-01-30T00:34:29.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-30T00:34:29.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-30T00:34:29.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-30T00:34:29.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-30T00:34:29.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-30T00:34:29.503Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.069s coverage: 99.0% of statements [2021-01-30T00:34:29.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-30T00:34:29.503Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.037s coverage: 100.0% of statements [2021-01-30T00:34:29.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-30T00:34:29.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-01-30T00:34:29.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-01-30T00:34:29.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-01-30T00:34:29.503Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.056s coverage: 100.0% of statements [2021-01-30T00:34:29.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-01-30T00:34:29.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-01-30T00:34:29.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-01-30T00:34:29.503Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements [2021-01-30T00:34:29.503Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-30T00:34:29.503Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.028s coverage: 100.0% of statements [2021-01-30T00:34:29.503Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-30T00:34:29.503Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-30T00:34:29.503Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-30T00:34:29.503Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-30T00:34:29.503Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.042s coverage: 87.9% of statements [2021-01-30T00:34:29.503Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-30T00:34:29.503Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-30T00:34:29.503Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-01-30T00:34:29.503Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.029s coverage: 32.1% of statements [2021-01-30T00:34:29.503Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-01-30T00:34:29.503Z] GO111MODULE=on go vet ./... [2021-01-30T00:35:01.949Z] gofmt -l . [2021-01-30T00:35:01.949Z] [ "`gofmt -l .`" = "" ] [2021-01-30T00:35:01.949Z] ./bin/test-go-mod-tidy.sh [2021-01-30T00:35:01.949Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-30T00:35:02.285Z] + ls -al . [2021-01-30T00:35:02.285Z] total 680 [2021-01-30T00:35:02.285Z] drwxrwxr-x 10 1001 1001 4096 Jan 30 00:34 . [2021-01-30T00:35:02.285Z] drwxr-xr-x 4 root root 30 Jan 30 00:33 .. [2021-01-30T00:35:02.285Z] -rw-rw-r-- 1 1001 1001 11 Jan 30 00:31 .dockerignore [2021-01-30T00:35:02.285Z] drwxrwxr-x 8 1001 1001 179 Jan 30 00:31 .git [2021-01-30T00:35:02.285Z] drwxrwxr-x 3 1001 1001 125 Jan 30 00:31 .github [2021-01-30T00:35:02.285Z] -rw-rw-r-- 1 1001 1001 872 Jan 30 00:31 .gitignore [2021-01-30T00:35:02.285Z] drwx------ 3 1001 1001 60 Jan 30 00:32 .semver [2021-01-30T00:35:02.285Z] -rw-rw-r-- 1 1001 1001 166 Jan 30 00:31 .sonarcloud.properties [2021-01-30T00:35:02.285Z] -rw-rw-r-- 1 1001 1001 7859 Jan 30 00:31 Attribution.txt [2021-01-30T00:35:02.285Z] -rw-rw-r-- 1 1001 1001 3804 Jan 30 00:31 CONTRIBUTING.md [2021-01-30T00:35:02.285Z] -rw-rw-r-- 1 1001 1001 931 Jan 30 00:31 Dockerfile.build [2021-01-30T00:35:02.285Z] -rw-rw-r-- 1 1001 1001 863 Jan 30 00:31 Jenkinsfile [2021-01-30T00:35:02.285Z] -rw-rw-r-- 1 1001 1001 10775 Jan 30 00:31 LICENSE [2021-01-30T00:35:02.285Z] -rw-rw-r-- 1 1001 1001 6001 Jan 30 00:31 Makefile [2021-01-30T00:35:02.285Z] -rw-rw-r-- 1 1001 1001 6524 Jan 30 00:31 README.md [2021-01-30T00:35:02.285Z] -rw-rw-r-- 1 1001 1001 6755 Jan 30 00:31 SECURITY.md [2021-01-30T00:35:02.285Z] -rw-rw-r-- 1 1001 1001 5 Jan 30 00:32 VERSION [2021-01-30T00:35:02.285Z] -rw-rw-r-- 1 1001 1001 4131 Jan 30 00:31 ZMQWindows.md [2021-01-30T00:35:02.285Z] drwxrwxr-x 2 1001 1001 117 Jan 30 00:31 bin [2021-01-30T00:35:02.285Z] drwxrwxr-x 15 1001 1001 4096 Jan 30 00:31 cmd [2021-01-30T00:35:02.285Z] -rw-r--r-- 1 root root 574984 Jan 30 00:34 coverage.out [2021-01-30T00:35:02.285Z] -rw-r--r-- 1 root root 1054 Jan 30 00:34 go.mod [2021-01-30T00:35:02.285Z] -rw-r--r-- 1 root root 19399 Jan 30 00:34 go.sum [2021-01-30T00:35:02.285Z] drwxrwxr-x 8 1001 1001 127 Jan 30 00:31 internal [2021-01-30T00:35:02.285Z] drwxrwxr-x 4 1001 1001 26 Jan 30 00:31 openapi [2021-01-30T00:35:02.285Z] drwxrwxr-x 4 1001 1001 71 Jan 30 00:31 snap [2021-01-30T00:35:02.285Z] -rw-rw-r-- 1 1001 1001 168 Jan 30 00:31 version.go [Pipeline] sh [2021-01-30T00:35:02.593Z] + '[' -e coverage.out ] [2021-01-30T00:35:02.593Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-30T00:35:02.841Z] Stashed 1 file(s) [Pipeline] sh [2021-01-30T00:35:03.148Z] + make build [2021-01-30T00:35:03.148Z] 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-30T00:35:08.484Z] 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-30T00:35:15.204Z] 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-30T00:35:17.144Z] 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-30T00:35:18.558Z] 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-30T00:35:18.828Z] 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-30T00:35:20.785Z] 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-30T00:35:22.748Z] 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-30T00:35:24.139Z] 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-30T00:35:25.099Z] 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-30T00:35:26.495Z] 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-30T00:35:27.444Z] 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-30T00:35:28.853Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-01-30T00:35:30.817Z] $ docker stop --time=1 17d5734624563eea8ab837400a33f85e60a69f6bd3193e5c47bee28d7c68c2ae [2021-01-30T00:35:32.583Z] $ docker rm -f 17d5734624563eea8ab837400a33f85e60a69f6bd3193e5c47bee28d7c68c2ae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-30T00:35:34.377Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-30T00:35:34.377Z] [2021-01-30T00:35:34.377Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-30T00:35:34.732Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-30T00:35:34.732Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-30T00:35:34.732Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-30T00:35:34.732Z] ca9280d653b3: Pulling fs layer [2021-01-30T00:35:34.732Z] 7e9c9ca2126c: Pulling fs layer [2021-01-30T00:35:34.996Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-30T00:35:34.996Z] cbdbe7a5bc2a: Download complete [2021-01-30T00:35:35.262Z] ca9280d653b3: Verifying Checksum [2021-01-30T00:35:35.263Z] ca9280d653b3: Download complete [2021-01-30T00:35:35.533Z] cbdbe7a5bc2a: Pull complete [2021-01-30T00:35:36.503Z] 7e9c9ca2126c: Download complete [2021-01-30T00:35:36.768Z] ca9280d653b3: Pull complete [2021-01-30T00:35:42.926Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24047 in /w/workspace/edgexfoundry_edgex-go_PR-3075 [Pipeline] { [Pipeline] ws [2021-01-30T00:35:43.003Z] Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout [2021-01-30T00:35:43.445Z] 7e9c9ca2126c: Pull complete [2021-01-30T00:35:43.445Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-30T00:35:43.445Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-30T00:35:43.445Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-30T00:35:43.611Z] prd-centos7-docker-4c-2g-24042 does not seem to be running inside a container [2021-01-30T00:35:43.669Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-30T00:35:46.625Z] $ docker top 1938ca232a440fd09d697c4f0265695b1bfef06ae9c9666f84f06f88b4df1c60 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-30T00:35:47.157Z] + docker-compose build --help [2021-01-30T00:35:47.158Z] + grep parallel [2021-01-30T00:35:48.119Z] --parallel Build images in parallel. [Pipeline] } [2021-01-30T00:35:48.134Z] $ docker stop --time=1 1938ca232a440fd09d697c4f0265695b1bfef06ae9c9666f84f06f88b4df1c60 [2021-01-30T00:35:48.702Z] using credential edgex-jenkins-ssh [2021-01-30T00:35:48.766Z] Cloning the remote Git repository [2021-01-30T00:35:48.827Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-30T00:35:48.955Z] > git init /w/workspace/edgex-go/10 # timeout=10 [2021-01-30T00:35:49.033Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-30T00:35:49.034Z] > git --version # timeout=10 [2021-01-30T00:35:49.055Z] > git --version # 'git version 2.17.1' [2021-01-30T00:35:49.057Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-30T00:35:49.160Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-30T00:35:49.564Z] $ docker rm -f 1938ca232a440fd09d697c4f0265695b1bfef06ae9c9666f84f06f88b4df1c60 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-30T00:35:50.251Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-30T00:35:50.251Z] . [Pipeline] withDockerContainer [2021-01-30T00:35:50.380Z] prd-centos7-docker-4c-2g-24042 does not seem to be running inside a container [2021-01-30T00:35:50.434Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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-30T00:35:51.253Z] $ docker top ccb0eb16e73f1662f16b4dff6fa8fb9d3748cf01bd5c1e4cf597073e943b0871 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-30T00:35:51.752Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-30T00:35:52.702Z] Building docker-core-command-go ... [2021-01-30T00:35:52.702Z] Building docker-core-data-go ... [2021-01-30T00:35:52.702Z] Building docker-core-metadata-go ... [2021-01-30T00:35:52.702Z] Building docker-security-bootstrapper-go ... [2021-01-30T00:35:52.702Z] Building docker-security-proxy-setup-go ... [2021-01-30T00:35:52.702Z] Building docker-security-secretstore-setup-go ... [2021-01-30T00:35:52.702Z] Building docker-support-notifications-go ... [2021-01-30T00:35:52.702Z] Building docker-support-scheduler-go ... [2021-01-30T00:35:52.702Z] Building docker-sys-mgmt-agent-go ... [2021-01-30T00:35:52.702Z] Building docker-sys-mgmt-agent-go [2021-01-30T00:35:52.702Z] Building docker-core-command-go [2021-01-30T00:35:52.702Z] Building docker-security-proxy-setup-go [2021-01-30T00:35:52.702Z] Building docker-security-secretstore-setup-go [2021-01-30T00:35:52.702Z] Building docker-support-notifications-go [2021-01-30T00:36:15.446Z] Merging remotes/origin/master commit f32f4191109bc075ff9359b3fa855becd8fb908f into PR head commit 43b882124282ec1afd2baf8b324d969a4719e16c [2021-01-30T00:36:16.159Z] Merge succeeded, producing bad9ca6025c6c388b5bbb628f01e063254f80623 [2021-01-30T00:36:16.159Z] Checking out Revision bad9ca6025c6c388b5bbb628f01e063254f80623 (PR-3075) [2021-01-30T00:36:14.691Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-30T00:36:14.717Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-30T00:36:14.755Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-30T00:36:14.800Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-30T00:36:14.801Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-30T00:36:14.820Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3075/head:refs/remotes/origin/PR-3075 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-30T00:36:15.465Z] > git config core.sparsecheckout # timeout=10 [2021-01-30T00:36:15.489Z] > git checkout -f 43b882124282ec1afd2baf8b324d969a4719e16c # timeout=10 [2021-01-30T00:36:15.810Z] > git remote # timeout=10 [2021-01-30T00:36:15.831Z] > git config --get remote.origin.url # timeout=10 [2021-01-30T00:36:15.849Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-30T00:36:15.860Z] > git merge f32f4191109bc075ff9359b3fa855becd8fb908f # timeout=10 [2021-01-30T00:36:16.139Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-30T00:36:16.164Z] > git config core.sparsecheckout # timeout=10 [2021-01-30T00:36:16.177Z] > git checkout -f bad9ca6025c6c388b5bbb628f01e063254f80623 # timeout=10 [2021-01-30T00:36:20.666Z] Commit message: "Merge commit 'f32f4191109bc075ff9359b3fa855becd8fb908f' into HEAD" [2021-01-30T00:36:20.669Z] > git rev-list --no-walk 43b882124282ec1afd2baf8b324d969a4719e16c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-30T00:36:22.264Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-30T00:36:22.682Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-30T00:36:23.016Z] + true [2021-01-30T00:36:23.016Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-30T00:36:25.092Z] provisioning config files... [2021-01-30T00:36:25.134Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config8624924749137374948tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-30T00:36:25.544Z] ---> docker-login.sh [2021-01-30T00:36:25.544Z] nexus3.edgexfoundry.org:10001 [2021-01-30T00:36:26.142Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T00:36:26.743Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T00:36:26.743Z] Configure a credential helper to remove this warning. See [2021-01-30T00:36:26.743Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T00:36:26.743Z] [2021-01-30T00:36:26.743Z] Login Succeeded [2021-01-30T00:36:26.743Z] nexus3.edgexfoundry.org:10002 [2021-01-30T00:36:27.018Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T00:36:27.291Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T00:36:27.291Z] Configure a credential helper to remove this warning. See [2021-01-30T00:36:27.291Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T00:36:27.291Z] [2021-01-30T00:36:27.291Z] Login Succeeded [2021-01-30T00:36:27.291Z] nexus3.edgexfoundry.org:10003 [2021-01-30T00:36:27.565Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T00:36:27.565Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T00:36:27.565Z] Configure a credential helper to remove this warning. See [2021-01-30T00:36:27.565Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T00:36:27.565Z] [2021-01-30T00:36:27.565Z] Login Succeeded [2021-01-30T00:36:27.565Z] nexus3.edgexfoundry.org:10004 [2021-01-30T00:36:28.168Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T00:36:28.168Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T00:36:28.168Z] Configure a credential helper to remove this warning. See [2021-01-30T00:36:28.168Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T00:36:28.168Z] [2021-01-30T00:36:28.168Z] Login Succeeded [2021-01-30T00:36:28.168Z] docker.io [2021-01-30T00:36:28.765Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-30T00:36:29.038Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-30T00:36:29.038Z] Configure a credential helper to remove this warning. See [2021-01-30T00:36:29.038Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-30T00:36:29.038Z] [2021-01-30T00:36:29.038Z] Login Succeeded [2021-01-30T00:36:29.038Z] ---> docker-login.sh ends [Pipeline] } [2021-01-30T00:36:29.054Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-30T00:36:29.507Z] ========================================================= [2021-01-30T00:36:29.507Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-30T00:36:29.507Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-30T00:36:29.883Z] + 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-30T00:36:31.643Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T00:36:31.643Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-30T00:36:31.643Z] ---> 5557c79fed73 [2021-01-30T00:36:31.643Z] Step 3/24 : WORKDIR /edgex-go [2021-01-30T00:36:31.643Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T00:36:31.643Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-30T00:36:31.643Z] ---> 5557c79fed73 [2021-01-30T00:36:31.643Z] Step 3/22 : WORKDIR /edgex-go [2021-01-30T00:36:31.643Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T00:36:31.643Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-30T00:36:31.643Z] [2021-01-30T00:36:31.643Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder ---> 5557c79fed73 [2021-01-30T00:36:31.643Z] [2021-01-30T00:36:31.643Z] Step 3/21 : WORKDIR /edgex-go ---> 5557c79fed73 [2021-01-30T00:36:31.643Z] [2021-01-30T00:36:31.643Z] Step 3/26 : WORKDIR /edgex-go [2021-01-30T00:36:31.643Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T00:36:31.643Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-30T00:36:31.643Z] ---> 5557c79fed73 [2021-01-30T00:36:31.643Z] Step 3/23 : WORKDIR /edgex-go [2021-01-30T00:36:31.643Z] ---> Running in 998a665a55a9 [2021-01-30T00:36:31.643Z] ---> Running in 1358c326f509 [2021-01-30T00:36:31.643Z] ---> Running in 04783417d7f3 [2021-01-30T00:36:31.643Z] ---> Running in c839d8a3f501 [2021-01-30T00:36:31.643Z] ---> Running in 3b9d51fdd1ab [2021-01-30T00:36:31.643Z] Removing intermediate container 1358c326f509 [2021-01-30T00:36:31.643Z] ---> 6a370d1086e0 [2021-01-30T00:36:31.643Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T00:36:31.643Z] Removing intermediate container 998a665a55a9 [2021-01-30T00:36:31.643Z] ---> a233ab1a83b9 [2021-01-30T00:36:31.643Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T00:36:31.643Z] Removing intermediate container c839d8a3f501 [2021-01-30T00:36:31.643Z] ---> 206f53bceaf9 [2021-01-30T00:36:31.643Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T00:36:31.643Z] Removing intermediate container 3b9d51fdd1ab [2021-01-30T00:36:31.643Z] ---> 1a10d0b3ab32 [2021-01-30T00:36:31.643Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T00:36:31.643Z] Removing intermediate container 04783417d7f3 [2021-01-30T00:36:31.643Z] ---> 86e09e940994 [2021-01-30T00:36:31.643Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T00:36:31.643Z] ---> Running in 0760dd1929e1 [2021-01-30T00:36:31.643Z] ---> Running in 75957feabe12 [2021-01-30T00:36:31.643Z] ---> Running in 890157a9e8e2 [2021-01-30T00:36:31.643Z] ---> Running in 701cff5e04ea [2021-01-30T00:36:31.643Z] ---> Running in af9e99e75b61 [2021-01-30T00:36:31.938Z] Removing intermediate container 75957feabe12 [2021-01-30T00:36:31.938Z] ---> 371349dcc4fd [2021-01-30T00:36:31.938Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-30T00:36:31.938Z] Removing intermediate container af9e99e75b61 [2021-01-30T00:36:31.938Z] ---> 6a50a86a0718 [2021-01-30T00:36:31.938Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-30T00:36:31.938Z] Removing intermediate container 890157a9e8e2 [2021-01-30T00:36:31.938Z] ---> 4bbbac33f063 [2021-01-30T00:36:31.938Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-30T00:36:31.938Z] ---> Running in ae15493aeb86 [2021-01-30T00:36:32.202Z] ---> Running in 677216d7e01e [2021-01-30T00:36:32.202Z] ---> Running in fb0cd661adc9 [2021-01-30T00:36:32.202Z] Removing intermediate container 0760dd1929e1 [2021-01-30T00:36:32.202Z] ---> 0260195e6d94 [2021-01-30T00:36:32.202Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-30T00:36:32.202Z] Removing intermediate container 701cff5e04ea [2021-01-30T00:36:32.202Z] ---> 374d78eeaab4 [2021-01-30T00:36:32.202Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-30T00:36:32.470Z] ---> Running in 83405fb7c6d6 [2021-01-30T00:36:32.470Z] ---> Running in 4a4161fa401c [2021-01-30T00:36:32.578Z] Sending build context to Docker daemon 166MB [2021-01-30T00:36:32.578Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-30T00:36:32.578Z] Step 2/6 : FROM ${BASE} [2021-01-30T00:36:32.578Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-30T00:36:32.578Z] 5f621e34cdf4: Pulling fs layer [2021-01-30T00:36:32.578Z] a4357932f1b6: Pulling fs layer [2021-01-30T00:36:32.578Z] 18c013af1878: Pulling fs layer [2021-01-30T00:36:32.578Z] 00ac8860ef70: Pulling fs layer [2021-01-30T00:36:32.578Z] 63d7cb157983: Pulling fs layer [2021-01-30T00:36:32.578Z] b116817d02f9: Pulling fs layer [2021-01-30T00:36:32.578Z] 745a02a5169b: Pulling fs layer [2021-01-30T00:36:32.578Z] 00ac8860ef70: Waiting [2021-01-30T00:36:32.578Z] 63d7cb157983: Waiting [2021-01-30T00:36:32.578Z] b116817d02f9: Waiting [2021-01-30T00:36:32.578Z] 745a02a5169b: Waiting [2021-01-30T00:36:32.578Z] 18c013af1878: Verifying Checksum [2021-01-30T00:36:32.578Z] 18c013af1878: Download complete [2021-01-30T00:36:32.578Z] a4357932f1b6: Verifying Checksum [2021-01-30T00:36:32.578Z] a4357932f1b6: Download complete [2021-01-30T00:36:32.578Z] 63d7cb157983: Verifying Checksum [2021-01-30T00:36:32.578Z] 63d7cb157983: Download complete [2021-01-30T00:36:32.578Z] 5f621e34cdf4: Verifying Checksum [2021-01-30T00:36:32.578Z] 5f621e34cdf4: Download complete [2021-01-30T00:36:32.578Z] b116817d02f9: Verifying Checksum [2021-01-30T00:36:32.578Z] b116817d02f9: Download complete [2021-01-30T00:36:33.182Z] 5f621e34cdf4: Pull complete [2021-01-30T00:36:33.459Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T00:36:33.459Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T00:36:33.459Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T00:36:33.724Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T00:36:33.724Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T00:36:33.787Z] a4357932f1b6: Pull complete [2021-01-30T00:36:33.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T00:36:33.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T00:36:34.082Z] 18c013af1878: Pull complete [2021-01-30T00:36:34.253Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T00:36:34.516Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T00:36:34.516Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T00:36:34.782Z] OK: 233 MiB in 51 packages [2021-01-30T00:36:35.056Z] OK: 233 MiB in 51 packages [2021-01-30T00:36:35.056Z] OK: 233 MiB in 51 packages [2021-01-30T00:36:35.066Z] 745a02a5169b: Verifying Checksum [2021-01-30T00:36:35.066Z] 745a02a5169b: Download complete [2021-01-30T00:36:35.325Z] Removing intermediate container 677216d7e01e [2021-01-30T00:36:35.325Z] ---> 2e468246850f [2021-01-30T00:36:35.326Z] Step 6/24 : COPY go.mod . [2021-01-30T00:36:35.598Z] ---> 141dd38981b3 [2021-01-30T00:36:35.598Z] Step 7/24 : RUN go mod download [2021-01-30T00:36:35.598Z] OK: 233 MiB in 51 packages [2021-01-30T00:36:35.598Z] ---> Running in 2d4734b87b81 [2021-01-30T00:36:35.868Z] OK: 233 MiB in 51 packages [2021-01-30T00:36:35.868Z] Removing intermediate container ae15493aeb86 [2021-01-30T00:36:35.868Z] ---> 4a5315a2a5c6 [2021-01-30T00:36:35.868Z] Step 6/21 : COPY go.mod . [2021-01-30T00:36:36.058Z] 00ac8860ef70: Verifying Checksum [2021-01-30T00:36:36.058Z] 00ac8860ef70: Download complete [2021-01-30T00:36:36.134Z] Removing intermediate container fb0cd661adc9 [2021-01-30T00:36:36.134Z] ---> 704f7f8eae55 [2021-01-30T00:36:36.134Z] Step 6/26 : COPY go.mod . [2021-01-30T00:36:36.404Z] ---> 1cc8f175861b [2021-01-30T00:36:36.405Z] Step 7/21 : RUN go mod download [2021-01-30T00:36:36.405Z] ---> 8d160f5c523f [2021-01-30T00:36:36.405Z] Step 7/26 : RUN go mod download [2021-01-30T00:36:36.405Z] ---> Running in 5a75d59d1c2a [2021-01-30T00:36:36.676Z] ---> Running in eda50e62d968 [2021-01-30T00:36:36.941Z] Removing intermediate container 83405fb7c6d6 [2021-01-30T00:36:36.941Z] ---> afa4497f6114 [2021-01-30T00:36:36.941Z] Step 6/22 : COPY go.mod . [2021-01-30T00:36:36.941Z] Removing intermediate container 4a4161fa401c [2021-01-30T00:36:36.941Z] ---> 784ad998b784 [2021-01-30T00:36:36.941Z] Step 6/23 : COPY go.mod . [2021-01-30T00:36:37.212Z] ---> a2eba1db5810 [2021-01-30T00:36:37.212Z] Step 7/22 : RUN go mod download [2021-01-30T00:36:37.497Z] ---> 7ee926c1f03a [2021-01-30T00:36:37.497Z] Step 7/23 : RUN go mod download [2021-01-30T00:36:37.497Z] ---> Running in 422b44b00b0d [2021-01-30T00:36:37.498Z] ---> Running in 7d9cc68a48a0 [2021-01-30T00:36:38.484Z] Removing intermediate container 2d4734b87b81 [2021-01-30T00:36:38.484Z] ---> 8e4c9ccb9dbf [2021-01-30T00:36:38.484Z] Step 8/24 : COPY . . [2021-01-30T00:36:38.484Z] Removing intermediate container 5a75d59d1c2a [2021-01-30T00:36:38.484Z] ---> c4be2b17e682 [2021-01-30T00:36:38.484Z] Step 8/21 : COPY . . [2021-01-30T00:36:38.484Z] Removing intermediate container eda50e62d968 [2021-01-30T00:36:38.484Z] ---> b38c42a6727c [2021-01-30T00:36:38.484Z] Step 8/26 : COPY . . [2021-01-30T00:36:46.247Z] 00ac8860ef70: Pull complete [2021-01-30T00:36:46.247Z] 63d7cb157983: Pull complete [2021-01-30T00:36:46.247Z] b116817d02f9: Pull complete [2021-01-30T00:36:46.745Z] Removing intermediate container 7d9cc68a48a0 [2021-01-30T00:36:46.745Z] ---> c458d93b1ae6 [2021-01-30T00:36:46.745Z] Step 8/23 : COPY . . [2021-01-30T00:36:47.364Z] Removing intermediate container 422b44b00b0d [2021-01-30T00:36:47.364Z] ---> d8569486930a [2021-01-30T00:36:47.364Z] Step 8/22 : COPY . . [2021-01-30T00:36:49.635Z] 745a02a5169b: Pull complete [2021-01-30T00:36:49.635Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-30T00:36:49.635Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-30T00:36:49.635Z] ---> b7e6874047d6 [2021-01-30T00:36:49.635Z] 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-30T00:36:53.036Z] ---> Running in 2df185556578 [2021-01-30T00:36:54.027Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T00:36:55.011Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T00:36:55.991Z] (1/12) Installing libmagic (5.38-r0) [2021-01-30T00:36:56.585Z] (2/12) Installing file (5.38-r0) [2021-01-30T00:36:56.585Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-30T00:36:56.585Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-30T00:37:00.906Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-30T00:37:00.906Z] (6/12) Installing patch (2.7.6-r6) [2021-01-30T00:37:01.177Z] (7/12) Installing build-base (0.5-r2) [2021-01-30T00:37:01.177Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-30T00:37:01.177Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-30T00:37:01.452Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-30T00:37:01.452Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-30T00:37:01.727Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-30T00:37:01.727Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T00:37:01.727Z] OK: 217 MiB in 51 packages [2021-01-30T00:37:06.078Z] Removing intermediate container 2df185556578 [2021-01-30T00:37:06.078Z] ---> f6b2d1b1b4e9 [2021-01-30T00:37:06.078Z] Step 4/6 : WORKDIR /edgex-go [2021-01-30T00:37:06.079Z] ---> Running in 2b913df0bf09 [2021-01-30T00:37:06.678Z] Removing intermediate container 2b913df0bf09 [2021-01-30T00:37:06.678Z] ---> 95362795454b [2021-01-30T00:37:06.678Z] Step 5/6 : COPY go.mod . [2021-01-30T00:37:07.286Z] ---> fa2629baff43 [2021-01-30T00:37:07.286Z] Step 6/6 : RUN go mod download [2021-01-30T00:37:07.286Z] ---> Running in 5bec46f846c8 [2021-01-30T00:37:26.410Z] ---> 847b3fcacb6a [2021-01-30T00:37:26.410Z] ---> 0d4d196bcefd [2021-01-30T00:37:26.410Z] ---> 0addfc6e0f40 [2021-01-30T00:37:26.410Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agentStep 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-configStep 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-30T00:37:26.410Z] [2021-01-30T00:37:26.410Z] [2021-01-30T00:37:26.410Z] ---> Running in 7cb4644b75f1 [2021-01-30T00:37:26.410Z] ---> e994be7bca59 [2021-01-30T00:37:26.410Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-30T00:37:26.410Z] ---> Running in 4a5e126e601d [2021-01-30T00:37:26.410Z] ---> Running in c8845dbccfc6 [2021-01-30T00:37:26.410Z] ---> Running in bdd6d3e74117 [2021-01-30T00:37:26.410Z] ---> ae060677ab13 [2021-01-30T00:37:26.410Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-30T00:37:26.410Z] ---> Running in ea7c10b963c3 [2021-01-30T00:37:26.410Z] 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-30T00:37:26.410Z] 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-30T00:37:26.410Z] 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-30T00:37:26.410Z] 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-30T00:37:26.410Z] 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-30T00:37:34.159Z] Removing intermediate container 5bec46f846c8 [2021-01-30T00:37:34.159Z] ---> 1f7c227db4a5 [2021-01-30T00:37:34.159Z] Successfully built 1f7c227db4a5 [2021-01-30T00:37:34.159Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-30T00:37:34.513Z] + docker inspect -f . ci-base-image-arm64 [2021-01-30T00:37:34.513Z] . [Pipeline] withDockerContainer [2021-01-30T00:37:34.785Z] prd-ubuntu18.04-docker-arm64-4c-16g-24047 does not seem to be running inside a container [2021-01-30T00:37:34.866Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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-30T00:37:36.436Z] $ docker top 5af4fafaada97eb2a88cf8cc79e36e9eb9e1c261754526498c01e6326d1a5f26 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-30T00:37:37.511Z] + go version [2021-01-30T00:37:37.511Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-30T00:37:37.529Z] $ docker stop --time=1 5af4fafaada97eb2a88cf8cc79e36e9eb9e1c261754526498c01e6326d1a5f26 [2021-01-30T00:37:39.458Z] $ docker rm -f 5af4fafaada97eb2a88cf8cc79e36e9eb9e1c261754526498c01e6326d1a5f26 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-30T00:37:40.564Z] + docker inspect -f . ci-base-image-arm64 [2021-01-30T00:37:40.564Z] . [Pipeline] withDockerContainer [2021-01-30T00:37:40.849Z] prd-ubuntu18.04-docker-arm64-4c-16g-24047 does not seem to be running inside a container [2021-01-30T00:37:40.924Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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-30T00:37:42.433Z] $ docker top 48ba80a3fd08eb1dbc88cf1f4a2b7c2823dfb213a670f380a37dea30d0fb7cae -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-30T00:37:42.851Z] ========================================================= [2021-01-30T00:37:42.851Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-30T00:37:42.851Z] ========================================================= [Pipeline] sh [2021-01-30T00:37:43.500Z] + make test [2021-01-30T00:37:43.500Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-30T00:37:58.727Z] 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-30T00:37:58.727Z] 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-30T00:38:02.161Z] Removing intermediate container ea7c10b963c3 [2021-01-30T00:38:02.161Z] ---> 8e26f35d1aac [2021-01-30T00:38:02.161Z] [2021-01-30T00:38:02.161Z] Step 10/22 : FROM alpine:3.12 [2021-01-30T00:38:02.161Z] 3.12: Pulling from library/alpine [2021-01-30T00:38:04.785Z] Removing intermediate container 7cb4644b75f1 [2021-01-30T00:38:04.785Z] ---> 065c80e7b3f8 [2021-01-30T00:38:04.785Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-30T00:38:04.785Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-30T00:38:04.785Z] Status: Downloaded newer image for alpine:3.12 [2021-01-30T00:38:04.785Z] ---> 389fef711851 [2021-01-30T00:38:04.785Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-30T00:38:04.785Z] ---> Running in 368065ac5c23 [2021-01-30T00:38:04.785Z] ---> Running in 6f2bab17f50e [2021-01-30T00:38:06.242Z] 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-30T00:38:08.193Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T00:38:08.193Z] Removing intermediate container 4a5e126e601d [2021-01-30T00:38:08.193Z] ---> 4a58eb27be25 [2021-01-30T00:38:08.193Z] [2021-01-30T00:38:08.193Z] Step 10/24 : FROM alpine:3.12 [2021-01-30T00:38:08.193Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T00:38:08.465Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-30T00:38:08.465Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-30T00:38:08.465Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T00:38:08.465Z] Executing ca-certificates-20191127-r4.trigger [2021-01-30T00:38:08.732Z] OK: 6 MiB in 16 packages [2021-01-30T00:38:08.732Z] ---> 389fef711851 [2021-01-30T00:38:08.732Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-30T00:38:10.369Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-30T00:38:10.682Z] Removing intermediate container c8845dbccfc6 [2021-01-30T00:38:10.683Z] ---> 9dd9b588e524 [2021-01-30T00:38:10.683Z] [2021-01-30T00:38:10.683Z] Step 10/21 : FROM alpine:3.12 [2021-01-30T00:38:10.683Z] ---> 389fef711851 [2021-01-30T00:38:10.683Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-30T00:38:10.683Z] Removing intermediate container bdd6d3e74117 [2021-01-30T00:38:10.683Z] ---> fe0af0aa4b8b [2021-01-30T00:38:10.683Z] [2021-01-30T00:38:10.683Z] Step 10/23 : FROM alpine:3.12 [2021-01-30T00:38:10.683Z] ---> 389fef711851 [2021-01-30T00:38:10.683Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-30T00:38:10.683Z] ---> Running in 59148a486dd9 [2021-01-30T00:38:10.683Z] ---> Running in ec6787703409 [2021-01-30T00:38:10.683Z] ---> Running in 92feb6db525a [2021-01-30T00:38:11.666Z] Removing intermediate container 368065ac5c23 [2021-01-30T00:38:11.667Z] ---> d9aecb159c9a [2021-01-30T00:38:11.667Z] [2021-01-30T00:38:11.667Z] Step 11/26 : FROM docker:20.10.0 [2021-01-30T00:38:11.667Z] 20.10.0: Pulling from library/docker [2021-01-30T00:38:11.969Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T00:38:11.969Z] Removing intermediate container 6f2bab17f50e [2021-01-30T00:38:11.969Z] ---> ed67b79743e9 [2021-01-30T00:38:11.969Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-30T00:38:11.969Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T00:38:12.256Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-30T00:38:12.856Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-30T00:38:12.856Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-30T00:38:12.856Z] (4/5) Installing curl (7.69.1-r3) [2021-01-30T00:38:12.856Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-30T00:38:12.856Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T00:38:12.856Z] Executing ca-certificates-20191127-r4.trigger [2021-01-30T00:38:12.856Z] ---> Running in 88c2f8d1e164 [2021-01-30T00:38:13.159Z] OK: 7 MiB in 19 packages [2021-01-30T00:38:13.159Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T00:38:13.159Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T00:38:13.470Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-30T00:38:13.470Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-30T00:38:13.470Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-30T00:38:13.470Z] (4/4) Installing curl (7.69.1-r3) [2021-01-30T00:38:13.470Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T00:38:13.754Z] Executing ca-certificates-20191127-r4.trigger [2021-01-30T00:38:13.754Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T00:38:13.754Z] OK: 7 MiB in 18 packages [2021-01-30T00:38:13.754Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T00:38:14.031Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-30T00:38:14.031Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T00:38:14.031Z] OK: 6 MiB in 15 packages [2021-01-30T00:38:14.031Z] Removing intermediate container 88c2f8d1e164 [2021-01-30T00:38:14.031Z] ---> 9ded17475d08 [2021-01-30T00:38:14.031Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-30T00:38:14.638Z] ---> Running in b2ed555ad5d1 [2021-01-30T00:38:15.229Z] Removing intermediate container b2ed555ad5d1 [2021-01-30T00:38:15.229Z] ---> b288f09c0a8d [2021-01-30T00:38:15.229Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-30T00:38:15.496Z] ---> Running in 319850bcec60 [2021-01-30T00:38:15.761Z] Removing intermediate container ec6787703409 [2021-01-30T00:38:15.761Z] ---> f879af249876 [2021-01-30T00:38:15.761Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-30T00:38:16.030Z] Removing intermediate container 59148a486dd9 [2021-01-30T00:38:16.030Z] ---> 5452a8cae247 [2021-01-30T00:38:16.030Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-30T00:38:16.030Z] Removing intermediate container 92feb6db525a [2021-01-30T00:38:16.030Z] ---> dff12a583201 [2021-01-30T00:38:16.030Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-30T00:38:16.030Z] Removing intermediate container 319850bcec60 [2021-01-30T00:38:16.030Z] ---> dd74732a1860 [2021-01-30T00:38:16.030Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-30T00:38:16.304Z] ---> Running in e864add4bf5f [2021-01-30T00:38:16.304Z] ---> Running in 9f15fc4ffeda [2021-01-30T00:38:16.304Z] ---> Running in e08457992371 [2021-01-30T00:38:16.575Z] Removing intermediate container e864add4bf5f [2021-01-30T00:38:16.575Z] ---> cfc55cc21628 [2021-01-30T00:38:16.575Z] Step 13/24 : WORKDIR / [2021-01-30T00:38:16.575Z] Removing intermediate container 9f15fc4ffeda [2021-01-30T00:38:16.575Z] ---> 76c6abac9f3c [2021-01-30T00:38:16.575Z] Step 13/21 : WORKDIR /edgex [2021-01-30T00:38:16.854Z] ---> 2b47a3c9b376 [2021-01-30T00:38:16.854Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-30T00:38:16.854Z] ---> Running in 7070460ae7d4 [2021-01-30T00:38:16.854Z] Removing intermediate container e08457992371 [2021-01-30T00:38:16.854Z] ---> 7a49bf4ed4ee [2021-01-30T00:38:16.854Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-30T00:38:17.144Z] ---> Running in 9289c22a479e [2021-01-30T00:38:17.144Z] ---> Running in 3e91f64f6209 [2021-01-30T00:38:17.416Z] Removing intermediate container 7070460ae7d4 [2021-01-30T00:38:17.416Z] ---> 9d9adfccba53 [2021-01-30T00:38:17.416Z] 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-30T00:38:17.416Z] Removing intermediate container 9289c22a479e [2021-01-30T00:38:17.416Z] ---> ffe65f68b7c6 [2021-01-30T00:38:17.416Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-30T00:38:17.689Z] Removing intermediate container 3e91f64f6209 [2021-01-30T00:38:17.689Z] ---> cfb284748648 [2021-01-30T00:38:17.689Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-30T00:38:17.689Z] ---> Running in cc7ac58fef82 [2021-01-30T00:38:17.689Z] ---> 14e1b608e721 [2021-01-30T00:38:17.689Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-30T00:38:17.961Z] ---> 83edb1576e38 [2021-01-30T00:38:17.961Z] 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-30T00:38:17.961Z] Removing intermediate container cc7ac58fef82 [2021-01-30T00:38:17.961Z] ---> 4c4056d648f1 [2021-01-30T00:38:17.961Z] Step 15/23 : WORKDIR / [2021-01-30T00:38:17.961Z] ---> c6bcba157d1f [2021-01-30T00:38:17.961Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-30T00:38:18.235Z] ---> Running in 00d09502b2e5 [2021-01-30T00:38:18.235Z] ---> 0ab2c2ba91d8 [2021-01-30T00:38:18.235Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-30T00:38:18.506Z] ---> Running in e09eb31761d4 [2021-01-30T00:38:18.778Z] ---> cdae751d08a8 [2021-01-30T00:38:18.778Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-30T00:38:19.052Z] ---> 2768c1eb45a4 [2021-01-30T00:38:19.052Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-30T00:38:19.052Z] Removing intermediate container 00d09502b2e5 [2021-01-30T00:38:19.052Z] ---> 43819b807a88 [2021-01-30T00:38:19.052Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-30T00:38:19.052Z] Removing intermediate container e09eb31761d4 [2021-01-30T00:38:19.052Z] ---> 81ce90e04175 [2021-01-30T00:38:19.052Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-30T00:38:20.459Z] ---> 06545e9753e5 [2021-01-30T00:38:20.459Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-30T00:38:20.459Z] ---> Running in cdc1cd72d344 [2021-01-30T00:38:20.459Z] ---> e68ccefd8e38 [2021-01-30T00:38:20.459Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-30T00:38:20.459Z] ---> eda10121bca7 [2021-01-30T00:38:20.459Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-30T00:38:20.459Z] ---> Running in f09e94d73dde [2021-01-30T00:38:20.459Z] Removing intermediate container cdc1cd72d344 [2021-01-30T00:38:20.459Z] ---> e39eefcf0c95 [2021-01-30T00:38:20.459Z] Step 20/22 : LABEL arch=x86_64 [2021-01-30T00:38:20.730Z] ---> Running in 9d4de2ae0e7a [2021-01-30T00:38:20.730Z] ---> 2fc5a3910ec5 [2021-01-30T00:38:20.730Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-30T00:38:20.730Z] Removing intermediate container f09e94d73dde [2021-01-30T00:38:20.730Z] ---> 227b228aa459 [2021-01-30T00:38:20.730Z] Step 18/21 : CMD ["--init=true"] [2021-01-30T00:38:20.996Z] ---> Running in b7333f600c44 [2021-01-30T00:38:20.996Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-30T00:38:20.996Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-30T00:38:20.996Z] Removing intermediate container 9d4de2ae0e7a [2021-01-30T00:38:20.996Z] ---> ceebf915f2cb [2021-01-30T00:38:20.996Z] Step 21/22 : LABEL git_sha=7f05382e1b612f5b5631b22f027035a888692348 [2021-01-30T00:38:21.288Z] ---> aefe523efa57 [2021-01-30T00:38:21.288Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-30T00:38:21.288Z] ---> e58c1ac52019 [2021-01-30T00:38:21.288Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-30T00:38:21.288Z] ---> Running in 02d7137a8cf8 [2021-01-30T00:38:21.288Z] ---> Running in 85a7313a5d58 [2021-01-30T00:38:21.288Z] Removing intermediate container b7333f600c44 [2021-01-30T00:38:21.288Z] ---> 1ec0f1c7055d [2021-01-30T00:38:21.288Z] Step 19/21 : LABEL arch=x86_64 [2021-01-30T00:38:21.570Z] ---> 568c7a531717 [2021-01-30T00:38:21.570Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-30T00:38:21.570Z] ---> Running in f717197874b7 [2021-01-30T00:38:21.845Z] Removing intermediate container 02d7137a8cf8 [2021-01-30T00:38:21.845Z] ---> 1fd05d7a6e66 [2021-01-30T00:38:21.845Z] Step 22/22 : LABEL version=0.0.0 [2021-01-30T00:38:21.845Z] ---> c33919b61016 [2021-01-30T00:38:21.845Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-30T00:38:21.845Z] ---> Running in f323a2f5c62a [2021-01-30T00:38:22.120Z] Removing intermediate container f717197874b7 [2021-01-30T00:38:22.120Z] ---> 4dfe297098fc [2021-01-30T00:38:22.120Z] Step 20/21 : LABEL git_sha=7f05382e1b612f5b5631b22f027035a888692348 [2021-01-30T00:38:22.120Z] ---> Running in 5421484b3b27 [2021-01-30T00:38:22.120Z] ---> 8b30884c415b [2021-01-30T00:38:22.120Z] 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-30T00:38:22.120Z] ---> Running in 6bfa85917dfe [2021-01-30T00:38:22.120Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T00:38:22.385Z] ---> Running in 48f3476bd3ae [2021-01-30T00:38:22.385Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T00:38:22.385Z] Removing intermediate container f323a2f5c62a [2021-01-30T00:38:22.385Z] ---> 8e216ec63e5c [2021-01-30T00:38:22.385Z] [2021-01-30T00:38:22.385Z] Removing intermediate container 5421484b3b27 [2021-01-30T00:38:22.385Z] ---> 83f018814670 [2021-01-30T00:38:22.385Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-30T00:38:22.385Z] (1/2) Installing readline (8.0.4-r0) [2021-01-30T00:38:22.658Z] (2/2) Installing bash (5.0.17-r0) [2021-01-30T00:38:22.658Z] Removing intermediate container 6bfa85917dfe [2021-01-30T00:38:22.658Z] ---> e2725d1b6d7f [2021-01-30T00:38:22.658Z] Step 21/21 : LABEL version=0.0.0 [2021-01-30T00:38:22.658Z] Executing bash-5.0.17-r0.post-install [2021-01-30T00:38:22.658Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T00:38:22.658Z] OK: 12 MiB in 22 packages [2021-01-30T00:38:22.658Z] ---> Running in 0f55a6078e98 [2021-01-30T00:38:22.658Z] Successfully built 8e216ec63e5c [2021-01-30T00:38:22.658Z] Successfully tagged docker-support-notifications-go:latest [2021-01-30T00:38:22.658Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-01-30T00:38:22.658Z] ---> Running in 8a1cfa456827 [2021-01-30T00:38:23.626Z] Removing intermediate container 0f55a6078e98 [2021-01-30T00:38:23.626Z] ---> a9b9902e315c [2021-01-30T00:38:23.626Z] Step 21/23 : LABEL arch=x86_64 [2021-01-30T00:38:23.900Z] Removing intermediate container 8a1cfa456827 [2021-01-30T00:38:23.900Z] ---> 798d5020fe50 [2021-01-30T00:38:23.900Z] [2021-01-30T00:38:23.900Z] ---> Running in adf53ff3bec1 [2021-01-30T00:38:25.321Z] Successfully built 798d5020fe50 [2021-01-30T00:38:25.585Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-30T00:38:25.585Z] Building docker-support-scheduler-go [2021-01-30T00:38:26.563Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 85a7313a5d58 [2021-01-30T00:38:26.563Z] ---> bc56eaf8dccc [2021-01-30T00:38:26.563Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-30T00:38:27.150Z] Removing intermediate container adf53ff3bec1 [2021-01-30T00:38:27.150Z] ---> fb7e6da9f0ef [2021-01-30T00:38:27.150Z] Step 22/23 : LABEL git_sha=7f05382e1b612f5b5631b22f027035a888692348 [2021-01-30T00:38:27.150Z] ---> Running in 70f102214a13 [2021-01-30T00:38:27.150Z] Removing intermediate container 48f3476bd3ae [2021-01-30T00:38:27.150Z] ---> 4443cd29b660 [2021-01-30T00:38:27.150Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-30T00:38:27.417Z] ---> Running in be27654da263 [2021-01-30T00:38:29.384Z] ---> Running in c94d053b2a2f [2021-01-30T00:38:31.338Z] Removing intermediate container 70f102214a13 [2021-01-30T00:38:31.338Z] ---> 1962958a7e49 [2021-01-30T00:38:31.338Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-30T00:38:31.338Z] Removing intermediate container be27654da263 [2021-01-30T00:38:31.338Z] ---> 4466ac2c1ade [2021-01-30T00:38:31.338Z] Step 23/23 : LABEL version=0.0.0 [2021-01-30T00:38:31.338Z] ---> Running in 747b786d6bb7 [2021-01-30T00:38:31.338Z] ---> Running in 33f6a745e3b6 [2021-01-30T00:38:31.338Z] Removing intermediate container c94d053b2a2f [2021-01-30T00:38:31.338Z] ---> 5a75f15f0cd3 [2021-01-30T00:38:31.338Z] Step 22/24 : LABEL arch=x86_64 [2021-01-30T00:38:31.932Z] ---> Running in 42830ba793f4 [2021-01-30T00:38:31.932Z] Removing intermediate container 33f6a745e3b6 [2021-01-30T00:38:31.932Z] ---> 90ede60f3d9c [2021-01-30T00:38:31.932Z] [2021-01-30T00:38:31.932Z] Removing intermediate container 747b786d6bb7 [2021-01-30T00:38:31.932Z] ---> e1d96a735a58 [2021-01-30T00:38:31.932Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-30T00:38:32.202Z] ---> Running in b04a4a42fa12 [2021-01-30T00:38:32.202Z] Successfully built 90ede60f3d9c [2021-01-30T00:38:32.202Z] Removing intermediate container 42830ba793f4 [2021-01-30T00:38:32.202Z] ---> c3150ee42011 [2021-01-30T00:38:32.202Z] Step 23/24 : LABEL git_sha=7f05382e1b612f5b5631b22f027035a888692348 [2021-01-30T00:38:32.202Z] Successfully tagged docker-core-command-go:latest [2021-01-30T00:38:32.202Z]  Building docker-core-command-go ... done Building docker-security-bootstrapper-go [2021-01-30T00:38:32.202Z] ---> Running in 77c7f1570173 [2021-01-30T00:38:32.468Z] Removing intermediate container b04a4a42fa12 [2021-01-30T00:38:32.468Z] ---> a3ec14d3611e [2021-01-30T00:38:32.468Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-30T00:38:32.468Z] Removing intermediate container 77c7f1570173 [2021-01-30T00:38:32.468Z] ---> 9cc58dace915 [2021-01-30T00:38:32.468Z] Step 24/24 : LABEL version=0.0.0 [2021-01-30T00:38:33.452Z] ---> Running in 7438ec8807fc [2021-01-30T00:38:36.001Z] ---> ac5cdf2414b5 [2021-01-30T00:38:36.001Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-30T00:38:36.001Z] Removing intermediate container 7438ec8807fc [2021-01-30T00:38:36.001Z] ---> d8755a797363 [2021-01-30T00:38:36.001Z] [2021-01-30T00:38:36.001Z] Successfully built d8755a797363 [2021-01-30T00:38:36.294Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-30T00:38:36.294Z] Building docker-core-data-go [2021-01-30T00:38:37.362Z]  Building docker-security-secretstore-setup-go ... done  ---> c20909a58764 [2021-01-30T00:38:37.362Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-30T00:38:38.789Z] ---> 51e9b34daa08 [2021-01-30T00:38:38.789Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-30T00:38:39.067Z] ---> Running in 602ff6e48520 [2021-01-30T00:38:40.558Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T00:38:40.558Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T00:38:40.840Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-30T00:38:40.840Z] (2/33) Installing expat (2.2.9-r1) [2021-01-30T00:38:40.840Z] (3/33) Installing libffi (3.3-r2) [2021-01-30T00:38:40.840Z] (4/33) Installing gdbm (1.13-r1) [2021-01-30T00:38:40.840Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-30T00:38:40.840Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-30T00:38:40.840Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-30T00:38:46.489Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T00:38:46.489Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-30T00:38:46.489Z] ---> 5557c79fed73 [2021-01-30T00:38:46.489Z] Step 3/23 : WORKDIR /edgex-go [2021-01-30T00:38:46.489Z] ---> Using cache [2021-01-30T00:38:46.489Z] ---> 86e09e940994 [2021-01-30T00:38:46.489Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T00:38:46.489Z] ---> Using cache [2021-01-30T00:38:46.489Z] ---> 6a50a86a0718 [2021-01-30T00:38:46.489Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-30T00:38:46.489Z] ---> Using cache [2021-01-30T00:38:46.489Z] ---> 2e468246850f [2021-01-30T00:38:46.489Z] Step 6/23 : COPY go.mod . [2021-01-30T00:38:46.489Z] ---> Using cache [2021-01-30T00:38:46.489Z] ---> 141dd38981b3 [2021-01-30T00:38:46.489Z] Step 7/23 : RUN go mod download [2021-01-30T00:38:46.489Z] ---> Using cache [2021-01-30T00:38:46.489Z] ---> 8e4c9ccb9dbf [2021-01-30T00:38:46.489Z] Step 8/23 : COPY . . [2021-01-30T00:38:46.489Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T00:38:46.489Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-30T00:38:46.489Z] ---> 5557c79fed73 [2021-01-30T00:38:46.489Z] Step 3/22 : WORKDIR /edgex-go [2021-01-30T00:38:46.489Z] ---> Using cache [2021-01-30T00:38:46.489Z] ---> 86e09e940994 [2021-01-30T00:38:46.489Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T00:38:46.489Z] ---> Using cache [2021-01-30T00:38:46.489Z] ---> 6a50a86a0718 [2021-01-30T00:38:46.489Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-30T00:38:46.489Z] ---> Using cache [2021-01-30T00:38:46.489Z] ---> 2e468246850f [2021-01-30T00:38:46.489Z] Step 6/22 : COPY go.mod . [2021-01-30T00:38:46.489Z] ---> Using cache [2021-01-30T00:38:46.489Z] ---> 141dd38981b3 [2021-01-30T00:38:46.489Z] Step 7/22 : RUN go mod download [2021-01-30T00:38:46.489Z] ---> Using cache [2021-01-30T00:38:46.489Z] ---> 8e4c9ccb9dbf [2021-01-30T00:38:46.489Z] Step 8/22 : COPY . . [2021-01-30T00:38:46.489Z] ---> Using cache [2021-01-30T00:38:46.489Z] ---> 0addfc6e0f40 [2021-01-30T00:38:46.489Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-30T00:38:46.489Z] ---> Using cache [2021-01-30T00:38:46.489Z] ---> 0addfc6e0f40 [2021-01-30T00:38:46.489Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-30T00:38:47.468Z] ---> Running in e2b9b7b413da [2021-01-30T00:38:47.468Z] ---> Running in b0a679f0215c [2021-01-30T00:38:47.748Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-30T00:38:47.748Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-30T00:38:47.748Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-30T00:38:47.748Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-30T00:38:47.748Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-30T00:38:47.748Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-30T00:38:48.042Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-30T00:38:48.042Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-30T00:38:48.042Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-30T00:38:48.475Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-30T00:38:48.475Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-30T00:38:48.475Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-30T00:38:48.475Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-30T00:38:48.475Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-30T00:38:49.057Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-30T00:38:49.651Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-30T00:38:50.630Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-30T00:38:51.252Z] 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-30T00:38:51.252Z] 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-30T00:38:51.252Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-30T00:38:51.252Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-30T00:38:51.565Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-30T00:38:51.566Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-30T00:38:51.566Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-30T00:38:51.566Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-30T00:38:51.897Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-30T00:38:51.897Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-30T00:38:51.897Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-30T00:38:52.179Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T00:38:52.464Z] OK: 71 MiB in 55 packages [2021-01-30T00:38:57.448Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-30T00:39:05.764Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-30T00:39:07.673Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T00:39:07.673Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-01-30T00:39:07.673Z] ---> 5557c79fed73 [2021-01-30T00:39:07.673Z] Step 3/31 : WORKDIR /edgex-go [2021-01-30T00:39:07.673Z] ---> Using cache [2021-01-30T00:39:07.673Z] ---> 86e09e940994 [2021-01-30T00:39:07.673Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T00:39:07.673Z] ---> Using cache [2021-01-30T00:39:07.673Z] ---> 6a50a86a0718 [2021-01-30T00:39:07.673Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-01-30T00:39:07.673Z] ---> Using cache [2021-01-30T00:39:07.673Z] ---> 2e468246850f [2021-01-30T00:39:07.673Z] Step 6/31 : COPY go.mod . [2021-01-30T00:39:07.673Z] ---> Using cache [2021-01-30T00:39:07.673Z] ---> 141dd38981b3 [2021-01-30T00:39:07.673Z] Step 7/31 : RUN go mod download [2021-01-30T00:39:07.673Z] ---> Using cache [2021-01-30T00:39:07.673Z] ---> 8e4c9ccb9dbf [2021-01-30T00:39:07.673Z] Step 8/31 : COPY . . [2021-01-30T00:39:07.673Z] ---> Using cache [2021-01-30T00:39:07.673Z] ---> 0addfc6e0f40 [2021-01-30T00:39:07.673Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-30T00:39:07.673Z] ---> Running in a5d640d77cdc [2021-01-30T00:39:08.700Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T00:39:08.700Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-30T00:39:08.700Z] ---> 5557c79fed73 [2021-01-30T00:39:08.700Z] Step 3/23 : WORKDIR /edgex-go [2021-01-30T00:39:08.700Z] ---> Using cache [2021-01-30T00:39:08.700Z] ---> 86e09e940994 [2021-01-30T00:39:08.700Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T00:39:08.700Z] ---> Using cache [2021-01-30T00:39:08.701Z] ---> 6a50a86a0718 [2021-01-30T00:39:08.701Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-30T00:39:08.987Z] 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-30T00:39:09.186Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-30T00:39:09.186Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-30T00:39:09.186Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-30T00:39:09.281Z] ---> Running in a919470b3820 [2021-01-30T00:39:11.928Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T00:39:12.217Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T00:39:13.255Z] OK: 233 MiB in 51 packages [2021-01-30T00:39:15.950Z] Removing intermediate container a919470b3820 [2021-01-30T00:39:15.950Z] ---> 855ce329895b [2021-01-30T00:39:15.950Z] Step 6/23 : COPY go.mod . [2021-01-30T00:39:16.547Z] Removing intermediate container 602ff6e48520 [2021-01-30T00:39:16.547Z] ---> 7300c4ef6a07 [2021-01-30T00:39:16.547Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-30T00:39:16.547Z] ---> 2264f33d2a26 [2021-01-30T00:39:16.547Z] Step 7/23 : RUN go mod download [2021-01-30T00:39:16.547Z] ---> Running in 6a4e1af4a2d1 [2021-01-30T00:39:16.547Z] ---> Running in b7165c8edbd5 [2021-01-30T00:39:17.509Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-30T00:39:17.509Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-30T00:39:17.509Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-30T00:39:17.509Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-30T00:39:17.509Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-30T00:39:17.509Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-30T00:39:22.042Z] Collecting docker-compose==1.23.2 [2021-01-30T00:39:22.042Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-30T00:39:22.042Z] Removing intermediate container 6a4e1af4a2d1 [2021-01-30T00:39:22.042Z] ---> e6309468ced0 [2021-01-30T00:39:22.042Z] Step 8/23 : COPY . . [2021-01-30T00:39:22.343Z] Collecting jsonschema<3,>=2.5.1 [2021-01-30T00:39:22.343Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-30T00:39:22.659Z] Collecting docopt<0.7,>=0.6.1 [2021-01-30T00:39:22.659Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-30T00:39:24.242Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-30T00:39:24.242Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-30T00:39:24.242Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-30T00:39:26.187Z] Collecting PyYAML<4,>=3.10 [2021-01-30T00:39:26.187Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-30T00:39:29.665Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-30T00:39:29.665Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-30T00:39:30.283Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-30T00:39:30.283Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-30T00:39:30.571Z] Collecting cached-property<2,>=1.2.0 [2021-01-30T00:39:30.571Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-30T00:39:30.852Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-30T00:39:30.852Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-30T00:39:31.018Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.379s coverage: 46.0% of statements [2021-01-30T00:39:31.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-30T00:39:31.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-30T00:39:31.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-30T00:39:31.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-30T00:39:31.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-30T00:39:31.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-01-30T00:39:31.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-01-30T00:39:31.018Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.158s coverage: 100.0% of statements [2021-01-30T00:39:32.322Z] Collecting docker<4.0,>=3.6.0 [2021-01-30T00:39:32.322Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-30T00:39:33.309Z] 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-30T00:39:34.720Z] Collecting texttable<0.10,>=0.9.0 [2021-01-30T00:39:34.720Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-30T00:39:38.082Z] Collecting idna<2.8,>=2.5 [2021-01-30T00:39:38.082Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-30T00:39:38.082Z] 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-30T00:39:38.082Z] 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-30T00:39:39.330Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.570s coverage: 27.1% of statements [2021-01-30T00:39:39.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-30T00:39:39.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-30T00:39:39.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-30T00:39:39.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-30T00:39:39.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-30T00:39:39.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-30T00:39:39.330Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.067s coverage: 100.0% of statements [2021-01-30T00:39:39.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-30T00:39:39.330Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.092s coverage: 100.0% of statements [2021-01-30T00:39:39.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-30T00:39:39.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-30T00:39:39.330Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.210s coverage: 65.8% of statements [2021-01-30T00:39:39.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-30T00:39:39.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-30T00:39:39.507Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-30T00:39:39.507Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-30T00:39:40.915Z] Collecting docker-pycreds>=0.4.0 [2021-01-30T00:39:40.915Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-30T00:39:40.915Z] Removing intermediate container e2b9b7b413da [2021-01-30T00:39:40.915Z] ---> 5b47d45d8b1a [2021-01-30T00:39:40.915Z] [2021-01-30T00:39:40.915Z] Step 10/22 : FROM alpine:3.12 [2021-01-30T00:39:40.915Z] ---> 389fef711851 [2021-01-30T00:39:40.915Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-30T00:39:40.915Z] ---> Using cache [2021-01-30T00:39:40.915Z] ---> dff12a583201 [2021-01-30T00:39:40.915Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-30T00:39:40.915Z] ---> Using cache [2021-01-30T00:39:40.915Z] ---> 7a49bf4ed4ee [2021-01-30T00:39:40.915Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-30T00:39:40.915Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-30T00:39:40.915Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-30T00:39:40.915Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-30T00:39:40.915Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-30T00:39:40.915Z] Installing collected packages: jsonschema, docopt, PyYAML, idna, urllib3, requests, websocket-client, cached-property, dockerpty, docker-pycreds, docker, texttable, docker-compose [2021-01-30T00:39:41.975Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.693s coverage: 82.3% of statements [2021-01-30T00:39:41.975Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-30T00:39:41.975Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-30T00:39:41.975Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-30T00:39:41.975Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-30T00:39:42.857Z] Running setup.py install for docopt: started [2021-01-30T00:39:43.136Z] ---> Running in ddef1c23b4bd [2021-01-30T00:39:43.136Z] 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-30T00:39:43.413Z] Removing intermediate container b0a679f0215c [2021-01-30T00:39:43.413Z] ---> 43d86e515fe8 [2021-01-30T00:39:43.413Z] [2021-01-30T00:39:43.413Z] Step 10/23 : FROM alpine:3.12 [2021-01-30T00:39:43.413Z] ---> 389fef711851 [2021-01-30T00:39:43.413Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-30T00:39:43.413Z] ---> Using cache [2021-01-30T00:39:43.413Z] ---> dff12a583201 [2021-01-30T00:39:43.413Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-30T00:39:43.413Z] ---> Using cache [2021-01-30T00:39:43.413Z] ---> 7a49bf4ed4ee [2021-01-30T00:39:43.413Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-30T00:39:43.711Z] Running setup.py install for docopt: finished with status 'done' [2021-01-30T00:39:43.711Z] Running setup.py install for PyYAML: started [2021-01-30T00:39:45.753Z] Removing intermediate container ddef1c23b4bd [2021-01-30T00:39:45.753Z] ---> a1756d02a90c [2021-01-30T00:39:45.753Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-30T00:39:45.753Z] ---> Running in 194cc135da24 [2021-01-30T00:39:45.753Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-30T00:39:45.753Z] Attempting uninstall: idna [2021-01-30T00:39:45.753Z] Found existing installation: idna 2.9 [2021-01-30T00:39:45.753Z] Uninstalling idna-2.9: [2021-01-30T00:39:46.046Z] Successfully uninstalled idna-2.9 [2021-01-30T00:39:47.463Z] Attempting uninstall: urllib3 [2021-01-30T00:39:47.463Z] Found existing installation: urllib3 1.25.9 [2021-01-30T00:39:47.463Z] ---> Running in fd9cb2a58c4a [2021-01-30T00:39:47.463Z] Uninstalling urllib3-1.25.9: [2021-01-30T00:39:47.730Z] Successfully uninstalled urllib3-1.25.9 [2021-01-30T00:39:47.993Z] Removing intermediate container 194cc135da24 [2021-01-30T00:39:47.993Z] ---> da2a030e379a [2021-01-30T00:39:47.993Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-30T00:39:48.726Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.344s coverage: 28.6% of statements [2021-01-30T00:39:48.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-30T00:39:48.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-30T00:39:48.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-30T00:39:48.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-30T00:39:48.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-30T00:39:48.726Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.202s coverage: 100.0% of statements [2021-01-30T00:39:48.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-30T00:39:48.726Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.148s coverage: 100.0% of statements [2021-01-30T00:39:48.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-30T00:39:48.726Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.389s coverage: 86.7% of statements [2021-01-30T00:39:48.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-30T00:39:49.396Z] ---> Running in eb409b5b2b1c [2021-01-30T00:39:49.396Z] Removing intermediate container fd9cb2a58c4a [2021-01-30T00:39:49.396Z] ---> 8e6b0d303c64 [2021-01-30T00:39:49.396Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-30T00:39:49.396Z] Attempting uninstall: requests [2021-01-30T00:39:49.396Z] Found existing installation: requests 2.23.0 [2021-01-30T00:39:49.396Z] Uninstalling requests-2.23.0: [2021-01-30T00:39:49.396Z] Successfully uninstalled requests-2.23.0 [2021-01-30T00:39:49.659Z] Removing intermediate container eb409b5b2b1c [2021-01-30T00:39:49.659Z] ---> 7c5fb02f3028 [2021-01-30T00:39:49.659Z] Step 15/23 : WORKDIR / [2021-01-30T00:39:49.659Z] ---> a59f0475c103 [2021-01-30T00:39:49.659Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-30T00:39:49.709Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.410s coverage: 97.5% of statements [2021-01-30T00:39:49.709Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-30T00:39:49.709Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.196s coverage: 78.3% of statements [2021-01-30T00:39:49.709Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-30T00:39:49.709Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-30T00:39:49.709Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-30T00:39:49.709Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-30T00:39:49.936Z] Running setup.py install for dockerpty: started [2021-01-30T00:39:49.936Z] ---> Running in 7b292f7cbfd5 [2021-01-30T00:39:49.936Z] ---> ba5cfd366d05 [2021-01-30T00:39:49.936Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-30T00:39:49.936Z] ---> Running in 0b46f3ef38a7 [2021-01-30T00:39:50.552Z] Removing intermediate container 7b292f7cbfd5 [2021-01-30T00:39:50.552Z] ---> 84f180890d77 [2021-01-30T00:39:50.552Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-30T00:39:50.819Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-30T00:39:51.096Z] 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-30T00:39:51.359Z] ---> 62cae69b7a31 [2021-01-30T00:39:51.359Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-30T00:39:51.359Z] ---> a9dc9b466dcf [2021-01-30T00:39:51.359Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-30T00:39:51.628Z] Running setup.py install for texttable: started [2021-01-30T00:39:51.921Z] ---> 8a1195ab05d3 [2021-01-30T00:39:51.921Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-30T00:39:52.214Z] ---> Running in c04db995d647 [2021-01-30T00:39:52.214Z] Running setup.py install for texttable: finished with status 'done' [2021-01-30T00:39:52.804Z] ---> a6d37a95e257 [2021-01-30T00:39:52.804Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-30T00:39:54.210Z] Removing intermediate container c04db995d647 [2021-01-30T00:39:54.210Z] ---> accb9f565859 [2021-01-30T00:39:54.210Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-30T00:39:54.210Z] 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-30T00:39:55.628Z] ---> 2acbe501ac11 [2021-01-30T00:39:55.628Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-30T00:39:55.628Z] ---> Running in e0af4d92eb97 [2021-01-30T00:39:55.919Z] ---> Running in 3e6a678d4efb [2021-01-30T00:39:56.186Z] Removing intermediate container a5d640d77cdc [2021-01-30T00:39:56.186Z] ---> 497722a08cd4 [2021-01-30T00:39:56.186Z] [2021-01-30T00:39:56.186Z] Step 10/31 : FROM alpine:3.12 [2021-01-30T00:39:56.186Z] ---> 389fef711851 [2021-01-30T00:39:56.186Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-30T00:39:56.451Z] Removing intermediate container e0af4d92eb97 [2021-01-30T00:39:56.451Z] ---> fe5da7439281 [2021-01-30T00:39:56.451Z] Step 20/22 : LABEL arch=x86_64 [2021-01-30T00:39:56.451Z] ---> Running in 58be89446e05 [2021-01-30T00:39:56.727Z] ---> Running in 30c3bd0662e1 [2021-01-30T00:39:56.727Z] Removing intermediate container 3e6a678d4efb [2021-01-30T00:39:56.727Z] ---> 96ad407f3f97 [2021-01-30T00:39:56.727Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-30T00:39:57.318Z] ---> Running in 075c56609de9 [2021-01-30T00:39:57.318Z] Removing intermediate container 58be89446e05 [2021-01-30T00:39:57.318Z] ---> 3b916baef4bb [2021-01-30T00:39:57.318Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-01-30T00:39:58.770Z] ---> Running in df376755db95 [2021-01-30T00:39:58.770Z] Removing intermediate container 30c3bd0662e1 [2021-01-30T00:39:58.770Z] ---> 3f15b0016585 [2021-01-30T00:39:58.770Z] Step 21/22 : LABEL git_sha=7f05382e1b612f5b5631b22f027035a888692348 [2021-01-30T00:39:59.044Z] Removing intermediate container 075c56609de9 [2021-01-30T00:39:59.044Z] ---> 58ccee0789f5 [2021-01-30T00:39:59.044Z] Step 21/23 : LABEL arch=x86_64 [2021-01-30T00:39:59.310Z] Removing intermediate container b7165c8edbd5 [2021-01-30T00:39:59.310Z] ---> 955d7d60777d [2021-01-30T00:39:59.310Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-30T00:39:59.576Z] ---> Running in a8478a6e0967 [2021-01-30T00:40:00.163Z] ---> Running in 7477ea02b128 [2021-01-30T00:40:00.163Z] ---> Running in c769907a121a [2021-01-30T00:40:00.439Z] Removing intermediate container 7477ea02b128 [2021-01-30T00:40:00.439Z] ---> cbb44e396ab8 [2021-01-30T00:40:00.439Z] Step 22/23 : LABEL git_sha=7f05382e1b612f5b5631b22f027035a888692348 [2021-01-30T00:40:00.723Z] Removing intermediate container a8478a6e0967 [2021-01-30T00:40:00.723Z] ---> 5c859ed07118 [2021-01-30T00:40:00.723Z] Step 22/22 : LABEL version=0.0.0 [2021-01-30T00:40:00.723Z] ---> Running in 72d77120858f [2021-01-30T00:40:00.723Z] ---> Running in 92ce6653c188 [2021-01-30T00:40:01.019Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T00:40:01.019Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T00:40:01.303Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-01-30T00:40:01.303Z] Removing intermediate container 92ce6653c188 [2021-01-30T00:40:01.303Z] ---> e5b12a8be10c [2021-01-30T00:40:01.303Z] [2021-01-30T00:40:01.303Z] (2/2) Installing su-exec (0.2-r1) [2021-01-30T00:40:01.303Z] Removing intermediate container 72d77120858f [2021-01-30T00:40:01.303Z] ---> a1c58918d627 [2021-01-30T00:40:01.303Z] Step 23/23 : LABEL version=0.0.0 [2021-01-30T00:40:01.303Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T00:40:01.303Z] OK: 6 MiB in 16 packages [2021-01-30T00:40:01.303Z] ---> Running in 04f2fc9baa93 [2021-01-30T00:40:01.574Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T00:40:01.574Z] Removing intermediate container 04f2fc9baa93 [2021-01-30T00:40:01.574Z] ---> c195c03e8cbf [2021-01-30T00:40:01.574Z] [2021-01-30T00:40:01.844Z] Successfully built e5b12a8be10c [2021-01-30T00:40:01.844Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T00:40:01.844Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-30T00:40:01.844Z]  Building docker-support-scheduler-go ... done Successfully built c195c03e8cbf [2021-01-30T00:40:01.844Z] Successfully tagged docker-core-metadata-go:latest [2021-01-30T00:40:02.129Z]  Building docker-core-metadata-go ... done (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-30T00:40:02.129Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-30T00:40:02.129Z] (3/3) Installing curl (7.69.1-r3) [2021-01-30T00:40:02.129Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T00:40:02.129Z] OK: 72 MiB in 58 packages [2021-01-30T00:40:02.307Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.380s coverage: 92.8% of statements [2021-01-30T00:40:02.307Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-30T00:40:02.307Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-30T00:40:02.307Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-30T00:40:02.307Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-30T00:40:02.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-30T00:40:02.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-30T00:40:02.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-30T00:40:02.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-30T00:40:02.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-30T00:40:02.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-30T00:40:02.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-30T00:40:02.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-30T00:40:02.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-30T00:40:02.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-30T00:40:02.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-30T00:40:02.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-30T00:40:02.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-30T00:40:02.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-30T00:40:02.307Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements [2021-01-30T00:40:02.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-30T00:40:02.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-30T00:40:02.307Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.159s coverage: 0.1% of statements [2021-01-30T00:40:02.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-30T00:40:02.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-30T00:40:02.307Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-30T00:40:02.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.087s coverage: 45.5% of statements [2021-01-30T00:40:02.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.123s coverage: 79.5% of statements [2021-01-30T00:40:02.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.054s coverage: 94.1% of statements [2021-01-30T00:40:02.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.087s coverage: 96.3% of statements [2021-01-30T00:40:02.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.079s coverage: 87.5% of statements [2021-01-30T00:40:02.414Z] Removing intermediate container df376755db95 [2021-01-30T00:40:02.414Z] ---> 9b6a647310ab [2021-01-30T00:40:02.414Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-30T00:40:02.723Z] ---> Running in 0ca30154ce02 [2021-01-30T00:40:03.687Z] Removing intermediate container 0ca30154ce02 [2021-01-30T00:40:03.687Z] ---> ba9ab188dd3b [2021-01-30T00:40:03.687Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-30T00:40:03.687Z] ---> Running in a970045c87b1 [2021-01-30T00:40:03.958Z] Removing intermediate container c769907a121a [2021-01-30T00:40:03.958Z] ---> 0347d36dba00 [2021-01-30T00:40:03.958Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-30T00:40:04.229Z] Removing intermediate container a970045c87b1 [2021-01-30T00:40:04.229Z] ---> a655c97198d6 [2021-01-30T00:40:04.229Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-30T00:40:04.229Z] ---> Running in 8207aab5d1ba [2021-01-30T00:40:04.506Z] ---> Running in 381187e3cb11 [2021-01-30T00:40:04.779Z] Removing intermediate container 8207aab5d1ba [2021-01-30T00:40:04.779Z] ---> 162a9e62f3b9 [2021-01-30T00:40:04.779Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-30T00:40:04.779Z] ---> Running in da6dca153f5b [2021-01-30T00:40:05.665Z] Removing intermediate container da6dca153f5b [2021-01-30T00:40:05.665Z] ---> 9df1e130c871 [2021-01-30T00:40:05.665Z] Step 24/26 : LABEL arch=x86_64 [2021-01-30T00:40:05.665Z] ---> Running in bc79280ab7a0 [2021-01-30T00:40:05.665Z] Removing intermediate container bc79280ab7a0 [2021-01-30T00:40:05.665Z] ---> 354f098701d5 [2021-01-30T00:40:05.665Z] Step 25/26 : LABEL git_sha=7f05382e1b612f5b5631b22f027035a888692348 [2021-01-30T00:40:06.454Z] ---> Running in 2f3acda1f3ba [2021-01-30T00:40:06.778Z] Removing intermediate container 2f3acda1f3ba [2021-01-30T00:40:06.778Z] ---> 1cdfda9fccd5 [2021-01-30T00:40:06.778Z] Step 26/26 : LABEL version=0.0.0 [2021-01-30T00:40:06.778Z] ---> Running in 7c00b5aa35f1 [2021-01-30T00:40:06.778Z] Removing intermediate container 381187e3cb11 [2021-01-30T00:40:06.778Z] ---> df3966f15614 [2021-01-30T00:40:06.778Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-30T00:40:06.778Z] ---> Running in 6000a8453ee2 [2021-01-30T00:40:07.169Z] Removing intermediate container 7c00b5aa35f1 [2021-01-30T00:40:07.169Z] ---> 84f74f2bd333 [2021-01-30T00:40:07.169Z] [2021-01-30T00:40:07.169Z] Successfully built 84f74f2bd333 [2021-01-30T00:40:07.480Z] Removing intermediate container 6000a8453ee2 [2021-01-30T00:40:07.480Z] ---> fa6d9787004d [2021-01-30T00:40:07.480Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-30T00:40:07.480Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-30T00:40:07.755Z]  Building docker-sys-mgmt-agent-go ... done  ---> 6eb2ca087811 [2021-01-30T00:40:07.755Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-30T00:40:07.755Z] ---> Running in f96707e42839 [2021-01-30T00:40:11.095Z] Removing intermediate container f96707e42839 [2021-01-30T00:40:11.096Z] ---> b4c01d2604a3 [2021-01-30T00:40:11.096Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-30T00:40:11.096Z] ---> 5dd8d8b2f0a3 [2021-01-30T00:40:11.096Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-30T00:40:11.672Z] ---> 767deacfb3b0 [2021-01-30T00:40:11.672Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-30T00:40:12.248Z] ---> 3cc3c1ad5405 [2021-01-30T00:40:12.249Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-30T00:40:12.478Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.110s coverage: 94.4% of statements [2021-01-30T00:40:12.478Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements [2021-01-30T00:40:14.173Z] ---> 5330d4014d9e [2021-01-30T00:40:14.173Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-30T00:40:14.437Z] Removing intermediate container 0b46f3ef38a7 [2021-01-30T00:40:14.437Z] ---> e25677cbeb9b [2021-01-30T00:40:14.437Z] [2021-01-30T00:40:14.437Z] Step 10/23 : FROM alpine:3.12 [2021-01-30T00:40:14.437Z] ---> 389fef711851 [2021-01-30T00:40:14.437Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-30T00:40:14.437Z] ---> Running in 63fa46e70b95 [2021-01-30T00:40:14.437Z] ---> 14fed919cac3 [2021-01-30T00:40:14.437Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-01-30T00:40:14.699Z] ---> Running in d96af7b1244d [2021-01-30T00:40:14.699Z] Removing intermediate container 63fa46e70b95 [2021-01-30T00:40:14.699Z] ---> 1e13cc5a2507 [2021-01-30T00:40:14.699Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-30T00:40:14.699Z] ---> Running in 506f999f84dc [2021-01-30T00:40:14.963Z] Removing intermediate container d96af7b1244d [2021-01-30T00:40:14.963Z] ---> 32024fbc5846 [2021-01-30T00:40:14.963Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-30T00:40:14.963Z] Removing intermediate container 506f999f84dc [2021-01-30T00:40:14.963Z] ---> 4470580ab988 [2021-01-30T00:40:14.963Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-30T00:40:14.963Z] ---> Running in 7cf05ef3d749 [2021-01-30T00:40:15.224Z] ---> 89f5c4a64952 [2021-01-30T00:40:15.224Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-01-30T00:40:15.224Z] Removing intermediate container 7cf05ef3d749 [2021-01-30T00:40:15.224Z] ---> 45f4b17c20bf [2021-01-30T00:40:15.224Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T00:40:15.487Z] ---> Running in 7c3fc4534e37 [2021-01-30T00:40:15.487Z] ---> Running in 2aa360d3bfe0 [2021-01-30T00:40:16.884Z] Removing intermediate container 7c3fc4534e37 [2021-01-30T00:40:16.884Z] ---> 5a85c2c21635 [2021-01-30T00:40:16.884Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-30T00:40:16.884Z] Removing intermediate container 2aa360d3bfe0 [2021-01-30T00:40:16.884Z] ---> eb405e05401f [2021-01-30T00:40:16.884Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-30T00:40:16.884Z] ---> Running in eec41cf26133 [2021-01-30T00:40:16.884Z] ---> Running in 37b7369470c3 [2021-01-30T00:40:17.151Z] Removing intermediate container 37b7369470c3 [2021-01-30T00:40:17.151Z] ---> 6af4db0bb75d [2021-01-30T00:40:17.151Z] Step 28/31 : CMD ["gate"] [2021-01-30T00:40:17.151Z] ---> Running in 532fc1ccd9d0 [2021-01-30T00:40:17.417Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-30T00:40:17.417Z] Removing intermediate container 532fc1ccd9d0 [2021-01-30T00:40:17.417Z] ---> 449723e10e40 [2021-01-30T00:40:17.417Z] Step 29/31 : LABEL arch=x86_64 [2021-01-30T00:40:17.680Z] ---> Running in a7d04fb27890 [2021-01-30T00:40:17.680Z] Removing intermediate container a7d04fb27890 [2021-01-30T00:40:17.680Z] ---> ec1e1d6579e0 [2021-01-30T00:40:17.680Z] Step 30/31 : LABEL git_sha=7f05382e1b612f5b5631b22f027035a888692348 [2021-01-30T00:40:17.942Z] ---> Running in 44f230682753 [2021-01-30T00:40:17.942Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-30T00:40:18.205Z] Removing intermediate container 44f230682753 [2021-01-30T00:40:18.205Z] ---> 20c4c7e0ceef [2021-01-30T00:40:18.205Z] Step 31/31 : LABEL version=0.0.0 [2021-01-30T00:40:18.468Z] ---> Running in 6f03ebbd9add [2021-01-30T00:40:18.468Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-30T00:40:18.729Z] Removing intermediate container 6f03ebbd9add [2021-01-30T00:40:18.729Z] ---> 8c0ae622a169 [2021-01-30T00:40:18.729Z] [2021-01-30T00:40:18.729Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-30T00:40:18.729Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-30T00:40:18.729Z] Successfully built 8c0ae622a169 [2021-01-30T00:40:18.729Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-30T00:40:18.729Z]  Building docker-security-bootstrapper-go ... done (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-30T00:40:18.991Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-30T00:40:19.254Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-30T00:40:19.254Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T00:40:19.254Z] OK: 8 MiB in 20 packages [2021-01-30T00:40:19.838Z] Removing intermediate container eec41cf26133 [2021-01-30T00:40:19.838Z] ---> 4eb586b9cf0f [2021-01-30T00:40:19.838Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-30T00:40:20.100Z] ---> 5c3b3054618a [2021-01-30T00:40:20.100Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-30T00:40:20.677Z] ---> 886a7681d37e [2021-01-30T00:40:20.677Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-30T00:40:20.941Z] ---> 225937e378e2 [2021-01-30T00:40:20.941Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-30T00:40:21.203Z] ---> Running in f83c86139b94 [2021-01-30T00:40:21.203Z] Removing intermediate container f83c86139b94 [2021-01-30T00:40:21.203Z] ---> db607e4e0cbc [2021-01-30T00:40:21.203Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-30T00:40:21.203Z] ---> Running in 93159b6a3f8a [2021-01-30T00:40:21.465Z] Removing intermediate container 93159b6a3f8a [2021-01-30T00:40:21.465Z] ---> 73d941672e51 [2021-01-30T00:40:21.465Z] Step 21/23 : LABEL arch=x86_64 [2021-01-30T00:40:21.465Z] ---> Running in f2634809ebbd [2021-01-30T00:40:21.726Z] Removing intermediate container f2634809ebbd [2021-01-30T00:40:21.726Z] ---> 3c305a8ecd44 [2021-01-30T00:40:21.726Z] Step 22/23 : LABEL git_sha=7f05382e1b612f5b5631b22f027035a888692348 [2021-01-30T00:40:21.726Z] ---> Running in 497ca639d079 [2021-01-30T00:40:21.988Z] Removing intermediate container 497ca639d079 [2021-01-30T00:40:21.988Z] ---> 3ff93d6e67a3 [2021-01-30T00:40:21.988Z] Step 23/23 : LABEL version=0.0.0 [2021-01-30T00:40:21.988Z] ---> Running in 0668b9ca3142 [2021-01-30T00:40:22.249Z] Removing intermediate container 0668b9ca3142 [2021-01-30T00:40:22.249Z] ---> 685f98722201 [2021-01-30T00:40:22.249Z] [2021-01-30T00:40:22.249Z] Successfully built 685f98722201 [2021-01-30T00:40:22.249Z] Successfully tagged docker-core-data-go:latest [2021-01-30T00:40:22.834Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-30T00:40:22.855Z] $ docker stop --time=1 ccb0eb16e73f1662f16b4dff6fa8fb9d3748cf01bd5c1e4cf597073e943b0871 [2021-01-30T00:40:24.507Z] $ docker rm -f ccb0eb16e73f1662f16b4dff6fa8fb9d3748cf01bd5c1e4cf597073e943b0871 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-30T00:40:25.575Z] + docker images [2021-01-30T00:40:25.576Z] + grep docker [2021-01-30T00:40:25.838Z] docker-core-data-go latest 685f98722201 4 seconds ago 22.3MB [2021-01-30T00:40:25.838Z] docker-security-bootstrapper-go latest 8c0ae622a169 7 seconds ago 23.8MB [2021-01-30T00:40:25.838Z] docker-sys-mgmt-agent-go latest 84f74f2bd333 19 seconds ago 313MB [2021-01-30T00:40:25.838Z] docker-support-scheduler-go latest e5b12a8be10c 24 seconds ago 17MB [2021-01-30T00:40:25.838Z] docker-core-metadata-go latest c195c03e8cbf 24 seconds ago 18.8MB [2021-01-30T00:40:25.838Z] docker-security-secretstore-setup-go latest d8755a797363 About a minute ago 24.6MB [2021-01-30T00:40:25.838Z] docker-core-command-go latest 90ede60f3d9c About a minute ago 16.9MB [2021-01-30T00:40:25.838Z] docker-security-proxy-setup-go latest 798d5020fe50 2 minutes ago 24.4MB [2021-01-30T00:40:25.838Z] docker-support-notifications-go latest 8e216ec63e5c 2 minutes ago 16.9MB [2021-01-30T00:40:25.838Z] docker 20.10.0 aefe523efa57 7 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-30T00:40:27.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.137s coverage: 92.9% of statements [2021-01-30T00:40:27.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-30T00:40:27.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-30T00:40:27.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-30T00:40:27.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-30T00:40:27.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements [2021-01-30T00:40:27.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-30T00:40:27.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-30T00:40:27.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-01-30T00:40:27.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-30T00:40:27.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements [2021-01-30T00:40:27.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-30T00:40:27.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements [2021-01-30T00:40:27.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.121s coverage: 87.2% of statements [2021-01-30T00:40:27.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.144s coverage: 84.2% of statements [2021-01-30T00:40:27.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.178s coverage: 91.4% of statements [2021-01-30T00:40:27.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-30T00:40:27.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.609s coverage: 63.5% of statements [2021-01-30T00:40:27.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-30T00:40:27.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-30T00:40:27.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.082s coverage: 100.0% of statements [2021-01-30T00:40:27.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.102s coverage: 91.3% of statements [2021-01-30T00:40:27.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.075s coverage: 100.0% of statements [2021-01-30T00:40:27.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements [2021-01-30T00:40:27.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.055s coverage: 100.0% of statements [2021-01-30T00:40:27.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.799s coverage: 68.9% of statements [2021-01-30T00:40:27.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-30T00:40:27.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-30T00:40:27.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-30T00:40:27.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-30T00:40:27.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-30T00:40:30.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.411s coverage: 37.0% of statements [2021-01-30T00:40:30.231Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-30T00:40:30.231Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-30T00:40:30.504Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.822s coverage: 84.0% of statements [2021-01-30T00:40:31.102Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.095s coverage: 100.0% of statements [2021-01-30T00:40:37.846Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.424s coverage: 47.1% of statements [2021-01-30T00:40:37.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-30T00:40:37.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-30T00:40:37.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-30T00:40:37.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-30T00:40:37.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-30T00:40:37.846Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.209s coverage: 100.0% of statements [2021-01-30T00:40:37.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-30T00:40:37.846Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.113s coverage: 100.0% of statements [2021-01-30T00:40:37.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-30T00:40:41.557Z] Still waiting to schedule task [2021-01-30T00:40:41.557Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-30T00:40:46.150Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.354s coverage: 29.1% of statements [2021-01-30T00:40:46.150Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-30T00:40:46.150Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-30T00:40:46.150Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-30T00:40:46.150Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-30T00:40:46.150Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-30T00:40:46.150Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.200s coverage: 99.0% of statements [2021-01-30T00:40:46.150Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-30T00:40:46.150Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.163s coverage: 100.0% of statements [2021-01-30T00:40:46.150Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-30T00:40:46.150Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-01-30T00:40:46.150Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-01-30T00:40:46.150Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-01-30T00:40:46.150Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.156s coverage: 100.0% of statements [2021-01-30T00:40:46.150Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-01-30T00:40:46.150Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-01-30T00:40:46.150Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-01-30T00:40:46.150Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-01-30T00:40:46.150Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-30T00:40:46.150Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements [2021-01-30T00:40:46.150Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-30T00:40:46.150Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-30T00:40:46.150Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-30T00:40:46.150Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-30T00:40:46.150Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.099s coverage: 87.9% of statements [2021-01-30T00:40:46.150Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-30T00:40:46.150Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-30T00:40:46.150Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.070s coverage: 100.0% of statements [2021-01-30T00:40:46.150Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-01-30T00:40:46.150Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-01-30T00:40:46.745Z] GO111MODULE=on go vet ./... [2021-01-30T00:42:08.594Z] gofmt -l . [2021-01-30T00:42:08.594Z] [ "`gofmt -l .`" = "" ] [2021-01-30T00:42:08.594Z] ./bin/test-go-mod-tidy.sh [2021-01-30T00:42:08.594Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-30T00:42:09.251Z] + ls -al . [2021-01-30T00:42:09.251Z] total 708 [2021-01-30T00:42:09.251Z] drwxrwxr-x 9 1001 1001 4096 Jan 30 00:42 . [2021-01-30T00:42:09.251Z] drwxr-xr-x 4 root root 4096 Jan 30 00:37 .. [2021-01-30T00:42:09.252Z] -rw-rw-r-- 1 1001 1001 11 Jan 30 00:36 .dockerignore [2021-01-30T00:42:09.252Z] drwxrwxr-x 8 1001 1001 4096 Jan 30 00:36 .git [2021-01-30T00:42:09.252Z] drwxrwxr-x 3 1001 1001 4096 Jan 30 00:36 .github [2021-01-30T00:42:09.252Z] -rw-rw-r-- 1 1001 1001 872 Jan 30 00:36 .gitignore [2021-01-30T00:42:09.252Z] -rw-rw-r-- 1 1001 1001 166 Jan 30 00:36 .sonarcloud.properties [2021-01-30T00:42:09.252Z] -rw-rw-r-- 1 1001 1001 7859 Jan 30 00:36 Attribution.txt [2021-01-30T00:42:09.252Z] -rw-rw-r-- 1 1001 1001 3804 Jan 30 00:36 CONTRIBUTING.md [2021-01-30T00:42:09.252Z] -rw-rw-r-- 1 1001 1001 931 Jan 30 00:36 Dockerfile.build [2021-01-30T00:42:09.252Z] -rw-rw-r-- 1 1001 1001 863 Jan 30 00:36 Jenkinsfile [2021-01-30T00:42:09.252Z] -rw-rw-r-- 1 1001 1001 10775 Jan 30 00:36 LICENSE [2021-01-30T00:42:09.252Z] -rw-rw-r-- 1 1001 1001 6001 Jan 30 00:36 Makefile [2021-01-30T00:42:09.252Z] -rw-rw-r-- 1 1001 1001 6524 Jan 30 00:36 README.md [2021-01-30T00:42:09.252Z] -rw-rw-r-- 1 1001 1001 6755 Jan 30 00:36 SECURITY.md [2021-01-30T00:42:09.252Z] -rw-rw-r-- 1 1001 1001 5 Jan 30 00:32 VERSION [2021-01-30T00:42:09.252Z] -rw-rw-r-- 1 1001 1001 4131 Jan 30 00:36 ZMQWindows.md [2021-01-30T00:42:09.252Z] drwxrwxr-x 2 1001 1001 4096 Jan 30 00:36 bin [2021-01-30T00:42:09.252Z] drwxrwxr-x 15 1001 1001 4096 Jan 30 00:36 cmd [2021-01-30T00:42:09.252Z] -rw-r--r-- 1 root root 574984 Jan 30 00:40 coverage.out [2021-01-30T00:42:09.252Z] -rw-r--r-- 1 root root 1054 Jan 30 00:42 go.mod [2021-01-30T00:42:09.252Z] -rw-r--r-- 1 root root 19399 Jan 30 00:42 go.sum [2021-01-30T00:42:09.252Z] drwxrwxr-x 8 1001 1001 4096 Jan 30 00:36 internal [2021-01-30T00:42:09.252Z] drwxrwxr-x 4 1001 1001 4096 Jan 30 00:36 openapi [2021-01-30T00:42:09.252Z] drwxrwxr-x 4 1001 1001 4096 Jan 30 00:36 snap [2021-01-30T00:42:09.252Z] -rw-rw-r-- 1 1001 1001 168 Jan 30 00:36 version.go [Pipeline] sh [2021-01-30T00:42:09.917Z] + '[' -e coverage.out ] [2021-01-30T00:42:09.917Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-30T00:42:09.938Z] Warning: overwriting stash ‘coverage-report’ [2021-01-30T00:42:11.069Z] Stashed 1 file(s) [Pipeline] sh [2021-01-30T00:42:11.707Z] + make build [2021-01-30T00:42:11.707Z] 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-30T00:42:20.058Z] Running on prd-ubuntu18.04-docker-8c-8g-24051 in /w/workspace/edgexfoundry_edgex-go_PR-3075 [Pipeline] { [Pipeline] ws [2021-01-30T00:42:20.111Z] Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout [2021-01-30T00:42:22.277Z] using credential edgex-jenkins-ssh [2021-01-30T00:42:22.348Z] Cloning the remote Git repository [2021-01-30T00:42:22.367Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-30T00:42:22.427Z] > git init /w/workspace/edgex-go/10 # timeout=10 [2021-01-30T00:42:22.457Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-30T00:42:22.457Z] > git --version # timeout=10 [2021-01-30T00:42:22.465Z] > git --version # 'git version 2.17.1' [2021-01-30T00:42:22.466Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-30T00:42:22.488Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-30T00:42:24.105Z] 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-30T00:42:35.453Z] Merging remotes/origin/master commit f32f4191109bc075ff9359b3fa855becd8fb908f into PR head commit 43b882124282ec1afd2baf8b324d969a4719e16c [2021-01-30T00:42:35.624Z] Merge succeeded, producing b10c725521e0c6126de28fde4c59a6f598f16b1d [2021-01-30T00:42:35.625Z] Checking out Revision b10c725521e0c6126de28fde4c59a6f598f16b1d (PR-3075) [2021-01-30T00:42:34.906Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-30T00:42:34.911Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-30T00:42:34.919Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-30T00:42:34.933Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-30T00:42:34.933Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-30T00:42:34.938Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3075/head:refs/remotes/origin/PR-3075 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-30T00:42:35.460Z] > git config core.sparsecheckout # timeout=10 [2021-01-30T00:42:35.464Z] > git checkout -f 43b882124282ec1afd2baf8b324d969a4719e16c # timeout=10 [2021-01-30T00:42:35.536Z] > git remote # timeout=10 [2021-01-30T00:42:35.542Z] > git config --get remote.origin.url # timeout=10 [2021-01-30T00:42:35.548Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-30T00:42:35.553Z] > git merge f32f4191109bc075ff9359b3fa855becd8fb908f # timeout=10 [2021-01-30T00:42:35.617Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-30T00:42:35.627Z] > git config core.sparsecheckout # timeout=10 [2021-01-30T00:42:35.630Z] > git checkout -f b10c725521e0c6126de28fde4c59a6f598f16b1d # timeout=10 [2021-01-30T00:42:39.366Z] Commit message: "Merge commit 'f32f4191109bc075ff9359b3fa855becd8fb908f' into HEAD" [2021-01-30T00:42:39.368Z] > git rev-list --no-walk 43b882124282ec1afd2baf8b324d969a4719e16c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-30T00:42:40.420Z] + echo snap-build.sh [2021-01-30T00:42:40.420Z] snap-build.sh [2021-01-30T00:42:40.420Z] + SNAP_BASE_DIR=. [2021-01-30T00:42:40.420Z] + '[' '!' -z /w/workspace/edgex-go/10 ']' [2021-01-30T00:42:40.420Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/10 [2021-01-30T00:42:40.420Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/10]' [2021-01-30T00:42:40.420Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/10] [2021-01-30T00:42:40.420Z] + cd /w/workspace/edgex-go/10 [2021-01-30T00:42:40.420Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-30T00:42:40.420Z] Reading package lists... [2021-01-30T00:42:40.420Z] Building dependency tree... [2021-01-30T00:42:40.420Z] Reading state information... [2021-01-30T00:42:40.682Z] The following packages were automatically installed and are no longer required: [2021-01-30T00:42:40.682Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-30T00:42:40.682Z] uidmap xdelta3 [2021-01-30T00:42:40.682Z] Use 'sudo apt autoremove' to remove them. [2021-01-30T00:42:40.682Z] The following packages will be REMOVED: [2021-01-30T00:42:40.682Z] lxd* lxd-client* [2021-01-30T00:42:40.946Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-30T00:42:40.946Z] After this operation, 31.7 MB disk space will be freed. [2021-01-30T00:42:41.994Z] (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-30T00:42:41.994Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-30T00:42:42.939Z] Removing lxd dnsmasq configuration [2021-01-30T00:42:42.939Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-30T00:42:43.201Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-30T00:42:43.772Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-30T00:42:44.034Z] (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-30T00:42:44.034Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-30T00:42:45.363Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-30T00:42:45.624Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-30T00:42:46.568Z] + sudo snap remove --purge lxd [2021-01-30T00:42:46.830Z] snap "lxd" is not installed [2021-01-30T00:42:46.830Z] + sudo groupadd --force --system lxd [2021-01-30T00:42:46.830Z] ++ whoami [2021-01-30T00:42:46.830Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-30T00:42:46.830Z] + newgrp - lxd [2021-01-30T00:42:46.830Z] + sudo snap install lxd [2021-01-30T00:42:50.929Z] 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-30T00:42:52.371Z] 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-30T00:42:56.831Z] 2021-01-30T00:42:53Z INFO Waiting for automatic snapd restart... [2021-01-30T00:42:57.796Z] 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-30T00:42:59.796Z] 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-30T00:43:05.197Z] 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-30T00:43:10.589Z] 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-30T00:43:11.757Z] lxd 4.10 from Canonical* installed [2021-01-30T00:43:11.757Z] + sudo lxd init --auto [2021-01-30T00:43:13.228Z] 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-30T00:43:17.518Z] 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-30T00:43:20.893Z] 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-30T00:43:21.833Z] + sudo snap install --classic snapcraft [2021-01-30T00:43:25.132Z] snapcraft 4.4.4 from Canonical* installed [2021-01-30T00:43:25.132Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-30T00:43:25.132Z] + patch --verbose -p1 [2021-01-30T00:43:25.132Z] Hmm... Looks like a unified diff to me... [2021-01-30T00:43:25.132Z] The text leading up to this was: [2021-01-30T00:43:25.132Z] -------------------------- [2021-01-30T00:43:25.132Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-30T00:43:25.132Z] |From: Tony Espy [2021-01-30T00:43:25.132Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-30T00:43:25.132Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-30T00:43:25.132Z] | [2021-01-30T00:43:25.132Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-30T00:43:25.132Z] |optimize the snap CI check run for pull requests. When [2021-01-30T00:43:25.132Z] |applied, it essentially strips out everything (apps and [2021-01-30T00:43:25.132Z] |parts) from the snapcraft.yaml file except those required [2021-01-30T00:43:25.132Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-30T00:43:25.132Z] |catch changes to edgex-go that break the snap build. [2021-01-30T00:43:25.132Z] | [2021-01-30T00:43:25.132Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-30T00:43:25.132Z] |to update this patch file, otherwise it may fail to apply, [2021-01-30T00:43:25.132Z] |resulting in a failed snap build CI check in the associated [2021-01-30T00:43:25.132Z] |pull request. [2021-01-30T00:43:25.132Z] | [2021-01-30T00:43:25.132Z] |Note - in addition to applying this patch, the pipeline also [2021-01-30T00:43:25.132Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-30T00:43:25.132Z] |need to build the finally binary .snap file (and it won't [2021-01-30T00:43:25.132Z] |work with the patch applied). This further reduces the build [2021-01-30T00:43:25.132Z] |time. [2021-01-30T00:43:25.132Z] |--- [2021-01-30T00:43:25.132Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-30T00:43:25.132Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-30T00:43:25.132Z] | [2021-01-30T00:43:25.132Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-30T00:43:25.132Z] |index 1e537489..faf42425 100644 [2021-01-30T00:43:25.132Z] |--- a/snap/snapcraft.yaml [2021-01-30T00:43:25.132Z] |+++ b/snap/snapcraft.yaml [2021-01-30T00:43:25.132Z] -------------------------- [2021-01-30T00:43:25.132Z] patching file snap/snapcraft.yaml [2021-01-30T00:43:25.132Z] Using Plan A... [2021-01-30T00:43:25.132Z] Hunk #1 succeeded at 73. [2021-01-30T00:43:25.132Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-30T00:43:25.132Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-30T00:43:25.132Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-30T00:43:25.132Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-30T00:43:25.132Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-30T00:43:25.132Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-30T00:43:25.132Z] Hunk #8 succeeded at 342. [2021-01-30T00:43:25.132Z] Hmm... Ignoring the trailing garbage. [2021-01-30T00:43:25.132Z] done [2021-01-30T00:43:25.132Z] + sudo snapcraft prime --use-lxd [2021-01-30T00:43:26.302Z] 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-30T00:43:26.518Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-30T00:43:26.518Z] 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-30T00:43:26.518Z] - README.md [2021-01-30T00:43:26.518Z] - snapcraft.yaml.orig [2021-01-30T00:43:26.518Z] [2021-01-30T00:43:26.518Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-30T00:43:26.780Z] Launching a container. [2021-01-30T00:43:29.727Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-01-30T00:43:36.524Z] $ docker stop --time=1 48ba80a3fd08eb1dbc88cf1f4a2b7c2823dfb213a670f380a37dea30d0fb7cae [2021-01-30T00:43:39.072Z] Waiting for container to be ready [2021-01-30T00:43:39.072Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-30T00:43:39.072Z] [2021-01-30T00:43:39.149Z] $ docker rm -f 48ba80a3fd08eb1dbc88cf1f4a2b7c2823dfb213a670f380a37dea30d0fb7cae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-30T00:43:41.471Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-30T00:43:41.651Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-30T00:43:41.745Z] [2021-01-30T00:43:41.745Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-30T00:43:42.170Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-30T00:43:42.241Z] Waiting for network to be ready... [2021-01-30T00:43:42.443Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-30T00:43:42.443Z] 29e5d40040c1: Pulling fs layer [2021-01-30T00:43:42.443Z] 1ce36da41761: Pulling fs layer [2021-01-30T00:43:42.443Z] 25b303627fd3: Pulling fs layer [2021-01-30T00:43:42.503Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-30T00:43:42.503Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-30T00:43:43.039Z] 29e5d40040c1: Download complete [2021-01-30T00:43:43.076Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1527 kB] [2021-01-30T00:43:43.076Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-30T00:43:43.076Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-30T00:43:43.312Z] 1ce36da41761: Verifying Checksum [2021-01-30T00:43:43.312Z] 1ce36da41761: Download complete [2021-01-30T00:43:43.336Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [296 kB] [2021-01-30T00:43:43.336Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-30T00:43:43.336Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-30T00:43:43.336Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [224 kB] [2021-01-30T00:43:43.336Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.6 kB] [2021-01-30T00:43:43.336Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-30T00:43:43.586Z] 29e5d40040c1: Pull complete [2021-01-30T00:43:43.599Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-30T00:43:43.599Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-30T00:43:43.599Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-30T00:43:43.599Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-30T00:43:43.599Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-30T00:43:43.599Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-30T00:43:43.599Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-30T00:43:44.169Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-30T00:43:44.429Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1875 kB] [2021-01-30T00:43:44.690Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-01-30T00:43:44.690Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-30T00:43:44.690Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-30T00:43:44.690Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-01-30T00:43:44.690Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-01-30T00:43:44.690Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1712 kB] [2021-01-30T00:43:44.690Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-30T00:43:45.024Z] 1ce36da41761: Pull complete [2021-01-30T00:43:45.626Z] 25b303627fd3: Verifying Checksum [2021-01-30T00:43:45.626Z] 25b303627fd3: Download complete [2021-01-30T00:43:46.621Z] Fetched 23.9 MB in 4s (5830 kB/s) [2021-01-30T00:43:47.591Z] Reading package lists... [2021-01-30T00:43:47.591Z] Reading package lists... [2021-01-30T00:43:47.855Z] Building dependency tree... [2021-01-30T00:43:47.855Z] Reading state information... [2021-01-30T00:43:47.855Z] The following additional packages will be installed: [2021-01-30T00:43:47.855Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-30T00:43:47.855Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-30T00:43:47.855Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-30T00:43:47.855Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-30T00:43:47.855Z] Suggested packages: [2021-01-30T00:43:47.855Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-30T00:43:47.855Z] Recommended packages: [2021-01-30T00:43:47.855Z] gnupg libsasl2-modules [2021-01-30T00:43:47.855Z] The following NEW packages will be installed: [2021-01-30T00:43:47.855Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-30T00:43:47.855Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-30T00:43:47.855Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-30T00:43:47.855Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-30T00:43:47.855Z] The following packages will be upgraded: [2021-01-30T00:43:47.855Z] gpg gpg-agent gpgconf libudev1 [2021-01-30T00:43:47.855Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-01-30T00:43:47.855Z] Need to get 3533 kB of archives. [2021-01-30T00:43:47.855Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-30T00:43:47.855Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-30T00:43:48.116Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-30T00:43:48.116Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-30T00:43:48.116Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-30T00:43:48.116Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-30T00:43:48.116Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-30T00:43:48.116Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-30T00:43:48.116Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-30T00:43:48.116Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-30T00:43:48.378Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-30T00:43:48.950Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-30T00:43:48.950Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-30T00:43:48.950Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-30T00:43:48.950Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-30T00:43:48.950Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-30T00:43:48.950Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-30T00:43:48.950Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-30T00:43:48.950Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-30T00:43:48.950Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-30T00:43:48.950Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-30T00:43:49.212Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-30T00:43:49.212Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-30T00:43:49.212Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-30T00:43:49.212Z] Fetched 3533 kB in 1s (2884 kB/s) [2021-01-30T00:43:49.212Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-30T00:43:49.212Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-30T00:43:49.471Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-30T00:43:49.471Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-30T00:43:49.471Z] Selecting previously unselected package udev. [2021-01-30T00:43:49.471Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-30T00:43:49.471Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-30T00:43:49.732Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-30T00:43:49.994Z] Selecting previously unselected package libfuse2:amd64. [2021-01-30T00:43:49.994Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-30T00:43:49.994Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-30T00:43:49.994Z] Selecting previously unselected package fuse. [2021-01-30T00:43:49.994Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-30T00:43:49.994Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-30T00:43:49.994Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-30T00:43:50.254Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-30T00:43:50.254Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-30T00:43:50.254Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-30T00:43:50.515Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-30T00:43:50.515Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-30T00:43:50.515Z] Selecting previously unselected package libksba8:amd64. [2021-01-30T00:43:50.515Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-30T00:43:50.515Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-30T00:43:50.777Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-30T00:43:50.777Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-30T00:43:50.777Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-30T00:43:50.777Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-30T00:43:50.777Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-30T00:43:50.777Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-30T00:43:50.777Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-30T00:43:50.777Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-30T00:43:50.777Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-30T00:43:51.038Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-30T00:43:51.038Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-30T00:43:51.038Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-30T00:43:51.038Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-30T00:43:51.038Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-30T00:43:51.038Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-30T00:43:51.038Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-30T00:43:51.038Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-30T00:43:51.038Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-30T00:43:51.038Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-30T00:43:51.038Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-30T00:43:51.038Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-30T00:43:51.306Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-30T00:43:51.306Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-30T00:43:51.306Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-30T00:43:51.306Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-30T00:43:51.306Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-30T00:43:51.306Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-30T00:43:51.306Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-30T00:43:51.567Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-30T00:43:51.567Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-30T00:43:51.567Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-30T00:43:51.567Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-30T00:43:51.567Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-30T00:43:51.567Z] Selecting previously unselected package libldap-common. [2021-01-30T00:43:51.567Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-30T00:43:51.567Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-30T00:43:51.567Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-30T00:43:51.567Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-30T00:43:51.567Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-30T00:43:51.827Z] Selecting previously unselected package dirmngr. [2021-01-30T00:43:51.827Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-30T00:43:51.827Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-30T00:43:51.827Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-30T00:43:51.827Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-30T00:43:51.827Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-30T00:43:52.090Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-30T00:43:52.090Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-30T00:43:52.090Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-30T00:43:52.090Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-30T00:43:52.090Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-30T00:43:52.090Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-30T00:43:52.090Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-30T00:43:52.351Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-30T00:43:52.613Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-30T00:43:52.613Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-30T00:43:52.613Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-30T00:43:52.613Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-30T00:43:52.613Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-30T00:43:52.873Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-30T00:43:52.873Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-30T00:43:52.873Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-30T00:43:52.873Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-30T00:43:52.873Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-30T00:43:52.873Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-30T00:43:52.873Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-30T00:43:52.873Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-30T00:43:53.133Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-30T00:43:53.394Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-30T00:43:53.394Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-30T00:43:53.394Z] This means they are not meant to be enabled using systemctl. [2021-01-30T00:43:53.394Z] Possible reasons for having this kind of units are: [2021-01-30T00:43:53.394Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-30T00:43:53.394Z] .wants/ or .requires/ directory. [2021-01-30T00:43:53.394Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-30T00:43:53.394Z] a requirement dependency on it. [2021-01-30T00:43:53.394Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-30T00:43:53.394Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-30T00:43:53.394Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-30T00:43:53.394Z] instance name specified. [2021-01-30T00:43:53.657Z] Reading package lists... [2021-01-30T00:43:53.918Z] Building dependency tree... [2021-01-30T00:43:53.918Z] Reading state information... [2021-01-30T00:43:53.918Z] The following additional packages will be installed: [2021-01-30T00:43:53.918Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-30T00:43:53.918Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-30T00:43:53.918Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-30T00:43:53.918Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-30T00:43:53.918Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-30T00:43:53.918Z] Suggested packages: [2021-01-30T00:43:53.918Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-30T00:43:53.918Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-30T00:43:53.918Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-30T00:43:53.918Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-30T00:43:53.918Z] systemd-container policykit-1 [2021-01-30T00:43:53.918Z] Recommended packages: [2021-01-30T00:43:53.918Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-30T00:43:53.918Z] The following NEW packages will be installed: [2021-01-30T00:43:53.918Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-30T00:43:53.918Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-30T00:43:53.918Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-30T00:43:53.918Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-30T00:43:53.918Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-30T00:43:53.918Z] The following packages will be upgraded: [2021-01-30T00:43:53.918Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-30T00:43:54.179Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-01-30T00:43:54.179Z] Need to get 35.2 MB of archives. [2021-01-30T00:43:54.179Z] After this operation, 141 MB of additional disk space will be used. [2021-01-30T00:43:54.179Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-30T00:43:54.179Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-30T00:43:54.179Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-30T00:43:54.180Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-30T00:43:54.180Z] 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-30T00:43:54.441Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-30T00:43:54.441Z] 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-30T00:43:54.441Z] 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-30T00:43:54.441Z] 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-30T00:43:54.441Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-30T00:43:54.441Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-01-30T00:43:54.441Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-30T00:43:54.441Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-30T00:43:54.441Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-30T00:43:54.441Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-30T00:43:54.441Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-30T00:43:54.441Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-30T00:43:54.441Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-30T00:43:55.012Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-30T00:43:55.012Z] 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-30T00:43:55.012Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-30T00:43:55.012Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-30T00:43:55.012Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-30T00:43:55.012Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-30T00:43:55.012Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-30T00:43:55.012Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-30T00:43:55.012Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-30T00:43:55.012Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-30T00:43:55.272Z] 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-30T00:43:55.272Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-30T00:43:55.808Z] 25b303627fd3: Pull complete [2021-01-30T00:43:55.808Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-30T00:43:55.808Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-30T00:43:55.808Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-30T00:43:56.092Z] prd-ubuntu18.04-docker-arm64-4c-16g-24047 does not seem to be running inside a container [2021-01-30T00:43:56.160Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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-30T00:43:56.660Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-30T00:43:56.660Z] Fetched 35.2 MB in 2s (15.3 MB/s) [2021-01-30T00:43:56.660Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-30T00:43:56.660Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-30T00:43:56.660Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-30T00:43:57.603Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-30T00:43:57.603Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-30T00:43:57.603Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-30T00:43:57.603Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-30T00:43:57.603Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-30T00:43:57.603Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-30T00:43:57.864Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-30T00:43:57.864Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-30T00:43:57.864Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-30T00:43:57.864Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-30T00:43:58.435Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-30T00:43:58.435Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-30T00:43:58.695Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-30T00:43:58.695Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-30T00:43:58.695Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-30T00:43:58.695Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-30T00:43:58.955Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-30T00:43:58.955Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-30T00:43:58.955Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-30T00:43:59.215Z] Selecting previously unselected package libexpat1:amd64. [2021-01-30T00:43:59.215Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-30T00:43:59.215Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-30T00:43:59.215Z] Selecting previously unselected package python3.6-minimal. [2021-01-30T00:43:59.215Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-30T00:43:59.215Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-30T00:43:59.476Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-30T00:43:59.668Z] $ docker top 84128c672654becbb8cdb2269e026cd24cd67711289553671c835c2042b62d94 -eo pid,comm [2021-01-30T00:43:59.737Z] Checking for services that may need to be restarted...done. [2021-01-30T00:43:59.737Z] Checking for services that may need to be restarted...done. [2021-01-30T00:43:59.737Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-30T00:43:59.737Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-30T00:43:59.737Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [Pipeline] { [Pipeline] sh [2021-01-30T00:44:00.311Z] Selecting previously unselected package python3-minimal. [2021-01-30T00:44:00.311Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-30T00:44:00.311Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-30T00:44:00.311Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-30T00:44:00.311Z] Selecting previously unselected package mime-support. [2021-01-30T00:44:00.311Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-30T00:44:00.311Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-30T00:44:00.575Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-30T00:44:00.575Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-30T00:44:00.575Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-30T00:44:00.575Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-30T00:44:00.575Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-30T00:44:00.575Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-30T00:44:00.726Z] + docker-compose build --help [2021-01-30T00:44:00.726Z] + grep parallel [2021-01-30T00:44:00.835Z] Selecting previously unselected package python3.6. [2021-01-30T00:44:00.835Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-30T00:44:00.835Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-30T00:44:00.835Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-30T00:44:00.835Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-30T00:44:00.835Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-30T00:44:00.835Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-30T00:44:01.096Z] Selecting previously unselected package python3. [2021-01-30T00:44:01.096Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-30T00:44:01.096Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-30T00:44:01.096Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-30T00:44:01.357Z] Selecting previously unselected package multiarch-support. [2021-01-30T00:44:01.357Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-30T00:44:01.357Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-30T00:44:01.357Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-30T00:44:01.357Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-30T00:44:01.357Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-30T00:44:01.357Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-30T00:44:01.357Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-30T00:44:01.621Z] Selecting previously unselected package libbsd0:amd64. [2021-01-30T00:44:01.621Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-30T00:44:01.621Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-30T00:44:01.888Z] Selecting previously unselected package sudo. [2021-01-30T00:44:01.888Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-01-30T00:44:01.888Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-30T00:44:01.888Z] Selecting previously unselected package apparmor. [2021-01-30T00:44:01.888Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-30T00:44:01.888Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-30T00:44:02.152Z] Selecting previously unselected package libedit2:amd64. [2021-01-30T00:44:02.152Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-30T00:44:02.152Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-30T00:44:02.152Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-30T00:44:02.152Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-30T00:44:02.152Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-30T00:44:02.423Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-30T00:44:02.423Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-30T00:44:02.423Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-30T00:44:02.423Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-30T00:44:02.423Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-30T00:44:02.423Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-30T00:44:02.423Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-30T00:44:02.423Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-30T00:44:02.423Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-30T00:44:02.690Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-30T00:44:02.690Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-30T00:44:02.690Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-30T00:44:02.690Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-30T00:44:02.690Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-30T00:44:02.690Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-30T00:44:02.956Z] Selecting previously unselected package openssh-client. [2021-01-30T00:44:02.957Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-30T00:44:02.957Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-30T00:44:02.957Z] Selecting previously unselected package squashfs-tools. [2021-01-30T00:44:02.957Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-30T00:44:02.957Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-30T00:44:03.216Z] Selecting previously unselected package snapd. [2021-01-30T00:44:03.216Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-30T00:44:03.216Z] Unpacking snapd (2.48+18.04) ... [2021-01-30T00:44:05.049Z] --parallel Build images in parallel. [2021-01-30T00:44:05.121Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-30T00:44:05.121Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-30T00:44:05.121Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-30T00:44:05.121Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [Pipeline] } [2021-01-30T00:44:05.324Z] $ docker stop --time=1 84128c672654becbb8cdb2269e026cd24cd67711289553671c835c2042b62d94 [2021-01-30T00:44:05.383Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-30T00:44:05.383Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-30T00:44:05.383Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-30T00:44:05.383Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-30T00:44:05.383Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-30T00:44:05.954Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-30T00:44:06.221Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-30T00:44:06.222Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-30T00:44:06.222Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-30T00:44:06.222Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-30T00:44:06.222Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-30T00:44:06.797Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-30T00:44:06.797Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-30T00:44:06.797Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-30T00:44:06.797Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-30T00:44:07.374Z] running python rtupdate hooks for python3.6... [2021-01-30T00:44:07.374Z] running python post-rtupdate hooks for python3.6... [2021-01-30T00:44:07.357Z] $ docker rm -f 84128c672654becbb8cdb2269e026cd24cd67711289553671c835c2042b62d94 [2021-01-30T00:44:07.637Z] Setting up apparmor (2.12-4ubuntu5.1) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-30T00:44:08.210Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-30T00:44:08.210Z] . [Pipeline] withDockerContainer [2021-01-30T00:44:08.494Z] prd-ubuntu18.04-docker-arm64-4c-16g-24047 does not seem to be running inside a container [2021-01-30T00:44:08.556Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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-30T00:44:09.021Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-30T00:44:09.283Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-30T00:44:09.283Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-30T00:44:09.283Z] Setting up snapd (2.48+18.04) ... [2021-01-30T00:44:09.855Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-30T00:44:09.855Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-30T00:44:10.053Z] $ docker top a5998c19d5f8fc9606f83ca0dff00fc8cf8e2e601b1a5b4dab4b2af50d5bcdac -eo pid,comm [2021-01-30T00:44:10.115Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-30T00:44:10.377Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-30T00:44:10.377Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-30T00:44:10.377Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [Pipeline] { [Pipeline] sh [2021-01-30T00:44:10.639Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-30T00:44:10.899Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-30T00:44:10.899Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-30T00:44:11.160Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-30T00:44:11.160Z] /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-30T00:44:11.190Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-30T00:44:11.422Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-30T00:44:11.422Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-30T00:44:12.364Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-30T00:44:12.364Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-30T00:44:12.364Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-30T00:44:13.575Z] Reading package lists... [2021-01-30T00:44:13.575Z] Reading package lists... [2021-01-30T00:44:13.835Z] Building dependency tree... [2021-01-30T00:44:13.835Z] Reading state information... [2021-01-30T00:44:13.835Z] Calculating upgrade... [2021-01-30T00:44:14.095Z] The following packages will be upgraded: [2021-01-30T00:44:14.095Z] advancecomp base-files bash binutils binutils-common [2021-01-30T00:44:14.095Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-30T00:44:14.095Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-30T00:44:14.095Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-01-30T00:44:14.095Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-01-30T00:44:14.095Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-01-30T00:44:14.095Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-01-30T00:44:14.095Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-01-30T00:44:14.095Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-01-30T00:44:14.095Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-01-30T00:44:14.095Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-01-30T00:44:14.095Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-01-30T00:44:14.095Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-01-30T00:44:14.095Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-01-30T00:44:14.095Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-01-30T00:44:14.095Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-30T00:44:14.095Z] Need to get 63.8 MB of archives. [2021-01-30T00:44:14.095Z] After this operation, 5205 kB of additional disk space will be used. [2021-01-30T00:44:14.096Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-01-30T00:44:14.357Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-30T00:44:14.357Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-30T00:44:14.357Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-30T00:44:14.357Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-30T00:44:14.357Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-30T00:44:14.357Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-30T00:44:14.357Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-30T00:44:14.357Z] 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-30T00:44:14.357Z] 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-30T00:44:14.357Z] 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-30T00:44:14.357Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-30T00:44:14.357Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-30T00:44:14.357Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-30T00:44:14.357Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-30T00:44:14.357Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-30T00:44:14.357Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-30T00:44:14.357Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-30T00:44:14.357Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-30T00:44:14.357Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-30T00:44:14.357Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-30T00:44:14.618Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-30T00:44:14.618Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-30T00:44:14.618Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-30T00:44:14.618Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-30T00:44:14.618Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-30T00:44:14.618Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-30T00:44:14.618Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-30T00:44:14.618Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-30T00:44:14.618Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-30T00:44:14.618Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-30T00:44:14.618Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-30T00:44:14.618Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-30T00:44:14.618Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-30T00:44:14.618Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-30T00:44:14.618Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-30T00:44:14.618Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-30T00:44:14.618Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-30T00:44:14.618Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-30T00:44:14.618Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-30T00:44:14.618Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-30T00:44:14.618Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-30T00:44:14.618Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-30T00:44:14.618Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-30T00:44:14.618Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-30T00:44:14.618Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-01-30T00:44:14.618Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-30T00:44:14.618Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-30T00:44:14.618Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-30T00:44:14.618Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-30T00:44:14.618Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-30T00:44:14.618Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-30T00:44:14.618Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-30T00:44:14.618Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-30T00:44:14.618Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-30T00:44:14.618Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-30T00:44:14.880Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-30T00:44:15.141Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-30T00:44:15.141Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-30T00:44:15.141Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-30T00:44:15.141Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-30T00:44:15.141Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-30T00:44:15.401Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-30T00:44:15.401Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-30T00:44:15.401Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-30T00:44:15.401Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-30T00:44:15.401Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-30T00:44:15.401Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-30T00:44:15.401Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-30T00:44:15.401Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-30T00:44:15.401Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-30T00:44:15.401Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-30T00:44:15.401Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-30T00:44:15.401Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-30T00:44:15.401Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-30T00:44:15.401Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-30T00:44:15.401Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-30T00:44:15.401Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-30T00:44:15.662Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-30T00:44:15.662Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-01-30T00:44:15.662Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-01-30T00:44:15.662Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-30T00:44:15.662Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-01-30T00:44:15.662Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-30T00:44:15.662Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-30T00:44:15.662Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-30T00:44:15.662Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-30T00:44:15.662Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-30T00:44:15.662Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-30T00:44:15.662Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-30T00:44:15.947Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-30T00:44:15.947Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-30T00:44:15.947Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-01-30T00:44:15.947Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-30T00:44:15.947Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-30T00:44:15.947Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-30T00:44:15.947Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-30T00:44:15.947Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-30T00:44:15.947Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-30T00:44:16.207Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-30T00:44:16.207Z] Fetched 63.8 MB in 2s (32.8 MB/s) [2021-01-30T00:44:16.207Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-30T00:44:16.207Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-30T00:44:16.207Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-30T00:44:16.607Z] Building docker-core-command-go ... [2021-01-30T00:44:16.607Z] Building docker-core-data-go ... [2021-01-30T00:44:16.607Z] Building docker-core-metadata-go ... [2021-01-30T00:44:16.607Z] Building docker-security-bootstrapper-go ... [2021-01-30T00:44:16.607Z] Building docker-security-proxy-setup-go ... [2021-01-30T00:44:16.607Z] Building docker-security-secretstore-setup-go ... [2021-01-30T00:44:16.607Z] Building docker-support-notifications-go ... [2021-01-30T00:44:16.607Z] Building docker-support-scheduler-go ... [2021-01-30T00:44:16.607Z] Building docker-sys-mgmt-agent-go ... [2021-01-30T00:44:16.607Z] Building docker-security-bootstrapper-go [2021-01-30T00:44:16.607Z] Building docker-core-command-go [2021-01-30T00:44:16.607Z] Building docker-support-notifications-go [2021-01-30T00:44:16.607Z] Building docker-support-scheduler-go [2021-01-30T00:44:16.607Z] Building docker-core-metadata-go [2021-01-30T00:44:16.784Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-30T00:44:17.045Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-30T00:44:17.045Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-01-30T00:44:17.045Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-01-30T00:44:17.986Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-30T00:44:17.986Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-30T00:44:18.247Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-30T00:44:18.247Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-30T00:44:18.509Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-30T00:44:18.509Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-30T00:44:18.509Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-30T00:44:18.509Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-30T00:44:18.509Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-30T00:44:18.769Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-30T00:44:18.769Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-30T00:44:18.769Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-30T00:44:18.769Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-30T00:44:18.769Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-30T00:44:19.029Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-30T00:44:19.029Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-30T00:44:19.029Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-30T00:44:19.029Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-30T00:44:19.291Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-30T00:44:19.291Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-30T00:44:19.291Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-30T00:44:19.291Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-30T00:44:19.552Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-30T00:44:19.552Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-30T00:44:19.552Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-30T00:44:19.812Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-30T00:44:19.812Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-30T00:44:20.074Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-30T00:44:20.074Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-30T00:44:20.074Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-30T00:44:20.650Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-30T00:44:20.911Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-30T00:44:20.911Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-30T00:44:20.911Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-30T00:44:20.911Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-30T00:44:20.911Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-30T00:44:21.173Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-30T00:44:21.173Z] Installing new version of config file /etc/issue ... [2021-01-30T00:44:21.173Z] Installing new version of config file /etc/issue.net ... [2021-01-30T00:44:21.173Z] Installing new version of config file /etc/lsb-release ... [2021-01-30T00:44:21.173Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-30T00:44:21.435Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-30T00:44:21.700Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-30T00:44:21.700Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-30T00:44:21.700Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-30T00:44:21.700Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-30T00:44:21.700Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-30T00:44:21.961Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-30T00:44:21.961Z] 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-30T00:44:21.961Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-30T00:44:21.961Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-30T00:44:21.961Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-30T00:44:22.222Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-30T00:44:22.222Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-30T00:44:22.222Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-30T00:44:22.222Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-30T00:44:22.483Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-30T00:44:22.483Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-30T00:44:22.483Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-30T00:44:22.483Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-30T00:44:22.743Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-30T00:44:23.011Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-30T00:44:23.011Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-30T00:44:23.011Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-30T00:44:23.011Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-30T00:44:23.271Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-30T00:44:23.271Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-30T00:44:23.271Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-30T00:44:23.535Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-30T00:44:23.535Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-30T00:44:23.535Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-30T00:44:23.535Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-30T00:44:23.535Z] Setting up grep (3.1-2build1) ... [2021-01-30T00:44:23.801Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-30T00:44:23.801Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-30T00:44:23.801Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-30T00:44:23.801Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-30T00:44:24.065Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-30T00:44:24.065Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-30T00:44:24.065Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-30T00:44:24.065Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-30T00:44:24.325Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-30T00:44:24.325Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-30T00:44:24.325Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-30T00:44:24.897Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-30T00:44:24.897Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-30T00:44:24.897Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-30T00:44:24.897Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-30T00:44:25.470Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-30T00:44:25.729Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-30T00:44:25.729Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-30T00:44:25.729Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-30T00:44:26.670Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-30T00:44:26.670Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-30T00:44:26.670Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-30T00:44:26.931Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-30T00:44:26.931Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-30T00:44:26.931Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-30T00:44:26.931Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-30T00:44:26.931Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-30T00:44:27.192Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-30T00:44:27.192Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-30T00:44:27.192Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-30T00:44:27.453Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-30T00:44:27.453Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-30T00:44:27.453Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-30T00:44:27.453Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-30T00:44:27.453Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-30T00:44:27.714Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-30T00:44:27.714Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-30T00:44:27.714Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-30T00:44:27.714Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-30T00:44:27.975Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-30T00:44:27.975Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-30T00:44:27.975Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-30T00:44:27.975Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-30T00:44:28.236Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-30T00:44:28.236Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-30T00:44:28.236Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-30T00:44:28.236Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-30T00:44:28.497Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-30T00:44:28.497Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-30T00:44:28.497Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-30T00:44:28.497Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-30T00:44:28.497Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-30T00:44:28.759Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-30T00:44:28.759Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-30T00:44:28.759Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-30T00:44:28.759Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-30T00:44:28.759Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-30T00:44:29.019Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-30T00:44:29.019Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-30T00:44:29.019Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-30T00:44:29.019Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-30T00:44:29.280Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-30T00:44:29.280Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-30T00:44:29.280Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-30T00:44:29.540Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-30T00:44:29.801Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-30T00:44:30.063Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-30T00:44:30.323Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-30T00:44:30.585Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-30T00:44:30.585Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-30T00:44:30.585Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-30T00:44:30.845Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-30T00:44:30.845Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-30T00:44:30.845Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-30T00:44:30.845Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-30T00:44:31.106Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-30T00:44:31.366Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-30T00:44:31.366Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-30T00:44:31.366Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-30T00:44:31.366Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-30T00:44:31.627Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-30T00:44:31.627Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-01-30T00:44:31.627Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-30T00:44:31.627Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-01-30T00:44:31.888Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-30T00:44:31.888Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-01-30T00:44:31.888Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-30T00:44:31.888Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-01-30T00:44:32.149Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-30T00:44:32.149Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-30T00:44:32.149Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-30T00:44:32.149Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-30T00:44:32.409Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-30T00:44:32.409Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-30T00:44:32.409Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-30T00:44:32.409Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-30T00:44:32.670Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-30T00:44:32.670Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-30T00:44:32.670Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-30T00:44:32.930Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-30T00:44:32.930Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-30T00:44:32.930Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-30T00:44:32.930Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-30T00:44:33.190Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-30T00:44:33.190Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-30T00:44:33.190Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-30T00:44:33.190Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-30T00:44:33.449Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-30T00:44:33.449Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-30T00:44:33.449Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-30T00:44:33.449Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-30T00:44:33.710Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-30T00:44:33.710Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-30T00:44:33.710Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-30T00:44:33.970Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-30T00:44:33.970Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-30T00:44:34.233Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-30T00:44:34.233Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-30T00:44:34.233Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-30T00:44:34.494Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-30T00:44:34.494Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-30T00:44:34.494Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-30T00:44:34.494Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-30T00:44:34.754Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-30T00:44:34.754Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-30T00:44:34.754Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-30T00:44:34.754Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-30T00:44:35.013Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-30T00:44:35.275Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-30T00:44:35.275Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-30T00:44:35.275Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-30T00:44:35.536Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-30T00:44:35.536Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-30T00:44:35.536Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-30T00:44:35.536Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-30T00:44:35.796Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-30T00:44:35.796Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-30T00:44:35.796Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-30T00:44:35.796Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-30T00:44:36.056Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-30T00:44:36.056Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-30T00:44:36.056Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-30T00:44:36.056Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-30T00:44:36.323Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-30T00:44:36.323Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-30T00:44:36.323Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-30T00:44:36.323Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-30T00:44:36.584Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-30T00:44:36.584Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-30T00:44:36.584Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-30T00:44:36.584Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-30T00:44:36.846Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-30T00:44:36.846Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-30T00:44:36.846Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-30T00:44:36.846Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-30T00:44:36.846Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-30T00:44:37.106Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-30T00:44:37.106Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-30T00:44:37.106Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-30T00:44:37.106Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-30T00:44:37.106Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-30T00:44:37.371Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-30T00:44:37.371Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-30T00:44:37.632Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-30T00:44:37.632Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-30T00:44:37.892Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-30T00:44:37.892Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-30T00:44:37.892Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-30T00:44:37.892Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-30T00:44:38.154Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-30T00:44:38.154Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-30T00:44:38.154Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-30T00:44:38.417Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-30T00:44:38.417Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-30T00:44:38.417Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-30T00:44:38.417Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-30T00:44:38.417Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-30T00:44:38.678Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-30T00:44:38.678Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-30T00:44:38.939Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-01-30T00:44:38.939Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-01-30T00:44:39.898Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-30T00:44:39.898Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-30T00:44:39.898Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-30T00:44:39.898Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-30T00:44:40.199Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-30T00:44:40.199Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-30T00:44:40.516Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-30T00:44:40.516Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-30T00:44:40.817Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-30T00:44:40.817Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-30T00:44:40.817Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-30T00:44:40.817Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-30T00:44:41.218Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-30T00:44:41.218Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-30T00:44:41.218Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-30T00:44:41.218Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-30T00:44:41.478Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-30T00:44:41.478Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-30T00:44:41.478Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-30T00:44:41.478Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-30T00:44:42.427Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-30T00:44:42.427Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-30T00:44:43.371Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-30T00:44:43.371Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-30T00:44:44.314Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-30T00:44:44.314Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-30T00:44:44.574Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-30T00:44:44.574Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-30T00:44:45.515Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-30T00:44:45.515Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-30T00:44:45.515Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-30T00:44:45.515Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-30T00:44:45.515Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-30T00:44:45.774Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-30T00:44:45.774Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-30T00:44:45.774Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-30T00:44:46.035Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-30T00:44:46.035Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-30T00:44:46.035Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-30T00:44:46.295Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-30T00:44:46.295Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-30T00:44:46.295Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-30T00:44:46.556Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-30T00:44:46.556Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-30T00:44:46.556Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-30T00:44:46.817Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-30T00:44:46.817Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-30T00:44:46.817Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-30T00:44:46.817Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-30T00:44:46.817Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-30T00:44:46.817Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-30T00:44:46.817Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-01-30T00:44:47.080Z] [2021-01-30T00:44:47.080Z] Current default time zone: 'Etc/UTC' [2021-01-30T00:44:47.080Z] Local time is now: Sat Jan 30 00:44:46 UTC 2021. [2021-01-30T00:44:47.080Z] Universal Time is now: Sat Jan 30 00:44:46 UTC 2021. [2021-01-30T00:44:47.080Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-30T00:44:47.080Z] [2021-01-30T00:44:47.080Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-30T00:44:47.080Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-30T00:44:47.080Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-01-30T00:44:47.080Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-30T00:44:47.080Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-30T00:44:47.340Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-30T00:44:47.340Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-30T00:44:47.340Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-30T00:44:47.340Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-30T00:44:47.340Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-30T00:44:47.340Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-30T00:44:47.340Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-30T00:44:47.604Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-30T00:44:47.604Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-30T00:44:47.604Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-30T00:44:47.604Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-30T00:44:47.604Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-30T00:44:47.864Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-30T00:44:47.864Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-30T00:44:47.864Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-30T00:44:47.864Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-30T00:44:47.864Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-30T00:44:47.864Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-30T00:44:49.776Z] Updating certificates in /etc/ssl/certs... [2021-01-30T00:44:50.723Z] 22 added, 17 removed; done. [2021-01-30T00:44:50.723Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-30T00:44:50.723Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-30T00:44:50.723Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-30T00:44:50.723Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-30T00:44:50.723Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-30T00:44:50.983Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-30T00:44:50.983Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-30T00:44:50.983Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-30T00:44:50.983Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-30T00:44:50.983Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-30T00:44:50.983Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-30T00:44:50.983Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-30T00:44:50.983Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-30T00:44:51.245Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-30T00:44:51.245Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-30T00:44:51.245Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-30T00:44:51.245Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-30T00:44:51.245Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-30T00:44:51.245Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-30T00:44:51.245Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-30T00:44:51.505Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-30T00:44:51.505Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-30T00:44:51.505Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-30T00:44:51.505Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-30T00:44:51.764Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-30T00:44:51.764Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-30T00:44:51.764Z] Updating certificates in /etc/ssl/certs... [2021-01-30T00:44:52.335Z] 0 added, 0 removed; done. [2021-01-30T00:44:52.335Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-30T00:44:52.335Z] done. [2021-01-30T00:44:52.855Z] Reading package lists... [2021-01-30T00:44:52.855Z] Building dependency tree... [2021-01-30T00:44:52.855Z] Reading state information... [2021-01-30T00:44:53.116Z] The following NEW packages will be installed: [2021-01-30T00:44:53.116Z] apt-transport-https [2021-01-30T00:44:53.116Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-30T00:44:53.116Z] Need to get 1696 B of archives. [2021-01-30T00:44:53.116Z] After this operation, 153 kB of additional disk space will be used. [2021-01-30T00:44:53.116Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-30T00:44:53.116Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-30T00:44:53.116Z] Fetched 1696 B in 0s (47.3 kB/s) [2021-01-30T00:44:53.116Z] Selecting previously unselected package apt-transport-https. [2021-01-30T00:44:53.389Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-30T00:44:53.389Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-30T00:44:53.389Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-30T00:44:53.389Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-30T00:44:53.649Z] Waiting for network to be ready... [2021-01-30T00:44:58.933Z] 2021-01-30T00:44:56Z INFO Waiting for automatic snapd restart... [2021-01-30T00:44:58.933Z] snapd 2.48.2 from Canonical* installed [2021-01-30T00:44:59.872Z] "snapd" switched to the "latest/stable" channel [2021-01-30T00:44:59.872Z] [2021-01-30T00:45:02.416Z] core18 20201210 from Canonical* installed [2021-01-30T00:45:02.416Z] "core18" switched to the "latest/stable" channel [2021-01-30T00:45:02.416Z] [2021-01-30T00:45:05.730Z] snapcraft 4.4.4 from Canonical* installed [2021-01-30T00:45:05.730Z] "snapcraft" switched to the "latest/stable" channel [2021-01-30T00:45:05.730Z] [2021-01-30T00:45:09.031Z] 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-30T00:45:09.031Z] - README.md [2021-01-30T00:45:09.031Z] - snapcraft.yaml.orig [2021-01-30T00:45:09.031Z] [2021-01-30T00:45:09.031Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-30T00:45:15.614Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-30T00:45:15.614Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-30T00:45:15.614Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-30T00:45:15.614Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-30T00:45:16.815Z] Reading package lists... [2021-01-30T00:45:17.075Z] 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-30T00:45:23.658Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-30T00:45:23.658Z] Reading package lists... [2021-01-30T00:45:23.658Z] Building dependency tree... [2021-01-30T00:45:23.658Z] Reading state information... [2021-01-30T00:45:23.658Z] Suggested packages: [2021-01-30T00:45:23.658Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-30T00:45:23.658Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-30T00:45:23.658Z] Recommended packages: [2021-01-30T00:45:23.658Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-30T00:45:23.658Z] The following NEW packages will be installed: [2021-01-30T00:45:23.658Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-30T00:45:23.658Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-30T00:45:23.658Z] pkg-config zip [2021-01-30T00:45:23.658Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-30T00:45:23.658Z] Need to get 7655 kB of archives. [2021-01-30T00:45:23.658Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-30T00:45:23.658Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-30T00:45:23.658Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-30T00:45:23.658Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-30T00:45:23.658Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-30T00:45:23.658Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-30T00:45:23.658Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-30T00:45:23.658Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-30T00:45:23.658Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-30T00:45:23.919Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-30T00:45:23.919Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-30T00:45:23.919Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-30T00:45:23.919Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-30T00:45:23.919Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-30T00:45:24.180Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-30T00:45:24.180Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-30T00:45:24.180Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-30T00:45:24.180Z] Fetched 7655 kB in 1s (11.9 MB/s) [2021-01-30T00:45:24.180Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-30T00:45:24.180Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-30T00:45:24.180Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-30T00:45:24.180Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-30T00:45:24.439Z] Selecting previously unselected package libpsl5:amd64. [2021-01-30T00:45:24.439Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-30T00:45:24.439Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-30T00:45:24.701Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-30T00:45:24.701Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-30T00:45:24.701Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-30T00:45:24.701Z] Selecting previously unselected package librtmp1:amd64. [2021-01-30T00:45:24.701Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-30T00:45:24.701Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-30T00:45:24.701Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-30T00:45:24.701Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-30T00:45:24.701Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-30T00:45:24.961Z] Selecting previously unselected package liberror-perl. [2021-01-30T00:45:24.961Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-30T00:45:24.961Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-30T00:45:24.961Z] Selecting previously unselected package git-man. [2021-01-30T00:45:24.961Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-30T00:45:24.961Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-30T00:45:25.222Z] Selecting previously unselected package git. [2021-01-30T00:45:25.222Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-30T00:45:25.482Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-30T00:45:26.053Z] Selecting previously unselected package libnorm1:amd64. [2021-01-30T00:45:26.053Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-30T00:45:26.053Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-30T00:45:26.315Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-30T00:45:26.315Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-30T00:45:26.315Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-30T00:45:26.315Z] Selecting previously unselected package libsodium23:amd64. [2021-01-30T00:45:26.315Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-30T00:45:26.315Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-30T00:45:26.576Z] Selecting previously unselected package libzmq5:amd64. [2021-01-30T00:45:26.576Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-30T00:45:26.576Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-30T00:45:26.576Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-30T00:45:26.576Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-30T00:45:26.576Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-30T00:45:26.837Z] Selecting previously unselected package pkg-config. [2021-01-30T00:45:26.837Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-30T00:45:26.837Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-30T00:45:26.837Z] Selecting previously unselected package zip. [2021-01-30T00:45:26.837Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-30T00:45:26.837Z] Unpacking zip (3.0-11build1) ... [2021-01-30T00:45:26.837Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-30T00:45:26.837Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-30T00:45:26.837Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-30T00:45:27.097Z] Setting up liberror-perl (0.17025-1) ... [2021-01-30T00:45:27.097Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-30T00:45:27.097Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-30T00:45:27.097Z] No schema files found: doing nothing. [2021-01-30T00:45:27.097Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-30T00:45:27.097Z] Setting up zip (3.0-11build1) ... [2021-01-30T00:45:27.097Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-30T00:45:27.097Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-30T00:45:27.097Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-30T00:45:27.097Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-30T00:45:27.357Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-30T00:45:27.357Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-30T00:45:27.357Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-30T00:45:27.357Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-30T00:45:33.946Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-30T00:45:33.946Z] git set to automatically installed. [2021-01-30T00:45:33.946Z] git-man set to automatically installed. [2021-01-30T00:45:33.946Z] libcurl3-gnutls set to automatically installed. [2021-01-30T00:45:33.946Z] liberror-perl set to automatically installed. [2021-01-30T00:45:33.946Z] libglib2.0-0 set to automatically installed. [2021-01-30T00:45:33.946Z] libnghttp2-14 set to automatically installed. [2021-01-30T00:45:33.946Z] libnorm1 set to automatically installed. [2021-01-30T00:45:33.946Z] libpgm-5.2-0 set to automatically installed. [2021-01-30T00:45:33.946Z] libpsl5 set to automatically installed. [2021-01-30T00:45:33.946Z] librtmp1 set to automatically installed. [2021-01-30T00:45:33.946Z] libsodium23 set to automatically installed. [2021-01-30T00:45:33.946Z] libzmq3-dev set to automatically installed. [2021-01-30T00:45:33.946Z] libzmq5 set to automatically installed. [2021-01-30T00:45:33.946Z] pkg-config set to automatically installed. [2021-01-30T00:45:33.946Z] zip set to automatically installed. [2021-01-30T00:45:35.869Z] snapd is not logged in, snap install commands will use sudo [2021-01-30T00:45:38.396Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T00:45:38.396Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-30T00:45:38.396Z] ---> 1f7c227db4a5 [2021-01-30T00:45:38.396Z] Step 3/23 : WORKDIR /edgex-go [2021-01-30T00:45:38.396Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T00:45:38.396Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-01-30T00:45:38.396Z] ---> 1f7c227db4a5 [2021-01-30T00:45:38.396Z] Step 3/31 : WORKDIR /edgex-go [2021-01-30T00:45:38.396Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T00:45:38.396Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-30T00:45:38.396Z] ---> 1f7c227db4a5 [2021-01-30T00:45:38.396Z] Step 3/22 : WORKDIR /edgex-go [2021-01-30T00:45:38.396Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T00:45:38.396Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-30T00:45:38.396Z] ---> 1f7c227db4a5 [2021-01-30T00:45:38.396Z] Step 3/23 : WORKDIR /edgex-go [2021-01-30T00:45:38.396Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T00:45:38.396Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-30T00:45:38.396Z] ---> 1f7c227db4a5 [2021-01-30T00:45:38.396Z] Step 3/22 : WORKDIR /edgex-go [2021-01-30T00:45:38.396Z] ---> Running in 59bdb2ab7408 [2021-01-30T00:45:38.396Z] ---> Running in a964d1938747 [2021-01-30T00:45:38.396Z] ---> Running in 0cfdd4bde899 [2021-01-30T00:45:38.396Z] ---> Running in 22c4205b2c4e [2021-01-30T00:45:38.396Z] ---> Running in 5894df104dda [2021-01-30T00:45:38.396Z] Removing intermediate container 59bdb2ab7408 [2021-01-30T00:45:38.396Z] ---> 727506a1c63f [2021-01-30T00:45:38.396Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T00:45:38.396Z] Removing intermediate container 0cfdd4bde899 [2021-01-30T00:45:38.396Z] ---> 271f510b691f [2021-01-30T00:45:38.396Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T00:45:38.396Z] Removing intermediate container 22c4205b2c4e [2021-01-30T00:45:38.396Z] ---> f4c48ea0745a [2021-01-30T00:45:38.396Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T00:45:38.396Z] Removing intermediate container 5894df104dda [2021-01-30T00:45:38.396Z] ---> 9b068fc26492 [2021-01-30T00:45:38.396Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T00:45:38.396Z] Removing intermediate container a964d1938747 [2021-01-30T00:45:38.396Z] ---> 61a52c591c46 [2021-01-30T00:45:38.396Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T00:45:38.396Z] ---> Running in 5ac378bd1415 [2021-01-30T00:45:38.396Z] ---> Running in 7a041a7d4262 [2021-01-30T00:45:38.396Z] ---> Running in f217de708cca [2021-01-30T00:45:38.396Z] ---> Running in f2c6498c18bd [2021-01-30T00:45:38.396Z] ---> Running in 690888e665e6 [2021-01-30T00:45:38.396Z] Removing intermediate container 5ac378bd1415 [2021-01-30T00:45:38.396Z] ---> fd0d19dce4d5 [2021-01-30T00:45:38.396Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-30T00:45:38.396Z] Removing intermediate container 7a041a7d4262 [2021-01-30T00:45:38.396Z] ---> 9f11128bc0ef [2021-01-30T00:45:38.396Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-30T00:45:38.396Z] ---> Running in 34edfb8b283d [2021-01-30T00:45:38.396Z] ---> Running in ee9efe0f079d [2021-01-30T00:45:38.396Z] Removing intermediate container f217de708cca [2021-01-30T00:45:38.396Z] ---> dc815f93d924 [2021-01-30T00:45:38.396Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-30T00:45:38.396Z] Removing intermediate container f2c6498c18bd [2021-01-30T00:45:38.396Z] ---> 0f8466703b44 [2021-01-30T00:45:38.396Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-30T00:45:38.396Z] Removing intermediate container 690888e665e6 [2021-01-30T00:45:38.396Z] ---> 56ae5e549c5a [2021-01-30T00:45:38.396Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-01-30T00:45:38.676Z] ---> Running in eec5000180cb [2021-01-30T00:45:38.676Z] ---> Running in a1219542f5b5 [2021-01-30T00:45:38.676Z] ---> Running in 2682bc2b4623 [2021-01-30T00:45:40.142Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T00:45:40.419Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T00:45:40.696Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T00:45:40.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T00:45:40.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T00:45:40.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T00:45:41.242Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T00:45:41.522Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T00:45:41.791Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T00:45:41.791Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T00:45:42.068Z] OK: 217 MiB in 51 packages [2021-01-30T00:45:42.349Z] OK: 217 MiB in 51 packages [2021-01-30T00:45:42.489Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-30T00:45:42.489Z] snap "core18" has no updates available [2021-01-30T00:45:42.630Z] OK: 217 MiB in 51 packages [2021-01-30T00:45:42.930Z] OK: 217 MiB in 51 packages [2021-01-30T00:45:43.061Z] Pulling config-common [2021-01-30T00:45:43.210Z] OK: 217 MiB in 51 packages [2021-01-30T00:45:44.004Z] Pulling go-build-helper [2021-01-30T00:45:44.193Z] Removing intermediate container ee9efe0f079d [2021-01-30T00:45:44.193Z] ---> 0a897cc87caa [2021-01-30T00:45:44.193Z] Step 6/23 : COPY go.mod . [2021-01-30T00:45:44.193Z] Removing intermediate container 34edfb8b283d [2021-01-30T00:45:44.193Z] ---> ea9d14414010 [2021-01-30T00:45:44.193Z] Step 6/23 : COPY go.mod . [2021-01-30T00:45:44.473Z] Removing intermediate container eec5000180cb [2021-01-30T00:45:44.473Z] ---> 9560cb7c0101 [2021-01-30T00:45:44.473Z] Step 6/22 : COPY go.mod . [2021-01-30T00:45:44.473Z] Removing intermediate container 2682bc2b4623 [2021-01-30T00:45:44.745Z] ---> 9151246b86ba [2021-01-30T00:45:44.745Z] Step 6/31 : COPY go.mod . [2021-01-30T00:45:44.745Z] Removing intermediate container a1219542f5b5 [2021-01-30T00:45:44.745Z] ---> 551e9a33d744 [2021-01-30T00:45:44.745Z] Step 6/22 : COPY go.mod . [2021-01-30T00:45:45.022Z] ---> 3da7532929a4 [2021-01-30T00:45:45.023Z] Step 7/23 : RUN go mod download [2021-01-30T00:45:45.298Z] ---> Running in 8e2df9438e38 [2021-01-30T00:45:45.298Z] ---> 614eabcd59be [2021-01-30T00:45:45.298Z] Step 7/23 : RUN go mod download [2021-01-30T00:45:45.570Z] ---> Running in 646c4a84a3f1 [2021-01-30T00:45:45.934Z] ---> fb55200d132d [2021-01-30T00:45:45.934Z] Step 7/22 : RUN go mod download [2021-01-30T00:45:45.934Z] ---> 627d1cc21c05 [2021-01-30T00:45:45.934Z] Step 7/31 : RUN go mod download [2021-01-30T00:45:45.934Z] ---> c41413659cfa [2021-01-30T00:45:45.934Z] Step 7/22 : RUN go mod download [2021-01-30T00:45:46.237Z] ---> Running in 2b4bd860df46 [2021-01-30T00:45:46.237Z] ---> Running in e2efb9deae20 [2021-01-30T00:45:46.237Z] ---> Running in 235fad451dd1 [2021-01-30T00:45:49.635Z] Removing intermediate container 8e2df9438e38 [2021-01-30T00:45:49.635Z] ---> aef02517f237 [2021-01-30T00:45:49.635Z] Step 8/23 : COPY . . [2021-01-30T00:45:50.250Z] Removing intermediate container 646c4a84a3f1 [2021-01-30T00:45:50.250Z] ---> ecea58c1f22a [2021-01-30T00:45:50.250Z] Step 8/23 : COPY . . [2021-01-30T00:45:50.524Z] Removing intermediate container 2b4bd860df46 [2021-01-30T00:45:50.524Z] ---> 81a4bfb5a3a8 [2021-01-30T00:45:50.524Z] Step 8/22 : COPY . . [2021-01-30T00:45:51.123Z] Removing intermediate container 235fad451dd1 [2021-01-30T00:45:51.123Z] ---> 96d12e411a91 [2021-01-30T00:45:51.123Z] Step 8/31 : COPY . . [2021-01-30T00:45:51.730Z] Removing intermediate container e2efb9deae20 [2021-01-30T00:45:51.730Z] ---> d30f90934d71 [2021-01-30T00:45:51.730Z] Step 8/22 : COPY . . [2021-01-30T00:46:06.060Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-30T00:46:06.060Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-30T00:46:06.060Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-30T00:46:06.060Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1527 kB] [2021-01-30T00:46:06.060Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-30T00:46:06.060Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-30T00:46:06.060Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [296 kB] [2021-01-30T00:46:06.060Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-30T00:46:06.060Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-30T00:46:06.060Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-30T00:46:06.060Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [224 kB] [2021-01-30T00:46:06.060Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-30T00:46:06.060Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.6 kB] [2021-01-30T00:46:06.060Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-30T00:46:06.060Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-30T00:46:06.060Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-30T00:46:06.060Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-30T00:46:06.060Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-30T00:46:06.060Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-30T00:46:06.060Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1875 kB] [2021-01-30T00:46:06.060Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-01-30T00:46:06.060Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-30T00:46:06.060Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-30T00:46:06.060Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-01-30T00:46:06.060Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-01-30T00:46:06.060Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1712 kB] [2021-01-30T00:46:06.060Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-30T00:46:06.060Z] Fetched 23.9 MB in 0s (0 B/s) [2021-01-30T00:46:06.060Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-30T00:46:06.060Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-30T00:46:06.060Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-30T00:46:06.060Z] Fetched 279 kB in 0s (0 B/s) [2021-01-30T00:46:06.060Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-30T00:46:06.060Z] Fetched 122 kB in 0s (0 B/s) [2021-01-30T00:46:06.060Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-30T00:46:06.060Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-30T00:46:06.060Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-30T00:46:06.060Z] Fetched 8848 B in 0s (0 B/s) [2021-01-30T00:46:06.061Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-30T00:46:06.061Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-30T00:46:06.061Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-30T00:46:06.061Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-30T00:46:06.061Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-30T00:46:06.061Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-30T00:46:06.061Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-30T00:46:06.061Z] Fetched 214 kB in 0s (0 B/s) [2021-01-30T00:46:06.061Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-30T00:46:06.061Z] Fetched 155 kB in 0s (0 B/s) [2021-01-30T00:46:06.061Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-30T00:46:06.061Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-30T00:46:06.061Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-30T00:46:06.061Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-30T00:46:06.061Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-30T00:46:06.061Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-30T00:46:06.061Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-30T00:46:06.061Z] Fetched 499 kB in 0s (0 B/s) [2021-01-30T00:46:06.061Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-30T00:46:06.061Z] Fetched 111 kB in 0s (0 B/s) [2021-01-30T00:46:06.061Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-30T00:46:06.061Z] Fetched 240 kB in 0s (0 B/s) [2021-01-30T00:46:06.061Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-30T00:46:06.061Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-30T00:46:06.061Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-30T00:46:06.061Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-30T00:46:06.061Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-30T00:46:06.061Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-30T00:46:06.061Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-30T00:46:06.061Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-30T00:46:06.061Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-30T00:46:06.061Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-30T00:46:06.061Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-30T00:46:06.061Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-30T00:46:06.061Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-30T00:46:06.061Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-30T00:46:06.061Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-30T00:46:06.061Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-30T00:46:06.061Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-30T00:46:06.061Z] Fetched 8720 B in 0s (0 B/s) [2021-01-30T00:46:06.061Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-30T00:46:06.061Z] Fetched 137 kB in 0s (0 B/s) [2021-01-30T00:46:06.061Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-30T00:46:06.061Z] Fetched 119 kB in 0s (0 B/s) [2021-01-30T00:46:06.061Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-30T00:46:06.061Z] Fetched 109 kB in 0s (0 B/s) [2021-01-30T00:46:06.061Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-30T00:46:06.061Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-30T00:46:06.061Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-30T00:46:06.061Z] Fetched 645 kB in 0s (0 B/s) [2021-01-30T00:46:06.061Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-30T00:46:06.061Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-30T00:46:06.061Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-30T00:46:06.061Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-30T00:46:06.061Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-30T00:46:06.061Z] Fetched 368 kB in 0s (0 B/s) [2021-01-30T00:46:06.061Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-30T00:46:06.061Z] Fetched 187 kB in 0s (0 B/s) [2021-01-30T00:46:06.061Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-30T00:46:06.061Z] Fetched 175 kB in 0s (0 B/s) [2021-01-30T00:46:06.061Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-30T00:46:07.002Z] Fetched 206 kB in 0s (0 B/s) [2021-01-30T00:46:07.002Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-30T00:46:07.002Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-30T00:46:07.002Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-30T00:46:07.002Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-30T00:46:07.002Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-30T00:46:07.002Z] Fetched 159 kB in 0s (0 B/s) [2021-01-30T00:46:07.002Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-30T00:46:07.002Z] Fetched 107 kB in 0s (0 B/s) [2021-01-30T00:46:07.002Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-30T00:46:07.002Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-30T00:46:07.002Z] Pulling static-packages [2021-01-30T00:46:07.572Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-30T00:46:07.572Z] Skipping pull go-build-helper (already ran) [2021-01-30T00:46:07.572Z] Skipping pull static-packages (already ran) [2021-01-30T00:46:07.572Z] Building go-build-helper [2021-01-30T00:46:11.774Z] Building static-packages [2021-01-30T00:46:13.168Z] Staging go-build-helper [2021-01-30T00:46:14.111Z] Staging static-packages [2021-01-30T00:46:14.681Z] Pulling go115 [2021-01-30T00:46:15.621Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-30T00:46:15.621Z] Skipping pull go115 (already ran) [2021-01-30T00:46:15.621Z] Building go115 [2021-01-30T00:46:15.621Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-30T00:46:15.621Z] Dload Upload Total Spent Left Speed [2021-01-30T00:46:18.524Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 20 115M 20 23.7M 0 0 35.2M 0 0:00:03 --:--:-- 0:00:03 35.2M 57 115M 57 66.8M 0 0 40.0M 0 0:00:02 0:00:01 0:00:01 40.0M 92 115M 92 107M 0 0 40.2M 0 0:00:02 0:00:02 --:--:-- 40.2M 100 115M 100 115M 0 0 40.6M 0 0:00:02 0:00:02 --:--:-- 40.6M [2021-01-30T00:46:18.537Z] ---> bc068e3a7caa [2021-01-30T00:46:18.537Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-30T00:46:18.537Z] ---> 2b32c71eaca5 [2021-01-30T00:46:18.537Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-30T00:46:18.537Z] ---> 5dc88668bb44 [2021-01-30T00:46:18.537Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-30T00:46:18.537Z] ---> Running in b60e6e116480 [2021-01-30T00:46:18.537Z] ---> c4a1811d15c9 [2021-01-30T00:46:18.537Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-30T00:46:18.537Z] ---> 815fbdc3d345 [2021-01-30T00:46:18.537Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-30T00:46:18.537Z] ---> Running in f40ca3e7f4ed [2021-01-30T00:46:18.537Z] ---> Running in b7529db208e0 [2021-01-30T00:46:18.537Z] ---> Running in c0e26dc9143e [2021-01-30T00:46:18.537Z] ---> Running in ce05130f266d [2021-01-30T00:46:18.537Z] 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-30T00:46:18.537Z] 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-30T00:46:18.537Z] 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-30T00:46:18.537Z] 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-30T00:46:18.537Z] 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-30T00:46:19.104Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-30T00:46:23.303Z] Staging go115 [2021-01-30T00:46:27.517Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-30T00:46:27.517Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-30T00:46:27.517Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-30T00:46:27.517Z] Fetched 0 B in 0s (0 B/s) [2021-01-30T00:46:27.517Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-30T00:46:27.517Z] Fetched 224 kB in 0s (0 B/s) [2021-01-30T00:46:27.517Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-30T00:46:27.517Z] Fetched 157 kB in 0s (0 B/s) [2021-01-30T00:46:27.517Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-30T00:46:27.517Z] Fetched 221 kB in 0s (0 B/s) [2021-01-30T00:46:27.517Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-30T00:46:27.517Z] Fetched 143 kB in 0s (0 B/s) [2021-01-30T00:46:27.517Z] Pulling edgex-go [2021-01-30T00:46:28.900Z] Pulling version [2021-01-30T00:46:29.840Z] Building config-common [2021-01-30T00:46:31.786Z] Skipping build go-build-helper (already ran) [2021-01-30T00:46:31.786Z] Skipping build static-packages (already ran) [2021-01-30T00:46:31.786Z] Skipping build go115 (already ran) [2021-01-30T00:46:31.786Z] Building edgex-go [2021-01-30T00:46:31.786Z] 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-30T00:46:33.171Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-30T00:46:33.171Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-30T00:46:33.171Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.12 [2021-01-30T00:46:33.171Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 [2021-01-30T00:46:33.171Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-30T00:46:33.171Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-30T00:46:33.171Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-30T00:46:33.171Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-30T00:46:33.171Z] go: downloading github.com/google/uuid v1.2.0 [2021-01-30T00:46:33.171Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-01-30T00:46:33.171Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-30T00:46:33.171Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-30T00:46:33.446Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-30T00:46:33.446Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-30T00:46:33.446Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-30T00:46:33.446Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-30T00:46:33.446Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-30T00:46:33.446Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-30T00:46:33.446Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-30T00:46:33.446Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-30T00:46:33.446Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-30T00:46:33.446Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-30T00:46:33.446Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-30T00:46:33.446Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-30T00:46:33.446Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-30T00:46:33.446Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-30T00:46:33.446Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-30T00:46:33.446Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-30T00:46:33.446Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-30T00:46:33.446Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-30T00:46:33.446Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-30T00:46:33.446Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-30T00:46:33.446Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-30T00:46:33.446Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-30T00:46:33.446Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-30T00:46:33.446Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-30T00:46:34.023Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-30T00:46:34.023Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-30T00:46:34.964Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-30T00:46:34.964Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-30T00:46:40.266Z] 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-30T00:46:44.464Z] 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-30T00:46:45.408Z] 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-30T00:46:46.348Z] 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-30T00:46:46.608Z] 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-30T00:46:46.608Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-01-30T00:46:46.869Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-30T00:46:46.869Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-30T00:46:46.869Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-30T00:46:48.249Z] 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-30T00:46:48.249Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-30T00:46:48.249Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-30T00:46:49.631Z] 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-30T00:46:50.202Z] 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-30T00:46:50.202Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-30T00:46:51.590Z] 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-30T00:46:52.528Z] 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-30T00:46:53.098Z] 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-30T00:46:53.098Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-30T00:46:54.500Z] 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-30T00:46:54.500Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-30T00:46:57.038Z] Building version [2021-01-30T00:46:58.950Z] Staging config-common [2021-01-30T00:46:59.519Z] Skipping stage go-build-helper (already ran) [2021-01-30T00:46:59.519Z] Skipping stage static-packages (already ran) [2021-01-30T00:46:59.519Z] Skipping stage go115 (already ran) [2021-01-30T00:46:59.519Z] Staging edgex-go [2021-01-30T00:47:00.459Z] Staging version [2021-01-30T00:47:01.398Z] Priming config-common [2021-01-30T00:47:02.339Z] Priming go-build-helper [2021-01-30T00:47:03.279Z] Priming static-packages [2021-01-30T00:47:05.822Z] Priming go115 [2021-01-30T00:47:06.393Z] Priming edgex-go [2021-01-30T00:47:07.332Z] Priming version [2021-01-30T00:47:08.286Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-30T00:47:55.405Z] 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-30T00:48:06.342Z] Removing intermediate container c0e26dc9143e [2021-01-30T00:48:06.342Z] ---> 608e0dc12b60 [2021-01-30T00:48:06.342Z] [2021-01-30T00:48:06.342Z] Step 10/22 : FROM alpine:3.12 [2021-01-30T00:48:06.342Z] 3.12: Pulling from library/alpine [2021-01-30T00:48:07.792Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-30T00:48:07.792Z] Status: Downloaded newer image for alpine:3.12 [2021-01-30T00:48:07.792Z] ---> afeebe901d6b [2021-01-30T00:48:07.792Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-30T00:48:08.403Z] ---> Running in 84481c78ccd4 [2021-01-30T00:48:10.400Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T00:48:10.400Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T00:48:11.004Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-30T00:48:11.283Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-30T00:48:11.283Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T00:48:11.283Z] Executing ca-certificates-20191127-r4.trigger [2021-01-30T00:48:11.885Z] OK: 6 MiB in 16 packages [2021-01-30T00:48:14.531Z] Removing intermediate container 84481c78ccd4 [2021-01-30T00:48:14.531Z] ---> 8c8fbaaf9773 [2021-01-30T00:48:14.531Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-30T00:48:14.903Z] ---> Running in 3d8f2986d9fc [2021-01-30T00:48:15.536Z] Removing intermediate container 3d8f2986d9fc [2021-01-30T00:48:15.536Z] ---> de973e791ffc [2021-01-30T00:48:15.536Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-30T00:48:15.834Z] ---> Running in c7e04aaed165 [2021-01-30T00:48:16.819Z] Removing intermediate container c7e04aaed165 [2021-01-30T00:48:16.819Z] ---> db0558d2f782 [2021-01-30T00:48:16.819Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-30T00:48:17.098Z] ---> Running in 7a1c04058d9f [2021-01-30T00:48:18.094Z] Removing intermediate container 7a1c04058d9f [2021-01-30T00:48:18.094Z] ---> 30b69caaa518 [2021-01-30T00:48:18.094Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-30T00:48:19.548Z] ---> 9b2693a3fa1a [2021-01-30T00:48:19.548Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-30T00:48:23.904Z] ---> 94de91943d75 [2021-01-30T00:48:23.904Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-30T00:48:23.904Z] Removing intermediate container f40ca3e7f4ed [2021-01-30T00:48:23.904Z] ---> c1652274fef4 [2021-01-30T00:48:23.904Z] [2021-01-30T00:48:23.904Z] Step 10/31 : FROM alpine:3.12 [2021-01-30T00:48:23.904Z] ---> afeebe901d6b [2021-01-30T00:48:23.904Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-30T00:48:24.183Z] ---> Running in dfce46695fb5 [2021-01-30T00:48:24.792Z] ---> f562816b01e4 [2021-01-30T00:48:24.792Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-30T00:48:25.409Z] ---> Running in 190bd1e0490e [2021-01-30T00:48:25.409Z] Removing intermediate container dfce46695fb5 [2021-01-30T00:48:25.409Z] ---> cae198cf5894 [2021-01-30T00:48:25.409Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-01-30T00:48:26.399Z] ---> Running in 27e23f089a01 [2021-01-30T00:48:27.009Z] Removing intermediate container 190bd1e0490e [2021-01-30T00:48:27.009Z] ---> 828660c692ae [2021-01-30T00:48:27.009Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-30T00:48:27.996Z] ---> Running in a3392d4bbcf8 [2021-01-30T00:48:28.272Z] Removing intermediate container ce05130f266d [2021-01-30T00:48:28.272Z] ---> 13c55d412f24 [2021-01-30T00:48:28.272Z] [2021-01-30T00:48:28.272Z] Step 10/22 : FROM alpine:3.12 [2021-01-30T00:48:28.272Z] ---> afeebe901d6b [2021-01-30T00:48:28.272Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-30T00:48:28.272Z] Removing intermediate container b60e6e116480 [2021-01-30T00:48:28.272Z] ---> bbf5d2133244 [2021-01-30T00:48:28.272Z] [2021-01-30T00:48:28.272Z] Step 10/23 : FROM alpine:3.12 [2021-01-30T00:48:28.272Z] ---> afeebe901d6b [2021-01-30T00:48:28.272Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-30T00:48:28.547Z] ---> Running in 8c8fe8d481a8 [2021-01-30T00:48:28.547Z] ---> Running in dcb419287b1e [2021-01-30T00:48:28.820Z] Removing intermediate container a3392d4bbcf8 [2021-01-30T00:48:28.820Z] ---> d3fac138130a [2021-01-30T00:48:28.820Z] Step 20/22 : LABEL arch=arm64 [2021-01-30T00:48:28.820Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T00:48:29.096Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T00:48:29.728Z] ---> Running in 12a78653a35c [2021-01-30T00:48:29.728Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-01-30T00:48:29.728Z] (2/2) Installing su-exec (0.2-r1) [2021-01-30T00:48:29.728Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T00:48:29.728Z] OK: 5 MiB in 16 packages [2021-01-30T00:48:30.714Z] Removing intermediate container 12a78653a35c [2021-01-30T00:48:30.714Z] ---> 26f0873de6f8 [2021-01-30T00:48:30.714Z] Step 21/22 : LABEL git_sha=7f05382e1b612f5b5631b22f027035a888692348 [2021-01-30T00:48:31.308Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T00:48:31.309Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T00:48:31.309Z] ---> Running in c07ffc27ad80 [2021-01-30T00:48:31.580Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T00:48:31.580Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T00:48:31.858Z] Removing intermediate container b7529db208e0 [2021-01-30T00:48:31.858Z] ---> 36220d3f7f92 [2021-01-30T00:48:31.858Z] [2021-01-30T00:48:31.858Z] Step 10/23 : FROM alpine:3.12 [2021-01-30T00:48:32.128Z] ---> afeebe901d6b [2021-01-30T00:48:32.128Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-30T00:48:32.128Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-30T00:48:32.128Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T00:48:32.128Z] OK: 5 MiB in 15 packages [2021-01-30T00:48:32.128Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-30T00:48:32.128Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T00:48:32.128Z] Removing intermediate container 27e23f089a01 [2021-01-30T00:48:32.128Z] ---> 36902fbeef5e [2021-01-30T00:48:32.128Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-30T00:48:32.128Z] OK: 5 MiB in 15 packages [2021-01-30T00:48:32.404Z] Removing intermediate container c07ffc27ad80 [2021-01-30T00:48:32.404Z] ---> 4e2b2b5aa6ec [2021-01-30T00:48:32.404Z] Step 22/22 : LABEL version=0.0.0 [2021-01-30T00:48:32.404Z] ---> Running in 1004940a7553 [2021-01-30T00:48:32.681Z] ---> Running in 6a15aedc218e [2021-01-30T00:48:32.681Z] ---> Running in a2350f14ade2 [2021-01-30T00:48:33.285Z] Removing intermediate container 6a15aedc218e [2021-01-30T00:48:33.285Z] ---> cb2e1c2248dc [2021-01-30T00:48:33.285Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-30T00:48:33.556Z] Removing intermediate container a2350f14ade2 [2021-01-30T00:48:33.556Z] ---> 57ad579aff52 [2021-01-30T00:48:33.556Z] [2021-01-30T00:48:33.829Z] ---> Running in 51210c2f7f73 [2021-01-30T00:48:34.102Z] Successfully built 57ad579aff52 [2021-01-30T00:48:34.102Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-30T00:48:34.102Z] Removing intermediate container 8c8fe8d481a8 [2021-01-30T00:48:34.102Z]  Building docker-support-notifications-go ... done  ---> 6f09a92dd2b3 [2021-01-30T00:48:34.102Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-30T00:48:34.102Z] Building docker-security-proxy-setup-go [2021-01-30T00:48:34.102Z] Removing intermediate container dcb419287b1e [2021-01-30T00:48:34.102Z] ---> 97ab5e19012f [2021-01-30T00:48:34.102Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-30T00:48:34.102Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T00:48:34.377Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T00:48:34.377Z] Removing intermediate container 51210c2f7f73 [2021-01-30T00:48:34.652Z] ---> Running in f678688c1fd9 [2021-01-30T00:48:34.652Z] ---> 2552e39734fc [2021-01-30T00:48:34.652Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-30T00:48:34.652Z] ---> Running in bc1fcad3b184 [2021-01-30T00:48:34.921Z] ---> Running in ae7ff0c5d14d [2021-01-30T00:48:34.921Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-30T00:48:34.921Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T00:48:34.921Z] OK: 5 MiB in 15 packages [2021-01-30T00:48:35.516Z] Removing intermediate container f678688c1fd9 [2021-01-30T00:48:35.516Z] ---> 60d1e42c889a [2021-01-30T00:48:35.516Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-30T00:48:35.516Z] Removing intermediate container bc1fcad3b184 [2021-01-30T00:48:35.516Z] ---> 01bb6bef38b3 [2021-01-30T00:48:35.516Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-30T00:48:35.791Z] ---> Running in 6cfad9c19e2f [2021-01-30T00:48:36.066Z] ---> Running in 095a7a6a6085 [2021-01-30T00:48:36.675Z] Removing intermediate container 095a7a6a6085 [2021-01-30T00:48:36.675Z] ---> a67e9cc2d3a3 [2021-01-30T00:48:36.675Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-30T00:48:36.675Z] Removing intermediate container 6cfad9c19e2f [2021-01-30T00:48:36.675Z] ---> 1ea6d9c356e3 [2021-01-30T00:48:36.675Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-30T00:48:37.651Z] Removing intermediate container 1004940a7553 [2021-01-30T00:48:37.651Z] ---> acca1f13dd46 [2021-01-30T00:48:37.651Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-30T00:48:37.935Z] ---> Running in 1eda86c1683e [2021-01-30T00:48:37.935Z] ---> Running in 796d5cea6b01 [2021-01-30T00:48:38.214Z] ---> Running in e0ef55ae2a13 [2021-01-30T00:48:39.195Z] Removing intermediate container 796d5cea6b01 [2021-01-30T00:48:39.195Z] Removing intermediate container 1eda86c1683e [2021-01-30T00:48:39.195Z] ---> 6210279c25f2 [2021-01-30T00:48:39.195Z] Step 15/23 : WORKDIR / [2021-01-30T00:48:39.195Z] ---> b2521b0c070a [2021-01-30T00:48:39.196Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-30T00:48:39.475Z] Removing intermediate container ae7ff0c5d14d [2021-01-30T00:48:39.475Z] ---> 53e517602c67 [2021-01-30T00:48:39.475Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-30T00:48:40.184Z] ---> Running in c092cfc6c582 [2021-01-30T00:48:40.184Z] Removing intermediate container e0ef55ae2a13 [2021-01-30T00:48:40.184Z] ---> 51421241e6ff [2021-01-30T00:48:40.184Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-30T00:48:40.460Z] ---> Running in 1ed9b7e12d04 [2021-01-30T00:48:40.460Z] ---> 68457957e33d [2021-01-30T00:48:40.460Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-30T00:48:40.735Z] ---> Running in b4da00303893 [2021-01-30T00:48:41.012Z] Removing intermediate container c092cfc6c582 [2021-01-30T00:48:41.012Z] ---> fe2544a12450 [2021-01-30T00:48:41.012Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-30T00:48:41.730Z] Removing intermediate container 1ed9b7e12d04 [2021-01-30T00:48:41.730Z] Removing intermediate container b4da00303893 [2021-01-30T00:48:41.730Z] ---> 96fd72c63f8d [2021-01-30T00:48:41.730Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-30T00:48:41.730Z] ---> 420c48a75376 [2021-01-30T00:48:41.730Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-30T00:48:42.337Z] ---> Running in 4b2704b72787 [2021-01-30T00:48:42.337Z] ---> 862bc9428929 [2021-01-30T00:48:42.337Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-30T00:48:42.629Z] ---> 75f64fc33f1f [2021-01-30T00:48:42.629Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-30T00:48:42.909Z] Removing intermediate container 4b2704b72787 [2021-01-30T00:48:42.909Z] ---> 0f37236f11f3 [2021-01-30T00:48:42.909Z] Step 15/23 : WORKDIR / [2021-01-30T00:48:43.193Z] ---> 7c533799e65d [2021-01-30T00:48:43.193Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-30T00:48:43.482Z] ---> Running in a156e51766ac [2021-01-30T00:48:43.761Z] ---> Running in 63293e085fe6 [2021-01-30T00:48:44.364Z] ---> cf2feb544e04 [2021-01-30T00:48:44.364Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-30T00:48:44.964Z] ---> 71b76359f7ba [2021-01-30T00:48:44.964Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-30T00:48:44.964Z] ---> Running in 09c1fa76e2ae [2021-01-30T00:48:45.239Z] Removing intermediate container a156e51766ac [2021-01-30T00:48:45.239Z] ---> 261d136e02af [2021-01-30T00:48:45.239Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-30T00:48:46.672Z] Removing intermediate container 09c1fa76e2ae [2021-01-30T00:48:46.672Z] ---> b16db50fdcc2 [2021-01-30T00:48:46.672Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-30T00:48:46.672Z] ---> 51fb42e01601 [2021-01-30T00:48:46.672Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-30T00:48:46.946Z] ---> 2b0e83201ad7 [2021-01-30T00:48:46.946Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-30T00:48:47.224Z] ---> Running in 4961d38810ff [2021-01-30T00:48:47.224Z] ---> Running in 67bd69f12ee5 [2021-01-30T00:48:48.680Z] Removing intermediate container 67bd69f12ee5 [2021-01-30T00:48:48.680Z] Removing intermediate container 4961d38810ff [2021-01-30T00:48:48.999Z] ---> 98661cec0152 [2021-01-30T00:48:48.999Z] ---> 9c69bc4d2117 [2021-01-30T00:48:48.999Z] Step 20/22 : LABEL arch=arm64Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-30T00:48:48.999Z] [2021-01-30T00:48:49.606Z] Removing intermediate container 63293e085fe6 [2021-01-30T00:48:49.606Z] ---> f13d44d0b00d [2021-01-30T00:48:49.606Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-30T00:48:49.606Z] ---> f6dd897d68a1 [2021-01-30T00:48:49.606Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-30T00:48:49.606Z] ---> Running in b5b0e1e10a20 [2021-01-30T00:48:49.606Z] ---> Running in a9eb5cfc074f [2021-01-30T00:48:50.595Z] Removing intermediate container a9eb5cfc074f [2021-01-30T00:48:50.595Z] ---> 8bc2711279f2 [2021-01-30T00:48:50.595Z] Step 21/22 : LABEL git_sha=7f05382e1b612f5b5631b22f027035a888692348 [2021-01-30T00:48:50.892Z] ---> 0226e4f2e4ec [2021-01-30T00:48:50.892Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-30T00:48:50.892Z] Removing intermediate container b5b0e1e10a20 [2021-01-30T00:48:50.892Z] ---> 83c07b43db20 [2021-01-30T00:48:50.892Z] Step 21/23 : LABEL arch=arm64 [2021-01-30T00:48:50.892Z] ---> 8e26e954712c [2021-01-30T00:48:50.892Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-30T00:48:51.169Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T00:48:51.169Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-30T00:48:51.169Z] ---> 1f7c227db4a5 [2021-01-30T00:48:51.169Z] Step 3/21 : WORKDIR /edgex-go [2021-01-30T00:48:51.169Z] ---> Using cache [2021-01-30T00:48:51.169Z] ---> 61a52c591c46 [2021-01-30T00:48:51.169Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T00:48:51.169Z] ---> Using cache [2021-01-30T00:48:51.169Z] ---> 56ae5e549c5a [2021-01-30T00:48:51.169Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-30T00:48:51.169Z] ---> Using cache [2021-01-30T00:48:51.169Z] ---> 9151246b86ba [2021-01-30T00:48:51.169Z] Step 6/21 : COPY go.mod . [2021-01-30T00:48:51.169Z] ---> Using cache [2021-01-30T00:48:51.169Z] ---> 627d1cc21c05 [2021-01-30T00:48:51.169Z] Step 7/21 : RUN go mod download [2021-01-30T00:48:51.169Z] ---> Using cache [2021-01-30T00:48:51.169Z] ---> 96d12e411a91 [2021-01-30T00:48:51.169Z] Step 8/21 : COPY . . [2021-01-30T00:48:51.169Z] ---> Running in 2bf13059e7e9 [2021-01-30T00:48:51.169Z] ---> Using cache [2021-01-30T00:48:51.169Z] ---> 2b32c71eaca5 [2021-01-30T00:48:51.170Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-30T00:48:51.170Z] ---> Running in 904e55dc42c3 [2021-01-30T00:48:51.450Z] ---> Running in b7f10fdbf884 [2021-01-30T00:48:51.450Z] ---> Running in ce7bad801a21 [2021-01-30T00:48:52.048Z] Removing intermediate container 2bf13059e7e9 [2021-01-30T00:48:52.048Z] ---> 3d9022376d45 [2021-01-30T00:48:52.048Z] Step 22/22 : LABEL version=0.0.0 [2021-01-30T00:48:52.334Z] Removing intermediate container b7f10fdbf884 [2021-01-30T00:48:52.334Z] ---> 7d2a709073f6 [2021-01-30T00:48:52.334Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-30T00:48:52.334Z] Removing intermediate container 904e55dc42c3 [2021-01-30T00:48:52.334Z] ---> e926ee379bb5 [2021-01-30T00:48:52.334Z] Step 22/23 : LABEL git_sha=7f05382e1b612f5b5631b22f027035a888692348 [2021-01-30T00:48:52.334Z] ---> Running in 48beb34d32ea [2021-01-30T00:48:52.611Z] ---> Running in caaa735557f6 [2021-01-30T00:48:52.611Z] ---> Running in bd4339ae7c26 [2021-01-30T00:48:52.905Z] ---> dbbb95b20047 [2021-01-30T00:48:52.905Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-30T00:48:52.905Z] 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-30T00:48:53.181Z] Removing intermediate container 48beb34d32ea [2021-01-30T00:48:53.181Z] ---> f954df8fa14c [2021-01-30T00:48:53.181Z] [2021-01-30T00:48:53.785Z] Removing intermediate container caaa735557f6 [2021-01-30T00:48:53.785Z] ---> 59cfc6772124 [2021-01-30T00:48:53.785Z] Step 21/23 : LABEL arch=arm64 [2021-01-30T00:48:53.785Z] Removing intermediate container bd4339ae7c26 [2021-01-30T00:48:53.785Z] ---> 82dbd05f9ca7 [2021-01-30T00:48:53.785Z] Step 23/23 : LABEL version=0.0.0 [2021-01-30T00:48:54.059Z] Successfully built f954df8fa14c [2021-01-30T00:48:54.059Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-30T00:48:54.059Z] Building docker-security-secretstore-setup-go [2021-01-30T00:48:54.059Z]  Building docker-support-scheduler-go ... done  ---> Running in ed758573f793 [2021-01-30T00:48:54.341Z] ---> Running in 62fe4566b26a [2021-01-30T00:48:54.341Z] ---> a2c3c7703856 [2021-01-30T00:48:54.341Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-30T00:48:54.950Z] Removing intermediate container ed758573f793 [2021-01-30T00:48:54.950Z] ---> 4c51ea63abb3 [2021-01-30T00:48:54.950Z] Step 22/23 : LABEL git_sha=7f05382e1b612f5b5631b22f027035a888692348 [2021-01-30T00:48:55.230Z] Removing intermediate container 62fe4566b26a [2021-01-30T00:48:55.230Z] ---> 198bdaa1aa9b [2021-01-30T00:48:55.230Z] [2021-01-30T00:48:55.508Z] ---> Running in dfbf7426967b [2021-01-30T00:48:56.494Z] Successfully built 198bdaa1aa9b [2021-01-30T00:48:57.095Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-30T00:48:57.095Z] Building docker-core-data-go [2021-01-30T00:48:57.095Z]  Building docker-core-command-go ... done Removing intermediate container dfbf7426967b [2021-01-30T00:48:57.095Z] ---> d2e48d66c8be [2021-01-30T00:48:57.095Z] Step 23/23 : LABEL version=0.0.0 [2021-01-30T00:48:57.694Z] ---> 9c3aece70f35 [2021-01-30T00:48:57.694Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-30T00:48:57.694Z] ---> Running in 6dbdffc40d0a [2021-01-30T00:48:58.685Z] Removing intermediate container 6dbdffc40d0a [2021-01-30T00:48:58.685Z] ---> 5e83cf4c71f8 [2021-01-30T00:48:58.685Z] [2021-01-30T00:48:58.973Z] ---> ae27a6d36cf2 [2021-01-30T00:48:58.973Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-01-30T00:48:59.246Z] Successfully built 5e83cf4c71f8 [2021-01-30T00:48:59.246Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-30T00:48:59.246Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-01-30T00:48:59.851Z] ---> Running in 9431875ee6d1 [2021-01-30T00:49:00.846Z] Removing intermediate container 9431875ee6d1 [2021-01-30T00:49:00.846Z] ---> 30262d1135c4 [2021-01-30T00:49:00.846Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-30T00:49:02.313Z] ---> 2a636ef0fc84 [2021-01-30T00:49:02.313Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-01-30T00:49:03.311Z] ---> Running in d66de0d1dbda [2021-01-30T00:49:08.772Z] Removing intermediate container d66de0d1dbda [2021-01-30T00:49:08.772Z] ---> e9a332ecd2c7 [2021-01-30T00:49:08.772Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-30T00:49:09.757Z] ---> Running in 5fb6ce3def00 [2021-01-30T00:49:10.355Z] Removing intermediate container 5fb6ce3def00 [2021-01-30T00:49:10.355Z] ---> 55fd28131985 [2021-01-30T00:49:10.355Z] Step 28/31 : CMD ["gate"] [2021-01-30T00:49:11.571Z] ---> Running in df1e049701c4 [2021-01-30T00:49:12.199Z] Removing intermediate container df1e049701c4 [2021-01-30T00:49:12.199Z] ---> 5fbfc448bf61 [2021-01-30T00:49:12.199Z] Step 29/31 : LABEL arch=arm64 [2021-01-30T00:49:13.674Z] ---> Running in 3c6a7b865351 [2021-01-30T00:49:14.667Z] Removing intermediate container 3c6a7b865351 [2021-01-30T00:49:14.667Z] ---> 9a0e7f417d00 [2021-01-30T00:49:14.667Z] Step 30/31 : LABEL git_sha=7f05382e1b612f5b5631b22f027035a888692348 [2021-01-30T00:49:15.271Z] ---> Running in 91f2c121c881 [2021-01-30T00:49:16.262Z] Removing intermediate container 91f2c121c881 [2021-01-30T00:49:16.262Z] ---> d9883e7964b2 [2021-01-30T00:49:16.262Z] Step 31/31 : LABEL version=0.0.0 [2021-01-30T00:49:17.255Z] ---> Running in 7fe1992da404 [2021-01-30T00:49:18.239Z] Removing intermediate container 7fe1992da404 [2021-01-30T00:49:18.239Z] ---> c3c868798863 [2021-01-30T00:49:18.239Z] [2021-01-30T00:49:18.838Z] Successfully built c3c868798863 [2021-01-30T00:49:18.838Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-30T00:49:29.013Z]  Building docker-security-bootstrapper-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-30T00:49:34.420Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T00:49:34.420Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-30T00:49:34.420Z] ---> 1f7c227db4a5 [2021-01-30T00:49:34.420Z] Step 3/24 : WORKDIR /edgex-go [2021-01-30T00:49:34.420Z] ---> Using cache [2021-01-30T00:49:34.420Z] ---> 61a52c591c46 [2021-01-30T00:49:34.420Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T00:49:34.420Z] ---> Using cache [2021-01-30T00:49:34.420Z] ---> 56ae5e549c5a [2021-01-30T00:49:34.420Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-30T00:49:34.420Z] ---> Using cache [2021-01-30T00:49:34.420Z] ---> 9151246b86ba [2021-01-30T00:49:34.420Z] Step 6/24 : COPY go.mod . [2021-01-30T00:49:34.420Z] ---> Using cache [2021-01-30T00:49:34.420Z] ---> 627d1cc21c05 [2021-01-30T00:49:34.420Z] Step 7/24 : RUN go mod download [2021-01-30T00:49:34.420Z] ---> Using cache [2021-01-30T00:49:34.420Z] ---> 96d12e411a91 [2021-01-30T00:49:34.420Z] Step 8/24 : COPY . . [2021-01-30T00:49:34.420Z] ---> Using cache [2021-01-30T00:49:34.420Z] ---> 2b32c71eaca5 [2021-01-30T00:49:34.420Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-30T00:49:37.823Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T00:49:37.823Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-30T00:49:37.823Z] ---> 1f7c227db4a5 [2021-01-30T00:49:37.823Z] Step 3/23 : WORKDIR /edgex-go [2021-01-30T00:49:37.823Z] ---> Using cache [2021-01-30T00:49:37.823Z] ---> 61a52c591c46 [2021-01-30T00:49:37.823Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T00:49:37.823Z] ---> Using cache [2021-01-30T00:49:37.823Z] ---> 56ae5e549c5a [2021-01-30T00:49:37.823Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-30T00:49:38.415Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-30T00:49:38.415Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-30T00:49:38.415Z] ---> 1f7c227db4a5 [2021-01-30T00:49:38.415Z] Step 3/26 : WORKDIR /edgex-go [2021-01-30T00:49:38.415Z] ---> Using cache [2021-01-30T00:49:38.415Z] ---> 61a52c591c46 [2021-01-30T00:49:38.415Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T00:49:38.415Z] ---> Using cache [2021-01-30T00:49:38.415Z] ---> 56ae5e549c5a [2021-01-30T00:49:38.415Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-30T00:49:39.397Z] ---> Running in 153e05c3e879 [2021-01-30T00:49:39.397Z] ---> Running in 7d31d2097e85 [2021-01-30T00:49:39.397Z] ---> Running in 6aa49661b36e [2021-01-30T00:49:41.387Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T00:49:41.665Z] 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-30T00:49:41.665Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T00:49:41.943Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T00:49:42.225Z] Removing intermediate container ce7bad801a21 [2021-01-30T00:49:42.225Z] ---> 9985368e0dd7 [2021-01-30T00:49:42.226Z] [2021-01-30T00:49:42.226Z] Step 10/21 : FROM alpine:3.12 [2021-01-30T00:49:42.226Z] ---> afeebe901d6b [2021-01-30T00:49:42.226Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-30T00:49:42.506Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T00:49:42.506Z] ---> Running in 61af7c1d0b16 [2021-01-30T00:49:43.113Z] OK: 217 MiB in 51 packages [2021-01-30T00:49:43.392Z] OK: 217 MiB in 51 packages [2021-01-30T00:49:44.393Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T00:49:44.670Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T00:49:45.271Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-30T00:49:45.271Z] Removing intermediate container 7d31d2097e85 [2021-01-30T00:49:45.271Z] ---> 34a19a96d8ab [2021-01-30T00:49:45.271Z] Step 6/23 : COPY go.mod .(2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-30T00:49:45.271Z] [2021-01-30T00:49:45.271Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-30T00:49:45.271Z] (4/4) Installing curl (7.69.1-r3) [2021-01-30T00:49:45.271Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T00:49:45.271Z] Executing ca-certificates-20191127-r4.trigger [2021-01-30T00:49:45.547Z] OK: 7 MiB in 18 packages [2021-01-30T00:49:45.547Z] Removing intermediate container 6aa49661b36e [2021-01-30T00:49:45.547Z] ---> a25255b02749 [2021-01-30T00:49:45.547Z] Step 6/26 : COPY go.mod . [2021-01-30T00:49:46.554Z] ---> 48cfebf34ee4 [2021-01-30T00:49:46.555Z] Step 7/23 : RUN go mod download [2021-01-30T00:49:47.182Z] ---> Running in 5b6de7a14881 [2021-01-30T00:49:47.493Z] ---> 0cfa7ff3fa9d [2021-01-30T00:49:47.493Z] Step 7/26 : RUN go mod download [2021-01-30T00:49:47.801Z] ---> Running in 9e8e8d40f263 [2021-01-30T00:49:49.257Z] Removing intermediate container 61af7c1d0b16 [2021-01-30T00:49:49.257Z] ---> d1dafc8c6a29 [2021-01-30T00:49:49.257Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-30T00:49:49.532Z] ---> Running in 7bf4ce9109e9 [2021-01-30T00:49:50.513Z] Removing intermediate container 7bf4ce9109e9 [2021-01-30T00:49:50.513Z] ---> b1b3ae6fe6e2 [2021-01-30T00:49:50.513Z] Step 13/21 : WORKDIR /edgex [2021-01-30T00:49:50.786Z] ---> Running in 231eca2e3367 [2021-01-30T00:49:52.240Z] Removing intermediate container 231eca2e3367 [2021-01-30T00:49:52.240Z] ---> deabd7017c0f [2021-01-30T00:49:52.240Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-30T00:49:52.842Z] Removing intermediate container 5b6de7a14881 [2021-01-30T00:49:52.842Z] ---> fb1c2c82d157 [2021-01-30T00:49:52.842Z] Step 8/23 : COPY . . [2021-01-30T00:49:53.119Z] ---> 59c8ab9dc4a5 [2021-01-30T00:49:53.119Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-30T00:49:53.410Z] Removing intermediate container 9e8e8d40f263 [2021-01-30T00:49:53.410Z] ---> 162845e902e2 [2021-01-30T00:49:53.410Z] Step 8/26 : COPY . . [2021-01-30T00:49:56.823Z] ---> a4ba14180506 [2021-01-30T00:49:56.823Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-30T00:50:00.230Z] ---> be63d3539794 [2021-01-30T00:50:00.230Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-30T00:50:00.509Z] ---> Running in 3afc4d000008 [2021-01-30T00:50:01.493Z] Removing intermediate container 3afc4d000008 [2021-01-30T00:50:01.493Z] ---> 865b49ea5c5c [2021-01-30T00:50:01.493Z] Step 18/21 : CMD ["--init=true"] [2021-01-30T00:50:02.108Z] ---> Running in 71f758c55871 [2021-01-30T00:50:03.553Z] Removing intermediate container 71f758c55871 [2021-01-30T00:50:03.553Z] ---> 0fbc1010c14c [2021-01-30T00:50:03.553Z] Step 19/21 : LABEL arch=arm64 [2021-01-30T00:50:03.832Z] ---> Running in be83866d5a72 [2021-01-30T00:50:04.824Z] Removing intermediate container be83866d5a72 [2021-01-30T00:50:04.824Z] ---> 11283a76d850 [2021-01-30T00:50:04.824Z] Step 20/21 : LABEL git_sha=7f05382e1b612f5b5631b22f027035a888692348 [2021-01-30T00:50:05.098Z] ---> Running in 728249e15c2f [2021-01-30T00:50:06.090Z] Removing intermediate container 728249e15c2f [2021-01-30T00:50:06.090Z] ---> 2b674780cf14 [2021-01-30T00:50:06.090Z] Step 21/21 : LABEL version=0.0.0 [2021-01-30T00:50:06.689Z] ---> Running in 27677e77182d [2021-01-30T00:50:08.138Z] Removing intermediate container 27677e77182d [2021-01-30T00:50:08.138Z] ---> 9d31d654df07 [2021-01-30T00:50:08.138Z] [2021-01-30T00:50:08.736Z] Successfully built 9d31d654df07 [2021-01-30T00:50:08.736Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-30T00:50:17.028Z]  Building docker-security-proxy-setup-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-30T00:50:17.028Z] ---> 20dc9e554348 [2021-01-30T00:50:17.028Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-30T00:50:17.028Z] ---> 80c5078aa9bb [2021-01-30T00:50:17.028Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-30T00:50:17.028Z] ---> Running in a037f479725b [2021-01-30T00:50:17.028Z] ---> Running in 718eaa670bac [2021-01-30T00:50:18.465Z] 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-30T00:50:18.741Z] 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-30T00:50:25.506Z] Removing intermediate container 153e05c3e879 [2021-01-30T00:50:25.506Z] ---> 7785830554be [2021-01-30T00:50:25.506Z] [2021-01-30T00:50:25.506Z] Step 10/24 : FROM alpine:3.12 [2021-01-30T00:50:25.506Z] ---> afeebe901d6b [2021-01-30T00:50:25.506Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-30T00:50:26.103Z] ---> Running in 1e98e7abf204 [2021-01-30T00:50:28.092Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T00:50:28.092Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T00:50:28.690Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-30T00:50:28.690Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-30T00:50:28.690Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-30T00:50:28.690Z] (4/5) Installing curl (7.69.1-r3) [2021-01-30T00:50:28.690Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-30T00:50:28.690Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T00:50:28.690Z] Executing ca-certificates-20191127-r4.trigger [2021-01-30T00:50:28.968Z] OK: 7 MiB in 19 packages [2021-01-30T00:50:31.606Z] Removing intermediate container 1e98e7abf204 [2021-01-30T00:50:31.606Z] ---> ea89dc1bde65 [2021-01-30T00:50:31.606Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-30T00:50:31.606Z] ---> Running in aa3ba1c3e66e [2021-01-30T00:50:32.203Z] Removing intermediate container aa3ba1c3e66e [2021-01-30T00:50:32.203Z] ---> 63265ed1363a [2021-01-30T00:50:32.203Z] Step 13/24 : WORKDIR / [2021-01-30T00:50:32.484Z] ---> Running in 2a183b8eda8e [2021-01-30T00:50:33.081Z] Removing intermediate container 2a183b8eda8e [2021-01-30T00:50:33.081Z] ---> bd876849c0e6 [2021-01-30T00:50:33.081Z] 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-30T00:50:34.061Z] ---> 4acba4b88b96 [2021-01-30T00:50:34.061Z] 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-30T00:50:35.522Z] ---> d8b11e54549a [2021-01-30T00:50:35.522Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-30T00:50:36.510Z] ---> 78945b290f20 [2021-01-30T00:50:36.510Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-30T00:50:38.507Z] ---> 2ea39ffa46e8 [2021-01-30T00:50:38.507Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-30T00:50:39.949Z] ---> 34fba1b4c127 [2021-01-30T00:50:39.949Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-30T00:50:41.393Z] ---> 3006ea6d2130 [2021-01-30T00:50:41.393Z] 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-30T00:50:41.393Z] ---> Running in 44d8cf1f7fef [2021-01-30T00:50:44.801Z] Removing intermediate container 44d8cf1f7fef [2021-01-30T00:50:44.801Z] ---> 2dbdb5cc3ebf [2021-01-30T00:50:44.801Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-30T00:50:44.801Z] ---> Running in 7a0a5999c483 [2021-01-30T00:50:45.418Z] Removing intermediate container 7a0a5999c483 [2021-01-30T00:50:45.418Z] ---> 4ec82092d6d0 [2021-01-30T00:50:45.418Z] Step 22/24 : LABEL arch=arm64 [2021-01-30T00:50:45.418Z] ---> Running in 9211331b7133 [2021-01-30T00:50:46.022Z] Removing intermediate container 9211331b7133 [2021-01-30T00:50:46.022Z] ---> a89459102f4a [2021-01-30T00:50:46.022Z] Step 23/24 : LABEL git_sha=7f05382e1b612f5b5631b22f027035a888692348 [2021-01-30T00:50:46.297Z] ---> Running in aaf888c9d6cb [2021-01-30T00:50:46.941Z] Removing intermediate container aaf888c9d6cb [2021-01-30T00:50:46.941Z] ---> 4ad323cb8204 [2021-01-30T00:50:46.941Z] Step 24/24 : LABEL version=0.0.0 [2021-01-30T00:50:47.226Z] ---> Running in d5b94c8b39a8 [2021-01-30T00:50:47.830Z] Removing intermediate container d5b94c8b39a8 [2021-01-30T00:50:47.830Z] ---> 70e00d534064 [2021-01-30T00:50:47.830Z] [2021-01-30T00:50:48.106Z] Successfully built 70e00d534064 [2021-01-30T00:50:48.106Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-30T00:51:10.334Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 718eaa670bac [2021-01-30T00:51:10.334Z] ---> 63cbcbfed812 [2021-01-30T00:51:10.334Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-30T00:51:10.334Z] ---> Running in 3c2c08ac50dd [2021-01-30T00:51:11.309Z] 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-30T00:51:13.961Z] Removing intermediate container 3c2c08ac50dd [2021-01-30T00:51:13.961Z] ---> beff2ccdfdaa [2021-01-30T00:51:13.961Z] [2021-01-30T00:51:13.961Z] Step 11/26 : FROM docker:20.10.0 [2021-01-30T00:51:14.234Z] 20.10.0: Pulling from library/docker [2021-01-30T00:51:22.524Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-30T00:51:22.524Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-30T00:51:22.524Z] ---> eeaf43b92773 [2021-01-30T00:51:22.524Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-30T00:51:22.798Z] ---> Running in 4884032b5fd8 [2021-01-30T00:51:22.798Z] Removing intermediate container a037f479725b [2021-01-30T00:51:22.798Z] ---> bbcbf4afd4eb [2021-01-30T00:51:22.798Z] [2021-01-30T00:51:22.798Z] Step 10/23 : FROM alpine:3.12 [2021-01-30T00:51:22.798Z] ---> afeebe901d6b [2021-01-30T00:51:22.798Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-30T00:51:23.074Z] ---> Running in 5680a6f0e6fc [2021-01-30T00:51:23.675Z] Removing intermediate container 5680a6f0e6fc [2021-01-30T00:51:23.675Z] ---> 2e079d9e78d1 [2021-01-30T00:51:23.675Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-30T00:51:23.675Z] ---> Running in 686104c5b17d [2021-01-30T00:51:23.953Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T00:51:23.953Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T00:51:24.230Z] Removing intermediate container 686104c5b17d [2021-01-30T00:51:24.230Z] ---> f84667d67980 [2021-01-30T00:51:24.230Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-30T00:51:24.230Z] ---> Running in ea756242f6ca [2021-01-30T00:51:24.506Z] (1/2) Installing readline (8.0.4-r0) [2021-01-30T00:51:24.506Z] (2/2) Installing bash (5.0.17-r0) [2021-01-30T00:51:24.789Z] Executing bash-5.0.17-r0.post-install [2021-01-30T00:51:24.789Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T00:51:24.789Z] OK: 12 MiB in 22 packages [2021-01-30T00:51:24.789Z] Removing intermediate container ea756242f6ca [2021-01-30T00:51:24.789Z] ---> a86de1d0a35e [2021-01-30T00:51:24.789Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-30T00:51:24.789Z] ---> Running in 56198bdc3a6c [2021-01-30T00:51:26.235Z] Removing intermediate container 4884032b5fd8 [2021-01-30T00:51:26.235Z] ---> 5cd3415420d7 [2021-01-30T00:51:26.235Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-30T00:51:26.235Z] ---> Running in 1e27273302a6 [2021-01-30T00:51:26.831Z] Removing intermediate container 1e27273302a6 [2021-01-30T00:51:26.831Z] ---> 0369aa0da74c [2021-01-30T00:51:26.831Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-30T00:51:26.831Z] ---> Running in 23fbe5921a56 [2021-01-30T00:51:27.103Z] Removing intermediate container 56198bdc3a6c [2021-01-30T00:51:27.103Z] ---> b757f4728b0a [2021-01-30T00:51:27.103Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-30T00:51:27.381Z] ---> Running in c6ce65a64535 [2021-01-30T00:51:27.381Z] Removing intermediate container 23fbe5921a56 [2021-01-30T00:51:27.381Z] ---> faadc0694224 [2021-01-30T00:51:27.381Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-30T00:51:27.651Z] ---> Running in f8119a153a6e [2021-01-30T00:51:27.925Z] Removing intermediate container f8119a153a6e [2021-01-30T00:51:27.925Z] ---> 3f6489138e66 [2021-01-30T00:51:27.925Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-30T00:51:28.515Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T00:51:29.116Z] ---> 0264196a2b19 [2021-01-30T00:51:29.116Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-30T00:51:29.116Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T00:51:30.095Z] ---> 1995cfe0ff72 [2021-01-30T00:51:30.095Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-30T00:51:30.095Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-30T00:51:30.095Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-30T00:51:30.095Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-30T00:51:30.366Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-30T00:51:30.637Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-30T00:51:30.637Z] ---> 1e7075fdc940 [2021-01-30T00:51:30.637Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-30T00:51:30.637Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-30T00:51:30.909Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T00:51:30.909Z] OK: 8 MiB in 20 packages [2021-01-30T00:51:30.909Z] ---> Running in 97c2ebb6d35b [2021-01-30T00:51:32.336Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T00:51:32.336Z] Removing intermediate container c6ce65a64535 [2021-01-30T00:51:32.336Z] ---> c12018c90aac [2021-01-30T00:51:32.336Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-30T00:51:32.336Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T00:51:32.932Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-30T00:51:32.932Z] (2/33) Installing expat (2.2.9-r1) [2021-01-30T00:51:32.932Z] (3/33) Installing libffi (3.3-r2) [2021-01-30T00:51:32.932Z] (4/33) Installing gdbm (1.13-r1) [2021-01-30T00:51:32.932Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-30T00:51:33.204Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-30T00:51:33.204Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-30T00:51:33.204Z] ---> c3b5b565e26b [2021-01-30T00:51:33.204Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-30T00:51:35.177Z] ---> 8906a0a49fa2 [2021-01-30T00:51:35.177Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-30T00:51:35.177Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-30T00:51:35.177Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-30T00:51:35.177Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-30T00:51:35.177Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-30T00:51:35.177Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-30T00:51:35.177Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-30T00:51:35.177Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-30T00:51:35.177Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-30T00:51:35.177Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-30T00:51:35.177Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-30T00:51:35.177Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-30T00:51:35.448Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-30T00:51:35.448Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-30T00:51:35.448Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-30T00:51:35.448Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-30T00:51:35.448Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-30T00:51:35.448Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-30T00:51:35.448Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-30T00:51:35.448Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-30T00:51:35.448Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-30T00:51:35.448Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-30T00:51:35.725Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-30T00:51:35.725Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-30T00:51:35.725Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-30T00:51:35.725Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-30T00:51:35.725Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-30T00:51:35.725Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T00:51:35.725Z] OK: 71 MiB in 55 packages [2021-01-30T00:51:36.003Z] ---> 1813e367d1de [2021-01-30T00:51:36.003Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-30T00:51:36.003Z] ---> Running in cbc49748b900 [2021-01-30T00:51:36.600Z] Removing intermediate container cbc49748b900 [2021-01-30T00:51:36.600Z] ---> 79626810f49f [2021-01-30T00:51:36.600Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-30T00:51:36.879Z] ---> Running in 88dfaa4605fb [2021-01-30T00:51:37.472Z] Removing intermediate container 88dfaa4605fb [2021-01-30T00:51:37.473Z] ---> 7c743d8e684f [2021-01-30T00:51:37.473Z] Step 21/23 : LABEL arch=arm64 [2021-01-30T00:51:37.473Z] ---> Running in 84ef6d06cc0e [2021-01-30T00:51:38.069Z] Removing intermediate container 84ef6d06cc0e [2021-01-30T00:51:38.069Z] ---> f2d5338cb1fa [2021-01-30T00:51:38.069Z] Step 22/23 : LABEL git_sha=7f05382e1b612f5b5631b22f027035a888692348 [2021-01-30T00:51:38.339Z] ---> Running in ec9e71000fd4 [2021-01-30T00:51:38.960Z] Removing intermediate container ec9e71000fd4 [2021-01-30T00:51:38.960Z] ---> 2e6e52691a8f [2021-01-30T00:51:38.960Z] Step 23/23 : LABEL version=0.0.0 [2021-01-30T00:51:39.244Z] ---> Running in 9927512453c5 [2021-01-30T00:51:39.513Z] Removing intermediate container 9927512453c5 [2021-01-30T00:51:39.513Z] ---> be0e4b0c85f6 [2021-01-30T00:51:39.513Z] [2021-01-30T00:51:40.101Z] Successfully built be0e4b0c85f6 [2021-01-30T00:51:40.101Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-30T00:51:41.523Z]  Building docker-core-data-go ... done Removing intermediate container 97c2ebb6d35b [2021-01-30T00:51:41.523Z] ---> a79ca44c98bd [2021-01-30T00:51:41.523Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-30T00:51:41.523Z] ---> Running in cb98bcd316f3 [2021-01-30T00:51:46.899Z] Collecting docker-compose==1.23.2 [2021-01-30T00:51:46.899Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-30T00:51:47.486Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-30T00:51:47.486Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-30T00:51:47.756Z] Collecting docopt<0.7,>=0.6.1 [2021-01-30T00:51:47.756Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-30T00:51:49.713Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-30T00:51:49.982Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-30T00:51:49.982Z] 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-30T00:51:50.251Z] Collecting cached-property<2,>=1.2.0 [2021-01-30T00:51:50.251Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-30T00:51:50.844Z] Collecting docker<4.0,>=3.6.0 [2021-01-30T00:51:50.844Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-30T00:51:51.434Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-30T00:51:51.434Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-30T00:51:53.393Z] Collecting texttable<0.10,>=0.9.0 [2021-01-30T00:51:53.393Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-30T00:51:55.353Z] Collecting jsonschema<3,>=2.5.1 [2021-01-30T00:51:55.353Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-30T00:51:55.944Z] Collecting PyYAML<4,>=3.10 [2021-01-30T00:51:55.944Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-30T00:51:58.546Z] 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-30T00:51:59.138Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-30T00:51:59.138Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-30T00:51:59.409Z] Collecting idna<2.8,>=2.5 [2021-01-30T00:51:59.409Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-30T00:51:59.409Z] 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-30T00:51:59.680Z] Collecting docker-pycreds>=0.4.0 [2021-01-30T00:51:59.680Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-30T00:51:59.680Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-30T00:51:59.680Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-30T00:51:59.680Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-30T00:51:59.680Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-30T00:52:00.655Z] Installing collected packages: urllib3, idna, requests, docopt, websocket-client, cached-property, docker-pycreds, docker, dockerpty, texttable, jsonschema, PyYAML, docker-compose [2021-01-30T00:52:00.655Z] Attempting uninstall: urllib3 [2021-01-30T00:52:00.655Z] Found existing installation: urllib3 1.25.9 [2021-01-30T00:52:00.655Z] Uninstalling urllib3-1.25.9: [2021-01-30T00:52:00.655Z] Successfully uninstalled urllib3-1.25.9 [2021-01-30T00:52:01.242Z] Attempting uninstall: idna [2021-01-30T00:52:01.242Z] Found existing installation: idna 2.9 [2021-01-30T00:52:01.242Z] Uninstalling idna-2.9: [2021-01-30T00:52:01.242Z] Successfully uninstalled idna-2.9 [2021-01-30T00:52:02.216Z] Attempting uninstall: requests [2021-01-30T00:52:02.216Z] Found existing installation: requests 2.23.0 [2021-01-30T00:52:02.216Z] Uninstalling requests-2.23.0: [2021-01-30T00:52:02.216Z] Successfully uninstalled requests-2.23.0 [2021-01-30T00:52:02.487Z] Running setup.py install for docopt: started [2021-01-30T00:52:04.451Z] Running setup.py install for docopt: finished with status 'done' [2021-01-30T00:52:05.420Z] Running setup.py install for dockerpty: started [2021-01-30T00:52:06.843Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-30T00:52:06.843Z] Running setup.py install for texttable: started [2021-01-30T00:52:08.819Z] Running setup.py install for texttable: finished with status 'done' [2021-01-30T00:52:09.092Z] Running setup.py install for PyYAML: started [2021-01-30T00:52:11.055Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-30T00:52:12.029Z] 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-30T00:52:15.402Z] Removing intermediate container cb98bcd316f3 [2021-01-30T00:52:15.402Z] ---> 43f9a8f0f9b2 [2021-01-30T00:52:15.402Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-30T00:52:15.675Z] ---> Running in a15a83f34768 [2021-01-30T00:52:16.653Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-30T00:52:16.923Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-30T00:52:17.513Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-30T00:52:17.513Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-30T00:52:17.513Z] (3/3) Installing curl (7.69.1-r3) [2021-01-30T00:52:17.513Z] Executing busybox-1.31.1-r19.trigger [2021-01-30T00:52:17.513Z] OK: 71 MiB in 58 packages [2021-01-30T00:52:18.489Z] Removing intermediate container a15a83f34768 [2021-01-30T00:52:18.489Z] ---> 8a2289fa891e [2021-01-30T00:52:18.489Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-30T00:52:18.761Z] ---> Running in 5b47baa4f15b [2021-01-30T00:52:19.355Z] Removing intermediate container 5b47baa4f15b [2021-01-30T00:52:19.355Z] ---> 82fcb147e1bb [2021-01-30T00:52:19.355Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-30T00:52:19.355Z] ---> Running in 587b60625b59 [2021-01-30T00:52:19.628Z] Removing intermediate container 587b60625b59 [2021-01-30T00:52:19.628Z] ---> 75ca617268a8 [2021-01-30T00:52:19.629Z] Step 24/26 : LABEL arch=arm64 [2021-01-30T00:52:19.906Z] ---> Running in 0ff3e6e04e29 [2021-01-30T00:52:20.498Z] Removing intermediate container 0ff3e6e04e29 [2021-01-30T00:52:20.498Z] ---> d56482d8528c [2021-01-30T00:52:20.498Z] Step 25/26 : LABEL git_sha=7f05382e1b612f5b5631b22f027035a888692348 [2021-01-30T00:52:20.498Z] ---> Running in fbd86634e2f0 [2021-01-30T00:52:20.773Z] Removing intermediate container fbd86634e2f0 [2021-01-30T00:52:20.773Z] ---> e42231a04353 [2021-01-30T00:52:20.773Z] Step 26/26 : LABEL version=0.0.0 [2021-01-30T00:52:21.045Z] ---> Running in 571d4488cbda [2021-01-30T00:52:21.319Z] Removing intermediate container 571d4488cbda [2021-01-30T00:52:21.319Z] ---> ec885223f619 [2021-01-30T00:52:21.319Z] [2021-01-30T00:52:21.913Z] Successfully built ec885223f619 [2021-01-30T00:52:21.913Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-30T00:52:22.202Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-30T00:52:22.182Z] $ docker stop --time=1 a5998c19d5f8fc9606f83ca0dff00fc8cf8e2e601b1a5b4dab4b2af50d5bcdac [2021-01-30T00:52:24.055Z] $ docker rm -f a5998c19d5f8fc9606f83ca0dff00fc8cf8e2e601b1a5b4dab4b2af50d5bcdac [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-30T00:52:24.796Z] + docker images [2021-01-30T00:52:24.796Z] + grep docker [2021-01-30T00:52:25.068Z] docker-sys-mgmt-agent-go-arm64 latest ec885223f619 3 seconds ago 300MB [2021-01-30T00:52:25.068Z] docker-core-data-go-arm64 latest be0e4b0c85f6 45 seconds ago 21MB [2021-01-30T00:52:25.068Z] docker-security-secretstore-setup-go-arm64 latest 70e00d534064 About a minute ago 23.4MB [2021-01-30T00:52:25.068Z] docker-security-proxy-setup-go-arm64 latest 9d31d654df07 2 minutes ago 23.2MB [2021-01-30T00:52:25.068Z] docker-security-bootstrapper-go-arm64 latest c3c868798863 3 minutes ago 22.6MB [2021-01-30T00:52:25.068Z] docker-core-metadata-go-arm64 latest 5e83cf4c71f8 3 minutes ago 17.7MB [2021-01-30T00:52:25.068Z] docker-core-command-go-arm64 latest 198bdaa1aa9b 3 minutes ago 16MB [2021-01-30T00:52:25.068Z] docker-support-scheduler-go-arm64 latest f954df8fa14c 3 minutes ago 16.1MB [2021-01-30T00:52:25.068Z] docker-support-notifications-go-arm64 latest 57ad579aff52 3 minutes ago 16MB [2021-01-30T00:52:25.068Z] docker 20.10.0 eeaf43b92773 7 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-30T00:52:26.661Z] provisioning config files... [2021-01-30T00:52:26.675Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/10@tmp/config2856168887390608466tmp [Pipeline] { [Pipeline] sh [2021-01-30T00:52:27.043Z] + set +x [2021-01-30T00:52:27.043Z] + curl -s https://codecov.io/bash [2021-01-30T00:52:27.043Z] + bash -s -- [2021-01-30T00:52:27.306Z] [2021-01-30T00:52:27.306Z] _____ _ [2021-01-30T00:52:27.306Z] / ____| | | [2021-01-30T00:52:27.306Z] | | ___ __| | ___ ___ _____ __ [2021-01-30T00:52:27.306Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-30T00:52:27.306Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-30T00:52:27.306Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-30T00:52:27.306Z] Bash-20210129-7c25fce [2021-01-30T00:52:27.306Z] [2021-01-30T00:52:27.306Z] [2021-01-30T00:52:27.306Z] ==> git version 2.24.3 found [2021-01-30T00:52:27.306Z] ==> 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-30T00:52:27.306Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-30T00:52:27.306Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-30T00:52:27.568Z] ==> Jenkins CI detected. [2021-01-30T00:52:27.568Z] project root: . [2021-01-30T00:52:27.568Z] --> token set from env [2021-01-30T00:52:27.568Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-30T00:52:27.568Z] ==> Running gcov in . (disable via -X gcov) [2021-01-30T00:52:27.568Z] ==> Python coveragepy not found [2021-01-30T00:52:27.568Z] ==> Searching for coverage reports in: [2021-01-30T00:52:27.568Z] + . [2021-01-30T00:52:27.568Z] -> Found 1 reports [2021-01-30T00:52:27.568Z] ==> Detecting git/mercurial file structure [2021-01-30T00:52:27.829Z] ==> Reading reports [2021-01-30T00:52:27.829Z] + ./coverage.out bytes=574984 [2021-01-30T00:52:27.829Z] ==> Appending adjustments [2021-01-30T00:52:27.829Z] https://docs.codecov.io/docs/fixing-reports [2021-01-30T00:52:31.143Z] + Found adjustments [2021-01-30T00:52:31.143Z] ==> Gzipping contents [2021-01-30T00:52:31.143Z] 88K /tmp/codecov.YgJTbR.gz [2021-01-30T00:52:31.143Z] ==> Uploading reports [2021-01-30T00:52:31.143Z] url: https://codecov.io [2021-01-30T00:52:31.143Z] query: branch=PR-3075&commit=7f05382e1b612f5b5631b22f027035a888692348&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3075%2F10%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3075&job=&cmd_args= [2021-01-30T00:52:31.143Z] -> Pinging Codecov [2021-01-30T00:52:31.143Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3075&commit=7f05382e1b612f5b5631b22f027035a888692348&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3075%2F10%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3075&job=&cmd_args= [2021-01-30T00:52:31.716Z] -> Uploading to [2021-01-30T00:52:31.716Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-30/00271124DB129430A58F1EEE437C3FCB/7f05382e1b612f5b5631b22f027035a888692348/d8822ed3-27e5-42ad-b852-1b21709cc46d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210130%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210130T005231Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f0df9d702a56ed2072f86f051458402645665bf2619b01b06b3e1672d580e6fa [2021-01-30T00:52:31.716Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-30T00:52:31.716Z] Dload Upload Total Spent Left Speed [2021-01-30T00:52:32.289Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86925 0 0 100 86925 0 168k --:--:-- --:--:-- --:--:-- 168k [2021-01-30T00:52:32.289Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/7f05382e1b612f5b5631b22f027035a888692348 [Pipeline] } [2021-01-30T00:52:32.299Z] 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-30T00:52:34.317Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-30T00:52:35.229Z] ---> package-listing.sh [2021-01-30T00:52:35.229Z] ++ facter osfamily [2021-01-30T00:52:35.229Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-30T00:52:35.229Z] + OS_FAMILY=redhat [2021-01-30T00:52:35.229Z] + workspace=/w/workspace/edgex-go/10 [2021-01-30T00:52:35.229Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-30T00:52:35.229Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-30T00:52:35.229Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-30T00:52:35.229Z] + PACKAGES=/tmp/packages_start.txt [2021-01-30T00:52:35.229Z] + '[' /w/workspace/edgex-go/10 ']' [2021-01-30T00:52:35.229Z] + PACKAGES=/tmp/packages_end.txt [2021-01-30T00:52:35.229Z] + case "${OS_FAMILY}" in [2021-01-30T00:52:35.229Z] + rpm -qa [2021-01-30T00:52:35.229Z] + sort [2021-01-30T00:52:40.546Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-30T00:52:40.546Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-30T00:52:40.546Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-30T00:52:40.546Z] + '[' /w/workspace/edgex-go/10 ']' [2021-01-30T00:52:40.546Z] + mkdir -p /w/workspace/edgex-go/10/archives/ [2021-01-30T00:52:40.546Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/10/archives/ [Pipeline] echo [2021-01-30T00:52:40.562Z] 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/10/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-30T00:52:40.867Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-30T00:52:41.184Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-30T00:52:41.184Z] [2021-01-30T00:52:41.184Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-30T00:52:41.637Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-30T00:52:41.638Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-30T00:52:41.638Z] df20fa9351a1: Pulling fs layer [2021-01-30T00:52:41.638Z] 36b3adc4ff6f: Pulling fs layer [2021-01-30T00:52:41.638Z] 8ad3a11d3b57: Pulling fs layer [2021-01-30T00:52:41.638Z] 46f8f816bc3b: Pulling fs layer [2021-01-30T00:52:41.638Z] 93b61091891f: Pulling fs layer [2021-01-30T00:52:41.638Z] 93b9cdb0e59b: Pulling fs layer [2021-01-30T00:52:41.638Z] 5e14af77c1be: Pulling fs layer [2021-01-30T00:52:41.638Z] 01666e4c0597: Pulling fs layer [2021-01-30T00:52:41.638Z] aa168da1d23b: Pulling fs layer [2021-01-30T00:52:41.638Z] 46f8f816bc3b: Waiting [2021-01-30T00:52:41.638Z] 93b61091891f: Waiting [2021-01-30T00:52:41.638Z] 01666e4c0597: Waiting [2021-01-30T00:52:41.638Z] aa168da1d23b: Waiting [2021-01-30T00:52:41.638Z] 93b9cdb0e59b: Waiting [2021-01-30T00:52:41.638Z] 5e14af77c1be: Waiting [2021-01-30T00:52:41.638Z] 36b3adc4ff6f: Verifying Checksum [2021-01-30T00:52:41.638Z] 36b3adc4ff6f: Download complete [2021-01-30T00:52:41.638Z] 46f8f816bc3b: Download complete [2021-01-30T00:52:41.638Z] df20fa9351a1: Verifying Checksum [2021-01-30T00:52:41.638Z] df20fa9351a1: Download complete [2021-01-30T00:52:41.902Z] 93b9cdb0e59b: Verifying Checksum [2021-01-30T00:52:41.902Z] 93b9cdb0e59b: Download complete [2021-01-30T00:52:41.902Z] 5e14af77c1be: Verifying Checksum [2021-01-30T00:52:41.902Z] 5e14af77c1be: Download complete [2021-01-30T00:52:41.902Z] 93b61091891f: Download complete [2021-01-30T00:52:41.902Z] 01666e4c0597: Verifying Checksum [2021-01-30T00:52:41.902Z] 01666e4c0597: Download complete [2021-01-30T00:52:42.168Z] df20fa9351a1: Pull complete [2021-01-30T00:52:42.168Z] 8ad3a11d3b57: Verifying Checksum [2021-01-30T00:52:42.168Z] 8ad3a11d3b57: Download complete [2021-01-30T00:52:42.430Z] 36b3adc4ff6f: Pull complete [2021-01-30T00:52:44.382Z] aa168da1d23b: Verifying Checksum [2021-01-30T00:52:44.644Z] 8ad3a11d3b57: Pull complete [2021-01-30T00:52:44.908Z] 46f8f816bc3b: Pull complete [2021-01-30T00:52:45.857Z] 93b61091891f: Pull complete [2021-01-30T00:52:45.857Z] 93b9cdb0e59b: Pull complete [2021-01-30T00:52:45.857Z] 5e14af77c1be: Pull complete [2021-01-30T00:52:46.122Z] 01666e4c0597: Pull complete [2021-01-30T00:52:56.197Z] aa168da1d23b: Pull complete [2021-01-30T00:52:56.197Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-30T00:52:56.197Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-30T00:52:56.197Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-30T00:52:56.414Z] prd-centos7-docker-4c-2g-24042 does not seem to be running inside a container [2021-01-30T00:52:56.467Z] $ 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/10/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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-30T00:53:00.423Z] $ docker top e50df73f6a0893b0bd7fc09c433d1436d697b63ff93cf3b4e9062811083360a2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-30T00:53:01.051Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-30T00:53:01.351Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-30T00:53:01.664Z] + ls /var/log/sa-host [2021-01-30T00:53:01.664Z] + sadf -c /var/log/sa-host/sa23 [2021-01-30T00:53:01.665Z] file_magic: OK [2021-01-30T00:53:01.665Z] HZ: Using current value: 100 [2021-01-30T00:53:01.665Z] file_header: OK [2021-01-30T00:53:01.665Z] 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-30T00:53:01.665Z] Statistics: [2021-01-30T00:53:01.665Z] Hnuu...uuuununununu... [2021-01-30T00:53:01.665Z] File successfully converted to sysstat format version 12.2.1 [2021-01-30T00:53:01.665Z] + sadf -c /var/log/sa-host/sa30 [2021-01-30T00:53:01.665Z] file_magic: OK [2021-01-30T00:53:01.665Z] HZ: Using current value: 100 [2021-01-30T00:53:01.665Z] file_header: OK [2021-01-30T00:53:01.665Z] 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-30T00:53:01.665Z] Statistics: [2021-01-30T00:53:01.665Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-30T00:53:01.665Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-30T00:53:01.943Z] provisioning config files... [2021-01-30T00:53:01.963Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/10@tmp/config8751495800282172988tmp [Pipeline] { [Pipeline] echo [2021-01-30T00:53:02.059Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-30T00:53:02.360Z] ---> create-netrc.sh [Pipeline] } [2021-01-30T00:53:02.371Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-30T00:53:02.483Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-30T00:53:02.785Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-30T00:53:02.799Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-30T00:53:03.103Z] ---> sudo-logs.sh [2021-01-30T00:53:03.103Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-30T00:53:03.114Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-30T00:53:03.411Z] ---> job-cost.sh [2021-01-30T00:53:03.411Z] lf-activate-venv: SKIPPING [2021-01-30T00:53:03.411Z] INFO: No Stack... [2021-01-30T00:53:04.354Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-30T00:53:04.926Z] INFO: Archiving Costs [Pipeline] echo [2021-01-30T00:53:04.939Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-30T00:53:05.236Z] ---> logs-deploy.sh [2021-01-30T00:53:05.237Z] lf-activate-venv: SKIPPING [2021-01-30T00:53:05.237Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3075/10 [2021-01-30T00:53:05.237Z] INFO: archiving workspace using pattern(s): [2021-01-30T00:53:06.628Z] Archives upload complete. [2021-01-30T00:53:06.628Z] INFO: archiving logs to Nexus