Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ba6feeb4c00d7db79a0ca7527311afd817b28787+668f0a3a269f3b051418dc2678a30c23b2beea7f (91e746a729de115289e679cb21220352fa45ac0c) 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-22929 in /w/workspace/edgexfoundry_edgex-go_PR-3076 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3076/head:refs/remotes/origin/PR-3076 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 668f0a3a269f3b051418dc2678a30c23b2beea7f into PR head commit ba6feeb4c00d7db79a0ca7527311afd817b28787 Merge succeeded, producing 46d817a47c4f7a1ded41ac6f162cc7029364d06e Checking out Revision 46d817a47c4f7a1ded41ac6f162cc7029364d06e (PR-3076) > git config core.sparsecheckout # timeout=10 > git checkout -f ba6feeb4c00d7db79a0ca7527311afd817b28787 # 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 668f0a3a269f3b051418dc2678a30c23b2beea7f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 46d817a47c4f7a1ded41ac6f162cc7029364d06e # timeout=10 Commit message: "Merge commit '668f0a3a269f3b051418dc2678a30c23b2beea7f' into HEAD" > git rev-list --no-walk ba6feeb4c00d7db79a0ca7527311afd817b28787 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-27T00:30:58.954Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-27T00:30:59.248Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-27T00:30:59.356Z] ========================================================= [2021-01-27T00:30:59.356Z] EdgeX Global Pipelines Version Info [2021-01-27T00:30:59.356Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-27T00:31:00.934Z] ------------------- [2021-01-27T00:31:00.934Z] stable info: [2021-01-27T00:31:00.934Z] ------------------- [2021-01-27T00:31:00.934Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-27T00:31:00.934Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-27T00:31:00.934Z] Message: update stable to v1.0.179 [2021-01-27T00:31:01.907Z] ------------------- [2021-01-27T00:31:01.907Z] experimental info: [2021-01-27T00:31:01.907Z] ------------------- [2021-01-27T00:31:01.907Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-27T00:31:01.907Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-27T00:31:01.907Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-27T00:31:02.153Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-27T00:31:02.236Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-27T00:31:02.320Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-27T00:31:02.409Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-27T00:31:02.490Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-27T00:31:02.572Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-27T00:31:02.687Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-27T00:31:02.768Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-27T00:31:02.853Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-27T00:31:02.948Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-27T00:31:03.051Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-27T00:31:03.155Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-27T00:31:03.267Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-27T00:31:03.390Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-27T00:31:03.475Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-27T00:31:03.589Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-27T00:31:03.679Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-27T00:31:03.825Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-27T00:31:03.940Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-27T00:31:04.040Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-27T00:31:04.176Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-27T00:31:04.263Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-27T00:31:04.355Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-27T00:31:04.449Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3076 [Pipeline] echo [2021-01-27T00:31:04.540Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3076 [Pipeline] echo [2021-01-27T00:31:04.633Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3076 [Pipeline] echo [2021-01-27T00:31:04.785Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 46d817a47c4f7a1ded41ac6f162cc7029364d06e [Pipeline] echo [2021-01-27T00:31:04.871Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 46d817a [Pipeline] echo [2021-01-27T00:31:04.968Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-27T00:31:05.124Z] provisioning config files... [2021-01-27T00:31:05.155Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config3973788115044110378tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-27T00:31:05.543Z] ---> docker-login.sh [2021-01-27T00:31:05.543Z] nexus3.edgexfoundry.org:10001 [2021-01-27T00:31:06.136Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:31:06.136Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:31:06.136Z] Configure a credential helper to remove this warning. See [2021-01-27T00:31:06.136Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:31:06.136Z] [2021-01-27T00:31:06.136Z] Login Succeeded [2021-01-27T00:31:06.136Z] nexus3.edgexfoundry.org:10002 [2021-01-27T00:31:06.407Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:31:06.407Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:31:06.407Z] Configure a credential helper to remove this warning. See [2021-01-27T00:31:06.407Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:31:06.407Z] [2021-01-27T00:31:06.407Z] Login Succeeded [2021-01-27T00:31:06.407Z] nexus3.edgexfoundry.org:10003 [2021-01-27T00:31:06.671Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:31:06.671Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:31:06.671Z] Configure a credential helper to remove this warning. See [2021-01-27T00:31:06.671Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:31:06.671Z] [2021-01-27T00:31:06.671Z] Login Succeeded [2021-01-27T00:31:06.671Z] nexus3.edgexfoundry.org:10004 [2021-01-27T00:31:06.671Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:31:06.937Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:31:06.937Z] Configure a credential helper to remove this warning. See [2021-01-27T00:31:06.937Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:31:06.937Z] [2021-01-27T00:31:06.937Z] Login Succeeded [2021-01-27T00:31:06.937Z] docker.io [2021-01-27T00:31:06.937Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:31:07.201Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:31:07.201Z] Configure a credential helper to remove this warning. See [2021-01-27T00:31:07.201Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:31:07.201Z] [2021-01-27T00:31:07.201Z] Login Succeeded [2021-01-27T00:31:07.201Z] ---> docker-login.sh ends [Pipeline] } [2021-01-27T00:31:07.217Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-27T00:31:07.738Z] ++ 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-27T00:31:07.738Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T00:31:07.738Z] ++ dirname cmd/core-command/Dockerfile [2021-01-27T00:31:07.738Z] ++ cut -d/ -f2 [2021-01-27T00:31:07.738Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-27T00:31:07.738Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T00:31:07.738Z] ++ dirname cmd/core-data/Dockerfile [2021-01-27T00:31:07.738Z] ++ cut -d/ -f2 [2021-01-27T00:31:07.738Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-27T00:31:07.738Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T00:31:07.738Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-27T00:31:07.738Z] ++ cut -d/ -f2 [2021-01-27T00:31:07.738Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-27T00:31:07.738Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T00:31:07.738Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-27T00:31:07.738Z] ++ cut -d/ -f2 [2021-01-27T00:31:07.738Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-27T00:31:07.738Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T00:31:07.738Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-27T00:31:07.738Z] ++ cut -d/ -f2 [2021-01-27T00:31:07.738Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-27T00:31:07.738Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T00:31:07.738Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-27T00:31:07.738Z] ++ cut -d/ -f2 [2021-01-27T00:31:07.738Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-27T00:31:07.738Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T00:31:07.738Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-27T00:31:07.738Z] ++ cut -d/ -f2 [2021-01-27T00:31:07.738Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-27T00:31:07.738Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T00:31:07.738Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-27T00:31:07.738Z] ++ cut -d/ -f2 [2021-01-27T00:31:07.738Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-27T00:31:07.738Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T00:31:07.738Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-27T00:31:07.738Z] ++ cut -d/ -f2 [2021-01-27T00:31:07.738Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-27T00:31:07.829Z] 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-27T00:31:08.721Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T00:31:08.721Z] [2021-01-27T00:31:08.721Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:31:09.084Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T00:31:09.084Z] latest: Pulling from edgex-devops/git-semver [2021-01-27T00:31:09.084Z] 31603596830f: Pulling fs layer [2021-01-27T00:31:09.084Z] 2a8b12db71e7: Pulling fs layer [2021-01-27T00:31:09.084Z] 6ca5941a6612: Pulling fs layer [2021-01-27T00:31:09.084Z] ecc8261a40a4: Pulling fs layer [2021-01-27T00:31:09.084Z] ecc8261a40a4: Waiting [2021-01-27T00:31:09.084Z] 2a8b12db71e7: Verifying Checksum [2021-01-27T00:31:09.084Z] 2a8b12db71e7: Download complete [2021-01-27T00:31:09.084Z] 31603596830f: Verifying Checksum [2021-01-27T00:31:09.084Z] 31603596830f: Download complete [2021-01-27T00:31:09.353Z] 6ca5941a6612: Verifying Checksum [2021-01-27T00:31:09.353Z] 6ca5941a6612: Download complete [2021-01-27T00:31:09.625Z] 31603596830f: Pull complete [2021-01-27T00:31:09.625Z] 2a8b12db71e7: Pull complete [2021-01-27T00:31:10.209Z] ecc8261a40a4: Verifying Checksum [2021-01-27T00:31:10.209Z] ecc8261a40a4: Download complete [2021-01-27T00:31:10.793Z] 6ca5941a6612: Pull complete [2021-01-27T00:31:11.059Z] ecc8261a40a4: Pull complete [2021-01-27T00:31:11.059Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-27T00:31:11.059Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T00:31:11.059Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-27T00:31:11.186Z] prd-centos7-docker-4c-2g-22929 does not seem to be running inside a container [2021-01-27T00:31:11.378Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-27T00:31:13.997Z] $ docker top 1b39d96c895156adb5826104de24de8c6f4f61a674ba35441c3ae652d5651b26 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-27T00:31:14.318Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-27T00:31:14.318Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-27T00:31:14.585Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-27T00:31:14.593Z] $ docker exec 1b39d96c895156adb5826104de24de8c6f4f61a674ba35441c3ae652d5651b26 ssh-agent [2021-01-27T00:31:14.781Z] SSH_AUTH_SOCK=/tmp/ssh-XzMoF7omUR8X/agent.12 [2021-01-27T00:31:14.781Z] SSH_AGENT_PID=17 [2021-01-27T00:31:14.792Z] Running ssh-add (command line suppressed) [2021-01-27T00:31:14.924Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_8388851095984710584.key (/w/workspace/edgex-go/2@tmp/private_key_8388851095984710584.key) [2021-01-27T00:31:14.974Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-27T00:31:15.310Z] + git tag --points-at HEAD [Pipeline] } [2021-01-27T00:31:15.343Z] $ docker exec --env ******** --env ******** 1b39d96c895156adb5826104de24de8c6f4f61a674ba35441c3ae652d5651b26 ssh-agent -k [2021-01-27T00:31:15.468Z] unset SSH_AUTH_SOCK; [2021-01-27T00:31:15.469Z] unset SSH_AGENT_PID; [2021-01-27T00:31:15.469Z] echo Agent pid 17 killed; [2021-01-27T00:31:15.511Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-27T00:31:15.641Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-27T00:31:15.641Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-27T00:31:15.845Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-27T00:31:15.854Z] $ docker exec 1b39d96c895156adb5826104de24de8c6f4f61a674ba35441c3ae652d5651b26 ssh-agent [2021-01-27T00:31:16.047Z] SSH_AUTH_SOCK=/tmp/ssh-gRp7xecaNAUq/agent.48 [2021-01-27T00:31:16.047Z] SSH_AGENT_PID=53 [2021-01-27T00:31:16.054Z] Running ssh-add (command line suppressed) [2021-01-27T00:31:16.199Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_4486646744857448883.key (/w/workspace/edgex-go/2@tmp/private_key_4486646744857448883.key) [2021-01-27T00:31:16.266Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-27T00:31:16.602Z] + git semver init [2021-01-27T00:31:16.602Z] # -> Open(): unable to determine branch for HEAD [2021-01-27T00:31:16.602Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-01-27T00:31:16.602Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-01-27T00:31:16.602Z] # $SEMVER_REMOTE_NAME = origin [2021-01-27T00:31:16.602Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-27T00:31:16.602Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-27T00:31:16.602Z] # $SEMVER_BRANCH = PR-3076 [2021-01-27T00:31:16.602Z] # $SEMVER_TEMP = /tmp/semver-543420899 [2021-01-27T00:31:16.602Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-27T00:31:48.839Z] # '/tmp/semver-543420899' -> '/w/workspace/edgex-go/2/.semver' [2021-01-27T00:31:48.839Z] # -> Force: false [2021-01-27T00:31:48.839Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-01-27T00:31:48.860Z] $ docker exec --env ******** --env ******** 1b39d96c895156adb5826104de24de8c6f4f61a674ba35441c3ae652d5651b26 ssh-agent -k [2021-01-27T00:31:49.119Z] unset SSH_AUTH_SOCK; [2021-01-27T00:31:49.119Z] unset SSH_AGENT_PID; [2021-01-27T00:31:49.119Z] echo Agent pid 53 killed; [2021-01-27T00:31:49.215Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-27T00:31:49.753Z] + git semver [Pipeline] } [2021-01-27T00:31:49.785Z] $ docker stop --time=1 1b39d96c895156adb5826104de24de8c6f4f61a674ba35441c3ae652d5651b26 [2021-01-27T00:31:51.506Z] $ docker rm -f 1b39d96c895156adb5826104de24de8c6f4f61a674ba35441c3ae652d5651b26 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-27T00:31:52.081Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-27T00:31:52.609Z] Stashed 1 file(s) [Pipeline] echo [2021-01-27T00:31:52.612Z] [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-27T00:31:53.443Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-27T00:31:53.746Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-27T00:31:54.056Z] + sudo service docker restart [2021-01-27T00:31:54.057Z] + true [2021-01-27T00:31:54.057Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-27T00:31:54.652Z] ========================================================= [2021-01-27T00:31:54.652Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-27T00:31:54.652Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:31:54.993Z] + 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-27T00:31:59.249Z] Sending build context to Docker daemon 327.1MB [2021-01-27T00:31:59.249Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-27T00:31:59.249Z] Step 2/6 : FROM ${BASE} [2021-01-27T00:31:59.512Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-27T00:31:59.512Z] 188c0c94c7c5: Pulling fs layer [2021-01-27T00:31:59.512Z] 0ef7d3d256c8: Pulling fs layer [2021-01-27T00:31:59.512Z] de9db76c5a1d: Pulling fs layer [2021-01-27T00:31:59.512Z] bca2f99d35d6: Pulling fs layer [2021-01-27T00:31:59.512Z] 93359f2a8cfa: Pulling fs layer [2021-01-27T00:31:59.512Z] 7c6f9722023f: Pulling fs layer [2021-01-27T00:31:59.512Z] a35cf1a2eb13: Pulling fs layer [2021-01-27T00:31:59.512Z] 93359f2a8cfa: Waiting [2021-01-27T00:31:59.512Z] 7c6f9722023f: Waiting [2021-01-27T00:31:59.512Z] a35cf1a2eb13: Waiting [2021-01-27T00:31:59.512Z] bca2f99d35d6: Waiting [2021-01-27T00:31:59.512Z] de9db76c5a1d: Verifying Checksum [2021-01-27T00:31:59.512Z] de9db76c5a1d: Download complete [2021-01-27T00:31:59.512Z] 0ef7d3d256c8: Verifying Checksum [2021-01-27T00:31:59.512Z] 0ef7d3d256c8: Download complete [2021-01-27T00:31:59.512Z] 93359f2a8cfa: Verifying Checksum [2021-01-27T00:31:59.512Z] 93359f2a8cfa: Download complete [2021-01-27T00:31:59.512Z] 7c6f9722023f: Verifying Checksum [2021-01-27T00:31:59.512Z] 7c6f9722023f: Download complete [2021-01-27T00:31:59.512Z] 188c0c94c7c5: Verifying Checksum [2021-01-27T00:31:59.512Z] 188c0c94c7c5: Download complete [2021-01-27T00:32:00.092Z] 188c0c94c7c5: Pull complete [2021-01-27T00:32:00.092Z] 0ef7d3d256c8: Pull complete [2021-01-27T00:32:00.355Z] de9db76c5a1d: Pull complete [2021-01-27T00:32:02.949Z] a35cf1a2eb13: Verifying Checksum [2021-01-27T00:32:02.949Z] a35cf1a2eb13: Download complete [2021-01-27T00:32:04.366Z] bca2f99d35d6: Verifying Checksum [2021-01-27T00:32:04.366Z] bca2f99d35d6: Download complete [2021-01-27T00:32:07.953Z] Still waiting to schedule task [2021-01-27T00:32:07.953Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-27T00:32:09.784Z] bca2f99d35d6: Pull complete [2021-01-27T00:32:10.058Z] 93359f2a8cfa: Pull complete [2021-01-27T00:32:10.330Z] 7c6f9722023f: Pull complete [2021-01-27T00:32:14.654Z] a35cf1a2eb13: Pull complete [2021-01-27T00:32:14.654Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-27T00:32:14.654Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-27T00:32:14.654Z] ---> a62c8e92a672 [2021-01-27T00:32:14.654Z] 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-27T00:32:15.230Z] ---> Running in c8853d1f1104 [2021-01-27T00:32:16.178Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:32:16.754Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:32:17.333Z] (1/12) Installing libmagic (5.38-r0) [2021-01-27T00:32:17.909Z] (2/12) Installing file (5.38-r0) [2021-01-27T00:32:18.173Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-27T00:32:18.173Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-27T00:32:40.169Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-27T00:32:40.169Z] (6/12) Installing patch (2.7.6-r6) [2021-01-27T00:32:40.169Z] (7/12) Installing build-base (0.5-r2) [2021-01-27T00:32:40.169Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-27T00:32:40.169Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-27T00:32:40.169Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-27T00:32:40.169Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-27T00:32:40.169Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-27T00:32:40.169Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:32:40.169Z] OK: 233 MiB in 51 packages [2021-01-27T00:32:43.506Z] Removing intermediate container c8853d1f1104 [2021-01-27T00:32:43.506Z] ---> ed670e11f22d [2021-01-27T00:32:43.506Z] Step 4/6 : WORKDIR /edgex-go [2021-01-27T00:32:43.506Z] ---> Running in bdec7c222c9d [2021-01-27T00:32:43.506Z] Removing intermediate container bdec7c222c9d [2021-01-27T00:32:43.506Z] ---> d1931ea73071 [2021-01-27T00:32:43.506Z] Step 5/6 : COPY go.mod . [2021-01-27T00:32:43.506Z] ---> 1450216fb240 [2021-01-27T00:32:43.506Z] Step 6/6 : RUN go mod download [2021-01-27T00:32:43.506Z] ---> Running in 700f800fb38b [2021-01-27T00:33:05.990Z] Removing intermediate container 700f800fb38b [2021-01-27T00:33:05.990Z] ---> 95757fcf427d [2021-01-27T00:33:05.990Z] Successfully built 95757fcf427d [2021-01-27T00:33:05.990Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:33:06.319Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-27T00:33:06.319Z] . [Pipeline] withDockerContainer [2021-01-27T00:33:06.431Z] prd-centos7-docker-4c-2g-22929 does not seem to be running inside a container [2021-01-27T00:33:06.493Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-27T00:33:07.390Z] $ docker top 15bdbd616484220054bd495e960b8f78b3fb34b9dc5909faf02b8f3823440f8f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T00:33:07.917Z] + go version [2021-01-27T00:33:07.917Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-27T00:33:07.937Z] $ docker stop --time=1 15bdbd616484220054bd495e960b8f78b3fb34b9dc5909faf02b8f3823440f8f [2021-01-27T00:33:09.339Z] $ docker rm -f 15bdbd616484220054bd495e960b8f78b3fb34b9dc5909faf02b8f3823440f8f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:33:10.145Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-27T00:33:10.145Z] . [Pipeline] withDockerContainer [2021-01-27T00:33:10.258Z] prd-centos7-docker-4c-2g-22929 does not seem to be running inside a container [2021-01-27T00:33:10.314Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-27T00:33:11.154Z] $ docker top 3a4018406c7a67c2dc20f56d0d75329ece8107687be5eb88fb6fd6c40d4d1f6c -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-27T00:33:11.339Z] ========================================================= [2021-01-27T00:33:11.339Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-27T00:33:11.339Z] ========================================================= [Pipeline] sh [2021-01-27T00:33:11.632Z] + make test [2021-01-27T00:33:11.632Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-27T00:33:21.752Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-27T00:33:40.692Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-27T00:33:42.639Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-27T00:33:44.604Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-27T00:33:44.604Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-27T00:33:44.604Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-27T00:33:47.200Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-27T00:33:47.200Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-27T00:33:47.200Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-27T00:33:47.200Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-27T00:33:47.200Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-27T00:33:47.486Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-27T00:33:50.092Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-27T00:33:50.092Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-27T00:33:50.092Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-27T00:33:52.711Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.074s coverage: 46.6% of statements [2021-01-27T00:33:52.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-27T00:33:52.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-27T00:33:52.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-27T00:33:52.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-27T00:33:52.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-27T00:33:56.972Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.189s coverage: 27.1% of statements [2021-01-27T00:33:56.972Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-27T00:33:56.972Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-27T00:33:56.972Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-27T00:33:56.972Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-27T00:33:56.972Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-27T00:33:56.972Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-27T00:33:56.972Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.043s coverage: 100.0% of statements [2021-01-27T00:33:56.972Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-27T00:33:56.972Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.066s coverage: 100.0% of statements [2021-01-27T00:33:56.972Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-27T00:33:56.972Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-27T00:33:56.972Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.164s coverage: 65.8% of statements [2021-01-27T00:33:56.972Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-27T00:33:56.972Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-27T00:33:56.972Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.217s coverage: 82.3% of statements [2021-01-27T00:33:56.972Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-27T00:33:56.972Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-27T00:33:56.972Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-27T00:33:56.972Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-27T00:33:58.380Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.370s coverage: 28.6% of statements [2021-01-27T00:33:58.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-27T00:33:58.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-27T00:33:58.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-27T00:33:58.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-27T00:33:58.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-27T00:33:58.381Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.077s coverage: 100.0% of statements [2021-01-27T00:33:58.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-27T00:33:58.381Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.051s coverage: 100.0% of statements [2021-01-27T00:33:58.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-27T00:33:59.790Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.110s coverage: 86.7% of statements [2021-01-27T00:33:59.790Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-27T00:34:00.387Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.104s coverage: 97.5% of statements [2021-01-27T00:34:00.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-27T00:34:00.387Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.069s coverage: 78.3% of statements [2021-01-27T00:34:00.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-27T00:34:00.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-27T00:34:00.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-27T00:34:00.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-27T00:34:03.006Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.498s coverage: 92.8% of statements [2021-01-27T00:34:03.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-27T00:34:03.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-27T00:34:03.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-27T00:34:03.006Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-27T00:34:03.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-27T00:34:03.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-27T00:34:03.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-27T00:34:03.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-27T00:34:03.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-27T00:34:03.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-27T00:34:03.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-27T00:34:03.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-27T00:34:03.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-27T00:34:03.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-27T00:34:03.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-27T00:34:03.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-27T00:34:03.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-27T00:34:03.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-27T00:34:03.006Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.038s coverage: 58.8% of statements [2021-01-27T00:34:03.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-27T00:34:03.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-27T00:34:03.006Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.073s coverage: 0.1% of statements [2021-01-27T00:34:03.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-27T00:34:03.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-27T00:34:03.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-27T00:34:03.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.042s coverage: 43.8% of statements [2021-01-27T00:34:03.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.074s coverage: 79.5% of statements [2021-01-27T00:34:03.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.048s coverage: 94.1% of statements [2021-01-27T00:34:03.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.044s coverage: 96.3% of statements [2021-01-27T00:34:03.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.037s coverage: 87.5% of statements [2021-01-27T00:34:15.301Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.051s coverage: 94.4% of statements [2021-01-27T00:34:15.301Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.030s coverage: 44.8% of statements [2021-01-27T00:34:15.301Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-27T00:34:15.301Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-27T00:34:15.301Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-27T00:34:15.301Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-27T00:34:15.301Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements [2021-01-27T00:34:15.301Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-27T00:34:15.301Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-27T00:34:15.301Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.029s coverage: 100.0% of statements [2021-01-27T00:34:15.301Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-27T00:34:15.301Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements [2021-01-27T00:34:15.301Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-27T00:34:15.301Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.036s coverage: 80.8% of statements [2021-01-27T00:34:15.301Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.067s coverage: 87.2% of statements [2021-01-27T00:34:15.301Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements [2021-01-27T00:34:15.301Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.093s coverage: 91.4% of statements [2021-01-27T00:34:15.301Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-27T00:34:15.301Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.174s coverage: 63.5% of statements [2021-01-27T00:34:15.301Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-27T00:34:15.301Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-27T00:34:15.301Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.039s coverage: 100.0% of statements [2021-01-27T00:34:15.302Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.051s coverage: 91.3% of statements [2021-01-27T00:34:15.302Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements [2021-01-27T00:34:15.302Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2021-01-27T00:34:15.302Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2021-01-27T00:34:15.302Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.319s coverage: 68.9% of statements [2021-01-27T00:34:15.302Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-27T00:34:15.302Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-27T00:34:15.302Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-27T00:34:15.302Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-27T00:34:15.302Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-27T00:34:15.302Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.093s coverage: 37.0% of statements [2021-01-27T00:34:15.302Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-27T00:34:15.302Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-27T00:34:15.302Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.296s coverage: 84.0% of statements [2021-01-27T00:34:15.302Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.040s coverage: 100.0% of statements [2021-01-27T00:34:15.302Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.110s coverage: 47.1% of statements [2021-01-27T00:34:15.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-27T00:34:15.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-27T00:34:15.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-27T00:34:15.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-27T00:34:15.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-27T00:34:15.302Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.057s coverage: 100.0% of statements [2021-01-27T00:34:15.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-27T00:34:15.302Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements [2021-01-27T00:34:15.302Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-27T00:34:16.264Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.769s coverage: 29.1% of statements [2021-01-27T00:34:16.264Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-27T00:34:16.264Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-27T00:34:16.264Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-27T00:34:16.264Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-27T00:34:16.264Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-27T00:34:16.264Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.108s coverage: 99.0% of statements [2021-01-27T00:34:16.264Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-27T00:34:16.264Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.069s coverage: 100.0% of statements [2021-01-27T00:34:16.264Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-27T00:34:16.264Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-01-27T00:34:16.264Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-27T00:34:16.264Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements [2021-01-27T00:34:16.264Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-27T00:34:16.264Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-27T00:34:16.264Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-27T00:34:16.264Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-27T00:34:16.264Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements [2021-01-27T00:34:16.264Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-27T00:34:16.264Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-27T00:34:16.264Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.038s coverage: 100.0% of statements [2021-01-27T00:34:16.533Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.037s coverage: 32.1% of statements [2021-01-27T00:34:16.801Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-01-27T00:34:17.376Z] GO111MODULE=on go vet ./... [2021-01-27T00:34:44.104Z] gofmt -l . [2021-01-27T00:34:44.104Z] [ "`gofmt -l .`" = "" ] [2021-01-27T00:34:44.104Z] ./bin/test-go-mod-tidy.sh [2021-01-27T00:34:44.104Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-27T00:34:44.997Z] + ls -al . [2021-01-27T00:34:44.997Z] total 668 [2021-01-27T00:34:44.997Z] drwxrwxr-x 10 1001 1001 4096 Jan 27 00:34 . [2021-01-27T00:34:44.997Z] drwxr-xr-x 4 root root 28 Jan 27 00:33 .. [2021-01-27T00:34:44.997Z] -rw-rw-r-- 1 1001 1001 11 Jan 27 00:30 .dockerignore [2021-01-27T00:34:44.997Z] drwxrwxr-x 8 1001 1001 179 Jan 27 00:30 .git [2021-01-27T00:34:44.997Z] drwxrwxr-x 3 1001 1001 125 Jan 27 00:30 .github [2021-01-27T00:34:44.997Z] -rw-rw-r-- 1 1001 1001 872 Jan 27 00:30 .gitignore [2021-01-27T00:34:44.997Z] drwx------ 3 1001 1001 60 Jan 27 00:31 .semver [2021-01-27T00:34:44.997Z] -rw-rw-r-- 1 1001 1001 166 Jan 27 00:30 .sonarcloud.properties [2021-01-27T00:34:44.997Z] -rw-rw-r-- 1 1001 1001 7859 Jan 27 00:30 Attribution.txt [2021-01-27T00:34:44.997Z] -rw-rw-r-- 1 1001 1001 3804 Jan 27 00:30 CONTRIBUTING.md [2021-01-27T00:34:44.997Z] -rw-rw-r-- 1 1001 1001 931 Jan 27 00:30 Dockerfile.build [2021-01-27T00:34:44.997Z] -rw-rw-r-- 1 1001 1001 863 Jan 27 00:30 Jenkinsfile [2021-01-27T00:34:44.997Z] -rw-rw-r-- 1 1001 1001 10775 Jan 27 00:30 LICENSE [2021-01-27T00:34:44.997Z] -rw-rw-r-- 1 1001 1001 6001 Jan 27 00:30 Makefile [2021-01-27T00:34:44.997Z] -rw-rw-r-- 1 1001 1001 6524 Jan 27 00:30 README.md [2021-01-27T00:34:44.997Z] -rw-rw-r-- 1 1001 1001 6755 Jan 27 00:30 SECURITY.md [2021-01-27T00:34:44.997Z] -rw-rw-r-- 1 1001 1001 5 Jan 27 00:31 VERSION [2021-01-27T00:34:44.997Z] -rw-rw-r-- 1 1001 1001 4131 Jan 27 00:30 ZMQWindows.md [2021-01-27T00:34:44.997Z] drwxrwxr-x 2 1001 1001 117 Jan 27 00:30 bin [2021-01-27T00:34:44.997Z] drwxrwxr-x 15 1001 1001 4096 Jan 27 00:30 cmd [2021-01-27T00:34:44.997Z] -rw-r--r-- 1 root root 564700 Jan 27 00:34 coverage.out [2021-01-27T00:34:44.997Z] -rw-r--r-- 1 root root 1053 Jan 27 00:34 go.mod [2021-01-27T00:34:44.997Z] -rw-r--r-- 1 root root 18995 Jan 27 00:34 go.sum [2021-01-27T00:34:44.997Z] drwxrwxr-x 8 1001 1001 127 Jan 27 00:30 internal [2021-01-27T00:34:44.997Z] drwxrwxr-x 4 1001 1001 26 Jan 27 00:30 openapi [2021-01-27T00:34:44.997Z] drwxrwxr-x 4 1001 1001 71 Jan 27 00:30 snap [2021-01-27T00:34:44.997Z] -rw-rw-r-- 1 1001 1001 168 Jan 27 00:30 version.go [Pipeline] sh [2021-01-27T00:34:45.297Z] + '[' -e coverage.out ] [2021-01-27T00:34:45.297Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-27T00:34:45.501Z] Stashed 1 file(s) [Pipeline] sh [2021-01-27T00:34:45.797Z] + make build [2021-01-27T00:34:45.798Z] 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-27T00:34:50.038Z] 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-27T00:34:58.287Z] 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-27T00:34:58.551Z] 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-27T00:34:59.963Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-27T00:35:00.227Z] 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-27T00:35:02.164Z] 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-27T00:35:03.562Z] 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-27T00:35:04.527Z] 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-27T00:35:05.936Z] 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-27T00:35:06.885Z] 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-27T00:35:08.285Z] 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-27T00:35:09.238Z] 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-27T00:35:11.187Z] $ docker stop --time=1 3a4018406c7a67c2dc20f56d0d75329ece8107687be5eb88fb6fd6c40d4d1f6c [2021-01-27T00:35:12.972Z] $ docker rm -f 3a4018406c7a67c2dc20f56d0d75329ece8107687be5eb88fb6fd6c40d4d1f6c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:35:16.988Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-27T00:35:16.988Z] [2021-01-27T00:35:16.988Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:35:17.335Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-27T00:35:17.335Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-27T00:35:17.335Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-27T00:35:17.335Z] ca9280d653b3: Pulling fs layer [2021-01-27T00:35:17.335Z] 7e9c9ca2126c: Pulling fs layer [2021-01-27T00:35:17.911Z] cbdbe7a5bc2a: Download complete [2021-01-27T00:35:18.174Z] ca9280d653b3: Verifying Checksum [2021-01-27T00:35:18.174Z] ca9280d653b3: Download complete [2021-01-27T00:35:18.174Z] cbdbe7a5bc2a: Pull complete [2021-01-27T00:35:19.130Z] 7e9c9ca2126c: Download complete [2021-01-27T00:35:19.401Z] ca9280d653b3: Pull complete [2021-01-27T00:35:26.025Z] 7e9c9ca2126c: Pull complete [2021-01-27T00:35:26.025Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-27T00:35:26.025Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-27T00:35:26.025Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-27T00:35:26.172Z] prd-centos7-docker-4c-2g-22929 does not seem to be running inside a container [2021-01-27T00:35:26.314Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-27T00:35:29.387Z] $ docker top f712a7d7f6b482e524f99936e8e3517c465f33df09c3000729819beaf9f071f5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T00:35:30.089Z] + grep parallel [2021-01-27T00:35:30.089Z] + docker-compose build --help [2021-01-27T00:35:31.088Z] --parallel Build images in parallel. [Pipeline] } [2021-01-27T00:35:31.108Z] $ docker stop --time=1 f712a7d7f6b482e524f99936e8e3517c465f33df09c3000729819beaf9f071f5 [2021-01-27T00:35:32.542Z] $ docker rm -f f712a7d7f6b482e524f99936e8e3517c465f33df09c3000729819beaf9f071f5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:35:33.168Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-27T00:35:33.168Z] . [Pipeline] withDockerContainer [2021-01-27T00:35:33.277Z] prd-centos7-docker-4c-2g-22929 does not seem to be running inside a container [2021-01-27T00:35:33.327Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-27T00:35:34.190Z] $ docker top 4e624710134c608a529bed851af1ad06579cc2b48e363411e2ec5fccd42e6773 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T00:35:34.673Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-27T00:35:35.617Z] Building docker-core-command-go ... [2021-01-27T00:35:35.617Z] Building docker-core-data-go ... [2021-01-27T00:35:35.617Z] Building docker-core-metadata-go ... [2021-01-27T00:35:35.617Z] Building docker-security-bootstrapper-go ... [2021-01-27T00:35:35.617Z] Building docker-security-proxy-setup-go ... [2021-01-27T00:35:35.617Z] Building docker-security-secretstore-setup-go ... [2021-01-27T00:35:35.617Z] Building docker-support-notifications-go ... [2021-01-27T00:35:35.617Z] Building docker-support-scheduler-go ... [2021-01-27T00:35:35.617Z] Building docker-sys-mgmt-agent-go ... [2021-01-27T00:35:35.617Z] Building docker-support-notifications-go [2021-01-27T00:35:35.617Z] Building docker-support-scheduler-go [2021-01-27T00:35:35.617Z] Building docker-security-proxy-setup-go [2021-01-27T00:35:35.617Z] Building docker-security-secretstore-setup-go [2021-01-27T00:35:35.617Z] Building docker-core-data-go [2021-01-27T00:36:14.589Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:36:14.589Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:36:14.589Z] ---> 95757fcf427d [2021-01-27T00:36:14.589Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T00:36:14.589Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:36:14.589Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:36:14.589Z] ---> 95757fcf427d [2021-01-27T00:36:14.589Z] Step 3/22 : WORKDIR /edgex-go [2021-01-27T00:36:14.589Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:36:14.589Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:36:14.589Z] ---> 95757fcf427d [2021-01-27T00:36:14.589Z] Step 3/24 : WORKDIR /edgex-go [2021-01-27T00:36:14.589Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:36:14.589Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:36:14.589Z] ---> 95757fcf427d [2021-01-27T00:36:14.589Z] Step 3/22 : WORKDIR /edgex-go [2021-01-27T00:36:14.589Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:36:14.589Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:36:14.589Z] ---> 95757fcf427d [2021-01-27T00:36:14.589Z] Step 3/21 : WORKDIR /edgex-go [2021-01-27T00:36:14.589Z] ---> Running in 0a29c7334819 [2021-01-27T00:36:14.589Z] ---> Running in 49db1b3091a0 [2021-01-27T00:36:14.589Z] ---> Running in 91b4d2060138 [2021-01-27T00:36:14.589Z] ---> Running in 2a176d906cba [2021-01-27T00:36:14.589Z] ---> Running in 2980b7625bae [2021-01-27T00:36:14.589Z] Removing intermediate container 2980b7625bae [2021-01-27T00:36:14.589Z] ---> 0693dbeda699 [2021-01-27T00:36:14.589Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:36:14.589Z] Removing intermediate container 91b4d2060138 [2021-01-27T00:36:14.589Z] ---> ce924aecd8e8 [2021-01-27T00:36:14.589Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:36:14.589Z] Removing intermediate container 49db1b3091a0 [2021-01-27T00:36:14.589Z] ---> 1f6a704aa027 [2021-01-27T00:36:14.589Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:36:14.589Z] Removing intermediate container 2a176d906cba [2021-01-27T00:36:14.589Z] ---> 1da9b51b2993 [2021-01-27T00:36:14.589Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:36:14.589Z] Removing intermediate container 0a29c7334819 [2021-01-27T00:36:14.589Z] ---> 6046f985437c [2021-01-27T00:36:14.589Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:36:14.589Z] ---> Running in d77d1a4f6cff [2021-01-27T00:36:14.589Z] ---> Running in b2006458427a [2021-01-27T00:36:14.589Z] ---> Running in be47c2060c6b [2021-01-27T00:36:14.589Z] ---> Running in e62854f64148 [2021-01-27T00:36:14.589Z] ---> Running in ccd65ecb54cc [2021-01-27T00:36:14.589Z] Removing intermediate container b2006458427a [2021-01-27T00:36:14.589Z] ---> 9fe1999f73be [2021-01-27T00:36:14.589Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-27T00:36:14.589Z] ---> Running in 6242496d3815 [2021-01-27T00:36:14.589Z] Removing intermediate container be47c2060c6b [2021-01-27T00:36:14.589Z] ---> d47a1d38cfa4 [2021-01-27T00:36:14.589Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-27T00:36:14.589Z] Removing intermediate container d77d1a4f6cff [2021-01-27T00:36:14.589Z] ---> ca9a6f7512c5 [2021-01-27T00:36:14.589Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-27T00:36:14.589Z] Removing intermediate container ccd65ecb54cc [2021-01-27T00:36:14.589Z] ---> 925b18259209 [2021-01-27T00:36:14.589Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-27T00:36:14.589Z] Removing intermediate container e62854f64148 [2021-01-27T00:36:14.589Z] ---> c8d2f16a8db0 [2021-01-27T00:36:14.589Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-27T00:36:14.589Z] ---> Running in 9eeadaf9b5aa [2021-01-27T00:36:14.589Z] ---> Running in e6c1fbc823d9 [2021-01-27T00:36:14.589Z] ---> Running in eeb85beba2b0 [2021-01-27T00:36:14.589Z] ---> Running in adf15d1eb398 [2021-01-27T00:36:15.204Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:36:15.799Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:36:15.799Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:36:15.799Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:36:15.799Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:36:16.064Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:36:16.327Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:36:16.327Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:36:16.327Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:36:16.327Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:36:16.599Z] OK: 233 MiB in 51 packages [2021-01-27T00:36:16.874Z] OK: 233 MiB in 51 packages [2021-01-27T00:36:16.874Z] OK: 233 MiB in 51 packages [2021-01-27T00:36:17.154Z] OK: 233 MiB in 51 packages [2021-01-27T00:36:17.154Z] OK: 233 MiB in 51 packages [2021-01-27T00:36:17.418Z] Removing intermediate container 6242496d3815 [2021-01-27T00:36:17.418Z] ---> e0c13c2bd7ce [2021-01-27T00:36:17.418Z] Step 6/24 : COPY go.mod . [2021-01-27T00:36:17.680Z] Removing intermediate container adf15d1eb398 [2021-01-27T00:36:17.681Z] ---> 7845ab0ef0ae [2021-01-27T00:36:17.681Z] Step 6/22 : COPY go.mod . [2021-01-27T00:36:17.949Z] Removing intermediate container eeb85beba2b0 [2021-01-27T00:36:17.949Z] ---> d903180dfc40 [2021-01-27T00:36:17.949Z] Step 6/23 : COPY go.mod . [2021-01-27T00:36:17.949Z] ---> e143dab94860 [2021-01-27T00:36:17.949Z] Step 7/24 : RUN go mod download [2021-01-27T00:36:17.949Z] ---> Running in d49b55d0ff3e [2021-01-27T00:36:18.216Z] Removing intermediate container 9eeadaf9b5aa [2021-01-27T00:36:18.216Z] ---> 4a3acef307b4 [2021-01-27T00:36:18.216Z] Step 6/21 : COPY go.mod . [2021-01-27T00:36:18.216Z] Removing intermediate container e6c1fbc823d9 [2021-01-27T00:36:18.216Z] ---> 77b5e33690b4 [2021-01-27T00:36:18.216Z] Step 6/22 : COPY go.mod . [2021-01-27T00:36:18.216Z] ---> 69cf1db4d189 [2021-01-27T00:36:18.216Z] Step 7/22 : RUN go mod download [2021-01-27T00:36:18.487Z] ---> b9cebc58db29 [2021-01-27T00:36:18.487Z] Step 7/23 : RUN go mod download [2021-01-27T00:36:18.487Z] ---> Running in c16723b76f85 [2021-01-27T00:36:18.487Z] ---> 121db8d2bb0b [2021-01-27T00:36:18.487Z] Step 7/21 : RUN go mod download [2021-01-27T00:36:18.487Z] ---> Running in 9f8c847e6e63 [2021-01-27T00:36:18.753Z] ---> de1608a195b4 [2021-01-27T00:36:18.753Z] Step 7/22 : RUN go mod download [2021-01-27T00:36:18.753Z] ---> Running in 46a27768ea6c [2021-01-27T00:36:19.023Z] ---> Running in 3b9d0f850512 [2021-01-27T00:36:21.609Z] Removing intermediate container c16723b76f85 [2021-01-27T00:36:21.609Z] ---> c05daa4709a5 [2021-01-27T00:36:21.609Z] Step 8/22 : COPY . . [2021-01-27T00:36:21.609Z] Removing intermediate container d49b55d0ff3e [2021-01-27T00:36:21.609Z] ---> e967675a6bfc [2021-01-27T00:36:21.609Z] Step 8/24 : COPY . . [2021-01-27T00:36:21.609Z] Removing intermediate container 3b9d0f850512 [2021-01-27T00:36:21.609Z] ---> 0a4765a02e0c [2021-01-27T00:36:21.609Z] Step 8/22 : COPY . . [2021-01-27T00:36:21.609Z] Removing intermediate container 9f8c847e6e63 [2021-01-27T00:36:21.609Z] ---> dc31da9c63ac [2021-01-27T00:36:21.609Z] Step 8/23 : COPY . . [2021-01-27T00:36:21.609Z] Removing intermediate container 46a27768ea6c [2021-01-27T00:36:21.609Z] ---> a65511f2e0e0 [2021-01-27T00:36:21.609Z] Step 8/21 : COPY . . [2021-01-27T00:37:00.725Z] ---> ad52fffa4afa [2021-01-27T00:37:00.725Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-27T00:37:00.725Z] ---> cca22b1762af [2021-01-27T00:37:00.725Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-27T00:37:00.725Z] ---> cb062d30e28c [2021-01-27T00:37:00.725Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-27T00:37:00.725Z] ---> e63d3bb36163 [2021-01-27T00:37:00.725Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-27T00:37:00.725Z] ---> Running in af2baa2d966f [2021-01-27T00:37:00.725Z] ---> af9826e4de1b [2021-01-27T00:37:00.725Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-27T00:37:00.725Z] ---> Running in 1bb05dfdb96a [2021-01-27T00:37:00.725Z] ---> Running in 86c6a13ba89d [2021-01-27T00:37:00.725Z] ---> Running in f04c25b2042d [2021-01-27T00:37:00.725Z] ---> Running in a69662be1259 [2021-01-27T00:37:00.725Z] 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-27T00:37:00.725Z] 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-27T00:37:00.725Z] 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-27T00:37:00.725Z] 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-27T00:37:00.725Z] 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-27T00:37:01.083Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-22938 in /w/workspace/edgexfoundry_edgex-go_PR-3076 [Pipeline] { [Pipeline] ws [2021-01-27T00:37:01.191Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-27T00:37:07.294Z] using credential edgex-jenkins-ssh [2021-01-27T00:37:07.374Z] Cloning the remote Git repository [2021-01-27T00:37:07.477Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-27T00:37:07.832Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-27T00:37:07.959Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-27T00:37:07.960Z] > git --version # timeout=10 [2021-01-27T00:37:07.984Z] > git --version # 'git version 2.17.1' [2021-01-27T00:37:07.987Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T00:37:08.101Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T00:37:27.570Z] 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-27T00:37:27.570Z] 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-27T00:37:37.056Z] Merging remotes/origin/master commit 668f0a3a269f3b051418dc2678a30c23b2beea7f into PR head commit ba6feeb4c00d7db79a0ca7527311afd817b28787 [2021-01-27T00:37:36.245Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-27T00:37:36.276Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T00:37:36.320Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-27T00:37:36.370Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-27T00:37:36.371Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T00:37:36.393Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3076/head:refs/remotes/origin/PR-3076 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-27T00:37:37.080Z] > git config core.sparsecheckout # timeout=10 [2021-01-27T00:37:37.095Z] > git checkout -f ba6feeb4c00d7db79a0ca7527311afd817b28787 # timeout=10 [2021-01-27T00:37:37.451Z] > git remote # timeout=10 [2021-01-27T00:37:37.474Z] > git config --get remote.origin.url # timeout=10 [2021-01-27T00:37:37.509Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T00:37:37.530Z] > git merge 668f0a3a269f3b051418dc2678a30c23b2beea7f # timeout=10 [2021-01-27T00:37:37.922Z] Merge succeeded, producing 1f47624a1212dc5e889d4fc000ad766b5fc76b10 [2021-01-27T00:37:37.922Z] Checking out Revision 1f47624a1212dc5e889d4fc000ad766b5fc76b10 (PR-3076) [2021-01-27T00:37:39.919Z] Removing intermediate container 86c6a13ba89d [2021-01-27T00:37:39.919Z] ---> 2e7ccde723e6 [2021-01-27T00:37:39.919Z] [2021-01-27T00:37:39.919Z] Step 10/22 : FROM alpine:3.12 [2021-01-27T00:37:39.919Z] Removing intermediate container 1bb05dfdb96a [2021-01-27T00:37:39.919Z] ---> 8fac584a7f2e [2021-01-27T00:37:39.919Z] [2021-01-27T00:37:39.919Z] Step 10/22 : FROM alpine:3.12 [2021-01-27T00:37:39.919Z] Removing intermediate container af2baa2d966f [2021-01-27T00:37:39.919Z] ---> 5bd1cc038992 [2021-01-27T00:37:39.919Z] [2021-01-27T00:37:39.919Z] Step 10/24 : FROM alpine:3.12 [2021-01-27T00:37:39.919Z] Removing intermediate container a69662be1259 [2021-01-27T00:37:39.919Z] ---> 1ff4e67feffc [2021-01-27T00:37:39.919Z] [2021-01-27T00:37:39.919Z] Step 10/21 : FROM alpine:3.12 [2021-01-27T00:37:39.919Z] 3.12: Pulling from library/alpine [2021-01-27T00:37:39.919Z] 3.12: Pulling from library/alpine [2021-01-27T00:37:39.919Z] 3.12: Pulling from library/alpine [2021-01-27T00:37:39.919Z] 3.12: Pulling from library/alpine [2021-01-27T00:37:39.919Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-27T00:37:39.919Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-27T00:37:39.919Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-27T00:37:39.919Z] Status: Downloaded newer image for alpine:3.12 [2021-01-27T00:37:39.919Z] Status: Image is up to date for alpine:3.12 [2021-01-27T00:37:39.919Z] Status: Downloaded newer image for alpine:3.12 [2021-01-27T00:37:39.919Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-27T00:37:39.919Z] Status: Image is up to date for alpine:3.12 [2021-01-27T00:37:39.919Z] ---> 389fef711851 [2021-01-27T00:37:39.919Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-27T00:37:39.919Z] ---> 389fef711851 [2021-01-27T00:37:39.919Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-27T00:37:39.919Z] ---> 389fef711851 [2021-01-27T00:37:39.919Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-27T00:37:39.919Z] ---> 389fef711851 [2021-01-27T00:37:39.919Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-27T00:37:40.500Z] ---> Running in 922635bf500e [2021-01-27T00:37:40.500Z] ---> Running in cd1f5bcb0f26 [2021-01-27T00:37:40.500Z] ---> Running in 5a2ae5ab3f9f [2021-01-27T00:37:40.500Z] ---> Running in 4a2bafd0d0f3 [2021-01-27T00:37:37.907Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-27T00:37:37.931Z] > git config core.sparsecheckout # timeout=10 [2021-01-27T00:37:37.947Z] > git checkout -f 1f47624a1212dc5e889d4fc000ad766b5fc76b10 # timeout=10 [2021-01-27T00:37:40.769Z] Removing intermediate container f04c25b2042d [2021-01-27T00:37:40.769Z] ---> 42443abbeb91 [2021-01-27T00:37:40.769Z] [2021-01-27T00:37:40.769Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T00:37:40.769Z] ---> 389fef711851 [2021-01-27T00:37:40.769Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-27T00:37:41.064Z] ---> Running in e95b2ecf72d5 [2021-01-27T00:37:41.647Z] Removing intermediate container e95b2ecf72d5 [2021-01-27T00:37:41.648Z] ---> 4a28c32385d6 [2021-01-27T00:37:41.648Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-27T00:37:41.648Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:37:41.648Z] ---> Running in 517f141021ac [2021-01-27T00:37:41.648Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:37:42.107Z] Removing intermediate container 517f141021ac [2021-01-27T00:37:42.107Z] ---> 8252d6fe4fe2 [2021-01-27T00:37:42.107Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-27T00:37:42.107Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-27T00:37:42.107Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T00:37:42.107Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-27T00:37:42.107Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:37:42.107Z] (4/5) Installing curl (7.69.1-r3) [2021-01-27T00:37:42.371Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:37:42.371Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:37:42.371Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:37:42.371Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-27T00:37:42.371Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:37:42.371Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T00:37:42.371Z] OK: 7 MiB in 19 packages [2021-01-27T00:37:42.371Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-27T00:37:42.371Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-27T00:37:42.371Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T00:37:42.371Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-27T00:37:42.371Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-27T00:37:42.371Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:37:42.371Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T00:37:42.371Z] (4/4) Installing curl (7.69.1-r3) [2021-01-27T00:37:42.371Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:37:42.371Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T00:37:42.371Z] OK: 6 MiB in 16 packages [2021-01-27T00:37:42.371Z] OK: 7 MiB in 18 packages [2021-01-27T00:37:42.634Z] ---> Running in a1329576edbb [2021-01-27T00:37:42.634Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:37:42.653Z] Commit message: "Merge commit '668f0a3a269f3b051418dc2678a30c23b2beea7f' into HEAD" [2021-01-27T00:37:42.664Z] > git rev-list --no-walk ba6feeb4c00d7db79a0ca7527311afd817b28787 # timeout=10 [2021-01-27T00:37:42.900Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-01-27T00:37:43.175Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-27T00:37:43.175Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:37:43.175Z] OK: 6 MiB in 15 packages [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-27T00:37:43.437Z] Removing intermediate container a1329576edbb [2021-01-27T00:37:43.437Z] ---> c3e6c8f41ce4 [2021-01-27T00:37:43.437Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:37:43.706Z] ---> Running in d5151732ac8e [2021-01-27T00:37:44.247Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-27T00:37:44.663Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-27T00:37:45.020Z] + true [2021-01-27T00:37:45.020Z] + sudo service docker restart [2021-01-27T00:37:45.652Z] Removing intermediate container cd1f5bcb0f26 [2021-01-27T00:37:45.652Z] ---> 915054f39a73 [2021-01-27T00:37:45.652Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T00:37:45.652Z] Removing intermediate container 5a2ae5ab3f9f [2021-01-27T00:37:45.652Z] ---> 3b4173813ade [2021-01-27T00:37:45.652Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-27T00:37:45.652Z] Removing intermediate container 922635bf500e [2021-01-27T00:37:45.652Z] ---> 61a9d28d97ab [2021-01-27T00:37:45.652Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-27T00:37:45.925Z] Removing intermediate container 4a2bafd0d0f3 [2021-01-27T00:37:45.925Z] ---> 47181dc319e0 [2021-01-27T00:37:45.925Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T00:37:45.925Z] ---> Running in 5ec5cabfb13a [2021-01-27T00:37:45.925Z] ---> Running in 91985fc35802 [2021-01-27T00:37:45.925Z] ---> Running in c13a41095a2e [2021-01-27T00:37:45.925Z] ---> Running in 24e76d694f1e [2021-01-27T00:37:46.194Z] Removing intermediate container 5ec5cabfb13a [2021-01-27T00:37:46.194Z] ---> 452af7f51892 [2021-01-27T00:37:46.194Z] Step 13/21 : WORKDIR /edgex [2021-01-27T00:37:46.194Z] Removing intermediate container 91985fc35802 [2021-01-27T00:37:46.194Z] ---> 202b7a9e95c4 [2021-01-27T00:37:46.194Z] Step 13/24 : WORKDIR / [2021-01-27T00:37:46.194Z] Removing intermediate container c13a41095a2e [2021-01-27T00:37:46.194Z] ---> d0791fc71e2f [2021-01-27T00:37:46.194Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-27T00:37:46.460Z] Removing intermediate container 24e76d694f1e [2021-01-27T00:37:46.460Z] ---> 1a04a1a8427e [2021-01-27T00:37:46.461Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-27T00:37:46.461Z] ---> Running in aa798ac2d795 [2021-01-27T00:37:46.461Z] ---> Running in a9b0732515ea [2021-01-27T00:37:46.461Z] ---> Running in 4042b2ab9d27 [2021-01-27T00:37:46.724Z] ---> Running in 1e1bebaa4df1 [2021-01-27T00:37:46.988Z] Removing intermediate container d5151732ac8e [2021-01-27T00:37:46.988Z] ---> 75f0806b4fdd [2021-01-27T00:37:46.988Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-27T00:37:46.988Z] Removing intermediate container aa798ac2d795 [2021-01-27T00:37:46.988Z] ---> 03c080c7fb75 [2021-01-27T00:37:46.988Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-27T00:37:46.988Z] Removing intermediate container 4042b2ab9d27 [2021-01-27T00:37:46.988Z] ---> c5dce7b09342 [2021-01-27T00:37:46.988Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-27T00:37:46.988Z] Removing intermediate container 1e1bebaa4df1 [2021-01-27T00:37:46.988Z] ---> bccd35edd732 [2021-01-27T00:37:46.988Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-27T00:37:47.263Z] Removing intermediate container a9b0732515ea [2021-01-27T00:37:47.263Z] ---> 4872fd286537 [2021-01-27T00:37:47.263Z] 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-27T00:37:47.263Z] ---> Running in 510a7d072cf0 [2021-01-27T00:37:47.263Z] ---> Running in 96388682b4d6 [2021-01-27T00:37:47.263Z] ---> Running in 4d3f65063464 [2021-01-27T00:37:47.551Z] ---> e34ba38df1fe [2021-01-27T00:37:47.551Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-27T00:37:47.551Z] Removing intermediate container 96388682b4d6 [2021-01-27T00:37:47.551Z] ---> 0f9a1905824a [2021-01-27T00:37:47.551Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-27T00:37:47.757Z] provisioning config files... [2021-01-27T00:37:47.810Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1319675333183397271tmp [2021-01-27T00:37:47.823Z] Removing intermediate container 4d3f65063464 [2021-01-27T00:37:47.823Z] ---> c25ba2edba6c [2021-01-27T00:37:47.823Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:37:47.823Z] ---> c075a9e57b8b [2021-01-27T00:37:47.823Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-27T00:37:48.095Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:37:48.095Z] ---> 053ce37c537c [2021-01-27T00:37:48.095Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-27T00:37:48.095Z] ---> 97bc2864bd2a [2021-01-27T00:37:48.095Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-27T00:37:48.095Z] ---> 65939691b579 [2021-01-27T00:37:48.095Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-27T00:37:48.254Z] ---> docker-login.sh [2021-01-27T00:37:48.254Z] nexus3.edgexfoundry.org:10001 [2021-01-27T00:37:48.372Z] ---> 55685a1cfe9c [2021-01-27T00:37:48.372Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-27T00:37:48.635Z] ---> 7fefdb50f285 [2021-01-27T00:37:48.635Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-27T00:37:48.636Z] ---> 37359a0742df [2021-01-27T00:37:48.636Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-27T00:37:48.904Z] ---> 8a02ad581480 [2021-01-27T00:37:48.904Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-27T00:37:48.904Z] ---> bbe7f212c70b [2021-01-27T00:37:48.904Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-27T00:37:48.904Z] ---> Running in 9882277e19b0 [2021-01-27T00:37:49.172Z] ---> bf48bf91c7b3 [2021-01-27T00:37:49.172Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-27T00:37:49.172Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:37:49.172Z] ---> 53910493f0ce [2021-01-27T00:37:49.172Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-27T00:37:49.172Z] ---> Running in dc02b86dc423 [2021-01-27T00:37:49.172Z] Removing intermediate container 9882277e19b0 [2021-01-27T00:37:49.172Z] ---> 486a4531f151 [2021-01-27T00:37:49.172Z] Step 18/21 : CMD ["--init=true"] [2021-01-27T00:37:49.172Z] ---> 51694c965bb2 [2021-01-27T00:37:49.172Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-27T00:37:49.284Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:37:49.467Z] ---> Running in 9478fdf403b7 [2021-01-27T00:37:49.467Z] ---> Running in 7024c404eed2 [2021-01-27T00:37:49.566Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:37:49.566Z] Configure a credential helper to remove this warning. See [2021-01-27T00:37:49.566Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:37:49.566Z] [2021-01-27T00:37:49.566Z] Login Succeeded [2021-01-27T00:37:49.566Z] nexus3.edgexfoundry.org:10002 [2021-01-27T00:37:49.736Z] Removing intermediate container dc02b86dc423 [2021-01-27T00:37:49.736Z] ---> 139b36767537 [2021-01-27T00:37:49.736Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:37:49.736Z] ---> 8aa687013e17 [2021-01-27T00:37:49.736Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-27T00:37:49.736Z] ---> Running in 2c868f5567d5 [2021-01-27T00:37:49.736Z] Removing intermediate container 9478fdf403b7 [2021-01-27T00:37:49.736Z] ---> 333e67b71762 [2021-01-27T00:37:49.736Z] Step 19/21 : LABEL arch=x86_64 [2021-01-27T00:37:49.998Z] Removing intermediate container 7024c404eed2 [2021-01-27T00:37:49.998Z] ---> 1539fd41b27b [2021-01-27T00:37:49.998Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:37:50.169Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:37:50.169Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:37:50.169Z] Configure a credential helper to remove this warning. See [2021-01-27T00:37:50.169Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:37:50.169Z] [2021-01-27T00:37:50.169Z] Login Succeeded [2021-01-27T00:37:50.169Z] nexus3.edgexfoundry.org:10003 [2021-01-27T00:37:50.262Z] ---> Running in b1a32dfedc06 [2021-01-27T00:37:50.523Z] ---> Running in b97ebe6b509b [2021-01-27T00:37:50.523Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-27T00:37:50.523Z] ---> e6c7c96a4f22 [2021-01-27T00:37:50.523Z] 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-27T00:37:50.523Z] Removing intermediate container 2c868f5567d5 [2021-01-27T00:37:50.523Z] ---> 6f3c000aa452 [2021-01-27T00:37:50.523Z] Step 20/22 : LABEL arch=x86_64 [2021-01-27T00:37:50.523Z] ---> Running in 8decef860b53 [2021-01-27T00:37:50.523Z] ---> Running in 202207bc788a [2021-01-27T00:37:50.769Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:37:50.769Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:37:50.769Z] Configure a credential helper to remove this warning. See [2021-01-27T00:37:50.769Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:37:50.769Z] [2021-01-27T00:37:50.769Z] Login Succeeded [2021-01-27T00:37:50.769Z] nexus3.edgexfoundry.org:10004 [2021-01-27T00:37:50.789Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-27T00:37:50.789Z] Removing intermediate container b1a32dfedc06 [2021-01-27T00:37:50.789Z] ---> 9823c3d03d93 [2021-01-27T00:37:50.789Z] Step 20/21 : LABEL git_sha=46d817a47c4f7a1ded41ac6f162cc7029364d06e [2021-01-27T00:37:50.789Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-27T00:37:50.789Z] Removing intermediate container b97ebe6b509b [2021-01-27T00:37:50.789Z] ---> bec6e3eba734 [2021-01-27T00:37:50.789Z] Step 20/22 : LABEL arch=x86_64 [2021-01-27T00:37:51.056Z] ---> Running in bf4b6f05a996 [2021-01-27T00:37:51.056Z] ---> Running in 031efc89743c [2021-01-27T00:37:51.056Z] Removing intermediate container 8decef860b53 [2021-01-27T00:37:51.056Z] ---> 3c4ac6cbe7a1 [2021-01-27T00:37:51.056Z] Step 21/22 : LABEL git_sha=46d817a47c4f7a1ded41ac6f162cc7029364d06e [2021-01-27T00:37:51.056Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-27T00:37:51.321Z] ---> Running in 393761fdefd4 [2021-01-27T00:37:51.322Z] Removing intermediate container bf4b6f05a996 [2021-01-27T00:37:51.322Z] ---> b93ca21d1fff [2021-01-27T00:37:51.322Z] Step 21/21 : LABEL version=0.0.0 [2021-01-27T00:37:51.322Z] ---> Running in fd0b97570959 [2021-01-27T00:37:51.322Z] Removing intermediate container 031efc89743c [2021-01-27T00:37:51.322Z] ---> 21c9d030ea02 [2021-01-27T00:37:51.322Z] Step 21/22 : LABEL git_sha=46d817a47c4f7a1ded41ac6f162cc7029364d06e [2021-01-27T00:37:51.391Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:37:51.391Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:37:51.391Z] Configure a credential helper to remove this warning. See [2021-01-27T00:37:51.392Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:37:51.392Z] [2021-01-27T00:37:51.392Z] Login Succeeded [2021-01-27T00:37:51.392Z] docker.io [2021-01-27T00:37:51.584Z] ---> Running in 85d26d1b1467 [2021-01-27T00:37:51.584Z] Removing intermediate container 393761fdefd4 [2021-01-27T00:37:51.584Z] ---> 2d62b9642724 [2021-01-27T00:37:51.584Z] Step 22/22 : LABEL version=0.0.0 [2021-01-27T00:37:51.584Z] Removing intermediate container fd0b97570959 [2021-01-27T00:37:51.584Z] ---> b1d044ce3945 [2021-01-27T00:37:51.584Z] [2021-01-27T00:37:51.847Z] ---> Running in c634e587d656 [2021-01-27T00:37:51.847Z] Removing intermediate container 85d26d1b1467 [2021-01-27T00:37:51.847Z] ---> 6f339b491d45 [2021-01-27T00:37:51.847Z] Step 22/22 : LABEL version=0.0.0 [2021-01-27T00:37:51.994Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:37:52.111Z] Successfully built b1d044ce3945 [2021-01-27T00:37:52.111Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-27T00:37:52.111Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-27T00:37:52.111Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2021-01-27T00:37:52.267Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:37:52.267Z] Configure a credential helper to remove this warning. See [2021-01-27T00:37:52.267Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:37:52.267Z] [2021-01-27T00:37:52.267Z] Login Succeeded [2021-01-27T00:37:52.267Z] ---> docker-login.sh ends [Pipeline] } [2021-01-27T00:37:52.286Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [2021-01-27T00:37:52.377Z] ---> Running in 6c392c46fa9a [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-27T00:37:52.822Z] ========================================================= [2021-01-27T00:37:52.822Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-27T00:37:52.822Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:37:52.976Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-27T00:37:52.976Z] Removing intermediate container c634e587d656 [2021-01-27T00:37:52.976Z] ---> fcf77a51ccda [2021-01-27T00:37:52.976Z] [2021-01-27T00:37:52.976Z] Removing intermediate container 202207bc788a [2021-01-27T00:37:52.976Z] ---> c00bec556721 [2021-01-27T00:37:52.976Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-27T00:37:52.976Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:37:52.976Z] OK: 8 MiB in 20 packages [2021-01-27T00:37:53.228Z] + 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-27T00:37:53.241Z] ---> Running in 5a3a7bbda467 [2021-01-27T00:37:53.241Z] Successfully built fcf77a51ccda [2021-01-27T00:37:53.241Z] Removing intermediate container 6c392c46fa9a [2021-01-27T00:37:53.241Z] ---> 6e0201222f26 [2021-01-27T00:37:53.241Z] [2021-01-27T00:37:53.241Z] Successfully tagged docker-support-notifications-go:latest [2021-01-27T00:37:53.241Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-01-27T00:37:53.508Z] Successfully built 6e0201222f26 [2021-01-27T00:37:53.508Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-27T00:37:53.508Z] Building docker-security-bootstrapper-go [2021-01-27T00:37:53.508Z]  Building docker-support-scheduler-go ... done Removing intermediate container 5a3a7bbda467 [2021-01-27T00:37:53.508Z] ---> 143a653028b1 [2021-01-27T00:37:53.508Z] Step 22/24 : LABEL arch=x86_64 [2021-01-27T00:37:53.774Z] ---> Running in 1b545f7e0f86 [2021-01-27T00:37:54.040Z] Removing intermediate container 510a7d072cf0 [2021-01-27T00:37:54.040Z] ---> c35074e1531d [2021-01-27T00:37:54.040Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:37:54.040Z] Removing intermediate container 1b545f7e0f86 [2021-01-27T00:37:54.040Z] ---> f84b48d87afb [2021-01-27T00:37:54.040Z] Step 23/24 : LABEL git_sha=46d817a47c4f7a1ded41ac6f162cc7029364d06e [2021-01-27T00:37:54.308Z] ---> Running in 4e6f6b71848b [2021-01-27T00:37:55.257Z] ---> feddc8dae85e [2021-01-27T00:37:55.257Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-27T00:37:55.896Z] Sending build context to Docker daemon 165.9MB [2021-01-27T00:37:55.896Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-27T00:37:55.896Z] Step 2/6 : FROM ${BASE} [2021-01-27T00:37:55.896Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-27T00:37:55.896Z] 5f621e34cdf4: Pulling fs layer [2021-01-27T00:37:55.896Z] a4357932f1b6: Pulling fs layer [2021-01-27T00:37:55.896Z] 18c013af1878: Pulling fs layer [2021-01-27T00:37:55.896Z] 00ac8860ef70: Pulling fs layer [2021-01-27T00:37:55.896Z] 63d7cb157983: Pulling fs layer [2021-01-27T00:37:55.896Z] b116817d02f9: Pulling fs layer [2021-01-27T00:37:55.896Z] 745a02a5169b: Pulling fs layer [2021-01-27T00:37:55.896Z] 63d7cb157983: Waiting [2021-01-27T00:37:55.896Z] b116817d02f9: Waiting [2021-01-27T00:37:55.896Z] 745a02a5169b: Waiting [2021-01-27T00:37:55.896Z] 00ac8860ef70: Waiting [2021-01-27T00:37:55.896Z] 18c013af1878: Verifying Checksum [2021-01-27T00:37:55.896Z] 18c013af1878: Download complete [2021-01-27T00:37:55.896Z] a4357932f1b6: Download complete [2021-01-27T00:37:55.896Z] 63d7cb157983: Download complete [2021-01-27T00:37:55.896Z] b116817d02f9: Download complete [2021-01-27T00:37:56.497Z] 5f621e34cdf4: Verifying Checksum [2021-01-27T00:37:56.497Z] 5f621e34cdf4: Download complete [2021-01-27T00:37:56.648Z] Removing intermediate container 4e6f6b71848b [2021-01-27T00:37:56.648Z] ---> 47062b875064 [2021-01-27T00:37:56.648Z] Step 24/24 : LABEL version=0.0.0 [2021-01-27T00:37:57.102Z] 5f621e34cdf4: Pull complete [2021-01-27T00:37:57.710Z] a4357932f1b6: Pull complete [2021-01-27T00:37:57.991Z] 18c013af1878: Pull complete [2021-01-27T00:37:58.979Z] 745a02a5169b: Verifying Checksum [2021-01-27T00:37:58.979Z] 745a02a5169b: Download complete [2021-01-27T00:37:59.951Z] ---> Running in 476225931c90 [2021-01-27T00:37:59.951Z] ---> 3c436e16c00b [2021-01-27T00:37:59.951Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-27T00:38:00.999Z] 00ac8860ef70: Verifying Checksum [2021-01-27T00:38:00.999Z] 00ac8860ef70: Download complete [2021-01-27T00:38:01.941Z] ---> 595c55fdf01b [2021-01-27T00:38:01.941Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-27T00:38:01.941Z] Removing intermediate container 476225931c90 [2021-01-27T00:38:01.941Z] ---> 465e2c635057 [2021-01-27T00:38:01.941Z] [2021-01-27T00:38:01.941Z] ---> Running in 7cdce05c37c7 [2021-01-27T00:38:01.941Z] Successfully built 465e2c635057 [2021-01-27T00:38:01.941Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-27T00:38:01.941Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-01-27T00:38:01.941Z] Removing intermediate container 7cdce05c37c7 [2021-01-27T00:38:01.941Z] ---> 7f992a5426e6 [2021-01-27T00:38:01.941Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:38:01.941Z] ---> Running in 36f0aab71add [2021-01-27T00:38:02.206Z] Removing intermediate container 36f0aab71add [2021-01-27T00:38:02.206Z] ---> 1f3e94e0a3ee [2021-01-27T00:38:02.206Z] Step 21/23 : LABEL arch=x86_64 [2021-01-27T00:38:02.206Z] ---> Running in d2cb912b557f [2021-01-27T00:38:05.581Z] Removing intermediate container d2cb912b557f [2021-01-27T00:38:05.581Z] ---> 3564f3236f3d [2021-01-27T00:38:05.581Z] Step 22/23 : LABEL git_sha=46d817a47c4f7a1ded41ac6f162cc7029364d06e [2021-01-27T00:38:05.860Z] ---> Running in 43788242fa2c [2021-01-27T00:38:06.459Z] Removing intermediate container 43788242fa2c [2021-01-27T00:38:06.459Z] ---> 301ee6470863 [2021-01-27T00:38:06.459Z] Step 23/23 : LABEL version=0.0.0 [2021-01-27T00:38:07.066Z] ---> Running in 3d05a89ff99c [2021-01-27T00:38:08.065Z] Removing intermediate container 3d05a89ff99c [2021-01-27T00:38:08.065Z] ---> d149652cf264 [2021-01-27T00:38:08.065Z] [2021-01-27T00:38:08.328Z] Successfully built d149652cf264 [2021-01-27T00:38:08.606Z] Successfully tagged docker-core-data-go:latest [2021-01-27T00:38:11.246Z] 00ac8860ef70: Pull complete [2021-01-27T00:38:11.529Z] 63d7cb157983: Pull complete [2021-01-27T00:38:12.166Z] b116817d02f9: Pull complete [2021-01-27T00:38:15.648Z] 745a02a5169b: Pull complete [2021-01-27T00:38:15.648Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-27T00:38:15.648Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-27T00:38:15.648Z] ---> b7e6874047d6 [2021-01-27T00:38:15.648Z] 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-27T00:38:17.048Z]  Building docker-core-data-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:38:17.048Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:38:17.048Z] ---> 95757fcf427d [2021-01-27T00:38:17.048Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T00:38:17.048Z] ---> Using cache [2021-01-27T00:38:17.048Z] ---> 6046f985437c [2021-01-27T00:38:17.048Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:38:17.048Z] ---> Using cache [2021-01-27T00:38:17.048Z] ---> 925b18259209 [2021-01-27T00:38:17.048Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-27T00:38:17.048Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:38:17.048Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:38:17.048Z] ---> 95757fcf427d [2021-01-27T00:38:17.048Z] Step 3/33 : WORKDIR /edgex-go [2021-01-27T00:38:17.048Z] ---> Using cache [2021-01-27T00:38:17.048Z] ---> 6046f985437c [2021-01-27T00:38:17.048Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:38:17.048Z] ---> Using cache [2021-01-27T00:38:17.048Z] ---> 925b18259209 [2021-01-27T00:38:17.048Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-27T00:38:17.048Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:38:17.048Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:38:17.048Z] ---> 95757fcf427d [2021-01-27T00:38:17.048Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T00:38:17.048Z] ---> Using cache [2021-01-27T00:38:17.048Z] ---> 6046f985437c [2021-01-27T00:38:17.048Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:38:17.048Z] ---> Using cache [2021-01-27T00:38:17.048Z] ---> 925b18259209 [2021-01-27T00:38:17.048Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-27T00:38:18.022Z] ---> Running in 0b6b35099ccb [2021-01-27T00:38:18.022Z] ---> Running in 6df8e575a5d5 [2021-01-27T00:38:18.342Z] ---> Running in aa1887ee6d22 [2021-01-27T00:38:20.002Z] ---> Running in 52cd6bf8beaa [2021-01-27T00:38:20.991Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:38:21.727Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:38:21.727Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:38:21.727Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:38:22.016Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:38:22.291Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:38:22.291Z] OK: 233 MiB in 51 packages [2021-01-27T00:38:22.418Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:38:22.556Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:38:22.824Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:38:22.824Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:38:22.824Z] ---> 95757fcf427d [2021-01-27T00:38:22.824Z] Step 3/26 : WORKDIR /edgex-go [2021-01-27T00:38:22.824Z] ---> Using cache [2021-01-27T00:38:22.824Z] ---> 6046f985437c [2021-01-27T00:38:22.824Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:38:22.824Z] ---> Using cache [2021-01-27T00:38:22.824Z] ---> 925b18259209 [2021-01-27T00:38:22.824Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-27T00:38:23.086Z] ---> Running in 1762adb96f58 [2021-01-27T00:38:23.354Z] OK: 233 MiB in 51 packages [2021-01-27T00:38:23.354Z] OK: 233 MiB in 51 packages [2021-01-27T00:38:23.354Z] Removing intermediate container 0b6b35099ccb [2021-01-27T00:38:23.354Z] ---> 16c439ff90c5 [2021-01-27T00:38:23.354Z] Step 6/33 : COPY go.mod . [2021-01-27T00:38:23.939Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:38:23.939Z] ---> 0badcd261ecd [2021-01-27T00:38:23.939Z] Step 7/33 : RUN go mod download [2021-01-27T00:38:23.939Z] ---> Running in a8f3aee47768 [2021-01-27T00:38:23.939Z] Removing intermediate container aa1887ee6d22 [2021-01-27T00:38:23.939Z] ---> 3bb99eff8e81 [2021-01-27T00:38:23.939Z] Step 6/23 : COPY go.mod . [2021-01-27T00:38:24.234Z] Removing intermediate container 6df8e575a5d5 [2021-01-27T00:38:24.234Z] ---> 303d7c992c44 [2021-01-27T00:38:24.234Z] Step 6/23 : COPY go.mod . [2021-01-27T00:38:24.234Z] ---> 7f018a0a1350 [2021-01-27T00:38:24.234Z] Step 7/23 : RUN go mod download [2021-01-27T00:38:24.527Z] ---> Running in 21cd8ac2b339 [2021-01-27T00:38:24.527Z] ---> 6b5a5759eafc [2021-01-27T00:38:24.527Z] Step 7/23 : RUN go mod download [2021-01-27T00:38:24.527Z] ---> Running in 82245cebe669 [2021-01-27T00:38:24.527Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:38:25.031Z] (1/12) Installing libmagic (5.38-r0) [2021-01-27T00:38:25.031Z] (2/12) Installing file (5.38-r0) [2021-01-27T00:38:25.303Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-27T00:38:25.303Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-27T00:38:25.597Z] OK: 233 MiB in 51 packages [2021-01-27T00:38:26.204Z] Removing intermediate container 21cd8ac2b339 [2021-01-27T00:38:26.204Z] ---> 2c032cb5c68f [2021-01-27T00:38:26.204Z] Step 8/23 : COPY . . [2021-01-27T00:38:26.204Z] Removing intermediate container a8f3aee47768 [2021-01-27T00:38:26.204Z] ---> 758073e49525 [2021-01-27T00:38:26.204Z] Step 8/33 : COPY . . [2021-01-27T00:38:26.490Z] Removing intermediate container 82245cebe669 [2021-01-27T00:38:26.490Z] ---> ab047fc7211c [2021-01-27T00:38:26.490Z] Step 8/23 : COPY . . [2021-01-27T00:38:26.490Z] Removing intermediate container 1762adb96f58 [2021-01-27T00:38:26.490Z] ---> 5efd3c87962a [2021-01-27T00:38:26.490Z] Step 6/26 : COPY go.mod . [2021-01-27T00:38:29.403Z] ---> e0ae89ef70bf [2021-01-27T00:38:29.403Z] Step 7/26 : RUN go mod download [2021-01-27T00:38:30.592Z] ---> Running in 14898f3ee6a7 [2021-01-27T00:38:38.711Z] Removing intermediate container 14898f3ee6a7 [2021-01-27T00:38:38.711Z] ---> 0cafd16ccc77 [2021-01-27T00:38:38.711Z] Step 8/26 : COPY . . [2021-01-27T00:38:47.452Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-27T00:38:47.452Z] (6/12) Installing patch (2.7.6-r6) [2021-01-27T00:38:47.452Z] (7/12) Installing build-base (0.5-r2) [2021-01-27T00:38:47.452Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-27T00:38:47.452Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-27T00:38:47.452Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-27T00:38:47.452Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-27T00:38:47.452Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-27T00:38:47.452Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:38:47.452Z] OK: 217 MiB in 51 packages [2021-01-27T00:38:51.787Z] Removing intermediate container 52cd6bf8beaa [2021-01-27T00:38:51.787Z] ---> c555508953d0 [2021-01-27T00:38:51.787Z] Step 4/6 : WORKDIR /edgex-go [2021-01-27T00:38:51.788Z] ---> Running in 29fe32dba593 [2021-01-27T00:38:52.388Z] Removing intermediate container 29fe32dba593 [2021-01-27T00:38:52.388Z] ---> 377e1e71189b [2021-01-27T00:38:52.388Z] Step 5/6 : COPY go.mod . [2021-01-27T00:38:52.995Z] ---> 0d1f019ee30f [2021-01-27T00:38:52.995Z] Step 6/6 : RUN go mod download [2021-01-27T00:38:53.270Z] ---> Running in af9a1add5109 [2021-01-27T00:38:58.086Z] ---> 96d7526fd02d [2021-01-27T00:38:58.086Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-27T00:38:58.086Z] ---> de18ca88be90 [2021-01-27T00:38:58.086Z] Step 9/33 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-27T00:38:58.086Z] ---> 1fb9bf876da7 [2021-01-27T00:38:58.086Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-27T00:38:58.086Z] ---> Running in 3779e3ac1b0d [2021-01-27T00:38:58.086Z] ---> Running in ba35533d1033 [2021-01-27T00:38:58.086Z] ---> Running in 427b39e7fe93 [2021-01-27T00:38:59.060Z] Removing intermediate container 3779e3ac1b0d [2021-01-27T00:38:59.060Z] ---> d8cead24ddc0 [2021-01-27T00:38:59.060Z] Step 10/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-27T00:39:00.008Z] ---> Running in 5edee4d58e24 [2021-01-27T00:39:00.664Z] 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-27T00:39:00.664Z] 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-27T00:39:01.459Z] 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-27T00:39:04.575Z] ---> 7e31b71f8b5d [2021-01-27T00:39:04.575Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-27T00:39:04.575Z] ---> Running in b293063d2f36 [2021-01-27T00:39:05.685Z] 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-27T00:39:20.103Z] Removing intermediate container af9a1add5109 [2021-01-27T00:39:20.103Z] ---> 6050d71b07a1 [2021-01-27T00:39:20.103Z] Successfully built 6050d71b07a1 [2021-01-27T00:39:20.103Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:39:20.452Z] + docker inspect -f . ci-base-image-arm64 [2021-01-27T00:39:20.452Z] . [Pipeline] withDockerContainer [2021-01-27T00:39:20.705Z] prd-ubuntu18.04-docker-arm64-4c-16g-22938 does not seem to be running inside a container [2021-01-27T00:39:20.797Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-27T00:39:22.233Z] $ docker top 570575709d6b3c053f57cc7e7f147234ba644ed85bb046c756fb3c0476c97507 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T00:39:23.214Z] + go version [2021-01-27T00:39:23.214Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-27T00:39:23.239Z] $ docker stop --time=1 570575709d6b3c053f57cc7e7f147234ba644ed85bb046c756fb3c0476c97507 [2021-01-27T00:39:24.056Z] 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-27T00:39:25.144Z] $ docker rm -f 570575709d6b3c053f57cc7e7f147234ba644ed85bb046c756fb3c0476c97507 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:39:26.232Z] + docker inspect -f . ci-base-image-arm64 [2021-01-27T00:39:26.232Z] . [Pipeline] withDockerContainer [2021-01-27T00:39:26.480Z] prd-ubuntu18.04-docker-arm64-4c-16g-22938 does not seem to be running inside a container [2021-01-27T00:39:26.575Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-27T00:39:28.144Z] $ docker top 37cd9fa873dce905a3f2589c31307f250acb130be3f580e703805c0928b19ff2 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-27T00:39:28.575Z] ========================================================= [2021-01-27T00:39:28.575Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-27T00:39:28.575Z] ========================================================= [Pipeline] sh [2021-01-27T00:39:29.254Z] + make test [2021-01-27T00:39:29.254Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-27T00:39:29.497Z] + mkdir -p /tmp/build/dist/linux [2021-01-27T00:39:29.497Z] + cd /tmp/build/dist/linux [2021-01-27T00:39:29.497Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-27T00:39:29.497Z] Cloning into '.'... [2021-01-27T00:39:29.497Z] + go get github.com/robfig/glock [2021-01-27T00:39:32.855Z] Removing intermediate container ba35533d1033 [2021-01-27T00:39:32.855Z] ---> 628608b1eeb5 [2021-01-27T00:39:32.855Z] [2021-01-27T00:39:32.855Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T00:39:32.855Z] ---> 389fef711851 [2021-01-27T00:39:32.855Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-27T00:39:32.855Z] ---> Using cache [2021-01-27T00:39:32.855Z] ---> 47181dc319e0 [2021-01-27T00:39:32.855Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T00:39:32.855Z] ---> Using cache [2021-01-27T00:39:32.855Z] ---> 1a04a1a8427e [2021-01-27T00:39:32.855Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-27T00:39:32.855Z] Removing intermediate container b293063d2f36 [2021-01-27T00:39:32.855Z] ---> 55f4f330f1b3 [2021-01-27T00:39:32.855Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-27T00:39:32.855Z] ---> Running in 878a3fe8539d [2021-01-27T00:39:32.855Z] ---> Running in 8e67c5417f8e [2021-01-27T00:39:32.855Z] Removing intermediate container 878a3fe8539d [2021-01-27T00:39:32.855Z] ---> 704720188efc [2021-01-27T00:39:32.855Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-27T00:39:33.125Z] ---> Running in adf9d0ae9622 [2021-01-27T00:39:33.395Z] Removing intermediate container adf9d0ae9622 [2021-01-27T00:39:33.395Z] ---> c6590697cbf4 [2021-01-27T00:39:33.395Z] Step 15/23 : WORKDIR / [2021-01-27T00:39:33.395Z] 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-27T00:39:33.669Z] ---> Running in 2becde1168e1 [2021-01-27T00:39:36.244Z] Removing intermediate container 427b39e7fe93 [2021-01-27T00:39:36.244Z] ---> 41d10f33c2ac [2021-01-27T00:39:36.244Z] [2021-01-27T00:39:36.244Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T00:39:36.244Z] ---> 389fef711851 [2021-01-27T00:39:36.244Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-27T00:39:36.244Z] ---> Using cache [2021-01-27T00:39:36.244Z] ---> 47181dc319e0 [2021-01-27T00:39:36.244Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T00:39:36.244Z] ---> Using cache [2021-01-27T00:39:36.244Z] ---> 1a04a1a8427e [2021-01-27T00:39:36.244Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-27T00:39:36.244Z] Removing intermediate container 2becde1168e1 [2021-01-27T00:39:36.244Z] ---> e360889a80c9 [2021-01-27T00:39:36.244Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:39:36.244Z] ---> Running in 3ececaec7e1d [2021-01-27T00:39:36.244Z] Removing intermediate container 3ececaec7e1d [2021-01-27T00:39:36.244Z] ---> 2bdfed7b793d [2021-01-27T00:39:36.244Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-27T00:39:36.244Z] ---> b385954ef1f6 [2021-01-27T00:39:36.244Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-27T00:39:36.507Z] ---> Running in b5fb0ea6a815 [2021-01-27T00:39:37.084Z] Removing intermediate container 8e67c5417f8e [2021-01-27T00:39:37.084Z] ---> 281b14bbf0bd [2021-01-27T00:39:37.084Z] [2021-01-27T00:39:37.084Z] Step 11/26 : FROM docker:20.10.0 [2021-01-27T00:39:37.084Z] 20.10.0: Pulling from library/docker [2021-01-27T00:39:40.408Z] ---> 11d99507607c [2021-01-27T00:39:40.408Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-27T00:39:40.408Z] Removing intermediate container b5fb0ea6a815 [2021-01-27T00:39:40.408Z] ---> 0231c0a8e23f [2021-01-27T00:39:40.408Z] Step 15/23 : WORKDIR / [2021-01-27T00:39:40.408Z] ---> Running in dff1376b92f7 [2021-01-27T00:39:41.799Z] + glock sync -n [2021-01-27T00:39:42.070Z] Removing intermediate container dff1376b92f7 [2021-01-27T00:39:42.070Z] ---> db27009e6f98 [2021-01-27T00:39:42.070Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:39:42.337Z] ---> 5b747e3b0ddc [2021-01-27T00:39:42.337Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-27T00:39:42.337Z] ---> Running in 12d7c4ea2431 [2021-01-27T00:39:42.337Z] ---> 0cd8d169ce81 [2021-01-27T00:39:42.337Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-27T00:39:42.606Z] Removing intermediate container 12d7c4ea2431 [2021-01-27T00:39:42.606Z] ---> 6a811a81e120 [2021-01-27T00:39:42.606Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:39:42.606Z] ---> Running in 0a758322bdca [2021-01-27T00:39:43.193Z] Removing intermediate container 0a758322bdca [2021-01-27T00:39:43.193Z] ---> f5fb01f18dde [2021-01-27T00:39:43.193Z] Step 21/23 : LABEL arch=x86_64 [2021-01-27T00:39:43.193Z] ---> 6b0b4d7cdbc8 [2021-01-27T00:39:43.193Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-27T00:39:43.193Z] ---> Running in 4e89bb5223e2 [2021-01-27T00:39:43.474Z] Removing intermediate container 4e89bb5223e2 [2021-01-27T00:39:43.474Z] ---> 3072a461b860 [2021-01-27T00:39:43.474Z] Step 22/23 : LABEL git_sha=46d817a47c4f7a1ded41ac6f162cc7029364d06e [2021-01-27T00:39:43.474Z] ---> Running in 68ed46f700d7 [2021-01-27T00:39:43.741Z] ---> 5530cd0c8e98 [2021-01-27T00:39:43.741Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-27T00:39:43.741Z] ---> Running in bb5bbf2535d1 [2021-01-27T00:39:44.325Z] Removing intermediate container 68ed46f700d7 [2021-01-27T00:39:44.325Z] ---> 91b631f1ce99 [2021-01-27T00:39:44.325Z] Step 23/23 : LABEL version=0.0.0 [2021-01-27T00:39:44.590Z] ---> Running in 5d35357ce085 [2021-01-27T00:39:44.590Z] Removing intermediate container bb5bbf2535d1 [2021-01-27T00:39:44.590Z] ---> b3957e65b25e [2021-01-27T00:39:44.590Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:39:45.176Z] ---> Running in 8b0aedff469e [2021-01-27T00:39:45.176Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-27T00:39:45.176Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-27T00:39:45.176Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-27T00:39:45.443Z] Removing intermediate container 5d35357ce085 [2021-01-27T00:39:45.443Z] ---> 1ba60c26d60b [2021-01-27T00:39:45.443Z] [2021-01-27T00:39:45.443Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-27T00:39:45.443Z] + git describe '--abbrev=0' --tags [2021-01-27T00:39:45.443Z] + TAG=v0.6.1 [2021-01-27T00:39:45.443Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-27T00:39:45.443Z] + apk --print-arch [2021-01-27T00:39:45.443Z] + arch=x86_64 [2021-01-27T00:39:45.443Z] + echo 'building [dockerize] for amd64 ... ' [2021-01-27T00:39:45.443Z] + GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize [2021-01-27T00:39:45.443Z] building [dockerize] for amd64 ... [2021-01-27T00:39:45.710Z] Successfully built 1ba60c26d60b [2021-01-27T00:39:45.975Z] Successfully tagged docker-core-command-go:latest [2021-01-27T00:39:45.975Z]  Building docker-core-command-go ... done Removing intermediate container 8b0aedff469e [2021-01-27T00:39:45.975Z] ---> c55ab595e382 [2021-01-27T00:39:45.975Z] Step 21/23 : LABEL arch=x86_64 [2021-01-27T00:39:46.567Z] ---> Running in f5600fa7532d [2021-01-27T00:39:46.844Z] Removing intermediate container f5600fa7532d [2021-01-27T00:39:46.844Z] ---> 6e091e3c7d44 [2021-01-27T00:39:46.844Z] Step 22/23 : LABEL git_sha=46d817a47c4f7a1ded41ac6f162cc7029364d06e [2021-01-27T00:39:47.112Z] ---> Running in f817a91f268c [2021-01-27T00:39:48.571Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-27T00:39:48.571Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-27T00:39:48.571Z] ---> aefe523efa57 [2021-01-27T00:39:48.571Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-27T00:39:48.571Z] Removing intermediate container f817a91f268c [2021-01-27T00:39:48.571Z] ---> 79de11d7f09d [2021-01-27T00:39:48.571Z] Step 23/23 : LABEL version=0.0.0 [2021-01-27T00:39:48.844Z] ---> Running in f61fc2151b1c [2021-01-27T00:39:48.844Z] ---> Running in e703d1332d16 [2021-01-27T00:39:49.117Z] Removing intermediate container e703d1332d16 [2021-01-27T00:39:49.117Z] ---> 62894f158e5d [2021-01-27T00:39:49.117Z] [2021-01-27T00:39:49.725Z] Successfully built 62894f158e5d [2021-01-27T00:39:50.005Z] Successfully tagged docker-core-metadata-go:latest [2021-01-27T00:39:50.288Z]  Building docker-core-metadata-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:39:50.288Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:39:50.565Z] (1/2) Installing readline (8.0.4-r0) [2021-01-27T00:39:50.565Z] (2/2) Installing bash (5.0.17-r0) [2021-01-27T00:39:50.565Z] Executing bash-5.0.17-r0.post-install [2021-01-27T00:39:50.565Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:39:50.565Z] OK: 12 MiB in 22 packages [2021-01-27T00:39:51.573Z] Removing intermediate container f61fc2151b1c [2021-01-27T00:39:51.573Z] ---> f28dd1ef9a23 [2021-01-27T00:39:51.573Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-27T00:39:51.860Z] ---> Running in ff70862f480d [2021-01-27T00:39:52.142Z] Removing intermediate container ff70862f480d [2021-01-27T00:39:52.142Z] ---> f141eaaab603 [2021-01-27T00:39:52.142Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-27T00:39:52.142Z] ---> Running in 1b6dae7db4b9 [2021-01-27T00:39:53.548Z] Removing intermediate container 1b6dae7db4b9 [2021-01-27T00:39:53.548Z] ---> b1fdf974ca11 [2021-01-27T00:39:53.548Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-27T00:39:53.824Z] ---> Running in c68ff61b5492 [2021-01-27T00:39:54.095Z] Removing intermediate container c68ff61b5492 [2021-01-27T00:39:54.095Z] ---> 932498fa0bd5 [2021-01-27T00:39:54.095Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-27T00:39:55.239Z] ---> aca776759f21 [2021-01-27T00:39:55.239Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-27T00:39:55.636Z] ---> d7f1367f9d81 [2021-01-27T00:39:55.636Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-27T00:39:56.201Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-27T00:39:56.448Z] ---> 4f9e106c2253 [2021-01-27T00:39:56.449Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-27T00:39:56.449Z] ---> Running in 429d28027faf [2021-01-27T00:39:58.440Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:39:58.440Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:39:58.440Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-27T00:39:58.440Z] (2/33) Installing expat (2.2.9-r1) [2021-01-27T00:39:58.715Z] (3/33) Installing libffi (3.3-r2) [2021-01-27T00:39:58.715Z] (4/33) Installing gdbm (1.13-r1) [2021-01-27T00:39:58.715Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-27T00:39:58.715Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-27T00:39:58.715Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-27T00:39:59.686Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-27T00:39:59.686Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-27T00:39:59.686Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-27T00:39:59.686Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-27T00:39:59.686Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-27T00:39:59.686Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-27T00:39:59.947Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-27T00:39:59.947Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-27T00:39:59.947Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-27T00:39:59.947Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-27T00:39:59.947Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-27T00:39:59.948Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-27T00:39:59.948Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-27T00:39:59.948Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-27T00:39:59.948Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-27T00:40:00.214Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-27T00:40:00.214Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-27T00:40:00.214Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-27T00:40:00.214Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-27T00:40:00.214Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-27T00:40:00.214Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-27T00:40:00.214Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-27T00:40:00.214Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-27T00:40:00.214Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-27T00:40:00.214Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-27T00:40:00.214Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-27T00:40:00.477Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:40:00.477Z] OK: 71 MiB in 55 packages [2021-01-27T00:40:00.477Z] + date [2021-01-27T00:40:00.477Z] + echo 'Wed Jan 27 00:40:00 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-27T00:40:00.477Z] Wed Jan 27 00:40:00 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-27T00:40:10.536Z] Removing intermediate container 429d28027faf [2021-01-27T00:40:10.536Z] ---> 0431646a8d81 [2021-01-27T00:40:10.536Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-27T00:40:10.804Z] ---> Running in 417c6ea4ea6b [2021-01-27T00:40:14.160Z] Collecting docker-compose==1.23.2 [2021-01-27T00:40:14.160Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-27T00:40:16.719Z] Collecting PyYAML<4,>=3.10 [2021-01-27T00:40:16.719Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-27T00:40:16.719Z] Removing intermediate container 5edee4d58e24 [2021-01-27T00:40:16.719Z] ---> 0bcf8825535f [2021-01-27T00:40:16.719Z] [2021-01-27T00:40:16.719Z] Step 11/33 : FROM alpine:3.12 [2021-01-27T00:40:16.719Z] ---> 389fef711851 [2021-01-27T00:40:16.719Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-27T00:40:16.719Z] ---> Running in aad35728ebd2 [2021-01-27T00:40:17.673Z] Removing intermediate container aad35728ebd2 [2021-01-27T00:40:17.673Z] ---> 931058dc49f8 [2021-01-27T00:40:17.673Z] Step 13/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-27T00:40:17.673Z] Collecting texttable<0.10,>=0.9.0 [2021-01-27T00:40:17.673Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-27T00:40:17.673Z] ---> Running in 92b7aea607da [2021-01-27T00:40:18.271Z] Collecting jsonschema<3,>=2.5.1 [2021-01-27T00:40:18.271Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-27T00:40:18.271Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:40:18.271Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-27T00:40:18.271Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-27T00:40:18.271Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:40:18.538Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-27T00:40:18.538Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-27T00:40:18.538Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-27T00:40:18.538Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-27T00:40:18.538Z] (3/3) Installing su-exec (0.2-r1) [2021-01-27T00:40:18.538Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:40:18.538Z] OK: 6 MiB in 17 packages [2021-01-27T00:40:20.247Z] 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-27T00:40:20.247Z] Collecting cached-property<2,>=1.2.0 [2021-01-27T00:40:20.247Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-27T00:40:20.247Z] Collecting docopt<0.7,>=0.6.1 [2021-01-27T00:40:20.247Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-27T00:40:20.247Z] Removing intermediate container 92b7aea607da [2021-01-27T00:40:20.247Z] ---> e97ff7341dc1 [2021-01-27T00:40:20.247Z] Step 14/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-27T00:40:20.247Z] ---> Running in 21fb8665c905 [2021-01-27T00:40:20.247Z] Removing intermediate container 21fb8665c905 [2021-01-27T00:40:20.247Z] ---> 755b79502551 [2021-01-27T00:40:20.247Z] Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-27T00:40:20.247Z] ---> Running in a924fdce585b [2021-01-27T00:40:20.247Z] Removing intermediate container a924fdce585b [2021-01-27T00:40:20.247Z] ---> 6b6fd342e528 [2021-01-27T00:40:20.247Z] Step 16/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-27T00:40:20.247Z] ---> Running in 20a8c736d4b2 [2021-01-27T00:40:20.247Z] Collecting docker<4.0,>=3.6.0 [2021-01-27T00:40:20.247Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-27T00:40:20.247Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-27T00:40:20.247Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-27T00:40:20.247Z] Collecting docker-pycreds>=0.4.0 [2021-01-27T00:40:20.247Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-27T00:40:20.514Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-27T00:40:20.514Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-27T00:40:20.514Z] 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-27T00:40:20.776Z] Collecting idna<2.8,>=2.5 [2021-01-27T00:40:20.776Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-27T00:40:21.047Z] 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-27T00:40:21.047Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-27T00:40:21.047Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-27T00:40:21.047Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-27T00:40:21.047Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-27T00:40:21.312Z] Installing collected packages: PyYAML, texttable, jsonschema, websocket-client, dockerpty, cached-property, docopt, urllib3, idna, requests, docker-pycreds, docker, docker-compose [2021-01-27T00:40:21.312Z] Running setup.py install for PyYAML: started [2021-01-27T00:40:21.312Z] Removing intermediate container 20a8c736d4b2 [2021-01-27T00:40:21.312Z] ---> 22298a4bec44 [2021-01-27T00:40:21.312Z] Step 17/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-27T00:40:21.576Z] ---> Running in 3bd908f3dff7 [2021-01-27T00:40:21.576Z] Removing intermediate container 3bd908f3dff7 [2021-01-27T00:40:21.576Z] ---> 7db6d7fd48ad [2021-01-27T00:40:21.576Z] Step 18/33 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-27T00:40:22.156Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-27T00:40:22.156Z] Running setup.py install for texttable: started [2021-01-27T00:40:22.426Z] ---> 9ce7d75f5b7b [2021-01-27T00:40:22.426Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-27T00:40:22.426Z] Running setup.py install for texttable: finished with status 'done' [2021-01-27T00:40:24.985Z] Running setup.py install for dockerpty: started [2021-01-27T00:40:24.985Z] ---> e2c6bd051dd1 [2021-01-27T00:40:24.985Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-27T00:40:24.985Z] ---> Running in a8117cdacb99 [2021-01-27T00:40:25.247Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-27T00:40:25.247Z] Running setup.py install for docopt: started [2021-01-27T00:40:25.827Z] Running setup.py install for docopt: finished with status 'done' [2021-01-27T00:40:25.827Z] Attempting uninstall: urllib3 [2021-01-27T00:40:25.827Z] Found existing installation: urllib3 1.25.9 [2021-01-27T00:40:25.827Z] Uninstalling urllib3-1.25.9: [2021-01-27T00:40:25.827Z] Removing intermediate container a8117cdacb99 [2021-01-27T00:40:25.827Z] ---> c9ada05d5a93 [2021-01-27T00:40:25.827Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:40:25.827Z] Successfully uninstalled urllib3-1.25.9 [2021-01-27T00:40:26.089Z] Attempting uninstall: idna [2021-01-27T00:40:26.089Z] Found existing installation: idna 2.9 [2021-01-27T00:40:26.089Z] Uninstalling idna-2.9: [2021-01-27T00:40:26.089Z] Successfully uninstalled idna-2.9 [2021-01-27T00:40:26.352Z] ---> f86c16a1c3ec [2021-01-27T00:40:26.352Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-27T00:40:26.352Z] Attempting uninstall: requests [2021-01-27T00:40:26.352Z] Found existing installation: requests 2.23.0 [2021-01-27T00:40:26.352Z] Uninstalling requests-2.23.0: [2021-01-27T00:40:26.352Z] Successfully uninstalled requests-2.23.0 [2021-01-27T00:40:27.751Z] ---> 72a7ae73e6a7 [2021-01-27T00:40:27.751Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-27T00:40:27.751Z] 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-27T00:40:27.751Z] ---> 1a9eb491289a [2021-01-27T00:40:27.751Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-27T00:40:28.341Z] ---> 011245904551 [2021-01-27T00:40:28.341Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-27T00:40:30.287Z] ---> 174e02982656 [2021-01-27T00:40:30.287Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-27T00:40:30.287Z] Removing intermediate container 417c6ea4ea6b [2021-01-27T00:40:30.287Z] ---> cd005b94deb0 [2021-01-27T00:40:30.287Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-27T00:40:30.287Z] ---> Running in 964174d33939 [2021-01-27T00:40:30.287Z] ---> Running in 78c045d51574 [2021-01-27T00:40:30.556Z] Removing intermediate container 964174d33939 [2021-01-27T00:40:30.556Z] ---> 48e0dd851262 [2021-01-27T00:40:30.556Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-27T00:40:30.828Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:40:30.828Z] ---> 0adcc34fc4fd [2021-01-27T00:40:30.828Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-27T00:40:30.828Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:40:31.100Z] ---> Running in 09d6de0f041b [2021-01-27T00:40:31.100Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T00:40:31.100Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-27T00:40:31.100Z] (3/3) Installing curl (7.69.1-r3) [2021-01-27T00:40:31.100Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:40:31.100Z] OK: 72 MiB in 58 packages [2021-01-27T00:40:31.679Z] Removing intermediate container 78c045d51574 [2021-01-27T00:40:31.679Z] ---> 048db48865c3 [2021-01-27T00:40:31.679Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-27T00:40:31.944Z] ---> Running in 5345c26f8daa [2021-01-27T00:40:32.210Z] Removing intermediate container 5345c26f8daa [2021-01-27T00:40:32.210Z] ---> d03587607218 [2021-01-27T00:40:32.210Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:40:32.210Z] Removing intermediate container 09d6de0f041b [2021-01-27T00:40:32.210Z] ---> 0caf81149264 [2021-01-27T00:40:32.210Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-27T00:40:32.210Z] ---> Running in 9addd133d88c [2021-01-27T00:40:32.473Z] ---> Running in 36947c3e186b [2021-01-27T00:40:32.473Z] Removing intermediate container 9addd133d88c [2021-01-27T00:40:32.473Z] ---> bc617685aeb3 [2021-01-27T00:40:32.473Z] Step 24/26 : LABEL arch=x86_64 [2021-01-27T00:40:32.473Z] ---> Running in 2edf18b0c7b3 [2021-01-27T00:40:32.473Z] Removing intermediate container 36947c3e186b [2021-01-27T00:40:32.473Z] ---> a32c12799dc7 [2021-01-27T00:40:32.473Z] Step 30/33 : CMD ["gate"] [2021-01-27T00:40:32.738Z] ---> Running in 727df5cb2bab [2021-01-27T00:40:32.738Z] Removing intermediate container 2edf18b0c7b3 [2021-01-27T00:40:32.738Z] ---> 5c1f11e1cea4 [2021-01-27T00:40:32.738Z] Step 25/26 : LABEL git_sha=46d817a47c4f7a1ded41ac6f162cc7029364d06e [2021-01-27T00:40:32.738Z] ---> Running in 7b051614f807 [2021-01-27T00:40:33.002Z] Removing intermediate container 727df5cb2bab [2021-01-27T00:40:33.002Z] ---> 7a8249374329 [2021-01-27T00:40:33.002Z] Step 31/33 : LABEL arch=x86_64 [2021-01-27T00:40:33.002Z] Removing intermediate container 7b051614f807 [2021-01-27T00:40:33.002Z] ---> 6e7e814e3062 [2021-01-27T00:40:33.002Z] Step 26/26 : LABEL version=0.0.0 [2021-01-27T00:40:33.002Z] ---> Running in d6b40c6e45cb [2021-01-27T00:40:33.266Z] ---> Running in 1f21a754ccbc [2021-01-27T00:40:33.266Z] Removing intermediate container d6b40c6e45cb [2021-01-27T00:40:33.266Z] ---> 55463cdea520 [2021-01-27T00:40:33.266Z] Step 32/33 : LABEL git_sha=46d817a47c4f7a1ded41ac6f162cc7029364d06e [2021-01-27T00:40:33.266Z] Removing intermediate container 1f21a754ccbc [2021-01-27T00:40:33.266Z] ---> 37422496597c [2021-01-27T00:40:33.266Z] [2021-01-27T00:40:33.531Z] Successfully built 37422496597c [2021-01-27T00:40:33.795Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-27T00:40:33.795Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in bf54ca843599 [2021-01-27T00:40:34.062Z] Removing intermediate container bf54ca843599 [2021-01-27T00:40:34.062Z] ---> fdf2f7e2039f [2021-01-27T00:40:34.062Z] Step 33/33 : LABEL version=0.0.0 [2021-01-27T00:40:34.062Z] ---> Running in 1efd041e3b0b [2021-01-27T00:40:34.326Z] Removing intermediate container 1efd041e3b0b [2021-01-27T00:40:34.326Z] ---> 7f2b26416616 [2021-01-27T00:40:34.326Z] [2021-01-27T00:40:34.589Z] Successfully built 7f2b26416616 [2021-01-27T00:40:34.589Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-27T00:40:34.878Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-01-27T00:40:34.919Z] $ docker stop --time=1 4e624710134c608a529bed851af1ad06579cc2b48e363411e2ec5fccd42e6773 [2021-01-27T00:40:36.661Z] $ docker rm -f 4e624710134c608a529bed851af1ad06579cc2b48e363411e2ec5fccd42e6773 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-27T00:40:37.202Z] + docker images [2021-01-27T00:40:37.203Z] + grep docker [2021-01-27T00:40:37.466Z] docker-security-bootstrapper-go latest 7f2b26416616 3 seconds ago 33.5MB [2021-01-27T00:40:37.466Z] docker-sys-mgmt-agent-go latest 37422496597c 4 seconds ago 313MB [2021-01-27T00:40:37.466Z] docker-core-metadata-go latest 62894f158e5d 49 seconds ago 18.8MB [2021-01-27T00:40:37.466Z] docker-core-command-go latest 1ba60c26d60b 53 seconds ago 16.3MB [2021-01-27T00:40:37.466Z] docker-core-data-go latest d149652cf264 2 minutes ago 22.3MB [2021-01-27T00:40:37.466Z] docker-security-secretstore-setup-go latest 465e2c635057 2 minutes ago 24.6MB [2021-01-27T00:40:37.466Z] docker-support-scheduler-go latest 6e0201222f26 2 minutes ago 16.4MB [2021-01-27T00:40:37.466Z] docker-support-notifications-go latest fcf77a51ccda 2 minutes ago 16.9MB [2021-01-27T00:40:37.466Z] docker-security-proxy-setup-go latest b1d044ce3945 2 minutes ago 24.4MB [2021-01-27T00:40:37.466Z] docker 20.10.0 aefe523efa57 6 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-27T00:40:53.124Z] Still waiting to schedule task [2021-01-27T00:40:53.124Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-27T00:40:53.206Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-27T00:41:20.137Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-27T00:41:20.137Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-27T00:41:20.137Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-27T00:41:20.137Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-27T00:41:20.137Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-27T00:41:20.137Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-27T00:41:20.137Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-27T00:41:20.137Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-27T00:41:20.137Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-27T00:41:22.913Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-27T00:41:31.253Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-27T00:41:31.253Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-27T00:41:31.253Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-27T00:41:38.016Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.268s coverage: 46.6% of statements [2021-01-27T00:41:38.016Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-27T00:41:38.016Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-27T00:41:38.016Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-27T00:41:38.016Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-27T00:41:38.016Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-27T00:41:48.252Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.653s coverage: 27.1% of statements [2021-01-27T00:41:48.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-27T00:41:48.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-27T00:41:48.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-27T00:41:48.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-27T00:41:48.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-27T00:41:48.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-27T00:41:48.252Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.142s coverage: 100.0% of statements [2021-01-27T00:41:48.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-27T00:41:48.252Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.092s coverage: 100.0% of statements [2021-01-27T00:41:48.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-27T00:41:48.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-27T00:41:48.252Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.287s coverage: 65.8% of statements [2021-01-27T00:41:48.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-27T00:41:48.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-27T00:41:48.252Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.500s coverage: 82.3% of statements [2021-01-27T00:41:48.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-27T00:41:48.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-27T00:41:48.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-27T00:41:48.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-27T00:41:58.530Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.538s coverage: 28.6% of statements [2021-01-27T00:41:58.530Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-27T00:41:58.530Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-27T00:41:58.530Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-27T00:41:58.530Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-27T00:41:58.530Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-27T00:41:58.530Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.177s coverage: 100.0% of statements [2021-01-27T00:41:58.530Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-27T00:41:58.530Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.083s coverage: 100.0% of statements [2021-01-27T00:41:58.530Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-27T00:41:58.530Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.521s coverage: 86.7% of statements [2021-01-27T00:41:58.530Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-27T00:41:59.155Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.469s coverage: 97.5% of statements [2021-01-27T00:41:59.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-27T00:41:59.440Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.161s coverage: 78.3% of statements [2021-01-27T00:41:59.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-27T00:41:59.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-27T00:41:59.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-27T00:41:59.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-27T00:42:11.912Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.547s coverage: 92.8% of statements [2021-01-27T00:42:11.912Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-27T00:42:11.912Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-27T00:42:11.912Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-27T00:42:11.912Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-27T00:42:11.912Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-27T00:42:11.912Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-27T00:42:11.912Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-27T00:42:11.912Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-27T00:42:11.912Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-27T00:42:11.912Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-27T00:42:11.912Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-27T00:42:11.912Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-27T00:42:11.912Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-27T00:42:11.912Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-27T00:42:11.912Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-27T00:42:11.912Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-27T00:42:11.912Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-27T00:42:11.912Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-27T00:42:11.912Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.085s coverage: 58.8% of statements [2021-01-27T00:42:11.912Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-27T00:42:11.912Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-27T00:42:11.912Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.243s coverage: 0.1% of statements [2021-01-27T00:42:11.912Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-27T00:42:11.912Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-27T00:42:11.912Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-27T00:42:11.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.065s coverage: 43.8% of statements [2021-01-27T00:42:11.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.118s coverage: 79.5% of statements [2021-01-27T00:42:11.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.107s coverage: 94.1% of statements [2021-01-27T00:42:11.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.116s coverage: 96.3% of statements [2021-01-27T00:42:11.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.078s coverage: 87.5% of statements [2021-01-27T00:42:24.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.084s coverage: 94.4% of statements [2021-01-27T00:42:24.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.064s coverage: 44.8% of statements [2021-01-27T00:42:24.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-27T00:42:24.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-27T00:42:24.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-27T00:42:24.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-27T00:42:25.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.096s coverage: 87.2% of statements [2021-01-27T00:42:25.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-27T00:42:25.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-27T00:42:25.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.061s coverage: 100.0% of statements [2021-01-27T00:42:25.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-27T00:42:25.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.112s coverage: 75.5% of statements [2021-01-27T00:42:25.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-27T00:42:25.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements [2021-01-27T00:42:25.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.138s coverage: 87.2% of statements [2021-01-27T00:42:25.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.140s coverage: 84.2% of statements [2021-01-27T00:42:25.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.240s coverage: 91.4% of statements [2021-01-27T00:42:25.400Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-27T00:42:28.857Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.860s coverage: 63.5% of statements [2021-01-27T00:42:28.857Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-27T00:42:28.857Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-27T00:42:28.857Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.080s coverage: 100.0% of statements [2021-01-27T00:42:29.468Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.143s coverage: 91.3% of statements [2021-01-27T00:42:29.468Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.111s coverage: 100.0% of statements [2021-01-27T00:42:30.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.094s coverage: 73.7% of statements [2021-01-27T00:42:31.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.068s coverage: 100.0% of statements [2021-01-27T00:42:36.290Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.098s coverage: 68.9% of statements [2021-01-27T00:42:36.290Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-27T00:42:36.290Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-27T00:42:36.290Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-27T00:42:36.290Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-27T00:42:36.290Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-27T00:42:37.806Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.481s coverage: 37.0% of statements [2021-01-27T00:42:37.806Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-27T00:42:37.806Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-27T00:42:37.806Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.978s coverage: 84.0% of statements [2021-01-27T00:42:37.806Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.092s coverage: 100.0% of statements [2021-01-27T00:42:46.139Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.408s coverage: 47.1% of statements [2021-01-27T00:42:46.139Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-27T00:42:46.139Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-27T00:42:46.139Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-27T00:42:46.139Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-27T00:42:46.139Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-27T00:42:46.139Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.137s coverage: 100.0% of statements [2021-01-27T00:42:46.139Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-27T00:42:46.139Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.111s coverage: 100.0% of statements [2021-01-27T00:42:46.139Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-27T00:42:52.892Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.605s coverage: 29.1% of statements [2021-01-27T00:42:52.892Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-27T00:42:52.892Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-27T00:42:52.892Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-27T00:42:52.892Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-27T00:42:52.892Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-27T00:42:52.892Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.214s coverage: 99.0% of statements [2021-01-27T00:42:52.892Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-27T00:42:52.892Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.141s coverage: 100.0% of statements [2021-01-27T00:42:52.892Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-27T00:42:52.892Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.057s coverage: 0.0% of statements [2021-01-27T00:42:52.892Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-27T00:42:52.892Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.074s coverage: 100.0% of statements [2021-01-27T00:42:52.892Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-27T00:42:52.892Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-27T00:42:52.892Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-27T00:42:52.892Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-27T00:42:52.892Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.085s coverage: 87.9% of statements [2021-01-27T00:42:52.892Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-27T00:42:52.892Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-27T00:42:52.892Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements [2021-01-27T00:42:52.892Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.075s coverage: 32.1% of statements [2021-01-27T00:42:55.523Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.100s coverage: 100.0% of statements [2021-01-27T00:42:56.122Z] GO111MODULE=on go vet ./... [2021-01-27T00:44:28.381Z] Running on prd-ubuntu18.04-docker-8c-8g-23017 in /w/workspace/edgexfoundry_edgex-go_PR-3076 [Pipeline] { [Pipeline] ws [2021-01-27T00:44:28.435Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-27T00:44:31.459Z] using credential edgex-jenkins-ssh [2021-01-27T00:44:31.546Z] Cloning the remote Git repository [2021-01-27T00:44:31.489Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-27T00:44:31.562Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-27T00:44:31.590Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-27T00:44:31.591Z] > git --version # timeout=10 [2021-01-27T00:44:31.597Z] > git --version # 'git version 2.17.1' [2021-01-27T00:44:31.598Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T00:44:31.635Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T00:44:33.269Z] gofmt -l . [2021-01-27T00:44:33.269Z] [ "`gofmt -l .`" = "" ] [2021-01-27T00:44:33.269Z] ./bin/test-go-mod-tidy.sh [2021-01-27T00:44:33.269Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-27T00:44:33.949Z] + ls -al . [2021-01-27T00:44:33.949Z] total 696 [2021-01-27T00:44:33.949Z] drwxrwxr-x 9 1001 1001 4096 Jan 27 00:44 . [2021-01-27T00:44:33.949Z] drwxr-xr-x 4 root root 4096 Jan 27 00:39 .. [2021-01-27T00:44:33.949Z] -rw-rw-r-- 1 1001 1001 11 Jan 27 00:37 .dockerignore [2021-01-27T00:44:33.949Z] drwxrwxr-x 8 1001 1001 4096 Jan 27 00:37 .git [2021-01-27T00:44:33.949Z] drwxrwxr-x 3 1001 1001 4096 Jan 27 00:37 .github [2021-01-27T00:44:33.949Z] -rw-rw-r-- 1 1001 1001 872 Jan 27 00:37 .gitignore [2021-01-27T00:44:33.949Z] -rw-rw-r-- 1 1001 1001 166 Jan 27 00:37 .sonarcloud.properties [2021-01-27T00:44:33.949Z] -rw-rw-r-- 1 1001 1001 7859 Jan 27 00:37 Attribution.txt [2021-01-27T00:44:33.949Z] -rw-rw-r-- 1 1001 1001 3804 Jan 27 00:37 CONTRIBUTING.md [2021-01-27T00:44:33.949Z] -rw-rw-r-- 1 1001 1001 931 Jan 27 00:37 Dockerfile.build [2021-01-27T00:44:33.949Z] -rw-rw-r-- 1 1001 1001 863 Jan 27 00:37 Jenkinsfile [2021-01-27T00:44:33.949Z] -rw-rw-r-- 1 1001 1001 10775 Jan 27 00:37 LICENSE [2021-01-27T00:44:33.949Z] -rw-rw-r-- 1 1001 1001 6001 Jan 27 00:37 Makefile [2021-01-27T00:44:33.949Z] -rw-rw-r-- 1 1001 1001 6524 Jan 27 00:37 README.md [2021-01-27T00:44:33.949Z] -rw-rw-r-- 1 1001 1001 6755 Jan 27 00:37 SECURITY.md [2021-01-27T00:44:33.949Z] -rw-rw-r-- 1 1001 1001 5 Jan 27 00:31 VERSION [2021-01-27T00:44:33.949Z] -rw-rw-r-- 1 1001 1001 4131 Jan 27 00:37 ZMQWindows.md [2021-01-27T00:44:33.949Z] drwxrwxr-x 2 1001 1001 4096 Jan 27 00:37 bin [2021-01-27T00:44:33.949Z] drwxrwxr-x 15 1001 1001 4096 Jan 27 00:37 cmd [2021-01-27T00:44:33.949Z] -rw-r--r-- 1 root root 564700 Jan 27 00:42 coverage.out [2021-01-27T00:44:33.949Z] -rw-r--r-- 1 root root 1053 Jan 27 00:44 go.mod [2021-01-27T00:44:33.949Z] -rw-r--r-- 1 root root 18995 Jan 27 00:44 go.sum [2021-01-27T00:44:33.949Z] drwxrwxr-x 8 1001 1001 4096 Jan 27 00:37 internal [2021-01-27T00:44:33.949Z] drwxrwxr-x 4 1001 1001 4096 Jan 27 00:37 openapi [2021-01-27T00:44:33.949Z] drwxrwxr-x 4 1001 1001 4096 Jan 27 00:37 snap [2021-01-27T00:44:33.949Z] -rw-rw-r-- 1 1001 1001 168 Jan 27 00:37 version.go [Pipeline] sh [2021-01-27T00:44:34.617Z] + '[' -e coverage.out ] [2021-01-27T00:44:34.617Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-27T00:44:34.687Z] Warning: overwriting stash ‘coverage-report’ [2021-01-27T00:44:36.043Z] Stashed 1 file(s) [Pipeline] sh [2021-01-27T00:44:36.751Z] + make build [2021-01-27T00:44:36.751Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-27T00:44:47.983Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-27T00:44:47.989Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T00:44:47.998Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-27T00:44:48.007Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-27T00:44:48.007Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T00:44:48.011Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3076/head:refs/remotes/origin/PR-3076 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-27T00:44:49.655Z] Merging remotes/origin/master commit 668f0a3a269f3b051418dc2678a30c23b2beea7f into PR head commit ba6feeb4c00d7db79a0ca7527311afd817b28787 [2021-01-27T00:44:49.831Z] Merge succeeded, producing f33537cec8f2235b3210233b68784e055a376572 [2021-01-27T00:44:49.832Z] Checking out Revision f33537cec8f2235b3210233b68784e055a376572 (PR-3076) [2021-01-27T00:44:49.655Z] > git config core.sparsecheckout # timeout=10 [2021-01-27T00:44:49.660Z] > git checkout -f ba6feeb4c00d7db79a0ca7527311afd817b28787 # timeout=10 [2021-01-27T00:44:49.733Z] > git remote # timeout=10 [2021-01-27T00:44:49.739Z] > git config --get remote.origin.url # timeout=10 [2021-01-27T00:44:49.749Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T00:44:49.754Z] > git merge 668f0a3a269f3b051418dc2678a30c23b2beea7f # timeout=10 [2021-01-27T00:44:49.816Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-27T00:44:49.824Z] > git config core.sparsecheckout # timeout=10 [2021-01-27T00:44:49.828Z] > git checkout -f f33537cec8f2235b3210233b68784e055a376572 # timeout=10 [2021-01-27T00:44:51.863Z] 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-27T00:44:53.472Z] Commit message: "Merge commit '668f0a3a269f3b051418dc2678a30c23b2beea7f' into HEAD" [2021-01-27T00:44:53.479Z] > git rev-list --no-walk ba6feeb4c00d7db79a0ca7527311afd817b28787 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-27T00:44:54.752Z] + echo snap-build.sh [2021-01-27T00:44:54.752Z] snap-build.sh [2021-01-27T00:44:54.752Z] + SNAP_BASE_DIR=. [2021-01-27T00:44:54.752Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-01-27T00:44:54.752Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-01-27T00:44:54.752Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-01-27T00:44:54.752Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-01-27T00:44:54.752Z] + cd /w/workspace/edgex-go/2 [2021-01-27T00:44:54.752Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-27T00:44:54.752Z] Reading package lists... [2021-01-27T00:44:54.752Z] Building dependency tree... [2021-01-27T00:44:54.752Z] Reading state information... [2021-01-27T00:44:55.015Z] The following packages were automatically installed and are no longer required: [2021-01-27T00:44:55.015Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-27T00:44:55.015Z] uidmap xdelta3 [2021-01-27T00:44:55.015Z] Use 'sudo apt autoremove' to remove them. [2021-01-27T00:44:55.015Z] The following packages will be REMOVED: [2021-01-27T00:44:55.015Z] lxd* lxd-client* [2021-01-27T00:44:55.277Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-27T00:44:55.277Z] After this operation, 31.7 MB disk space will be freed. [2021-01-27T00:44:56.327Z] (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-27T00:44:56.327Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-27T00:44:57.276Z] Removing lxd dnsmasq configuration [2021-01-27T00:44:57.276Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-27T00:44:57.276Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-27T00:44:58.240Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-27T00:44:58.240Z] (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-27T00:44:58.240Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-27T00:44:59.631Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-27T00:44:59.631Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-27T00:45:01.017Z] + sudo snap remove --purge lxd [2021-01-27T00:45:01.017Z] snap "lxd" is not installed [2021-01-27T00:45:01.017Z] + sudo groupadd --force --system lxd [2021-01-27T00:45:01.017Z] ++ whoami [2021-01-27T00:45:01.017Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-27T00:45:01.017Z] + newgrp - lxd [2021-01-27T00:45:01.017Z] + sudo snap install lxd [2021-01-27T00:45:11.063Z] 2021-01-27T00:45:07Z INFO Waiting for automatic snapd restart... [2021-01-27T00:45:21.079Z] lxd 4.10 from Canonical* installed [2021-01-27T00:45:21.079Z] + sudo lxd init --auto [2021-01-27T00:45:24.288Z] 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-27T00:45:24.883Z] 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-27T00:45:31.081Z] + sudo snap install --classic snapcraft [2021-01-27T00:45:35.056Z] 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-27T00:45:35.286Z] snapcraft 4.4.4 from Canonical* installed [2021-01-27T00:45:35.286Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-27T00:45:35.286Z] + patch --verbose -p1 [2021-01-27T00:45:35.286Z] Hmm... Looks like a unified diff to me... [2021-01-27T00:45:35.286Z] The text leading up to this was: [2021-01-27T00:45:35.286Z] -------------------------- [2021-01-27T00:45:35.286Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-27T00:45:35.286Z] |From: Tony Espy [2021-01-27T00:45:35.286Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-27T00:45:35.286Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-27T00:45:35.286Z] | [2021-01-27T00:45:35.286Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-27T00:45:35.286Z] |optimize the snap CI check run for pull requests. When [2021-01-27T00:45:35.286Z] |applied, it essentially strips out everything (apps and [2021-01-27T00:45:35.286Z] |parts) from the snapcraft.yaml file except those required [2021-01-27T00:45:35.286Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-27T00:45:35.286Z] |catch changes to edgex-go that break the snap build. [2021-01-27T00:45:35.286Z] | [2021-01-27T00:45:35.286Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-27T00:45:35.286Z] |to update this patch file, otherwise it may fail to apply, [2021-01-27T00:45:35.286Z] |resulting in a failed snap build CI check in the associated [2021-01-27T00:45:35.286Z] |pull request. [2021-01-27T00:45:35.286Z] | [2021-01-27T00:45:35.286Z] |Note - in addition to applying this patch, the pipeline also [2021-01-27T00:45:35.286Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-27T00:45:35.286Z] |need to build the finally binary .snap file (and it won't [2021-01-27T00:45:35.286Z] |work with the patch applied). This further reduces the build [2021-01-27T00:45:35.286Z] |time. [2021-01-27T00:45:35.286Z] |--- [2021-01-27T00:45:35.286Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-27T00:45:35.286Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-27T00:45:35.286Z] | [2021-01-27T00:45:35.286Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-27T00:45:35.286Z] |index 1e537489..faf42425 100644 [2021-01-27T00:45:35.286Z] |--- a/snap/snapcraft.yaml [2021-01-27T00:45:35.286Z] |+++ b/snap/snapcraft.yaml [2021-01-27T00:45:35.286Z] -------------------------- [2021-01-27T00:45:35.286Z] patching file snap/snapcraft.yaml [2021-01-27T00:45:35.286Z] Using Plan A... [2021-01-27T00:45:35.286Z] Hunk #1 succeeded at 73. [2021-01-27T00:45:35.286Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-27T00:45:35.286Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-27T00:45:35.286Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-27T00:45:35.286Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-27T00:45:35.286Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-27T00:45:35.286Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-27T00:45:35.286Z] Hunk #8 succeeded at 342. [2021-01-27T00:45:35.286Z] Hmm... Ignoring the trailing garbage. [2021-01-27T00:45:35.286Z] done [2021-01-27T00:45:35.286Z] + sudo snapcraft prime --use-lxd [2021-01-27T00:45:35.335Z] 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-27T00:45:35.857Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-27T00:45:35.857Z] 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-27T00:45:35.857Z] - README.md [2021-01-27T00:45:35.857Z] - snapcraft.yaml.orig [2021-01-27T00:45:35.857Z] [2021-01-27T00:45:35.857Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-27T00:45:36.799Z] Launching a container. [2021-01-27T00:45:42.047Z] 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-27T00:45:46.340Z] 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-27T00:45:49.142Z] Waiting for container to be ready [2021-01-27T00:45:49.142Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-27T00:45:49.142Z] [2021-01-27T00:45:50.649Z] 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-27T00:45:52.486Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-27T00:45:52.755Z] Waiting for network to be ready... [2021-01-27T00:45:53.016Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-27T00:45:53.306Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-27T00:45:53.306Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-27T00:45:53.306Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-27T00:45:53.306Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-27T00:45:53.306Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-27T00:45:53.306Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-27T00:45:53.306Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-27T00:45:53.306Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-27T00:45:53.306Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-27T00:45:53.597Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-27T00:45:53.857Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-27T00:45:54.117Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-27T00:45:54.117Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-27T00:45:54.117Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-27T00:45:54.117Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-27T00:45:54.117Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-27T00:45:54.117Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-27T00:45:55.061Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-27T00:45:55.061Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] [2021-01-27T00:45:55.322Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] [2021-01-27T00:45:55.322Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-27T00:45:55.322Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-27T00:45:55.322Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] [2021-01-27T00:45:55.322Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] [2021-01-27T00:45:55.322Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] [2021-01-27T00:45:55.322Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-27T00:45:56.101Z] 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-27T00:45:57.258Z] Fetched 23.8 MB in 4s (5419 kB/s) [2021-01-27T00:45:58.203Z] Reading package lists... [2021-01-27T00:45:58.471Z] Reading package lists... [2021-01-27T00:45:58.731Z] Building dependency tree... [2021-01-27T00:45:58.731Z] Reading state information... [2021-01-27T00:45:58.731Z] The following additional packages will be installed: [2021-01-27T00:45:58.731Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-27T00:45:58.731Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-27T00:45:58.731Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-27T00:45:58.731Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-27T00:45:58.731Z] Suggested packages: [2021-01-27T00:45:58.731Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-27T00:45:58.731Z] Recommended packages: [2021-01-27T00:45:58.731Z] gnupg libsasl2-modules [2021-01-27T00:45:58.731Z] The following NEW packages will be installed: [2021-01-27T00:45:58.731Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-27T00:45:58.731Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-27T00:45:58.731Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-27T00:45:58.731Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-27T00:45:58.731Z] The following packages will be upgraded: [2021-01-27T00:45:58.731Z] gpg gpg-agent gpgconf libudev1 [2021-01-27T00:45:58.992Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-01-27T00:45:58.992Z] Need to get 3533 kB of archives. [2021-01-27T00:45:58.992Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-27T00:45:58.992Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-27T00:45:58.992Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-27T00:45:58.992Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-27T00:45:58.992Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-27T00:45:58.992Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-27T00:45:58.992Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-27T00:45:58.992Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-27T00:45:58.992Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-27T00:45:58.992Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-27T00:45:59.282Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-27T00:46:00.227Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-27T00:46:00.227Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-27T00:46:00.227Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-27T00:46:00.227Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-27T00:46:00.227Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-27T00:46:00.227Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-27T00:46:00.227Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-27T00:46:00.227Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-27T00:46:00.227Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-27T00:46:00.227Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-27T00:46:00.227Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-27T00:46:00.227Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-27T00:46:00.412Z] 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-27T00:46:00.490Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-27T00:46:00.490Z] Fetched 3533 kB in 1s (2383 kB/s) [2021-01-27T00:46:00.490Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-27T00:46:00.490Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-27T00:46:00.490Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-27T00:46:00.751Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-27T00:46:00.751Z] Selecting previously unselected package udev. [2021-01-27T00:46:00.751Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-27T00:46:00.751Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-27T00:46:00.751Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-27T00:46:01.012Z] Selecting previously unselected package libfuse2:amd64. [2021-01-27T00:46:01.012Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-27T00:46:01.012Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-27T00:46:01.274Z] Selecting previously unselected package fuse. [2021-01-27T00:46:01.274Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-27T00:46:01.274Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-27T00:46:01.274Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-27T00:46:01.274Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-27T00:46:01.536Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-27T00:46:01.536Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-27T00:46:01.536Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-27T00:46:01.536Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-27T00:46:01.799Z] Selecting previously unselected package libksba8:amd64. [2021-01-27T00:46:01.799Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-27T00:46:01.799Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-27T00:46:01.799Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-27T00:46:01.799Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-27T00:46:01.799Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:01.799Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-27T00:46:01.799Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-27T00:46:01.799Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:02.060Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-27T00:46:02.060Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-27T00:46:02.060Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:02.060Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-27T00:46:02.060Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-27T00:46:02.060Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:02.060Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-27T00:46:02.060Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-27T00:46:02.060Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:02.322Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-27T00:46:02.322Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-27T00:46:02.322Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:02.322Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-27T00:46:02.322Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-27T00:46:02.322Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:02.322Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-27T00:46:02.322Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-27T00:46:02.322Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:02.584Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-27T00:46:02.584Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-27T00:46:02.584Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:02.584Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-27T00:46:02.584Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-27T00:46:02.584Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-27T00:46:02.584Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-27T00:46:02.584Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-27T00:46:02.584Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-27T00:46:02.584Z] Selecting previously unselected package libldap-common. [2021-01-27T00:46:02.584Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-27T00:46:02.584Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-27T00:46:02.846Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-27T00:46:02.846Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-27T00:46:02.846Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-27T00:46:02.846Z] Selecting previously unselected package dirmngr. [2021-01-27T00:46:02.846Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-27T00:46:02.846Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-27T00:46:03.107Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-27T00:46:03.107Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-27T00:46:03.107Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-27T00:46:03.107Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-27T00:46:03.107Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-27T00:46:03.107Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-27T00:46:03.107Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:03.107Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-27T00:46:03.107Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-27T00:46:03.107Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-27T00:46:03.679Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-27T00:46:03.679Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:03.679Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-27T00:46:03.679Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-27T00:46:03.941Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-27T00:46:03.941Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:03.941Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:03.941Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:03.941Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:03.941Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:03.941Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:03.941Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:03.941Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-27T00:46:03.941Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-27T00:46:04.202Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-27T00:46:04.463Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-27T00:46:04.463Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-27T00:46:04.463Z] This means they are not meant to be enabled using systemctl. [2021-01-27T00:46:04.463Z] Possible reasons for having this kind of units are: [2021-01-27T00:46:04.463Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-27T00:46:04.463Z] .wants/ or .requires/ directory. [2021-01-27T00:46:04.463Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-27T00:46:04.463Z] a requirement dependency on it. [2021-01-27T00:46:04.463Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-27T00:46:04.463Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-27T00:46:04.463Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-27T00:46:04.463Z] instance name specified. [2021-01-27T00:46:04.710Z] 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-27T00:46:04.723Z] Reading package lists... [2021-01-27T00:46:04.983Z] Building dependency tree... [2021-01-27T00:46:04.983Z] Reading state information... [2021-01-27T00:46:05.244Z] The following additional packages will be installed: [2021-01-27T00:46:05.244Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-27T00:46:05.244Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-27T00:46:05.244Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-27T00:46:05.244Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-27T00:46:05.244Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-27T00:46:05.244Z] Suggested packages: [2021-01-27T00:46:05.244Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-27T00:46:05.244Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-27T00:46:05.244Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-27T00:46:05.244Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-27T00:46:05.244Z] systemd-container policykit-1 [2021-01-27T00:46:05.244Z] Recommended packages: [2021-01-27T00:46:05.244Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-27T00:46:05.244Z] The following NEW packages will be installed: [2021-01-27T00:46:05.244Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-27T00:46:05.244Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-27T00:46:05.244Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-27T00:46:05.244Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-27T00:46:05.244Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-27T00:46:05.244Z] The following packages will be upgraded: [2021-01-27T00:46:05.244Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-27T00:46:05.244Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-01-27T00:46:05.244Z] Need to get 35.2 MB of archives. [2021-01-27T00:46:05.244Z] After this operation, 141 MB of additional disk space will be used. [2021-01-27T00:46:05.244Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-27T00:46:05.506Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-27T00:46:05.506Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-27T00:46:05.506Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-27T00:46:05.506Z] 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-27T00:46:05.506Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-27T00:46:05.506Z] 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-27T00:46:05.506Z] 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-27T00:46:05.506Z] 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-27T00:46:05.506Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-27T00:46:05.506Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-01-27T00:46:05.506Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-27T00:46:05.506Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-27T00:46:05.506Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-27T00:46:05.506Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-27T00:46:05.506Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-27T00:46:05.506Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-27T00:46:05.506Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-27T00:46:06.449Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-27T00:46:06.449Z] 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-27T00:46:06.449Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-27T00:46:06.449Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-27T00:46:06.449Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-27T00:46:06.449Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-27T00:46:06.449Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-27T00:46:06.449Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-27T00:46:06.449Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-27T00:46:06.449Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-27T00:46:06.449Z] 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-27T00:46:06.449Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-27T00:46:08.362Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-27T00:46:08.362Z] Fetched 35.2 MB in 3s (12.7 MB/s) [2021-01-27T00:46:08.362Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-27T00:46:08.362Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-27T00:46:08.363Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-27T00:46:08.932Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-27T00:46:08.932Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-27T00:46:09.193Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-27T00:46:09.193Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-27T00:46:09.193Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-27T00:46:09.193Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-27T00:46:09.454Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-27T00:46:09.454Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-27T00:46:09.454Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-27T00:46:09.454Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-27T00:46:09.716Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-27T00:46:09.978Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-27T00:46:10.107Z] 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-27T00:46:10.239Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-27T00:46:10.239Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-27T00:46:10.239Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-27T00:46:10.501Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-27T00:46:10.501Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-27T00:46:10.501Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-27T00:46:10.501Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-27T00:46:10.762Z] Selecting previously unselected package libexpat1:amd64. [2021-01-27T00:46:10.762Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-27T00:46:10.762Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-27T00:46:11.024Z] Selecting previously unselected package python3.6-minimal. [2021-01-27T00:46:11.024Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-27T00:46:11.024Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-27T00:46:11.288Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-27T00:46:11.288Z] Checking for services that may need to be restarted...done. [2021-01-27T00:46:11.288Z] Checking for services that may need to be restarted...done. [2021-01-27T00:46:11.288Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-27T00:46:11.288Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-27T00:46:11.288Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-27T00:46:11.860Z] Selecting previously unselected package python3-minimal. [2021-01-27T00:46:11.860Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-27T00:46:11.860Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-27T00:46:11.860Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-27T00:46:11.860Z] Selecting previously unselected package mime-support. [2021-01-27T00:46:11.860Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-27T00:46:11.860Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-27T00:46:12.120Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-27T00:46:12.120Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-27T00:46:12.120Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-27T00:46:12.120Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-27T00:46:12.120Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-27T00:46:12.120Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-27T00:46:12.381Z] Selecting previously unselected package python3.6. [2021-01-27T00:46:12.381Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-27T00:46:12.381Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-27T00:46:12.644Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-27T00:46:12.644Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-27T00:46:12.644Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-27T00:46:12.644Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-27T00:46:13.219Z] Selecting previously unselected package python3. [2021-01-27T00:46:13.219Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-27T00:46:13.219Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-27T00:46:13.219Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-27T00:46:13.219Z] Selecting previously unselected package multiarch-support. [2021-01-27T00:46:13.219Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-27T00:46:13.219Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-27T00:46:13.219Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-27T00:46:13.219Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-27T00:46:13.219Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-27T00:46:13.219Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-27T00:46:13.219Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-27T00:46:13.479Z] Selecting previously unselected package libbsd0:amd64. [2021-01-27T00:46:13.479Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-27T00:46:13.479Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-27T00:46:13.479Z] Selecting previously unselected package sudo. [2021-01-27T00:46:13.479Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-01-27T00:46:13.479Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-27T00:46:13.749Z] Selecting previously unselected package apparmor. [2021-01-27T00:46:13.749Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-27T00:46:13.749Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-27T00:46:13.749Z] Selecting previously unselected package libedit2:amd64. [2021-01-27T00:46:13.749Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-27T00:46:13.749Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-27T00:46:14.012Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-27T00:46:14.012Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-27T00:46:14.012Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-27T00:46:14.012Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-27T00:46:14.012Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-27T00:46:14.012Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-27T00:46:14.278Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-27T00:46:14.278Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-27T00:46:14.278Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-27T00:46:14.278Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-27T00:46:14.278Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-27T00:46:14.278Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-27T00:46:14.278Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-27T00:46:14.278Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-27T00:46:14.278Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-27T00:46:14.851Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-27T00:46:14.851Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-27T00:46:14.851Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-27T00:46:14.851Z] Selecting previously unselected package openssh-client. [2021-01-27T00:46:14.851Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-27T00:46:14.851Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-27T00:46:15.114Z] Selecting previously unselected package squashfs-tools. [2021-01-27T00:46:15.114Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-27T00:46:15.114Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-27T00:46:15.114Z] Selecting previously unselected package snapd. [2021-01-27T00:46:15.114Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-27T00:46:15.114Z] Unpacking snapd (2.48+18.04) ... [2021-01-27T00:46:17.027Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-27T00:46:17.027Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-27T00:46:17.027Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-27T00:46:17.287Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-27T00:46:17.287Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-27T00:46:17.287Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-27T00:46:17.287Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-27T00:46:17.287Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-27T00:46:17.287Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [Pipeline] } [2021-01-27T00:46:18.414Z] $ docker stop --time=1 37cd9fa873dce905a3f2589c31307f250acb130be3f580e703805c0928b19ff2 [2021-01-27T00:46:18.690Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-27T00:46:18.951Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-27T00:46:19.212Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-27T00:46:19.212Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-27T00:46:19.212Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-27T00:46:19.212Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-27T00:46:19.783Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-27T00:46:19.783Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-27T00:46:19.783Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-27T00:46:19.783Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-27T00:46:19.783Z] running python rtupdate hooks for python3.6... [2021-01-27T00:46:19.783Z] running python post-rtupdate hooks for python3.6... [2021-01-27T00:46:20.043Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-27T00:46:21.122Z] $ docker rm -f 37cd9fa873dce905a3f2589c31307f250acb130be3f580e703805c0928b19ff2 [2021-01-27T00:46:21.430Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-27T00:46:21.430Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-27T00:46:21.430Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-27T00:46:21.690Z] Setting up snapd (2.48+18.04) ... [2021-01-27T00:46:21.950Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-27T00:46:22.211Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-27T00:46:22.473Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-27T00:46:22.473Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [Pipeline] // withDockerContainer [Pipeline] } [2021-01-27T00:46:22.739Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-27T00:46:22.739Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-01-27T00:46:22.999Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-27T00:46:23.000Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:46:23.260Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-27T00:46:23.353Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-27T00:46:23.521Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-27T00:46:23.521Z] /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-27T00:46:23.521Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-27T00:46:23.624Z] [2021-01-27T00:46:23.624Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:46:23.782Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-27T00:46:24.010Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-27T00:46:24.281Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-27T00:46:24.281Z] 29e5d40040c1: Pulling fs layer [2021-01-27T00:46:24.281Z] 1ce36da41761: Pulling fs layer [2021-01-27T00:46:24.281Z] 25b303627fd3: Pulling fs layer [2021-01-27T00:46:24.554Z] 29e5d40040c1: Verifying Checksum [2021-01-27T00:46:24.554Z] 29e5d40040c1: Download complete [2021-01-27T00:46:24.730Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-27T00:46:24.730Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-27T00:46:24.730Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-27T00:46:24.832Z] 1ce36da41761: Verifying Checksum [2021-01-27T00:46:24.832Z] 1ce36da41761: Download complete [2021-01-27T00:46:25.433Z] 29e5d40040c1: Pull complete [2021-01-27T00:46:26.242Z] Reading package lists... [2021-01-27T00:46:26.242Z] Reading package lists... [2021-01-27T00:46:26.503Z] Building dependency tree... [2021-01-27T00:46:26.503Z] Reading state information... [2021-01-27T00:46:26.503Z] Calculating upgrade... [2021-01-27T00:46:26.763Z] The following packages will be upgraded: [2021-01-27T00:46:26.763Z] advancecomp base-files bash binutils binutils-common [2021-01-27T00:46:26.763Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-27T00:46:26.763Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-27T00:46:26.763Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-01-27T00:46:26.763Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-01-27T00:46:26.763Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-01-27T00:46:26.763Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-01-27T00:46:26.763Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-01-27T00:46:26.763Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-01-27T00:46:26.763Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-01-27T00:46:26.763Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-01-27T00:46:26.763Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-01-27T00:46:26.763Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-01-27T00:46:26.763Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-01-27T00:46:26.763Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-01-27T00:46:26.870Z] 1ce36da41761: Pull complete [2021-01-27T00:46:26.870Z] 25b303627fd3: Verifying Checksum [2021-01-27T00:46:26.870Z] 25b303627fd3: Download complete [2021-01-27T00:46:27.024Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-27T00:46:27.024Z] Need to get 63.8 MB of archives. [2021-01-27T00:46:27.024Z] After this operation, 5205 kB of additional disk space will be used. [2021-01-27T00:46:27.024Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-27T00:46:27.024Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-27T00:46:27.286Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-27T00:46:27.286Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-27T00:46:27.286Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-27T00:46:27.549Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-27T00:46:27.549Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-27T00:46:27.550Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-27T00:46:27.550Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-27T00:46:27.550Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-27T00:46:27.550Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-27T00:46:27.550Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-27T00:46:27.550Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-27T00:46:27.550Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-27T00:46:27.550Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-27T00:46:27.550Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-27T00:46:27.550Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-27T00:46:27.550Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-01-27T00:46:27.550Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-27T00:46:27.810Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-27T00:46:27.810Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-27T00:46:27.810Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-27T00:46:27.810Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-27T00:46:27.810Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-27T00:46:27.810Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-27T00:46:27.810Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-27T00:46:27.810Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-27T00:46:27.810Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-27T00:46:27.810Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-27T00:46:27.810Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-27T00:46:27.810Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-27T00:46:27.810Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-27T00:46:27.810Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-27T00:46:28.070Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-27T00:46:28.070Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-27T00:46:28.070Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-27T00:46:28.070Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-27T00:46:28.070Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-27T00:46:28.070Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-27T00:46:28.070Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-27T00:46:28.070Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-27T00:46:28.070Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-27T00:46:28.070Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-27T00:46:28.070Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-27T00:46:28.070Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-01-27T00:46:28.070Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-01-27T00:46:28.070Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-27T00:46:28.070Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-01-27T00:46:28.070Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-27T00:46:28.070Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-27T00:46:28.070Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-27T00:46:28.070Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-27T00:46:28.070Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-27T00:46:28.070Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-27T00:46:28.070Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-27T00:46:28.070Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-27T00:46:28.070Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-27T00:46:28.070Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-27T00:46:28.070Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-27T00:46:28.070Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-27T00:46:28.070Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-27T00:46:28.335Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-27T00:46:28.335Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-27T00:46:28.335Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-27T00:46:28.335Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-27T00:46:28.335Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-27T00:46:28.335Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-27T00:46:28.335Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-01-27T00:46:28.335Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-27T00:46:28.335Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-27T00:46:28.335Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-27T00:46:28.335Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-27T00:46:28.335Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-27T00:46:28.335Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-27T00:46:28.335Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-27T00:46:28.335Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-27T00:46:28.335Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-27T00:46:28.335Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-27T00:46:28.335Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-27T00:46:28.335Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-27T00:46:28.335Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-27T00:46:28.335Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-27T00:46:28.335Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-27T00:46:28.595Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-27T00:46:28.595Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-27T00:46:28.595Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-27T00:46:28.595Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-27T00:46:28.595Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-27T00:46:28.595Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-27T00:46:28.595Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-27T00:46:29.167Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-27T00:46:29.432Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-27T00:46:29.432Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-27T00:46:29.432Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-27T00:46:30.019Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-27T00:46:30.019Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-27T00:46:30.019Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-27T00:46:30.019Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-27T00:46:30.019Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-27T00:46:30.019Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-27T00:46:30.019Z] Fetched 63.8 MB in 3s (20.4 MB/s) [2021-01-27T00:46:30.019Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:30.019Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-27T00:46:30.019Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-27T00:46:30.592Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-27T00:46:30.592Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-27T00:46:30.853Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-01-27T00:46:30.853Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-01-27T00:46:31.797Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T00:46:31.797Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T00:46:31.797Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T00:46:31.797Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T00:46:31.797Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T00:46:31.797Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T00:46:32.059Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T00:46:32.059Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T00:46:32.059Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T00:46:32.059Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T00:46:32.326Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T00:46:32.326Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T00:46:32.326Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T00:46:32.326Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T00:46:32.326Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T00:46:32.587Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-27T00:46:32.587Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T00:46:32.587Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-27T00:46:32.587Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-27T00:46:32.848Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-27T00:46:32.848Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T00:46:32.848Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T00:46:32.848Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T00:46:32.849Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T00:46:32.849Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T00:46:33.113Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T00:46:33.113Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T00:46:33.377Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-27T00:46:33.377Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-27T00:46:33.377Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-27T00:46:33.718Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-27T00:46:33.980Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-27T00:46:33.980Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-27T00:46:33.980Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-27T00:46:33.980Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-27T00:46:34.241Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-27T00:46:34.503Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-27T00:46:34.503Z] Installing new version of config file /etc/issue ... [2021-01-27T00:46:34.503Z] Installing new version of config file /etc/issue.net ... [2021-01-27T00:46:34.503Z] Installing new version of config file /etc/lsb-release ... [2021-01-27T00:46:34.503Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-27T00:46:34.763Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-27T00:46:34.763Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-27T00:46:34.763Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-27T00:46:35.024Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:35.024Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-27T00:46:35.024Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-27T00:46:35.024Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-27T00:46:35.288Z] 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-27T00:46:35.288Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:35.288Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-27T00:46:35.288Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-27T00:46:35.288Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-27T00:46:35.551Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:35.551Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-27T00:46:35.551Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-27T00:46:35.551Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-27T00:46:35.812Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:35.812Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-27T00:46:35.812Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-27T00:46:36.073Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-27T00:46:36.073Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:36.073Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-27T00:46:36.073Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-27T00:46:36.334Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-27T00:46:36.334Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:36.334Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-27T00:46:36.334Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-27T00:46:36.334Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-27T00:46:36.595Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:36.595Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-27T00:46:36.595Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-27T00:46:36.595Z] Setting up grep (3.1-2build1) ... [2021-01-27T00:46:36.855Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:36.855Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-27T00:46:36.855Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-27T00:46:36.855Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-27T00:46:37.117Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:37.117Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-27T00:46:37.117Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-27T00:46:37.117Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-27T00:46:37.172Z] 25b303627fd3: Pull complete [2021-01-27T00:46:37.172Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-27T00:46:37.172Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-27T00:46:37.172Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-27T00:46:37.379Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:37.379Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-27T00:46:37.379Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-27T00:46:37.465Z] prd-ubuntu18.04-docker-arm64-4c-16g-22938 does not seem to be running inside a container [2021-01-27T00:46:37.557Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-27T00:46:37.951Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-27T00:46:37.951Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-27T00:46:37.951Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-27T00:46:37.951Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-27T00:46:38.523Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-27T00:46:38.523Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:38.523Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-27T00:46:38.785Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-27T00:46:39.729Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-27T00:46:39.729Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-27T00:46:39.729Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-27T00:46:39.729Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-27T00:46:39.990Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-27T00:46:39.990Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:39.990Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-27T00:46:39.990Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-27T00:46:40.252Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-27T00:46:40.252Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:40.252Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-27T00:46:40.252Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-27T00:46:40.519Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-27T00:46:40.519Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:40.519Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-27T00:46:40.519Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-27T00:46:40.782Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-27T00:46:40.782Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:40.782Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-27T00:46:40.782Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-27T00:46:40.782Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-27T00:46:40.890Z] $ docker top ada1eb0443d698b0618d70de35bb01864092fb15bf8ae03b33b3553a217f3e16 -eo pid,comm [2021-01-27T00:46:41.042Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:41.042Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-27T00:46:41.042Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-27T00:46:41.042Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [Pipeline] { [Pipeline] sh [2021-01-27T00:46:41.306Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:41.306Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-27T00:46:41.306Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-27T00:46:41.306Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-27T00:46:41.306Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-27T00:46:41.572Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-27T00:46:41.572Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:41.572Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-27T00:46:41.572Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-27T00:46:41.835Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-27T00:46:41.835Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:41.835Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-27T00:46:41.835Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-27T00:46:41.922Z] + docker-compose build --help [2021-01-27T00:46:41.922Z] + grep parallel [2021-01-27T00:46:42.096Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-27T00:46:42.096Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:42.096Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-27T00:46:42.096Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-27T00:46:42.096Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-27T00:46:42.357Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:42.357Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-27T00:46:42.357Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-27T00:46:42.928Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-27T00:46:43.190Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-27T00:46:43.451Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-27T00:46:43.451Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:43.451Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-27T00:46:43.451Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-27T00:46:43.723Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-27T00:46:44.020Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:44.020Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-27T00:46:44.020Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-27T00:46:44.020Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-27T00:46:44.283Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:46:44.283Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-27T00:46:44.283Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-27T00:46:44.283Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-27T00:46:44.545Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:46:44.545Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-01-27T00:46:44.545Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-27T00:46:44.806Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-01-27T00:46:44.806Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:46:44.806Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-01-27T00:46:44.806Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-27T00:46:44.806Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-01-27T00:46:45.068Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:46:45.068Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-27T00:46:45.068Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-27T00:46:45.068Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-27T00:46:45.329Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:46:45.329Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-27T00:46:45.329Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-27T00:46:45.596Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-27T00:46:45.596Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:46:45.596Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-27T00:46:45.857Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-27T00:46:45.857Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-27T00:46:46.123Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:46:46.123Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-27T00:46:46.123Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-27T00:46:46.123Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-27T00:46:46.123Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-27T00:46:46.385Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-27T00:46:46.385Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-27T00:46:46.385Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-27T00:46:46.645Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:46:46.645Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-27T00:46:46.645Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-27T00:46:46.645Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-27T00:46:46.906Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:46:46.906Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-27T00:46:46.906Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-27T00:46:46.906Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-27T00:46:47.166Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:46:47.166Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-27T00:46:47.166Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-27T00:46:47.427Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-27T00:46:47.427Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:46:47.427Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-27T00:46:47.427Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-27T00:46:47.444Z] --parallel Build images in parallel. [Pipeline] } [2021-01-27T00:46:47.460Z] $ docker stop --time=1 ada1eb0443d698b0618d70de35bb01864092fb15bf8ae03b33b3553a217f3e16 [2021-01-27T00:46:47.689Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-27T00:46:47.689Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:46:47.689Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-27T00:46:47.689Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-27T00:46:47.951Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-27T00:46:48.212Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:46:48.212Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-27T00:46:48.212Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-27T00:46:48.475Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-27T00:46:48.475Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:46:48.475Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-27T00:46:48.475Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-27T00:46:48.737Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-27T00:46:48.737Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:46:48.737Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-27T00:46:48.737Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-27T00:46:48.737Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-27T00:46:49.000Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:46:49.000Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-27T00:46:49.000Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-27T00:46:49.000Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-27T00:46:49.261Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:46:49.261Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-27T00:46:49.261Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-27T00:46:49.261Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-27T00:46:49.400Z] $ docker rm -f ada1eb0443d698b0618d70de35bb01864092fb15bf8ae03b33b3553a217f3e16 [2021-01-27T00:46:49.528Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:46:49.528Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-27T00:46:49.528Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-27T00:46:49.528Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-27T00:46:49.528Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:46:49.528Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [Pipeline] // withDockerContainer [2021-01-27T00:46:49.796Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-27T00:46:49.797Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-27T00:46:49.797Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-27T00:46:49.797Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:46:50.058Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-27T00:46:50.240Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-27T00:46:50.240Z] . [Pipeline] withDockerContainer [2021-01-27T00:46:50.319Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-27T00:46:50.320Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-27T00:46:50.515Z] prd-ubuntu18.04-docker-arm64-4c-16g-22938 does not seem to be running inside a container [2021-01-27T00:46:50.582Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-27T00:46:50.582Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-27T00:46:50.591Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-27T00:46:50.843Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-27T00:46:50.843Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-27T00:46:50.843Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-27T00:46:51.103Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-27T00:46:51.103Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-27T00:46:51.103Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-27T00:46:51.103Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-27T00:46:51.363Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-27T00:46:51.363Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-27T00:46:51.363Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-27T00:46:51.624Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-27T00:46:51.624Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-27T00:46:51.624Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-27T00:46:51.624Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-27T00:46:51.886Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-27T00:46:51.886Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-27T00:46:51.886Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-27T00:46:52.010Z] $ docker top b02b301d5fe9d2fd3a0646b38c6fb5c12f7398d3bffeb930f1f9620398eb092d -eo pid,comm [2021-01-27T00:46:52.148Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [Pipeline] { [Pipeline] sh [2021-01-27T00:46:52.719Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-27T00:46:52.719Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-27T00:46:52.980Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-27T00:46:52.980Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-27T00:46:52.980Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-27T00:46:52.980Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-27T00:46:53.070Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-27T00:46:53.556Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-27T00:46:53.556Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-27T00:46:53.556Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-27T00:46:53.556Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-27T00:46:53.556Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-27T00:46:53.817Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-27T00:46:53.817Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-27T00:46:53.817Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-27T00:46:53.817Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-27T00:46:54.077Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-27T00:46:54.077Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-27T00:46:54.077Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-27T00:46:54.077Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-27T00:46:54.077Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-27T00:46:55.022Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-27T00:46:55.022Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-27T00:46:55.964Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-27T00:46:55.964Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-27T00:46:56.905Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-27T00:46:56.905Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-27T00:46:57.166Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-27T00:46:57.166Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-27T00:46:58.110Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-27T00:46:58.110Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-27T00:46:58.372Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-27T00:46:58.372Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-27T00:46:58.372Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-27T00:46:58.372Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-27T00:46:58.529Z] Building docker-core-command-go ... [2021-01-27T00:46:58.529Z] Building docker-core-data-go ... [2021-01-27T00:46:58.529Z] Building docker-core-metadata-go ... [2021-01-27T00:46:58.529Z] Building docker-security-bootstrapper-go ... [2021-01-27T00:46:58.529Z] Building docker-security-proxy-setup-go ... [2021-01-27T00:46:58.529Z] Building docker-security-secretstore-setup-go ... [2021-01-27T00:46:58.529Z] Building docker-support-notifications-go ... [2021-01-27T00:46:58.529Z] Building docker-support-scheduler-go ... [2021-01-27T00:46:58.529Z] Building docker-sys-mgmt-agent-go ... [2021-01-27T00:46:58.529Z] Building docker-core-command-go [2021-01-27T00:46:58.529Z] Building docker-support-scheduler-go [2021-01-27T00:46:58.529Z] Building docker-sys-mgmt-agent-go [2021-01-27T00:46:58.529Z] Building docker-security-bootstrapper-go [2021-01-27T00:46:58.529Z] Building docker-core-metadata-go [2021-01-27T00:46:58.632Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-27T00:46:58.632Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-27T00:46:58.632Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-27T00:46:58.894Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-27T00:46:58.894Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-27T00:46:58.894Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-27T00:46:58.894Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-27T00:46:59.156Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-27T00:46:59.156Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-27T00:46:59.156Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-27T00:46:59.416Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T00:46:59.416Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-27T00:46:59.416Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T00:46:59.416Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T00:46:59.416Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T00:46:59.416Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-27T00:46:59.416Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-27T00:46:59.416Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-27T00:46:59.676Z] [2021-01-27T00:46:59.676Z] Current default time zone: 'Etc/UTC' [2021-01-27T00:46:59.676Z] Local time is now: Wed Jan 27 00:46:59 UTC 2021. [2021-01-27T00:46:59.676Z] Universal Time is now: Wed Jan 27 00:46:59 UTC 2021. [2021-01-27T00:46:59.676Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-27T00:46:59.676Z] [2021-01-27T00:46:59.676Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-27T00:46:59.676Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T00:46:59.676Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-01-27T00:46:59.676Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-27T00:46:59.676Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-27T00:46:59.676Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-27T00:46:59.936Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-27T00:46:59.936Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-27T00:46:59.936Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-27T00:46:59.936Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-27T00:46:59.936Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T00:46:59.936Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-27T00:47:00.197Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-27T00:47:00.197Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-27T00:47:00.197Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T00:47:00.197Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-27T00:47:00.197Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-27T00:47:00.197Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-27T00:47:00.197Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-27T00:47:00.197Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-27T00:47:00.197Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-27T00:47:00.197Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-27T00:47:00.197Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-27T00:47:02.116Z] Updating certificates in /etc/ssl/certs... [2021-01-27T00:47:03.519Z] 22 added, 17 removed; done. [2021-01-27T00:47:03.519Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-27T00:47:03.519Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T00:47:03.519Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-27T00:47:03.519Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-27T00:47:03.519Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-27T00:47:03.519Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-27T00:47:03.519Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-27T00:47:03.519Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-27T00:47:03.519Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-27T00:47:03.519Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-27T00:47:03.519Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-27T00:47:03.519Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-27T00:47:03.519Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-27T00:47:03.781Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-27T00:47:03.781Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-27T00:47:03.781Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-27T00:47:03.781Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-27T00:47:03.781Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-27T00:47:03.781Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-27T00:47:03.781Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-27T00:47:03.781Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-27T00:47:04.042Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-27T00:47:04.042Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-27T00:47:04.042Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-27T00:47:04.042Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-27T00:47:04.042Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-27T00:47:04.304Z] Updating certificates in /etc/ssl/certs... [2021-01-27T00:47:04.877Z] 0 added, 0 removed; done. [2021-01-27T00:47:04.877Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-27T00:47:04.877Z] done. [2021-01-27T00:47:05.139Z] Reading package lists... [2021-01-27T00:47:05.400Z] Building dependency tree... [2021-01-27T00:47:05.400Z] Reading state information... [2021-01-27T00:47:05.661Z] The following NEW packages will be installed: [2021-01-27T00:47:05.661Z] apt-transport-https [2021-01-27T00:47:05.924Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-27T00:47:05.924Z] Need to get 1696 B of archives. [2021-01-27T00:47:05.924Z] After this operation, 153 kB of additional disk space will be used. [2021-01-27T00:47:05.924Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-27T00:47:05.924Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-27T00:47:05.924Z] Fetched 1696 B in 0s (8341 B/s) [2021-01-27T00:47:06.185Z] Selecting previously unselected package apt-transport-https. [2021-01-27T00:47:06.185Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-27T00:47:06.185Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-27T00:47:06.185Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-27T00:47:06.185Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-27T00:47:06.450Z] Waiting for network to be ready... [2021-01-27T00:47:13.039Z] 2021-01-27T00:47:09Z INFO Waiting for automatic snapd restart... [2021-01-27T00:47:13.039Z] snapd 2.48.2 from Canonical* installed [2021-01-27T00:47:13.611Z] "snapd" switched to the "latest/stable" channel [2021-01-27T00:47:13.611Z] [2021-01-27T00:47:16.157Z] core18 20201210 from Canonical* installed [2021-01-27T00:47:16.416Z] "core18" switched to the "latest/stable" channel [2021-01-27T00:47:16.416Z] [2021-01-27T00:47:19.720Z] snapcraft 4.4.4 from Canonical* installed [2021-01-27T00:47:19.981Z] "snapcraft" switched to the "latest/stable" channel [2021-01-27T00:47:19.981Z] [2021-01-27T00:47:23.299Z] 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-27T00:47:23.299Z] - README.md [2021-01-27T00:47:23.299Z] - snapcraft.yaml.orig [2021-01-27T00:47:23.299Z] [2021-01-27T00:47:23.299Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-27T00:47:29.889Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-27T00:47:29.889Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-27T00:47:29.889Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-27T00:47:30.150Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-27T00:47:31.094Z] Reading package lists... [2021-01-27T00:47:31.354Z] 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-27T00:47:37.948Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-27T00:47:37.948Z] Reading package lists... [2021-01-27T00:47:37.948Z] Building dependency tree... [2021-01-27T00:47:37.948Z] Reading state information... [2021-01-27T00:47:37.948Z] Suggested packages: [2021-01-27T00:47:37.948Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-27T00:47:37.948Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-27T00:47:37.948Z] Recommended packages: [2021-01-27T00:47:37.948Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-27T00:47:37.948Z] The following NEW packages will be installed: [2021-01-27T00:47:37.948Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-27T00:47:37.948Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-27T00:47:37.948Z] pkg-config zip [2021-01-27T00:47:37.948Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-27T00:47:37.948Z] Need to get 7655 kB of archives. [2021-01-27T00:47:37.948Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-27T00:47:37.948Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-27T00:47:37.948Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-27T00:47:38.210Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-27T00:47:38.472Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-27T00:47:38.472Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-27T00:47:38.472Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-27T00:47:38.472Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-27T00:47:38.733Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-27T00:47:38.733Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-27T00:47:38.733Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-27T00:47:38.733Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-27T00:47:38.733Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-27T00:47:38.733Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-27T00:47:38.994Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-27T00:47:38.995Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-27T00:47:38.995Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-27T00:47:38.995Z] Fetched 7655 kB in 1s (6907 kB/s) [2021-01-27T00:47:39.259Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-27T00:47:39.259Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-27T00:47:39.259Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-27T00:47:39.259Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-27T00:47:39.259Z] Selecting previously unselected package libpsl5:amd64. [2021-01-27T00:47:39.259Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-27T00:47:39.521Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-27T00:47:39.521Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-27T00:47:39.521Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-27T00:47:39.521Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-27T00:47:39.521Z] Selecting previously unselected package librtmp1:amd64. [2021-01-27T00:47:39.521Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-27T00:47:39.521Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-27T00:47:39.782Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-27T00:47:39.782Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-27T00:47:39.782Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-27T00:47:39.782Z] Selecting previously unselected package liberror-perl. [2021-01-27T00:47:39.782Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-27T00:47:39.782Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-27T00:47:39.782Z] Selecting previously unselected package git-man. [2021-01-27T00:47:39.782Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-27T00:47:39.782Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-27T00:47:40.044Z] Selecting previously unselected package git. [2021-01-27T00:47:40.044Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-27T00:47:40.044Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-27T00:47:40.989Z] Selecting previously unselected package libnorm1:amd64. [2021-01-27T00:47:40.989Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-27T00:47:40.989Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-27T00:47:40.989Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-27T00:47:40.989Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-27T00:47:40.989Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-27T00:47:40.989Z] Selecting previously unselected package libsodium23:amd64. [2021-01-27T00:47:40.989Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-27T00:47:40.989Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-27T00:47:41.250Z] Selecting previously unselected package libzmq5:amd64. [2021-01-27T00:47:41.251Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-27T00:47:41.251Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-27T00:47:41.251Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-27T00:47:41.251Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-27T00:47:41.251Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-27T00:47:41.512Z] Selecting previously unselected package pkg-config. [2021-01-27T00:47:41.512Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-27T00:47:41.512Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-27T00:47:41.512Z] Selecting previously unselected package zip. [2021-01-27T00:47:41.512Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-27T00:47:41.512Z] Unpacking zip (3.0-11build1) ... [2021-01-27T00:47:41.512Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-27T00:47:41.512Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-27T00:47:41.773Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-27T00:47:41.773Z] Setting up liberror-perl (0.17025-1) ... [2021-01-27T00:47:41.773Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-27T00:47:41.773Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-27T00:47:41.773Z] No schema files found: doing nothing. [2021-01-27T00:47:41.773Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-27T00:47:41.773Z] Setting up zip (3.0-11build1) ... [2021-01-27T00:47:41.773Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-27T00:47:41.773Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-27T00:47:41.773Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-27T00:47:42.044Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-27T00:47:42.044Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-27T00:47:42.044Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-27T00:47:42.044Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-27T00:47:42.044Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-27T00:47:48.706Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-27T00:47:48.706Z] git set to automatically installed. [2021-01-27T00:47:48.706Z] git-man set to automatically installed. [2021-01-27T00:47:48.706Z] libcurl3-gnutls set to automatically installed. [2021-01-27T00:47:48.706Z] liberror-perl set to automatically installed. [2021-01-27T00:47:48.706Z] libglib2.0-0 set to automatically installed. [2021-01-27T00:47:48.706Z] libnghttp2-14 set to automatically installed. [2021-01-27T00:47:48.706Z] libnorm1 set to automatically installed. [2021-01-27T00:47:48.706Z] libpgm-5.2-0 set to automatically installed. [2021-01-27T00:47:48.706Z] libpsl5 set to automatically installed. [2021-01-27T00:47:48.706Z] librtmp1 set to automatically installed. [2021-01-27T00:47:48.706Z] libsodium23 set to automatically installed. [2021-01-27T00:47:48.706Z] libzmq3-dev set to automatically installed. [2021-01-27T00:47:48.706Z] libzmq5 set to automatically installed. [2021-01-27T00:47:48.706Z] pkg-config set to automatically installed. [2021-01-27T00:47:48.706Z] zip set to automatically installed. [2021-01-27T00:47:50.628Z] snapd is not logged in, snap install commands will use sudo [2021-01-27T00:47:57.218Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-27T00:47:57.218Z] snap "core18" has no updates available [2021-01-27T00:47:57.789Z] Pulling config-common [2021-01-27T00:47:58.732Z] Pulling go-build-helper [2021-01-27T00:48:20.330Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:48:20.330Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:48:20.330Z] ---> 6050d71b07a1 [2021-01-27T00:48:20.330Z] Step 3/22 : WORKDIR /edgex-go [2021-01-27T00:48:20.330Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:48:20.330Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:48:20.330Z] ---> 6050d71b07a1 [2021-01-27T00:48:20.330Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T00:48:20.330Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:48:20.330Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:48:20.330Z] ---> 6050d71b07a1 [2021-01-27T00:48:20.330Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T00:48:20.330Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:48:20.330Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:48:20.330Z] ---> 6050d71b07a1 [2021-01-27T00:48:20.330Z] Step 3/26 : WORKDIR /edgex-go [2021-01-27T00:48:20.330Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:48:20.330Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:48:20.330Z] ---> 6050d71b07a1 [2021-01-27T00:48:20.330Z] Step 3/33 : WORKDIR /edgex-go [2021-01-27T00:48:20.330Z] ---> Running in 7fbfb687bcfa [2021-01-27T00:48:20.330Z] ---> Running in 740f8692d363 [2021-01-27T00:48:20.330Z] ---> Running in 4e47ee216d86 [2021-01-27T00:48:20.330Z] ---> Running in 1939c4ccac82 [2021-01-27T00:48:20.330Z] ---> Running in cca4c7fc267c [2021-01-27T00:48:20.330Z] Removing intermediate container 740f8692d363 [2021-01-27T00:48:20.330Z] ---> da1e413401f5 [2021-01-27T00:48:20.330Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:48:20.330Z] Removing intermediate container 4e47ee216d86 [2021-01-27T00:48:20.330Z] ---> ce2449959dc4 [2021-01-27T00:48:20.330Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:48:20.330Z] Removing intermediate container 1939c4ccac82 [2021-01-27T00:48:20.330Z] ---> 3633d404a56c [2021-01-27T00:48:20.330Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:48:20.330Z] Removing intermediate container 7fbfb687bcfa [2021-01-27T00:48:20.330Z] ---> ea9dfe28a57f [2021-01-27T00:48:20.330Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:48:20.330Z] ---> Running in e0da751542ef [2021-01-27T00:48:20.330Z] Removing intermediate container cca4c7fc267c [2021-01-27T00:48:20.330Z] ---> 8554b91dabde [2021-01-27T00:48:20.330Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:48:20.330Z] ---> Running in ec4b6aa10922 [2021-01-27T00:48:20.330Z] ---> Running in 02cf958f6d00 [2021-01-27T00:48:20.330Z] ---> Running in 939f07c9d446 [2021-01-27T00:48:20.330Z] ---> Running in a40ed9c9ce65 [2021-01-27T00:48:20.752Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-27T00:48:20.752Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-27T00:48:20.752Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-27T00:48:20.752Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-27T00:48:20.752Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-27T00:48:20.752Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-27T00:48:20.752Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-27T00:48:20.752Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-27T00:48:20.752Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-27T00:48:20.752Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-27T00:48:20.752Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-27T00:48:20.752Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-27T00:48:20.752Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-27T00:48:20.752Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-27T00:48:20.752Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-27T00:48:20.752Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-27T00:48:20.752Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-27T00:48:20.752Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-27T00:48:20.752Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-27T00:48:20.752Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] [2021-01-27T00:48:20.752Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] [2021-01-27T00:48:20.752Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-27T00:48:20.752Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-27T00:48:20.752Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] [2021-01-27T00:48:20.752Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] [2021-01-27T00:48:20.752Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] [2021-01-27T00:48:20.752Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-27T00:48:20.752Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-27T00:48:20.752Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-27T00:48:20.752Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-27T00:48:20.752Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-27T00:48:20.752Z] Fetched 279 kB in 0s (0 B/s) [2021-01-27T00:48:20.752Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-27T00:48:20.752Z] Fetched 122 kB in 0s (0 B/s) [2021-01-27T00:48:20.752Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-27T00:48:20.752Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-27T00:48:20.752Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-27T00:48:20.752Z] Fetched 8848 B in 0s (0 B/s) [2021-01-27T00:48:20.752Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-27T00:48:20.752Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-27T00:48:20.752Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-27T00:48:20.752Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-27T00:48:20.752Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-27T00:48:20.752Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-27T00:48:20.752Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-27T00:48:20.752Z] Fetched 214 kB in 0s (0 B/s) [2021-01-27T00:48:20.752Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-27T00:48:20.752Z] Fetched 155 kB in 0s (0 B/s) [2021-01-27T00:48:20.752Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-27T00:48:20.752Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-27T00:48:20.752Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-27T00:48:20.752Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-27T00:48:20.752Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-27T00:48:20.752Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-27T00:48:20.752Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-27T00:48:20.752Z] Fetched 499 kB in 0s (0 B/s) [2021-01-27T00:48:20.752Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-27T00:48:20.752Z] Fetched 111 kB in 0s (0 B/s) [2021-01-27T00:48:20.752Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-27T00:48:20.752Z] Fetched 240 kB in 0s (0 B/s) [2021-01-27T00:48:20.752Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-27T00:48:20.752Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-27T00:48:20.752Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-27T00:48:20.752Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-27T00:48:20.752Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-27T00:48:20.752Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-27T00:48:20.752Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-27T00:48:20.752Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-27T00:48:20.752Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-27T00:48:20.752Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-27T00:48:20.752Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-27T00:48:20.752Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-27T00:48:20.752Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-27T00:48:20.752Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-27T00:48:20.752Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-27T00:48:20.752Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-27T00:48:20.752Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-27T00:48:20.752Z] Fetched 8720 B in 0s (0 B/s) [2021-01-27T00:48:20.752Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-27T00:48:20.752Z] Fetched 137 kB in 0s (0 B/s) [2021-01-27T00:48:20.752Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-27T00:48:20.752Z] Fetched 119 kB in 0s (0 B/s) [2021-01-27T00:48:20.752Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-27T00:48:20.752Z] Fetched 109 kB in 0s (0 B/s) [2021-01-27T00:48:20.752Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-27T00:48:20.752Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-27T00:48:20.752Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-27T00:48:20.752Z] Fetched 645 kB in 0s (0 B/s) [2021-01-27T00:48:20.752Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-27T00:48:20.752Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-27T00:48:20.752Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-27T00:48:20.752Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-27T00:48:20.752Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-27T00:48:20.752Z] Fetched 368 kB in 0s (0 B/s) [2021-01-27T00:48:20.752Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-27T00:48:20.752Z] Fetched 187 kB in 0s (0 B/s) [2021-01-27T00:48:20.752Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-27T00:48:20.752Z] Fetched 175 kB in 0s (0 B/s) [2021-01-27T00:48:20.752Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-27T00:48:22.349Z] Removing intermediate container e0da751542ef [2021-01-27T00:48:22.349Z] ---> f92fb115ade3 [2021-01-27T00:48:22.349Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-27T00:48:22.633Z] ---> Running in 268741cc0018 [2021-01-27T00:48:22.920Z] Removing intermediate container ec4b6aa10922 [2021-01-27T00:48:22.920Z] ---> b1c2f776b4b3 [2021-01-27T00:48:22.920Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-27T00:48:22.920Z] Removing intermediate container a40ed9c9ce65 [2021-01-27T00:48:22.920Z] ---> d1e542c86918 [2021-01-27T00:48:22.920Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-27T00:48:23.194Z] ---> Running in d1e7c6695a32 [2021-01-27T00:48:23.194Z] ---> Running in 57e0bc977b7c [2021-01-27T00:48:23.311Z] Fetched 206 kB in 0s (0 B/s) [2021-01-27T00:48:23.311Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-27T00:48:23.311Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-27T00:48:23.311Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-27T00:48:23.311Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-27T00:48:23.311Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-27T00:48:23.311Z] Fetched 159 kB in 0s (0 B/s) [2021-01-27T00:48:23.311Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-27T00:48:23.311Z] Fetched 107 kB in 0s (0 B/s) [2021-01-27T00:48:23.311Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-27T00:48:23.311Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-27T00:48:23.311Z] Pulling static-packages [2021-01-27T00:48:23.468Z] Removing intermediate container 02cf958f6d00 [2021-01-27T00:48:23.468Z] ---> 904eeb924905 [2021-01-27T00:48:23.468Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-27T00:48:23.468Z] Removing intermediate container 939f07c9d446 [2021-01-27T00:48:23.468Z] ---> bc3fab960eb9 [2021-01-27T00:48:23.468Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-27T00:48:23.748Z] ---> Running in 7fa547a68cff [2021-01-27T00:48:23.748Z] ---> Running in 57a4dfc258c1 [2021-01-27T00:48:23.882Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-27T00:48:23.882Z] Skipping pull go-build-helper (already ran) [2021-01-27T00:48:23.882Z] Skipping pull static-packages (already ran) [2021-01-27T00:48:23.882Z] Building go-build-helper [2021-01-27T00:48:24.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:48:25.373Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:48:25.649Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:48:25.649Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:48:25.922Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:48:25.922Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:48:26.194Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:48:26.467Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:48:26.746Z] OK: 217 MiB in 51 packages [2021-01-27T00:48:26.746Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:48:26.746Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:48:27.348Z] OK: 217 MiB in 51 packages [2021-01-27T00:48:27.348Z] OK: 217 MiB in 51 packages [2021-01-27T00:48:27.622Z] OK: 217 MiB in 51 packages [2021-01-27T00:48:27.894Z] OK: 217 MiB in 51 packages [2021-01-27T00:48:28.094Z] Building static-packages [2021-01-27T00:48:28.495Z] Removing intermediate container 268741cc0018 [2021-01-27T00:48:28.495Z] ---> 7970207653d5 [2021-01-27T00:48:28.495Z] Step 6/23 : COPY go.mod . [2021-01-27T00:48:29.101Z] Removing intermediate container 57e0bc977b7c [2021-01-27T00:48:29.101Z] ---> a78a8bb40fe8 [2021-01-27T00:48:29.101Z] Step 6/22 : COPY go.mod . [2021-01-27T00:48:29.376Z] Removing intermediate container d1e7c6695a32 [2021-01-27T00:48:29.376Z] ---> d693bf890526 [2021-01-27T00:48:29.376Z] Step 6/23 : COPY go.mod . [2021-01-27T00:48:29.485Z] Staging go-build-helper [2021-01-27T00:48:29.648Z] ---> beccc33d73a9 [2021-01-27T00:48:29.648Z] Step 7/23 : RUN go mod download [2021-01-27T00:48:29.648Z] Removing intermediate container 7fa547a68cff [2021-01-27T00:48:29.648Z] ---> 813a9727f9f1 [2021-01-27T00:48:29.648Z] Step 6/26 : COPY go.mod . [2021-01-27T00:48:29.648Z] Removing intermediate container 57a4dfc258c1 [2021-01-27T00:48:29.649Z] ---> 77647ac16f7a [2021-01-27T00:48:29.649Z] Step 6/33 : COPY go.mod . [2021-01-27T00:48:29.931Z] ---> Running in 69617f50de6a [2021-01-27T00:48:30.210Z] ---> f45d6895b756 [2021-01-27T00:48:30.210Z] Step 7/22 : RUN go mod download [2021-01-27T00:48:30.428Z] Staging static-packages [2021-01-27T00:48:30.485Z] ---> Running in 38326d42a2d3 [2021-01-27T00:48:30.485Z] ---> 44fef60ec380 [2021-01-27T00:48:30.485Z] Step 7/23 : RUN go mod download [2021-01-27T00:48:30.762Z] ---> Running in 000098450ccd [2021-01-27T00:48:31.038Z] ---> ff4606ee1b28 [2021-01-27T00:48:31.038Z] Step 7/26 : RUN go mod download [2021-01-27T00:48:31.038Z] ---> f4aa1a77f002 [2021-01-27T00:48:31.038Z] Step 7/33 : RUN go mod download [2021-01-27T00:48:31.314Z] ---> Running in ad823d43ee6a [2021-01-27T00:48:31.314Z] ---> Running in 3b31bd58a6d9 [2021-01-27T00:48:31.813Z] Pulling go115 [2021-01-27T00:48:32.773Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-27T00:48:32.773Z] Skipping pull go115 (already ran) [2021-01-27T00:48:32.773Z] Building go115 [2021-01-27T00:48:32.773Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-27T00:48:32.773Z] Dload Upload Total Spent Left Speed [2021-01-27T00:48:34.738Z] Removing intermediate container 69617f50de6a [2021-01-27T00:48:34.738Z] ---> 16ef9ffa3b79 [2021-01-27T00:48:34.738Z] Step 8/23 : COPY . . [2021-01-27T00:48:35.016Z] Removing intermediate container 38326d42a2d3 [2021-01-27T00:48:35.016Z] ---> c5e6cf9df3d5 [2021-01-27T00:48:35.016Z] Step 8/22 : COPY . . [2021-01-27T00:48:35.217Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 3 115M 3 4655k 0 0 11.3M 0 0:00:10 --:--:-- 0:00:10 11.3M 42 115M 42 48.9M 0 0 35.6M 0 0:00:03 0:00:01 0:00:02 35.6M 90 115M 90 104M 0 0 44.0M 0 0:00:02 0:00:02 --:--:-- 43.9M 100 115M 100 115M 0 0 43.8M 0 0:00:02 0:00:02 --:--:-- 43.8M [2021-01-27T00:48:35.788Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-27T00:48:36.023Z] Removing intermediate container 000098450ccd [2021-01-27T00:48:36.023Z] ---> f90f16184fe0 [2021-01-27T00:48:36.023Z] Step 8/23 : COPY . . [2021-01-27T00:48:36.627Z] Removing intermediate container ad823d43ee6a [2021-01-27T00:48:36.627Z] ---> 188e7a6647c7 [2021-01-27T00:48:36.627Z] Step 8/26 : COPY . . [2021-01-27T00:48:36.907Z] Removing intermediate container 3b31bd58a6d9 [2021-01-27T00:48:36.907Z] ---> 14abdec17a8f [2021-01-27T00:48:36.907Z] Step 8/33 : COPY . . [2021-01-27T00:48:40.017Z] Staging go115 [2021-01-27T00:48:44.229Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-27T00:48:44.229Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-27T00:48:44.229Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-27T00:48:44.229Z] Fetched 0 B in 0s (0 B/s) [2021-01-27T00:48:44.229Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-27T00:48:44.229Z] Fetched 224 kB in 0s (0 B/s) [2021-01-27T00:48:44.229Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-27T00:48:44.229Z] Fetched 157 kB in 0s (0 B/s) [2021-01-27T00:48:44.229Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-27T00:48:44.229Z] Fetched 221 kB in 0s (0 B/s) [2021-01-27T00:48:44.229Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-27T00:48:44.229Z] Fetched 143 kB in 0s (0 B/s) [2021-01-27T00:48:44.229Z] Pulling edgex-go [2021-01-27T00:48:45.614Z] Pulling version [2021-01-27T00:48:46.558Z] Building config-common [2021-01-27T00:48:48.484Z] Skipping build go-build-helper (already ran) [2021-01-27T00:48:48.484Z] Skipping build static-packages (already ran) [2021-01-27T00:48:48.484Z] Skipping build go115 (already ran) [2021-01-27T00:48:48.484Z] Building edgex-go [2021-01-27T00:48:48.745Z] 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-27T00:48:50.664Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-27T00:48:50.664Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 [2021-01-27T00:48:50.664Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-27T00:48:50.664Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.7 [2021-01-27T00:48:50.664Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-27T00:48:50.664Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-01-27T00:48:50.664Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-27T00:48:50.664Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-27T00:48:50.664Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-27T00:48:50.664Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-27T00:48:50.664Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-27T00:48:50.664Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-27T00:48:50.664Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-27T00:48:50.664Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-27T00:48:50.664Z] go: downloading github.com/google/uuid v1.1.5 [2021-01-27T00:48:50.664Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-27T00:48:50.664Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-27T00:48:50.926Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-27T00:48:50.926Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-27T00:48:50.926Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-27T00:48:50.926Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-27T00:48:50.926Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-27T00:48:50.926Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-27T00:48:50.926Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-27T00:48:50.926Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-27T00:48:50.926Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-27T00:48:50.926Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-27T00:48:50.926Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-27T00:48:50.926Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-27T00:48:50.926Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-27T00:48:50.926Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-27T00:48:50.926Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-27T00:48:50.926Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-27T00:48:50.926Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-27T00:48:51.187Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-27T00:48:51.187Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-27T00:48:51.187Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-27T00:48:51.187Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-27T00:48:51.448Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-27T00:48:51.448Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-27T00:48:58.041Z] 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-27T00:49:02.298Z] 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-27T00:49:03.243Z] 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-27T00:49:03.739Z] ---> 41b9ae00479f [2021-01-27T00:49:03.739Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-27T00:49:03.739Z] ---> d75bb3bbbf2c [2021-01-27T00:49:03.739Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-27T00:49:04.014Z] ---> e5b52af84540 [2021-01-27T00:49:04.014Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-27T00:49:04.014Z] ---> 5ef60968ea7d [2021-01-27T00:49:04.014Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-27T00:49:04.014Z] ---> 21ece7a8c574 [2021-01-27T00:49:04.014Z] Step 9/33 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-27T00:49:04.014Z] ---> Running in 2e072a75f25c [2021-01-27T00:49:04.014Z] ---> Running in 2c5d03ea4ce0 [2021-01-27T00:49:04.290Z] ---> Running in 67302918aba9 [2021-01-27T00:49:04.290Z] ---> Running in 55dc314eb288 [2021-01-27T00:49:04.290Z] ---> Running in d69a4ae9ca7c [2021-01-27T00:49:04.634Z] 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-27T00:49:04.900Z] 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-27T00:49:04.900Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-27T00:49:05.161Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-27T00:49:05.161Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-27T00:49:05.161Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-27T00:49:05.274Z] Removing intermediate container d69a4ae9ca7c [2021-01-27T00:49:05.274Z] ---> e6a5a421b2cf [2021-01-27T00:49:05.275Z] Step 10/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-27T00:49:05.552Z] ---> Running in 08e66c7185d6 [2021-01-27T00:49:06.164Z] 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-27T00:49:06.441Z] 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-27T00:49:06.724Z] 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-27T00:49:06.724Z] 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-27T00:49:07.074Z] 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-27T00:49:07.074Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-27T00:49:07.074Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-27T00:49:07.334Z] 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-27T00:49:08.459Z] 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-27T00:49:09.415Z] 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-27T00:49:09.415Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-27T00:49:10.804Z] 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-27T00:49:11.751Z] 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-27T00:49:12.708Z] 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-27T00:49:12.708Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-27T00:49:14.102Z] 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-27T00:49:14.103Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-27T00:49:17.416Z] Building version [2021-01-27T00:49:18.802Z] Staging config-common [2021-01-27T00:49:19.747Z] Skipping stage go-build-helper (already ran) [2021-01-27T00:49:19.747Z] Skipping stage static-packages (already ran) [2021-01-27T00:49:19.747Z] Skipping stage go115 (already ran) [2021-01-27T00:49:19.747Z] Staging edgex-go [2021-01-27T00:49:20.691Z] Staging version [2021-01-27T00:49:21.301Z] Priming config-common [2021-01-27T00:49:22.696Z] Priming go-build-helper [2021-01-27T00:49:23.266Z] Priming static-packages [2021-01-27T00:49:25.818Z] Priming go115 [2021-01-27T00:49:26.762Z] Priming edgex-go [2021-01-27T00:49:27.777Z] Priming version [2021-01-27T00:49:28.780Z] 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-27T00:50:44.236Z] 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-27T00:51:02.642Z] Removing intermediate container 67302918aba9 [2021-01-27T00:51:02.642Z] ---> 3d89a523092c [2021-01-27T00:51:02.642Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-27T00:51:02.642Z] Removing intermediate container 55dc314eb288 [2021-01-27T00:51:02.642Z] ---> a9d9c635cd8c [2021-01-27T00:51:02.642Z] [2021-01-27T00:51:02.642Z] Step 10/22 : FROM alpine:3.12 [2021-01-27T00:51:02.642Z] Removing intermediate container 2e072a75f25c [2021-01-27T00:51:02.642Z] ---> 88a9d8941686 [2021-01-27T00:51:02.642Z] [2021-01-27T00:51:02.642Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T00:51:02.642Z] 3.12: Pulling from library/alpine [2021-01-27T00:51:02.642Z] ---> Running in d1e33ed66921 [2021-01-27T00:51:02.642Z] 3.12: Pulling from library/alpine [2021-01-27T00:51:02.919Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-27T00:51:02.919Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-27T00:51:02.919Z] Status: Image is up to date for alpine:3.12 [2021-01-27T00:51:02.919Z] ---> afeebe901d6b [2021-01-27T00:51:02.919Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-27T00:51:02.919Z] Status: Downloaded newer image for alpine:3.12 [2021-01-27T00:51:02.919Z] ---> afeebe901d6b [2021-01-27T00:51:02.919Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-27T00:51:03.200Z] 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-27T00:51:03.200Z] ---> Running in 57f5696c0108 [2021-01-27T00:51:03.200Z] ---> Running in a8fe70ad997b [2021-01-27T00:51:05.206Z] + mkdir -p /tmp/build/dist/linux [2021-01-27T00:51:05.206Z] + cd /tmp/build/dist/linux [2021-01-27T00:51:05.206Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-27T00:51:05.206Z] Cloning into '.'... [2021-01-27T00:51:05.809Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:51:05.809Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:51:05.809Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:51:05.809Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:51:06.417Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-27T00:51:06.417Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:51:06.417Z] OK: 5 MiB in 15 packages [2021-01-27T00:51:06.697Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-27T00:51:06.697Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:51:06.697Z] OK: 5 MiB in 15 packages [2021-01-27T00:51:06.976Z] + go get github.com/robfig/glock [2021-01-27T00:51:09.063Z] Removing intermediate container 57f5696c0108 [2021-01-27T00:51:09.063Z] ---> 51bde4ed9f14 [2021-01-27T00:51:09.063Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T00:51:09.063Z] ---> Running in 05fe70afe38d [2021-01-27T00:51:09.345Z] Removing intermediate container a8fe70ad997b [2021-01-27T00:51:09.345Z] Removing intermediate container d1e33ed66921 [2021-01-27T00:51:09.345Z] ---> 9b5e25fc0283 [2021-01-27T00:51:09.345Z] [2021-01-27T00:51:09.345Z] Step 11/26 : FROM docker:20.10.0 [2021-01-27T00:51:09.345Z] ---> 0f18fcf890fa [2021-01-27T00:51:09.345Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T00:51:09.650Z] ---> Running in 9bc39aa4bc46 [2021-01-27T00:51:09.650Z] 20.10.0: Pulling from library/docker [2021-01-27T00:51:10.005Z] Removing intermediate container 05fe70afe38d [2021-01-27T00:51:10.005Z] ---> a7b4de7326d6 [2021-01-27T00:51:10.005Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-27T00:51:10.298Z] ---> Running in 778f7497a849 [2021-01-27T00:51:10.923Z] Removing intermediate container 9bc39aa4bc46 [2021-01-27T00:51:10.923Z] ---> fe951a4ff9af [2021-01-27T00:51:10.923Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-27T00:51:11.219Z] ---> Running in 1ce9b4261044 [2021-01-27T00:51:12.291Z] Removing intermediate container 778f7497a849 [2021-01-27T00:51:12.291Z] ---> 8d548574bfe7 [2021-01-27T00:51:12.291Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-27T00:51:12.571Z] Removing intermediate container 1ce9b4261044 [2021-01-27T00:51:12.571Z] ---> b47f8d4a270f [2021-01-27T00:51:12.571Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-27T00:51:12.857Z] ---> Running in 9ee99e6827fa [2021-01-27T00:51:13.468Z] ---> Running in 163d12710797 [2021-01-27T00:51:13.742Z] Removing intermediate container 9ee99e6827fa [2021-01-27T00:51:13.742Z] ---> ae82811fd350 [2021-01-27T00:51:13.742Z] Step 15/23 : WORKDIR / [2021-01-27T00:51:14.733Z] ---> Running in f8527666c476 [2021-01-27T00:51:14.733Z] Removing intermediate container 163d12710797 [2021-01-27T00:51:14.733Z] ---> 49d0fb1176c7 [2021-01-27T00:51:14.733Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:51:16.215Z] Removing intermediate container f8527666c476 [2021-01-27T00:51:16.215Z] ---> a06883269c96 [2021-01-27T00:51:16.215Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:51:16.495Z] ---> 7016d5a696f8 [2021-01-27T00:51:16.495Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-27T00:51:17.967Z] ---> 24653720436f [2021-01-27T00:51:17.967Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-27T00:51:20.616Z] ---> f93ce21a551d [2021-01-27T00:51:20.616Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-27T00:51:22.072Z] ---> 573206b5ae25 [2021-01-27T00:51:22.072Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-27T00:51:22.359Z] ---> 1c7998110456 [2021-01-27T00:51:22.359Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-27T00:51:22.972Z] ---> Running in 131c8d7149cc [2021-01-27T00:51:23.256Z] Removing intermediate container 2c5d03ea4ce0 [2021-01-27T00:51:23.256Z] ---> 102176a60d52 [2021-01-27T00:51:23.256Z] [2021-01-27T00:51:23.257Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T00:51:23.257Z] ---> afeebe901d6b [2021-01-27T00:51:23.257Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-27T00:51:23.257Z] ---> Using cache [2021-01-27T00:51:23.257Z] ---> 0f18fcf890fa [2021-01-27T00:51:23.257Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T00:51:23.257Z] ---> Using cache [2021-01-27T00:51:23.257Z] ---> fe951a4ff9af [2021-01-27T00:51:23.257Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-27T00:51:23.549Z] ---> Running in 651a15a5e7de [2021-01-27T00:51:24.163Z] Removing intermediate container 131c8d7149cc [2021-01-27T00:51:24.163Z] ---> a578dfa1b871 [2021-01-27T00:51:24.163Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:51:24.452Z] ---> Running in 321e36a413df [2021-01-27T00:51:24.452Z] ---> 118f653e88a6 [2021-01-27T00:51:24.452Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-27T00:51:24.728Z] Removing intermediate container 651a15a5e7de [2021-01-27T00:51:24.728Z] ---> 073e565629ce [2021-01-27T00:51:24.728Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-27T00:51:25.003Z] ---> Running in 5527fdf0f56b [2021-01-27T00:51:25.278Z] ---> Running in 04369f741d43 [2021-01-27T00:51:25.564Z] Removing intermediate container 321e36a413df [2021-01-27T00:51:25.564Z] ---> 96adf91aed17 [2021-01-27T00:51:25.564Z] Step 20/22 : LABEL arch=arm64 [2021-01-27T00:51:26.167Z] Removing intermediate container 5527fdf0f56b [2021-01-27T00:51:26.167Z] ---> 5e7da285cdbb [2021-01-27T00:51:26.167Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:51:26.448Z] ---> Running in 628d514a85ad [2021-01-27T00:51:26.448Z] Removing intermediate container 04369f741d43 [2021-01-27T00:51:26.448Z] ---> 7031c306f4f5 [2021-01-27T00:51:26.448Z] Step 15/23 : WORKDIR / [2021-01-27T00:51:26.728Z] ---> Running in 246cf939503b [2021-01-27T00:51:27.019Z] ---> Running in 02befa4bb7d6 [2021-01-27T00:51:27.664Z] Removing intermediate container 628d514a85ad [2021-01-27T00:51:27.664Z] ---> c8038ccbe05e [2021-01-27T00:51:27.664Z] Step 21/22 : LABEL git_sha=46d817a47c4f7a1ded41ac6f162cc7029364d06e [2021-01-27T00:51:27.950Z] Removing intermediate container 246cf939503b [2021-01-27T00:51:27.950Z] ---> d312d6146a61 [2021-01-27T00:51:27.950Z] Step 21/23 : LABEL arch=arm64 [2021-01-27T00:51:27.950Z] ---> Running in cec644a4493d [2021-01-27T00:51:28.241Z] ---> Running in 61035df103cf [2021-01-27T00:51:28.520Z] Removing intermediate container 02befa4bb7d6 [2021-01-27T00:51:28.520Z] ---> 82023394afd6 [2021-01-27T00:51:28.520Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:51:29.538Z] Removing intermediate container cec644a4493d [2021-01-27T00:51:29.538Z] ---> 99c53525a952 [2021-01-27T00:51:29.538Z] Step 22/22 : LABEL version=0.0.0 [2021-01-27T00:51:29.538Z] Removing intermediate container 61035df103cf [2021-01-27T00:51:29.538Z] ---> af625408a8c7 [2021-01-27T00:51:29.538Z] Step 22/23 : LABEL git_sha=46d817a47c4f7a1ded41ac6f162cc7029364d06e [2021-01-27T00:51:29.816Z] ---> Running in 34a77e7b43da [2021-01-27T00:51:30.096Z] ---> Running in 72049c2de2ad [2021-01-27T00:51:30.096Z] ---> 938ba0c5a4f6 [2021-01-27T00:51:30.096Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-27T00:51:31.111Z] Removing intermediate container 34a77e7b43da [2021-01-27T00:51:31.111Z] ---> d547c3014ba6 [2021-01-27T00:51:31.111Z] [2021-01-27T00:51:31.111Z] Removing intermediate container 72049c2de2ad [2021-01-27T00:51:31.111Z] ---> 12d787ae8244 [2021-01-27T00:51:31.111Z] Step 23/23 : LABEL version=0.0.0 [2021-01-27T00:51:31.749Z] ---> Running in a3c492c1ffec [2021-01-27T00:51:31.749Z] Successfully built d547c3014ba6 [2021-01-27T00:51:31.749Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-27T00:51:31.749Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-01-27T00:51:32.741Z] ---> 2a26bd3099a8 [2021-01-27T00:51:32.741Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-27T00:51:32.741Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-27T00:51:32.741Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-27T00:51:32.741Z] ---> eeaf43b92773 [2021-01-27T00:51:32.741Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-27T00:51:33.022Z] Removing intermediate container a3c492c1ffec [2021-01-27T00:51:33.022Z] ---> c82b177a7144 [2021-01-27T00:51:33.022Z] [2021-01-27T00:51:33.022Z] ---> Running in 5c03e37fe5c2 [2021-01-27T00:51:33.299Z] + glock sync -n [2021-01-27T00:51:33.911Z] Successfully built c82b177a7144 [2021-01-27T00:51:33.911Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-27T00:51:33.911Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2021-01-27T00:51:34.517Z] ---> d182f0b29299 [2021-01-27T00:51:34.517Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-27T00:51:34.793Z] ---> Running in 924009d3125c [2021-01-27T00:51:35.072Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:51:35.072Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:51:35.342Z] Removing intermediate container 924009d3125c [2021-01-27T00:51:35.342Z] ---> 972895a31e6b [2021-01-27T00:51:35.342Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:51:35.619Z] ---> Running in 370215fa1b4e [2021-01-27T00:51:35.898Z] (1/2) Installing readline (8.0.4-r0) [2021-01-27T00:51:35.898Z] (2/2) Installing bash (5.0.17-r0) [2021-01-27T00:51:35.898Z] Executing bash-5.0.17-r0.post-install [2021-01-27T00:51:35.898Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:51:35.898Z] OK: 12 MiB in 22 packages [2021-01-27T00:51:36.872Z] Removing intermediate container 370215fa1b4e [2021-01-27T00:51:36.872Z] ---> 3994357a9de8 [2021-01-27T00:51:36.872Z] Step 21/23 : LABEL arch=arm64 [2021-01-27T00:51:38.336Z] ---> Running in 8244cd590c6f [2021-01-27T00:51:38.992Z] Removing intermediate container 8244cd590c6f [2021-01-27T00:51:38.992Z] ---> 2cf2fa22908c [2021-01-27T00:51:38.992Z] Step 22/23 : LABEL git_sha=46d817a47c4f7a1ded41ac6f162cc7029364d06e [2021-01-27T00:51:39.614Z] Removing intermediate container 5c03e37fe5c2 [2021-01-27T00:51:39.614Z] ---> d801217fdb5d [2021-01-27T00:51:39.614Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-27T00:51:40.215Z] ---> Running in f796ebfcf67f [2021-01-27T00:51:40.499Z] ---> Running in ddf94775ff29 [2021-01-27T00:51:40.780Z] Removing intermediate container f796ebfcf67f [2021-01-27T00:51:40.780Z] ---> 8c0c826ba3a7 [2021-01-27T00:51:40.780Z] Step 23/23 : LABEL version=0.0.0 [2021-01-27T00:51:41.405Z] Removing intermediate container ddf94775ff29 [2021-01-27T00:51:41.405Z] ---> dad3c30b0de3 [2021-01-27T00:51:41.405Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-27T00:51:41.682Z] ---> Running in f46329d90097 [2021-01-27T00:51:41.980Z] ---> Running in 11aae9aa5f1e [2021-01-27T00:51:42.586Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-27T00:51:42.586Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-27T00:51:42.586Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-27T00:51:42.869Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-27T00:51:42.869Z] + git describe '--abbrev=0' --tags [2021-01-27T00:51:42.869Z] + TAG=v0.6.1 [2021-01-27T00:51:42.869Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-27T00:51:42.869Z] + apk --print-arch [2021-01-27T00:51:42.869Z] building [dockerize] for arm64 ... [2021-01-27T00:51:42.869Z] + arch=aarch64 [2021-01-27T00:51:42.869Z] + echo 'building [dockerize] for arm64 ... ' [2021-01-27T00:51:42.869Z] + GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize [2021-01-27T00:51:43.154Z] Removing intermediate container f46329d90097 [2021-01-27T00:51:43.154Z] ---> 8114112ba448 [2021-01-27T00:51:43.154Z] [2021-01-27T00:51:43.442Z] Removing intermediate container 11aae9aa5f1e [2021-01-27T00:51:43.442Z] ---> 557681ca5337 [2021-01-27T00:51:43.442Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-27T00:51:43.730Z] Successfully built 8114112ba448 [2021-01-27T00:51:43.730Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-27T00:51:44.018Z] Building docker-core-data-go [2021-01-27T00:51:44.018Z]  Building docker-core-metadata-go ... done  ---> Running in da95ace2f115 [2021-01-27T00:51:45.011Z] Removing intermediate container da95ace2f115 [2021-01-27T00:51:45.011Z] ---> 6542202b7771 [2021-01-27T00:51:45.011Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-27T00:51:46.468Z] ---> aaea436458ff [2021-01-27T00:51:46.468Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-27T00:51:47.469Z] ---> 2c453dc20d9f [2021-01-27T00:51:47.469Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-27T00:51:49.454Z] + date [2021-01-27T00:51:49.454Z] Wed Jan 27 00:51:48 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-27T00:51:49.454Z] + echo 'Wed Jan 27 00:51:48 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-27T00:51:49.454Z]  ---> b85c25b6ae45 [2021-01-27T00:51:49.454Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-27T00:51:49.729Z] ---> Running in c576d1a014e9 [2021-01-27T00:51:51.782Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:51:51.782Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:51:52.378Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-27T00:51:52.378Z] (2/33) Installing expat (2.2.9-r1) [2021-01-27T00:51:52.378Z] (3/33) Installing libffi (3.3-r2) [2021-01-27T00:51:52.378Z] (4/33) Installing gdbm (1.13-r1) [2021-01-27T00:51:52.378Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-27T00:51:52.378Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-27T00:51:52.378Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-27T00:51:55.019Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-27T00:51:55.019Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-27T00:51:55.019Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-27T00:51:55.019Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-27T00:51:55.019Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-27T00:51:55.019Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-27T00:51:55.019Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-27T00:51:55.019Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-27T00:51:55.019Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-27T00:51:55.019Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-27T00:51:55.019Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-27T00:51:55.019Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-27T00:51:55.019Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-27T00:51:55.019Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-27T00:51:55.019Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-27T00:51:55.019Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-27T00:51:55.019Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-27T00:51:55.296Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-27T00:51:55.296Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-27T00:51:55.296Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-27T00:51:55.296Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-27T00:51:55.296Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-27T00:51:55.296Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-27T00:51:55.296Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-27T00:51:55.296Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-27T00:51:55.296Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-27T00:51:55.572Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:51:55.572Z] OK: 71 MiB in 55 packages [2021-01-27T00:52:03.882Z] Removing intermediate container 08e66c7185d6 [2021-01-27T00:52:03.882Z] ---> 10c9d90e1ee9 [2021-01-27T00:52:03.882Z] [2021-01-27T00:52:03.882Z] Step 11/33 : FROM alpine:3.12 [2021-01-27T00:52:03.882Z] ---> afeebe901d6b [2021-01-27T00:52:03.882Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-27T00:52:04.487Z] ---> Running in fee8fc4fde92 [2021-01-27T00:52:05.465Z] Removing intermediate container fee8fc4fde92 [2021-01-27T00:52:05.465Z] ---> 810808b43352 [2021-01-27T00:52:05.465Z] Step 13/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-27T00:52:06.072Z] ---> Running in d8230823091e [2021-01-27T00:52:08.068Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:52:08.068Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:52:08.673Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-27T00:52:08.673Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-27T00:52:08.949Z] (3/3) Installing su-exec (0.2-r1) [2021-01-27T00:52:08.950Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:52:08.950Z] OK: 6 MiB in 17 packages [2021-01-27T00:52:09.938Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:52:09.938Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:52:09.938Z] ---> 6050d71b07a1 [2021-01-27T00:52:09.938Z] Step 3/24 : WORKDIR /edgex-go [2021-01-27T00:52:09.938Z] ---> Using cache [2021-01-27T00:52:09.938Z] ---> 8554b91dabde [2021-01-27T00:52:09.938Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:52:09.938Z] ---> Using cache [2021-01-27T00:52:09.938Z] ---> d1e542c86918 [2021-01-27T00:52:09.938Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-27T00:52:09.938Z] ---> Using cache [2021-01-27T00:52:09.938Z] ---> d693bf890526 [2021-01-27T00:52:09.938Z] Step 6/24 : COPY go.mod . [2021-01-27T00:52:09.938Z] ---> Using cache [2021-01-27T00:52:09.938Z] ---> 44fef60ec380 [2021-01-27T00:52:09.938Z] Step 7/24 : RUN go mod download [2021-01-27T00:52:09.938Z] ---> Using cache [2021-01-27T00:52:09.938Z] ---> f90f16184fe0 [2021-01-27T00:52:09.938Z] Step 8/24 : COPY . . [2021-01-27T00:52:09.938Z] ---> Using cache [2021-01-27T00:52:09.938Z] ---> d75bb3bbbf2c [2021-01-27T00:52:09.938Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-27T00:52:10.535Z] Removing intermediate container c576d1a014e9 [2021-01-27T00:52:10.535Z] ---> b40fef4f1267 [2021-01-27T00:52:10.535Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-27T00:52:11.550Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:52:11.550Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:52:11.550Z] ---> 6050d71b07a1 [2021-01-27T00:52:11.550Z] Step 3/22 : WORKDIR /edgex-go [2021-01-27T00:52:11.550Z] ---> Using cache [2021-01-27T00:52:11.550Z] ---> 8554b91dabde [2021-01-27T00:52:11.550Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:52:11.550Z] ---> Using cache [2021-01-27T00:52:11.550Z] ---> d1e542c86918 [2021-01-27T00:52:11.550Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-27T00:52:11.849Z] ---> Running in 35737ca296fd [2021-01-27T00:52:12.144Z] ---> Running in a048c832f1f7 [2021-01-27T00:52:12.144Z] ---> Running in 4ebad356af60 [2021-01-27T00:52:12.442Z] Removing intermediate container d8230823091e [2021-01-27T00:52:12.442Z] ---> 6bd7ef02c627 [2021-01-27T00:52:12.442Z] Step 14/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-27T00:52:13.496Z] ---> Running in 265a47f14a08 [2021-01-27T00:52:14.972Z] Removing intermediate container 265a47f14a08 [2021-01-27T00:52:14.972Z] ---> ea4427b1b014 [2021-01-27T00:52:14.972Z] Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-27T00:52:15.571Z] 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-27T00:52:15.571Z] ---> Running in 2268ca24df89 [2021-01-27T00:52:15.571Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:52:16.560Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:52:16.560Z] Removing intermediate container 2268ca24df89 [2021-01-27T00:52:16.560Z] ---> c026fd2d2142 [2021-01-27T00:52:16.560Z] Step 16/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-27T00:52:17.156Z] ---> Running in 5564c80dc747 [2021-01-27T00:52:17.439Z] OK: 217 MiB in 51 packages [2021-01-27T00:52:20.127Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:52:20.127Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:52:20.127Z] ---> 6050d71b07a1 [2021-01-27T00:52:20.127Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T00:52:20.127Z] ---> Using cache [2021-01-27T00:52:20.127Z] ---> 8554b91dabde [2021-01-27T00:52:20.127Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:52:20.127Z] ---> Using cache [2021-01-27T00:52:20.127Z] ---> d1e542c86918 [2021-01-27T00:52:20.127Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-27T00:52:20.127Z] ---> Running in e61bedefb667 [2021-01-27T00:52:20.417Z] Removing intermediate container 4ebad356af60 [2021-01-27T00:52:20.417Z] ---> a1c8f82e8300 [2021-01-27T00:52:20.417Z] Step 6/22 : COPY go.mod . [2021-01-27T00:52:21.938Z] Removing intermediate container 5564c80dc747 [2021-01-27T00:52:21.938Z] ---> 2a50d6493e9e [2021-01-27T00:52:21.938Z] Step 17/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-27T00:52:21.938Z] ---> Running in dd50a05d6ee6 [2021-01-27T00:52:21.938Z] ---> 0da1ad4a8df7 [2021-01-27T00:52:21.938Z] Step 7/22 : RUN go mod download [2021-01-27T00:52:22.229Z] ---> Running in 7879f89e3c49 [2021-01-27T00:52:22.507Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:52:23.117Z] Removing intermediate container dd50a05d6ee6 [2021-01-27T00:52:23.117Z] ---> a57e0844b0e4 [2021-01-27T00:52:23.117Z] Step 18/33 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-27T00:52:23.395Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:52:23.395Z] Collecting docker-compose==1.23.2 [2021-01-27T00:52:23.677Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-27T00:52:24.673Z] OK: 217 MiB in 51 packages [2021-01-27T00:52:25.278Z] ---> 412bee97053f [2021-01-27T00:52:25.278Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-27T00:52:25.555Z] Collecting jsonschema<3,>=2.5.1 [2021-01-27T00:52:25.555Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-27T00:52:26.558Z] Removing intermediate container e61bedefb667 [2021-01-27T00:52:26.558Z] ---> 7b4e3919e5cd [2021-01-27T00:52:26.558Z] Step 6/23 : COPY go.mod . [2021-01-27T00:52:26.558Z] Collecting texttable<0.10,>=0.9.0 [2021-01-27T00:52:26.558Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-27T00:52:26.845Z] ---> 2f1745597b9e [2021-01-27T00:52:26.845Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-27T00:52:27.129Z] ---> Running in 38f3371099de [2021-01-27T00:52:28.135Z] Removing intermediate container 7879f89e3c49 [2021-01-27T00:52:28.135Z] ---> 55c7c27cead8 [2021-01-27T00:52:28.135Z] Step 8/22 : COPY . . [2021-01-27T00:52:28.412Z] ---> 0091ab5d97c7 [2021-01-27T00:52:28.412Z] Step 7/23 : RUN go mod download [2021-01-27T00:52:28.702Z] ---> Running in f06adc09cd60 [2021-01-27T00:52:31.393Z] Collecting docker<4.0,>=3.6.0 [2021-01-27T00:52:31.393Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-27T00:52:33.421Z] Removing intermediate container 38f3371099de [2021-01-27T00:52:33.421Z] ---> dd2540487288 [2021-01-27T00:52:33.421Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:52:34.022Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-27T00:52:34.022Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-27T00:52:35.016Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-27T00:52:35.295Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-27T00:52:35.571Z] ---> fde8b0de74cc [2021-01-27T00:52:35.571Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-27T00:52:35.851Z] Removing intermediate container f06adc09cd60 [2021-01-27T00:52:35.851Z] ---> 5c002388a499 [2021-01-27T00:52:35.851Z] Step 8/23 : COPY . . [2021-01-27T00:52:36.131Z] Collecting cached-property<2,>=1.2.0 [2021-01-27T00:52:36.131Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-27T00:52:36.411Z] 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-27T00:52:36.691Z] Collecting docopt<0.7,>=0.6.1 [2021-01-27T00:52:36.691Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-27T00:52:39.354Z] ---> 8d8606781842 [2021-01-27T00:52:39.354Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-27T00:52:42.006Z] Collecting PyYAML<4,>=3.10 [2021-01-27T00:52:42.006Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-27T00:52:42.006Z] ---> 47a311e6bb41 [2021-01-27T00:52:42.006Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-27T00:52:45.466Z] ---> 9fcd2c4d4808 [2021-01-27T00:52:45.466Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-27T00:52:46.949Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-27T00:52:46.949Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-27T00:52:47.577Z] ---> 5aecc84d5d1c [2021-01-27T00:52:47.577Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-27T00:52:49.055Z] ---> Running in 6b0ab7cb93c6 [2021-01-27T00:52:50.545Z] Removing intermediate container 6b0ab7cb93c6 [2021-01-27T00:52:50.545Z] ---> 4e9db67205d8 [2021-01-27T00:52:50.545Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-27T00:52:50.545Z] Collecting docker-pycreds>=0.4.0 [2021-01-27T00:52:50.545Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-27T00:52:50.835Z] 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-27T00:52:51.854Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-27T00:52:51.854Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-27T00:52:52.466Z] ---> 3a0f82a40a1e [2021-01-27T00:52:52.466Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-27T00:52:53.083Z] Collecting idna<2.8,>=2.5 [2021-01-27T00:52:53.083Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-27T00:52:53.083Z] 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-27T00:52:53.083Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-27T00:52:53.083Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-27T00:52:53.083Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-27T00:52:53.083Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-27T00:52:53.370Z] ---> Running in da3df0442730 [2021-01-27T00:52:55.373Z] Installing collected packages: jsonschema, texttable, docker-pycreds, websocket-client, urllib3, idna, requests, docker, cached-property, docopt, PyYAML, dockerpty, docker-compose [2021-01-27T00:52:55.373Z] Running setup.py install for texttable: started [2021-01-27T00:52:58.927Z] Running setup.py install for texttable: finished with status 'done' [2021-01-27T00:52:59.549Z] Attempting uninstall: urllib3 [2021-01-27T00:52:59.549Z] Found existing installation: urllib3 1.25.9 [2021-01-27T00:52:59.549Z] Removing intermediate container da3df0442730 [2021-01-27T00:52:59.549Z] ---> af833977a3a5 [2021-01-27T00:52:59.549Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-27T00:52:59.549Z] Uninstalling urllib3-1.25.9: [2021-01-27T00:52:59.833Z] Successfully uninstalled urllib3-1.25.9 [2021-01-27T00:53:00.843Z] ---> Running in 714fb3b6ee96 [2021-01-27T00:53:00.843Z] Attempting uninstall: idna [2021-01-27T00:53:00.843Z] Found existing installation: idna 2.9 [2021-01-27T00:53:00.843Z] Uninstalling idna-2.9: [2021-01-27T00:53:01.133Z] Successfully uninstalled idna-2.9 [2021-01-27T00:53:02.172Z] Removing intermediate container 714fb3b6ee96 [2021-01-27T00:53:02.172Z] ---> 2ad96d2e60d4 [2021-01-27T00:53:02.172Z] Step 30/33 : CMD ["gate"] [2021-01-27T00:53:02.172Z] Attempting uninstall: requests [2021-01-27T00:53:02.172Z] Found existing installation: requests 2.23.0 [2021-01-27T00:53:02.172Z] Uninstalling requests-2.23.0: [2021-01-27T00:53:02.454Z] Successfully uninstalled requests-2.23.0 [2021-01-27T00:53:02.746Z] ---> 12d570bcf01c [2021-01-27T00:53:02.746Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-27T00:53:03.377Z] ---> Running in 666e1d7fc721 [2021-01-27T00:53:03.655Z] ---> Running in f11f088a82d3 [2021-01-27T00:53:04.675Z] Running setup.py install for docopt: started [2021-01-27T00:53:04.675Z] Removing intermediate container 666e1d7fc721 [2021-01-27T00:53:04.675Z] ---> 5dc3c4ab1d46 [2021-01-27T00:53:04.675Z] Step 31/33 : LABEL arch=arm64 [2021-01-27T00:53:06.189Z] ---> Running in d0809c8103b6 [2021-01-27T00:53:06.813Z] 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-27T00:53:07.832Z] Removing intermediate container d0809c8103b6 [2021-01-27T00:53:07.832Z] ---> 1902ef62e38d [2021-01-27T00:53:07.832Z] Step 32/33 : LABEL git_sha=46d817a47c4f7a1ded41ac6f162cc7029364d06e [2021-01-27T00:53:08.455Z] ---> Running in 744e057ea717 [2021-01-27T00:53:08.739Z] Running setup.py install for docopt: finished with status 'done' [2021-01-27T00:53:09.040Z] Running setup.py install for PyYAML: started [2021-01-27T00:53:09.041Z] ---> 34260fdd3a92 [2021-01-27T00:53:09.041Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-27T00:53:09.325Z] ---> Running in 8209e8a9d9ef [2021-01-27T00:53:09.611Z] Removing intermediate container 744e057ea717 [2021-01-27T00:53:09.611Z] ---> fd3693061603 [2021-01-27T00:53:09.611Z] Step 33/33 : LABEL version=0.0.0 [2021-01-27T00:53:10.620Z] ---> Running in 007b24503ba1 [2021-01-27T00:53:11.275Z] Removing intermediate container 007b24503ba1 [2021-01-27T00:53:11.275Z] ---> 9e3e28abae7f [2021-01-27T00:53:11.275Z] [2021-01-27T00:53:12.376Z] Successfully built 9e3e28abae7f [2021-01-27T00:53:12.376Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-27T00:53:12.376Z]  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go [2021-01-27T00:53:12.376Z] 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-27T00:53:14.444Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-27T00:53:14.444Z] Running setup.py install for dockerpty: started [2021-01-27T00:53:18.828Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-27T00:53:20.390Z] 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-27T00:53:30.697Z] 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-27T00:53:31.723Z] Removing intermediate container a048c832f1f7 [2021-01-27T00:53:31.723Z] ---> fc339cf8f8ab [2021-01-27T00:53:31.723Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-27T00:53:32.007Z] ---> Running in e8f2a6bb3aff [2021-01-27T00:53:34.702Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:53:34.991Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:53:36.503Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T00:53:36.503Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-27T00:53:36.503Z] (3/3) Installing curl (7.69.1-r3) [2021-01-27T00:53:36.503Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:53:36.503Z] OK: 71 MiB in 58 packages [2021-01-27T00:53:40.030Z] Removing intermediate container e8f2a6bb3aff [2021-01-27T00:53:40.030Z] ---> 00f0fe936062 [2021-01-27T00:53:40.030Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-27T00:53:40.325Z] ---> Running in f11c0ad2f397 [2021-01-27T00:53:41.844Z] Removing intermediate container f11c0ad2f397 [2021-01-27T00:53:41.844Z] ---> f8ca16e453ec [2021-01-27T00:53:41.844Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:53:41.844Z] ---> Running in 9c12cf5afb33 [2021-01-27T00:53:42.135Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:53:42.135Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:53:42.135Z] ---> 6050d71b07a1 [2021-01-27T00:53:42.135Z] Step 3/21 : WORKDIR /edgex-go [2021-01-27T00:53:42.135Z] ---> Using cache [2021-01-27T00:53:42.135Z] ---> 8554b91dabde [2021-01-27T00:53:42.135Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:53:42.135Z] ---> Using cache [2021-01-27T00:53:42.135Z] ---> d1e542c86918 [2021-01-27T00:53:42.135Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-27T00:53:42.135Z] ---> Using cache [2021-01-27T00:53:42.135Z] ---> d693bf890526 [2021-01-27T00:53:42.135Z] Step 6/21 : COPY go.mod . [2021-01-27T00:53:42.135Z] ---> Using cache [2021-01-27T00:53:42.135Z] ---> 44fef60ec380 [2021-01-27T00:53:42.135Z] Step 7/21 : RUN go mod download [2021-01-27T00:53:42.135Z] ---> Using cache [2021-01-27T00:53:42.135Z] ---> f90f16184fe0 [2021-01-27T00:53:42.135Z] Step 8/21 : COPY . . [2021-01-27T00:53:42.135Z] ---> Using cache [2021-01-27T00:53:42.135Z] ---> d75bb3bbbf2c [2021-01-27T00:53:42.135Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-27T00:53:42.434Z] ---> Running in f6b352d19936 [2021-01-27T00:53:43.072Z] Removing intermediate container 9c12cf5afb33 [2021-01-27T00:53:43.072Z] ---> e553585821ce [2021-01-27T00:53:43.072Z] Step 24/26 : LABEL arch=arm64 [2021-01-27T00:53:43.363Z] ---> Running in 70dc9cd6e346 [2021-01-27T00:53:43.985Z] Removing intermediate container 70dc9cd6e346 [2021-01-27T00:53:43.985Z] ---> 54263e8f6b7a [2021-01-27T00:53:43.985Z] Step 25/26 : LABEL git_sha=46d817a47c4f7a1ded41ac6f162cc7029364d06e [2021-01-27T00:53:44.283Z] ---> Running in 818d6a53729b [2021-01-27T00:53:44.906Z] 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-27T00:53:45.197Z] Removing intermediate container 818d6a53729b [2021-01-27T00:53:45.197Z] ---> 8c244e64bec5 [2021-01-27T00:53:45.197Z] Step 26/26 : LABEL version=0.0.0 [2021-01-27T00:53:45.483Z] ---> Running in cb168300f4fc [2021-01-27T00:53:46.121Z] Removing intermediate container cb168300f4fc [2021-01-27T00:53:46.121Z] ---> e9dbcb428fbc [2021-01-27T00:53:46.121Z] [2021-01-27T00:53:46.737Z] Successfully built e9dbcb428fbc [2021-01-27T00:53:47.026Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-27T00:53:53.864Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 35737ca296fd [2021-01-27T00:53:53.864Z] ---> d933ef0f20ae [2021-01-27T00:53:53.864Z] [2021-01-27T00:53:53.864Z] Step 10/24 : FROM alpine:3.12 [2021-01-27T00:53:53.864Z] ---> afeebe901d6b [2021-01-27T00:53:53.864Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-27T00:53:53.864Z] ---> Running in 9e1e98a8339c [2021-01-27T00:53:55.932Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:53:55.932Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:53:56.947Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-27T00:53:56.947Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T00:53:56.947Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-27T00:53:56.947Z] (4/5) Installing curl (7.69.1-r3) [2021-01-27T00:53:57.236Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-27T00:53:57.236Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:53:57.236Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T00:53:57.527Z] OK: 7 MiB in 19 packages [2021-01-27T00:54:01.009Z] Removing intermediate container 9e1e98a8339c [2021-01-27T00:54:01.009Z] ---> cba4a788a979 [2021-01-27T00:54:01.009Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-27T00:54:01.009Z] ---> Running in 7d9d7b84e0b3 [2021-01-27T00:54:01.634Z] Removing intermediate container 7d9d7b84e0b3 [2021-01-27T00:54:01.634Z] ---> 2aa12cdf7de9 [2021-01-27T00:54:01.634Z] Step 13/24 : WORKDIR / [2021-01-27T00:54:01.937Z] ---> Running in 739f41ec77ed [2021-01-27T00:54:02.985Z] Removing intermediate container 739f41ec77ed [2021-01-27T00:54:02.985Z] ---> 38a8ef7c693c [2021-01-27T00:54:02.985Z] 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-27T00:54:04.754Z] ---> cfc3c99a6151 [2021-01-27T00:54:04.754Z] 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-27T00:54:05.761Z] ---> 9b2d4640a138 [2021-01-27T00:54:05.761Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-27T00:54:07.227Z] ---> 66b1c3da9366 [2021-01-27T00:54:07.227Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-27T00:54:09.261Z] ---> ec36c229e528 [2021-01-27T00:54:09.261Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-27T00:54:11.315Z] ---> 96e4bf1446cd [2021-01-27T00:54:11.315Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-27T00:54:12.802Z] ---> 2afa35a2bea0 [2021-01-27T00:54:12.802Z] 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-27T00:54:12.802Z] ---> Running in c2ee3f83018d [2021-01-27T00:54:17.189Z] Removing intermediate container c2ee3f83018d [2021-01-27T00:54:17.189Z] ---> 304a2daf2cf7 [2021-01-27T00:54:17.189Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-27T00:54:17.491Z] ---> Running in e922380ff012 [2021-01-27T00:54:18.117Z] Removing intermediate container e922380ff012 [2021-01-27T00:54:18.117Z] ---> 3d7801465288 [2021-01-27T00:54:18.117Z] Step 22/24 : LABEL arch=arm64 [2021-01-27T00:54:18.412Z] ---> Running in 88b396cddc9a [2021-01-27T00:54:19.531Z] Removing intermediate container 88b396cddc9a [2021-01-27T00:54:19.531Z] ---> ac5a39b03fdf [2021-01-27T00:54:19.531Z] Step 23/24 : LABEL git_sha=46d817a47c4f7a1ded41ac6f162cc7029364d06e [2021-01-27T00:54:19.531Z] ---> Running in df50801d912f [2021-01-27T00:54:20.192Z] Removing intermediate container df50801d912f [2021-01-27T00:54:20.192Z] ---> 41e7c2cb28d4 [2021-01-27T00:54:20.192Z] Step 24/24 : LABEL version=0.0.0 [2021-01-27T00:54:20.488Z] ---> Running in af3def35c42a [2021-01-27T00:54:21.553Z] Removing intermediate container af3def35c42a [2021-01-27T00:54:21.553Z] ---> d19823e02840 [2021-01-27T00:54:21.553Z] [2021-01-27T00:54:22.210Z] Successfully built d19823e02840 [2021-01-27T00:54:22.210Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-27T00:55:01.632Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container f11f088a82d3 [2021-01-27T00:55:01.632Z] ---> ffdb90c3b8ff [2021-01-27T00:55:01.632Z] [2021-01-27T00:55:01.632Z] Step 10/22 : FROM alpine:3.12 [2021-01-27T00:55:01.632Z] ---> afeebe901d6b [2021-01-27T00:55:01.632Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-27T00:55:01.632Z] ---> Running in 45bdd9ddab10 [2021-01-27T00:55:01.632Z] 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-27T00:55:03.677Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:55:03.968Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:55:05.446Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-27T00:55:05.446Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-27T00:55:05.446Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:55:05.446Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T00:55:05.728Z] OK: 6 MiB in 16 packages [2021-01-27T00:55:08.459Z] Removing intermediate container 45bdd9ddab10 [2021-01-27T00:55:08.459Z] ---> 2a584f6d8fc9 [2021-01-27T00:55:08.459Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T00:55:08.737Z] ---> Running in df7262762fb8 [2021-01-27T00:55:09.370Z] Removing intermediate container df7262762fb8 [2021-01-27T00:55:09.371Z] ---> fe3ef47a2dd2 [2021-01-27T00:55:09.371Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-27T00:55:09.371Z] ---> Running in c179790da82f [2021-01-27T00:55:09.977Z] Removing intermediate container c179790da82f [2021-01-27T00:55:09.977Z] ---> 81f1a5e5276d [2021-01-27T00:55:09.977Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-27T00:55:10.269Z] ---> Running in a43705a62d20 [2021-01-27T00:55:10.889Z] Removing intermediate container a43705a62d20 [2021-01-27T00:55:10.889Z] ---> e8986cbb5b6c [2021-01-27T00:55:10.889Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:55:12.352Z] ---> ed61a7af55e1 [2021-01-27T00:55:12.352Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-27T00:55:14.360Z] ---> 9d0dea37a002 [2021-01-27T00:55:14.360Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-27T00:55:14.360Z] Removing intermediate container f6b352d19936 [2021-01-27T00:55:14.360Z] ---> 005fdab4b9b1 [2021-01-27T00:55:14.360Z] [2021-01-27T00:55:14.360Z] Step 10/21 : FROM alpine:3.12 [2021-01-27T00:55:14.360Z] ---> afeebe901d6b [2021-01-27T00:55:14.360Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-27T00:55:14.961Z] ---> Running in 288ce0e7c497 [2021-01-27T00:55:15.234Z] ---> 46cf39c5c58c [2021-01-27T00:55:15.234Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-27T00:55:15.518Z] ---> Running in 0af1b76fdf33 [2021-01-27T00:55:16.124Z] Removing intermediate container 0af1b76fdf33 [2021-01-27T00:55:16.124Z] ---> 3cb00166ab39 [2021-01-27T00:55:16.124Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:55:16.124Z] ---> Running in 2009877924c0 [2021-01-27T00:55:16.395Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:55:16.395Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:55:16.670Z] Removing intermediate container 2009877924c0 [2021-01-27T00:55:16.670Z] ---> 1e24beea6877 [2021-01-27T00:55:16.670Z] Step 20/22 : LABEL arch=arm64 [2021-01-27T00:55:16.953Z] ---> Running in de4d61f57c0a [2021-01-27T00:55:17.236Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-27T00:55:17.236Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T00:55:17.236Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-27T00:55:17.236Z] (4/4) Installing curl (7.69.1-r3) [2021-01-27T00:55:17.236Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:55:17.236Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T00:55:17.513Z] OK: 7 MiB in 18 packages [2021-01-27T00:55:17.792Z] Removing intermediate container de4d61f57c0a [2021-01-27T00:55:17.792Z] ---> 392289a320ff [2021-01-27T00:55:17.792Z] Step 21/22 : LABEL git_sha=46d817a47c4f7a1ded41ac6f162cc7029364d06e [2021-01-27T00:55:17.792Z] ---> Running in 1ec27a8cf1c0 [2021-01-27T00:55:18.392Z] Removing intermediate container 1ec27a8cf1c0 [2021-01-27T00:55:18.392Z] ---> 515d21deb48b [2021-01-27T00:55:18.392Z] Step 22/22 : LABEL version=0.0.0 [2021-01-27T00:55:18.665Z] ---> Running in 63e7111cd65a [2021-01-27T00:55:19.653Z] Removing intermediate container 63e7111cd65a [2021-01-27T00:55:19.653Z] ---> ab1731498fd4 [2021-01-27T00:55:19.653Z] [2021-01-27T00:55:19.653Z] Removing intermediate container 288ce0e7c497 [2021-01-27T00:55:19.653Z] ---> 3ba6d62d4042 [2021-01-27T00:55:19.653Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-27T00:55:19.930Z] ---> Running in c3211d925f0a [2021-01-27T00:55:19.930Z] Successfully built ab1731498fd4 [2021-01-27T00:55:19.930Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-27T00:55:20.525Z]  Building docker-support-notifications-go ... done Removing intermediate container c3211d925f0a [2021-01-27T00:55:20.525Z] ---> 2ec700bc29c8 [2021-01-27T00:55:20.525Z] Step 13/21 : WORKDIR /edgex [2021-01-27T00:55:20.799Z] ---> Running in 132746461c75 [2021-01-27T00:55:21.809Z] Removing intermediate container 132746461c75 [2021-01-27T00:55:21.809Z] ---> fbd79b8d60a8 [2021-01-27T00:55:21.809Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-27T00:55:22.804Z] ---> fb43450c0e60 [2021-01-27T00:55:22.804Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-27T00:55:23.078Z] Removing intermediate container 8209e8a9d9ef [2021-01-27T00:55:23.078Z] ---> b9c6776ddaee [2021-01-27T00:55:23.078Z] [2021-01-27T00:55:23.078Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T00:55:23.078Z] ---> afeebe901d6b [2021-01-27T00:55:23.078Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-27T00:55:23.355Z] ---> Running in fcba32e17d4a [2021-01-27T00:55:23.972Z] Removing intermediate container fcba32e17d4a [2021-01-27T00:55:23.972Z] ---> cca0bdba8d49 [2021-01-27T00:55:23.972Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-27T00:55:23.972Z] ---> ab48bf744b28 [2021-01-27T00:55:23.972Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-27T00:55:23.972Z] ---> Running in 235b997f2e22 [2021-01-27T00:55:24.958Z] Removing intermediate container 235b997f2e22 [2021-01-27T00:55:24.958Z] ---> fbe67898d4ec [2021-01-27T00:55:24.958Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-27T00:55:24.958Z] ---> Running in b9b9680b651f [2021-01-27T00:55:25.229Z] ---> 4898dc090576 [2021-01-27T00:55:25.229Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-27T00:55:25.503Z] ---> Running in 83452f39ddf6 [2021-01-27T00:55:25.503Z] Removing intermediate container b9b9680b651f [2021-01-27T00:55:25.503Z] ---> 47d5ec3fb4c8 [2021-01-27T00:55:25.503Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:55:25.781Z] ---> Running in 6e36e4a0a2ca [2021-01-27T00:55:26.054Z] Removing intermediate container 83452f39ddf6 [2021-01-27T00:55:26.054Z] ---> 2c786329d4f4 [2021-01-27T00:55:26.054Z] Step 18/21 : CMD ["--init=true"] [2021-01-27T00:55:26.328Z] ---> Running in 4abfb9ba3799 [2021-01-27T00:55:26.600Z] Removing intermediate container 4abfb9ba3799 [2021-01-27T00:55:26.600Z] ---> a194eab3b80d [2021-01-27T00:55:26.600Z] Step 19/21 : LABEL arch=arm64 [2021-01-27T00:55:26.871Z] ---> Running in 3bba4ee98282 [2021-01-27T00:55:27.470Z] Removing intermediate container 3bba4ee98282 [2021-01-27T00:55:27.470Z] ---> bce906fb81a8 [2021-01-27T00:55:27.470Z] Step 20/21 : LABEL git_sha=46d817a47c4f7a1ded41ac6f162cc7029364d06e [2021-01-27T00:55:27.745Z] ---> Running in a6cddcc07155 [2021-01-27T00:55:28.354Z] Removing intermediate container a6cddcc07155 [2021-01-27T00:55:28.354Z] ---> d8ca6ee5d64d [2021-01-27T00:55:28.354Z] Step 21/21 : LABEL version=0.0.0 [2021-01-27T00:55:28.354Z] Removing intermediate container 6e36e4a0a2ca [2021-01-27T00:55:28.354Z] ---> cf3a296e7ddf [2021-01-27T00:55:28.354Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-27T00:55:28.354Z] ---> Running in 894b32fa58a9 [2021-01-27T00:55:28.673Z] ---> Running in 9c5155a5d1cc [2021-01-27T00:55:28.954Z] Removing intermediate container 894b32fa58a9 [2021-01-27T00:55:28.954Z] ---> 9762978b4457 [2021-01-27T00:55:28.954Z] [2021-01-27T00:55:29.550Z] Successfully built 9762978b4457 [2021-01-27T00:55:29.550Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-27T00:55:29.822Z]  Building docker-security-proxy-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:55:30.801Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:55:31.394Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-27T00:55:31.394Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-27T00:55:31.666Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-27T00:55:31.666Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-27T00:55:31.939Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-27T00:55:32.536Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-27T00:55:32.536Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:55:32.809Z] OK: 8 MiB in 20 packages [2021-01-27T00:55:34.246Z] Removing intermediate container 9c5155a5d1cc [2021-01-27T00:55:34.246Z] ---> 297714fd7be0 [2021-01-27T00:55:34.246Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:55:34.845Z] ---> d90295dfad79 [2021-01-27T00:55:34.845Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-27T00:55:36.280Z] ---> f9ae3880d4ae [2021-01-27T00:55:36.280Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-27T00:55:37.259Z] ---> d7bd37185b31 [2021-01-27T00:55:37.259Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-27T00:55:37.259Z] ---> Running in dcfe28f8d60e [2021-01-27T00:55:37.855Z] Removing intermediate container dcfe28f8d60e [2021-01-27T00:55:37.855Z] ---> c322b2b53b88 [2021-01-27T00:55:37.855Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:55:37.855Z] ---> Running in b3af0f279d14 [2021-01-27T00:55:38.449Z] Removing intermediate container b3af0f279d14 [2021-01-27T00:55:38.449Z] ---> 148d5fa52a44 [2021-01-27T00:55:38.449Z] Step 21/23 : LABEL arch=arm64 [2021-01-27T00:55:38.734Z] ---> Running in a6c40c58e0dd [2021-01-27T00:55:39.004Z] Removing intermediate container a6c40c58e0dd [2021-01-27T00:55:39.004Z] ---> 402c2cc62ee8 [2021-01-27T00:55:39.004Z] Step 22/23 : LABEL git_sha=46d817a47c4f7a1ded41ac6f162cc7029364d06e [2021-01-27T00:55:39.278Z] ---> Running in cf926848ceca [2021-01-27T00:55:39.554Z] Removing intermediate container cf926848ceca [2021-01-27T00:55:39.554Z] ---> 4f2325b74abd [2021-01-27T00:55:39.555Z] Step 23/23 : LABEL version=0.0.0 [2021-01-27T00:55:39.828Z] ---> Running in 7400d884a632 [2021-01-27T00:55:40.420Z] Removing intermediate container 7400d884a632 [2021-01-27T00:55:40.420Z] ---> 55504727a63a [2021-01-27T00:55:40.420Z] [2021-01-27T00:55:40.692Z] Successfully built 55504727a63a [2021-01-27T00:55:40.692Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-27T00:55:41.250Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-27T00:55:41.247Z] $ docker stop --time=1 b02b301d5fe9d2fd3a0646b38c6fb5c12f7398d3bffeb930f1f9620398eb092d [2021-01-27T00:55:43.259Z] $ docker rm -f b02b301d5fe9d2fd3a0646b38c6fb5c12f7398d3bffeb930f1f9620398eb092d [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-27T00:55:44.052Z] + docker images [2021-01-27T00:55:44.052Z] + grep docker [2021-01-27T00:55:44.325Z] docker-core-data-go-arm64 latest 55504727a63a 4 seconds ago 21MB [2021-01-27T00:55:44.325Z] docker-security-proxy-setup-go-arm64 latest 9762978b4457 16 seconds ago 23.2MB [2021-01-27T00:55:44.325Z] docker-support-notifications-go-arm64 latest ab1731498fd4 25 seconds ago 16MB [2021-01-27T00:55:44.325Z] docker-security-secretstore-setup-go-arm64 latest d19823e02840 About a minute ago 23.4MB [2021-01-27T00:55:44.325Z] docker-sys-mgmt-agent-go-arm64 latest e9dbcb428fbc About a minute ago 300MB [2021-01-27T00:55:44.325Z] docker-security-bootstrapper-go-arm64 latest 9e3e28abae7f 2 minutes ago 31.9MB [2021-01-27T00:55:44.325Z] docker-core-metadata-go-arm64 latest 8114112ba448 4 minutes ago 17.7MB [2021-01-27T00:55:44.326Z] docker-core-command-go-arm64 latest c82b177a7144 4 minutes ago 15.4MB [2021-01-27T00:55:44.326Z] docker-support-scheduler-go-arm64 latest d547c3014ba6 4 minutes ago 15.5MB [2021-01-27T00:55:44.326Z] docker 20.10.0 eeaf43b92773 6 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-27T00:55:45.988Z] provisioning config files... [2021-01-27T00:55:46.053Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config6188180217579914653tmp [Pipeline] { [Pipeline] sh [2021-01-27T00:55:46.440Z] + set +x [2021-01-27T00:55:46.440Z] + curl -s https://codecov.io/bash [2021-01-27T00:55:46.440Z] + bash -s -- [2021-01-27T00:55:47.015Z] [2021-01-27T00:55:47.015Z] _____ _ [2021-01-27T00:55:47.015Z] / ____| | | [2021-01-27T00:55:47.015Z] | | ___ __| | ___ ___ _____ __ [2021-01-27T00:55:47.015Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-27T00:55:47.015Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-27T00:55:47.015Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-27T00:55:47.015Z] Bash-20210115-cec3c92 [2021-01-27T00:55:47.015Z] [2021-01-27T00:55:47.015Z] [2021-01-27T00:55:47.015Z] ==> git version 2.24.3 found [2021-01-27T00:55:47.015Z] ==> 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-27T00:55:47.015Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-27T00:55:47.015Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-27T00:55:47.015Z] ==> Jenkins CI detected. [2021-01-27T00:55:47.015Z] project root: . [2021-01-27T00:55:47.015Z] --> token set from env [2021-01-27T00:55:47.015Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-27T00:55:47.015Z] ==> Running gcov in . (disable via -X gcov) [2021-01-27T00:55:47.015Z] ==> Python coveragepy not found [2021-01-27T00:55:47.015Z] ==> Searching for coverage reports in: [2021-01-27T00:55:47.015Z] + . [2021-01-27T00:55:47.015Z] -> Found 1 reports [2021-01-27T00:55:47.015Z] ==> Detecting git/mercurial file structure [2021-01-27T00:55:47.015Z] ==> Reading reports [2021-01-27T00:55:47.015Z] + ./coverage.out bytes=564700 [2021-01-27T00:55:47.278Z] ==> Appending adjustments [2021-01-27T00:55:47.278Z] https://docs.codecov.io/docs/fixing-reports [2021-01-27T00:55:50.595Z] + Found adjustments [2021-01-27T00:55:50.595Z] ==> Gzipping contents [2021-01-27T00:55:50.595Z] 84K /tmp/codecov.mDfpnF.gz [2021-01-27T00:55:50.595Z] ==> Uploading reports [2021-01-27T00:55:50.595Z] url: https://codecov.io [2021-01-27T00:55:50.595Z] query: branch=PR-3076&commit=46d817a47c4f7a1ded41ac6f162cc7029364d06e&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3076%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3076&job=&cmd_args= [2021-01-27T00:55:50.595Z] -> Pinging Codecov [2021-01-27T00:55:50.595Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3076&commit=46d817a47c4f7a1ded41ac6f162cc7029364d06e&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3076%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3076&job=&cmd_args= [2021-01-27T00:55:50.868Z] -> Uploading to [2021-01-27T00:55:50.868Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-27/00271124DB129430A58F1EEE437C3FCB/46d817a47c4f7a1ded41ac6f162cc7029364d06e/f39e095b-d3f6-4dfa-b733-78dec87fb636.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210127%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210127T005550Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1f856323d36202100a69cb18af25e92ff6eb32e64728a798c68e10d16b36e872 [2021-01-27T00:55:50.868Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-27T00:55:50.868Z] Dload Upload Total Spent Left Speed [2021-01-27T00:55:51.444Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85523 0 0 100 85523 0 145k --:--:-- --:--:-- --:--:-- 145k [2021-01-27T00:55:51.444Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/46d817a47c4f7a1ded41ac6f162cc7029364d06e [Pipeline] } [2021-01-27T00:55:51.454Z] 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-27T00:55:53.418Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T00:55:54.347Z] ---> package-listing.sh [2021-01-27T00:55:54.347Z] ++ facter osfamily [2021-01-27T00:55:54.347Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-27T00:55:54.347Z] + OS_FAMILY=redhat [2021-01-27T00:55:54.347Z] + workspace=/w/workspace/edgex-go/2 [2021-01-27T00:55:54.347Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-27T00:55:54.347Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-27T00:55:54.347Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-27T00:55:54.347Z] + PACKAGES=/tmp/packages_start.txt [2021-01-27T00:55:54.347Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-27T00:55:54.347Z] + PACKAGES=/tmp/packages_end.txt [2021-01-27T00:55:54.347Z] + case "${OS_FAMILY}" in [2021-01-27T00:55:54.347Z] + rpm -qa [2021-01-27T00:55:54.347Z] + sort [2021-01-27T00:55:59.687Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-27T00:55:59.687Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-27T00:55:59.687Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-27T00:55:59.687Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-27T00:55:59.687Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-01-27T00:55:59.687Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-01-27T00:55:59.760Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-27T00:56:00.295Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:56:00.624Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-27T00:56:00.888Z] [2021-01-27T00:56:00.888Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:56:01.249Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-27T00:56:01.249Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-27T00:56:01.249Z] df20fa9351a1: Pulling fs layer [2021-01-27T00:56:01.249Z] 36b3adc4ff6f: Pulling fs layer [2021-01-27T00:56:01.249Z] 8ad3a11d3b57: Pulling fs layer [2021-01-27T00:56:01.249Z] 46f8f816bc3b: Pulling fs layer [2021-01-27T00:56:01.249Z] 93b61091891f: Pulling fs layer [2021-01-27T00:56:01.249Z] 93b9cdb0e59b: Pulling fs layer [2021-01-27T00:56:01.249Z] 5e14af77c1be: Pulling fs layer [2021-01-27T00:56:01.249Z] 01666e4c0597: Pulling fs layer [2021-01-27T00:56:01.249Z] aa168da1d23b: Pulling fs layer [2021-01-27T00:56:01.249Z] 93b9cdb0e59b: Waiting [2021-01-27T00:56:01.249Z] 5e14af77c1be: Waiting [2021-01-27T00:56:01.249Z] 01666e4c0597: Waiting [2021-01-27T00:56:01.249Z] aa168da1d23b: Waiting [2021-01-27T00:56:01.249Z] 93b61091891f: Waiting [2021-01-27T00:56:01.249Z] 46f8f816bc3b: Waiting [2021-01-27T00:56:01.249Z] 36b3adc4ff6f: Verifying Checksum [2021-01-27T00:56:01.249Z] 36b3adc4ff6f: Download complete [2021-01-27T00:56:01.249Z] 46f8f816bc3b: Verifying Checksum [2021-01-27T00:56:01.249Z] 46f8f816bc3b: Download complete [2021-01-27T00:56:01.513Z] df20fa9351a1: Verifying Checksum [2021-01-27T00:56:01.513Z] 93b9cdb0e59b: Download complete [2021-01-27T00:56:01.513Z] 5e14af77c1be: Verifying Checksum [2021-01-27T00:56:01.513Z] 5e14af77c1be: Download complete [2021-01-27T00:56:01.513Z] 01666e4c0597: Verifying Checksum [2021-01-27T00:56:01.513Z] 01666e4c0597: Download complete [2021-01-27T00:56:01.513Z] 8ad3a11d3b57: Verifying Checksum [2021-01-27T00:56:01.513Z] 8ad3a11d3b57: Download complete [2021-01-27T00:56:01.776Z] 93b61091891f: Verifying Checksum [2021-01-27T00:56:01.776Z] 93b61091891f: Download complete [2021-01-27T00:56:01.776Z] df20fa9351a1: Pull complete [2021-01-27T00:56:02.047Z] 36b3adc4ff6f: Pull complete [2021-01-27T00:56:03.002Z] 8ad3a11d3b57: Pull complete [2021-01-27T00:56:03.002Z] 46f8f816bc3b: Pull complete [2021-01-27T00:56:03.578Z] 93b61091891f: Pull complete [2021-01-27T00:56:03.578Z] 93b9cdb0e59b: Pull complete [2021-01-27T00:56:03.578Z] 5e14af77c1be: Pull complete [2021-01-27T00:56:03.842Z] 01666e4c0597: Pull complete [2021-01-27T00:56:06.415Z] aa168da1d23b: Verifying Checksum [2021-01-27T00:56:06.415Z] aa168da1d23b: Download complete [2021-01-27T00:56:14.640Z] aa168da1d23b: Pull complete [2021-01-27T00:56:14.640Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-27T00:56:14.640Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-27T00:56:14.640Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-27T00:56:14.843Z] prd-centos7-docker-4c-2g-22929 does not seem to be running inside a container [2021-01-27T00:56:14.906Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-27T00:56:25.108Z] $ docker top e7d650353c3fa090e34ef221103ea7bec52151c2dea7a828d220ed631ac26074 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T00:56:25.933Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-27T00:56:26.261Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-27T00:56:26.578Z] + ls /var/log/sa-host [2021-01-27T00:56:26.578Z] + sadf -c /var/log/sa-host/sa23 [2021-01-27T00:56:26.578Z] file_magic: OK [2021-01-27T00:56:26.578Z] HZ: Using current value: 100 [2021-01-27T00:56:26.578Z] file_header: OK [2021-01-27T00:56:26.578Z] 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-27T00:56:26.578Z] Statistics: [2021-01-27T00:56:26.578Z] Hnuu...uuuununununu... [2021-01-27T00:56:26.578Z] File successfully converted to sysstat format version 12.2.1 [2021-01-27T00:56:26.578Z] + sadf -c /var/log/sa-host/sa27 [2021-01-27T00:56:26.578Z] file_magic: OK [2021-01-27T00:56:26.578Z] HZ: Using current value: 100 [2021-01-27T00:56:26.578Z] file_header: OK [2021-01-27T00:56:26.578Z] 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-27T00:56:26.578Z] Statistics: [2021-01-27T00:56:26.578Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-27T00:56:26.578Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-27T00:56:26.803Z] provisioning config files... [2021-01-27T00:56:26.820Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config4666481794915158262tmp [Pipeline] { [Pipeline] echo [2021-01-27T00:56:26.893Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T00:56:27.200Z] ---> create-netrc.sh [Pipeline] } [2021-01-27T00:56:27.210Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-27T00:56:27.298Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T00:56:27.597Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-27T00:56:27.608Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T00:56:27.911Z] ---> sudo-logs.sh [2021-01-27T00:56:27.911Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-27T00:56:27.923Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T00:56:28.233Z] ---> job-cost.sh [2021-01-27T00:56:28.233Z] lf-activate-venv: SKIPPING [2021-01-27T00:56:28.233Z] INFO: No Stack... [2021-01-27T00:56:29.179Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-27T00:56:29.441Z] INFO: Archiving Costs [Pipeline] echo [2021-01-27T00:56:29.455Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T00:56:29.751Z] ---> logs-deploy.sh [2021-01-27T00:56:29.751Z] lf-activate-venv: SKIPPING [2021-01-27T00:56:29.751Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3076/2 [2021-01-27T00:56:29.751Z] INFO: archiving workspace using pattern(s): [2021-01-27T00:56:31.673Z] Archives upload complete. [2021-01-27T00:56:31.673Z] INFO: archiving logs to Nexus