Pull request #3027 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0d048c99a2e689bcffe87ab7e4893f9cb34f024e+ba3f575de95cda6ffdeb8943f6d6d62c3955065b (30c88a231032de60d9f8463e76dc0b3b278a33c6) 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-21668 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/18 [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/18 # 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/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit ba3f575de95cda6ffdeb8943f6d6d62c3955065b into PR head commit 0d048c99a2e689bcffe87ab7e4893f9cb34f024e Merge succeeded, producing 0d048c99a2e689bcffe87ab7e4893f9cb34f024e Checking out Revision 0d048c99a2e689bcffe87ab7e4893f9cb34f024e (PR-3027) > git config core.sparsecheckout # timeout=10 > git checkout -f 0d048c99a2e689bcffe87ab7e4893f9cb34f024e # 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 ba3f575de95cda6ffdeb8943f6d6d62c3955065b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0d048c99a2e689bcffe87ab7e4893f9cb34f024e # timeout=10 Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" First time build. Skipping changelog. > git rev-list --no-walk 16cc25e94c27377845b649f3af051c6a69a82b9b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-20T21:01:21.372Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-20T21:01:21.640Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-20T21:01:21.738Z] ========================================================= [2021-01-20T21:01:21.738Z] EdgeX Global Pipelines Version Info [2021-01-20T21:01:21.738Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-20T21:01:23.740Z] ------------------- [2021-01-20T21:01:23.740Z] stable info: [2021-01-20T21:01:23.740Z] ------------------- [2021-01-20T21:01:23.740Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T21:01:23.740Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T21:01:23.740Z] Message: update stable to v1.0.179 [2021-01-20T21:01:24.316Z] ------------------- [2021-01-20T21:01:24.316Z] experimental info: [2021-01-20T21:01:24.316Z] ------------------- [2021-01-20T21:01:24.316Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T21:01:24.316Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T21:01:24.316Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-20T21:01:24.558Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-20T21:01:24.640Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-20T21:01:24.724Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-20T21:01:24.805Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-20T21:01:24.887Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-20T21:01:25.027Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-20T21:01:25.134Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-20T21:01:25.220Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-20T21:01:25.302Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-20T21:01:25.438Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-20T21:01:25.519Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-20T21:01:25.677Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-20T21:01:25.763Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-20T21:01:25.899Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-20T21:01:25.977Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-20T21:01:26.057Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-20T21:01:26.139Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-20T21:01:26.227Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-20T21:01:26.308Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-20T21:01:26.391Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-20T21:01:26.482Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-20T21:01:26.571Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-20T21:01:26.655Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-20T21:01:26.739Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3027 [Pipeline] echo [2021-01-20T21:01:26.865Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3027 [Pipeline] echo [2021-01-20T21:01:26.947Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3027 [Pipeline] echo [2021-01-20T21:01:27.030Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0d048c99a2e689bcffe87ab7e4893f9cb34f024e [Pipeline] echo [2021-01-20T21:01:27.116Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0d048c9 [Pipeline] echo [2021-01-20T21:01:27.198Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T21:01:27.378Z] provisioning config files... [2021-01-20T21:01:27.410Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/18@tmp/config7804196339207976852tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T21:01:27.775Z] ---> docker-login.sh [2021-01-20T21:01:27.775Z] nexus3.edgexfoundry.org:10001 [2021-01-20T21:01:28.044Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T21:01:28.308Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T21:01:28.308Z] Configure a credential helper to remove this warning. See [2021-01-20T21:01:28.308Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T21:01:28.308Z] [2021-01-20T21:01:28.308Z] Login Succeeded [2021-01-20T21:01:28.308Z] nexus3.edgexfoundry.org:10002 [2021-01-20T21:01:28.308Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T21:01:28.576Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T21:01:28.576Z] Configure a credential helper to remove this warning. See [2021-01-20T21:01:28.576Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T21:01:28.576Z] [2021-01-20T21:01:28.576Z] Login Succeeded [2021-01-20T21:01:28.576Z] nexus3.edgexfoundry.org:10003 [2021-01-20T21:01:28.576Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T21:01:28.840Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T21:01:28.840Z] Configure a credential helper to remove this warning. See [2021-01-20T21:01:28.840Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T21:01:28.840Z] [2021-01-20T21:01:28.840Z] Login Succeeded [2021-01-20T21:01:28.840Z] nexus3.edgexfoundry.org:10004 [2021-01-20T21:01:28.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T21:01:28.840Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T21:01:28.840Z] Configure a credential helper to remove this warning. See [2021-01-20T21:01:28.840Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T21:01:28.840Z] [2021-01-20T21:01:28.840Z] Login Succeeded [2021-01-20T21:01:28.840Z] docker.io [2021-01-20T21:01:29.107Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T21:01:29.371Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T21:01:29.371Z] Configure a credential helper to remove this warning. See [2021-01-20T21:01:29.371Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T21:01:29.371Z] [2021-01-20T21:01:29.371Z] Login Succeeded [2021-01-20T21:01:29.371Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T21:01:29.382Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T21:01:29.893Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/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-20T21:01:29.893Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T21:01:29.893Z] ++ dirname cmd/core-command/Dockerfile [2021-01-20T21:01:29.893Z] ++ cut -d/ -f2 [2021-01-20T21:01:29.893Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-20T21:01:29.893Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T21:01:29.893Z] ++ dirname cmd/core-data/Dockerfile [2021-01-20T21:01:29.893Z] ++ cut -d/ -f2 [2021-01-20T21:01:29.893Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-20T21:01:29.893Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T21:01:29.893Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-20T21:01:29.893Z] ++ cut -d/ -f2 [2021-01-20T21:01:29.893Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-20T21:01:29.893Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T21:01:29.893Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-20T21:01:29.893Z] ++ cut -d/ -f2 [2021-01-20T21:01:29.893Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-20T21:01:29.893Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T21:01:29.893Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-20T21:01:29.893Z] ++ cut -d/ -f2 [2021-01-20T21:01:29.893Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-20T21:01:29.893Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T21:01:29.893Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-20T21:01:29.893Z] ++ cut -d/ -f2 [2021-01-20T21:01:29.893Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-20T21:01:29.893Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T21:01:29.893Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-20T21:01:29.893Z] ++ cut -d/ -f2 [2021-01-20T21:01:29.893Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-20T21:01:29.893Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T21:01:29.893Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-20T21:01:29.893Z] ++ cut -d/ -f2 [2021-01-20T21:01:29.893Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-20T21:01:29.893Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T21:01:29.893Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-20T21:01:29.893Z] ++ cut -d/ -f2 [2021-01-20T21:01:29.893Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-20T21:01:29.984Z] 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/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-20T21:01:31.085Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T21:01:31.085Z] [2021-01-20T21:01:31.085Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:01:31.435Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T21:01:31.435Z] latest: Pulling from edgex-devops/git-semver [2021-01-20T21:01:31.435Z] 31603596830f: Pulling fs layer [2021-01-20T21:01:31.435Z] 2a8b12db71e7: Pulling fs layer [2021-01-20T21:01:31.435Z] 6ca5941a6612: Pulling fs layer [2021-01-20T21:01:31.435Z] ecc8261a40a4: Pulling fs layer [2021-01-20T21:01:31.435Z] ecc8261a40a4: Waiting [2021-01-20T21:01:31.435Z] 2a8b12db71e7: Download complete [2021-01-20T21:01:31.435Z] 31603596830f: Verifying Checksum [2021-01-20T21:01:31.435Z] 31603596830f: Download complete [2021-01-20T21:01:31.703Z] ecc8261a40a4: Verifying Checksum [2021-01-20T21:01:31.703Z] ecc8261a40a4: Download complete [2021-01-20T21:01:31.703Z] 6ca5941a6612: Download complete [2021-01-20T21:01:31.973Z] 31603596830f: Pull complete [2021-01-20T21:01:31.973Z] 2a8b12db71e7: Pull complete [2021-01-20T21:01:32.932Z] 6ca5941a6612: Pull complete [2021-01-20T21:01:33.198Z] ecc8261a40a4: Pull complete [2021-01-20T21:01:33.198Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-20T21:01:33.198Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T21:01:33.198Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-20T21:01:33.315Z] prd-centos7-docker-4c-2g-21668 does not seem to be running inside a container [2021-01-20T21:01:33.380Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-20T21:01:35.965Z] $ docker top 97b7f9c49a6abfe950098d9856bc6757ab5fd4dace2579979be26b8c0660fbe2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-20T21:01:36.299Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T21:01:36.300Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T21:01:36.560Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T21:01:36.569Z] $ docker exec 97b7f9c49a6abfe950098d9856bc6757ab5fd4dace2579979be26b8c0660fbe2 ssh-agent [2021-01-20T21:01:36.751Z] SSH_AUTH_SOCK=/tmp/ssh-ofqcdSRfYzTJ/agent.12 [2021-01-20T21:01:36.751Z] SSH_AGENT_PID=18 [2021-01-20T21:01:36.763Z] Running ssh-add (command line suppressed) [2021-01-20T21:01:36.907Z] Identity added: /w/workspace/edgex-go/18@tmp/private_key_576452245259476204.key (/w/workspace/edgex-go/18@tmp/private_key_576452245259476204.key) [2021-01-20T21:01:36.960Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T21:01:37.293Z] + git tag --points-at HEAD [Pipeline] } [2021-01-20T21:01:37.322Z] $ docker exec --env ******** --env ******** 97b7f9c49a6abfe950098d9856bc6757ab5fd4dace2579979be26b8c0660fbe2 ssh-agent -k [2021-01-20T21:01:37.442Z] unset SSH_AUTH_SOCK; [2021-01-20T21:01:37.443Z] unset SSH_AGENT_PID; [2021-01-20T21:01:37.443Z] echo Agent pid 18 killed; [2021-01-20T21:01:37.488Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-20T21:01:37.620Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T21:01:37.620Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T21:01:37.801Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T21:01:37.810Z] $ docker exec 97b7f9c49a6abfe950098d9856bc6757ab5fd4dace2579979be26b8c0660fbe2 ssh-agent [2021-01-20T21:01:38.112Z] SSH_AUTH_SOCK=/tmp/ssh-alhvNYHVPt0m/agent.47 [2021-01-20T21:01:38.112Z] SSH_AGENT_PID=52 [2021-01-20T21:01:38.119Z] Running ssh-add (command line suppressed) [2021-01-20T21:01:38.246Z] Identity added: /w/workspace/edgex-go/18@tmp/private_key_4075840302367433339.key (/w/workspace/edgex-go/18@tmp/private_key_4075840302367433339.key) [2021-01-20T21:01:38.298Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T21:01:38.634Z] + git semver init [2021-01-20T21:01:38.634Z] # -> Open(): unable to determine branch for HEAD [2021-01-20T21:01:38.634Z] # $GIT_DIR = /w/workspace/edgex-go/18/.git [2021-01-20T21:01:38.634Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/18 [2021-01-20T21:01:38.634Z] # $SEMVER_REMOTE_NAME = origin [2021-01-20T21:01:38.634Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-20T21:01:38.634Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-20T21:01:38.634Z] # $SEMVER_BRANCH = PR-3027 [2021-01-20T21:01:38.634Z] # $SEMVER_TEMP = /tmp/semver-767684987 [2021-01-20T21:01:38.634Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-20T21:01:56.825Z] # '/tmp/semver-767684987' -> '/w/workspace/edgex-go/18/.semver' [2021-01-20T21:01:56.825Z] # -> Force: false [2021-01-20T21:01:56.825Z] # $SEMVER_DIR = /w/workspace/edgex-go/18/.semver [Pipeline] } [2021-01-20T21:01:56.843Z] $ docker exec --env ******** --env ******** 97b7f9c49a6abfe950098d9856bc6757ab5fd4dace2579979be26b8c0660fbe2 ssh-agent -k [2021-01-20T21:01:57.094Z] unset SSH_AUTH_SOCK; [2021-01-20T21:01:57.094Z] unset SSH_AGENT_PID; [2021-01-20T21:01:57.094Z] echo Agent pid 52 killed; [2021-01-20T21:01:57.167Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T21:01:57.669Z] + git semver [Pipeline] } [2021-01-20T21:01:57.690Z] $ docker stop --time=1 97b7f9c49a6abfe950098d9856bc6757ab5fd4dace2579979be26b8c0660fbe2 [2021-01-20T21:01:59.429Z] $ docker rm -f 97b7f9c49a6abfe950098d9856bc6757ab5fd4dace2579979be26b8c0660fbe2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T21:01:59.995Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-20T21:02:00.543Z] Stashed 1 file(s) [Pipeline] echo [2021-01-20T21:02:00.546Z] [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-20T21:02:01.494Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-20T21:02:01.800Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-20T21:02:02.109Z] + sudo service docker restart [2021-01-20T21:02:02.110Z] + true [2021-01-20T21:02:02.110Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-20T21:02:03.078Z] ========================================================= [2021-01-20T21:02:03.078Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-20T21:02:03.078Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:02:03.438Z] + 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-20T21:02:06.770Z] Sending build context to Docker daemon 327.1MB [2021-01-20T21:02:06.770Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T21:02:06.770Z] Step 2/6 : FROM ${BASE} [2021-01-20T21:02:06.770Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-20T21:02:06.770Z] 188c0c94c7c5: Pulling fs layer [2021-01-20T21:02:06.770Z] 0ef7d3d256c8: Pulling fs layer [2021-01-20T21:02:06.770Z] de9db76c5a1d: Pulling fs layer [2021-01-20T21:02:06.770Z] bca2f99d35d6: Pulling fs layer [2021-01-20T21:02:06.770Z] 93359f2a8cfa: Pulling fs layer [2021-01-20T21:02:06.770Z] 7c6f9722023f: Pulling fs layer [2021-01-20T21:02:06.770Z] a35cf1a2eb13: Pulling fs layer [2021-01-20T21:02:06.770Z] 93359f2a8cfa: Waiting [2021-01-20T21:02:06.770Z] 7c6f9722023f: Waiting [2021-01-20T21:02:06.770Z] a35cf1a2eb13: Waiting [2021-01-20T21:02:06.770Z] bca2f99d35d6: Waiting [2021-01-20T21:02:07.036Z] de9db76c5a1d: Verifying Checksum [2021-01-20T21:02:07.036Z] de9db76c5a1d: Download complete [2021-01-20T21:02:07.036Z] 0ef7d3d256c8: Verifying Checksum [2021-01-20T21:02:07.036Z] 0ef7d3d256c8: Download complete [2021-01-20T21:02:07.036Z] 93359f2a8cfa: Verifying Checksum [2021-01-20T21:02:07.036Z] 93359f2a8cfa: Download complete [2021-01-20T21:02:07.036Z] 7c6f9722023f: Verifying Checksum [2021-01-20T21:02:07.036Z] 7c6f9722023f: Download complete [2021-01-20T21:02:07.036Z] 188c0c94c7c5: Verifying Checksum [2021-01-20T21:02:07.036Z] 188c0c94c7c5: Download complete [2021-01-20T21:02:07.611Z] 188c0c94c7c5: Pull complete [2021-01-20T21:02:07.611Z] 0ef7d3d256c8: Pull complete [2021-01-20T21:02:07.876Z] de9db76c5a1d: Pull complete [2021-01-20T21:02:09.295Z] a35cf1a2eb13: Verifying Checksum [2021-01-20T21:02:09.295Z] a35cf1a2eb13: Download complete [2021-01-20T21:02:09.870Z] bca2f99d35d6: Verifying Checksum [2021-01-20T21:02:09.870Z] bca2f99d35d6: Download complete [2021-01-20T21:02:15.202Z] bca2f99d35d6: Pull complete [2021-01-20T21:02:15.469Z] 93359f2a8cfa: Pull complete [2021-01-20T21:02:15.469Z] 7c6f9722023f: Pull complete [2021-01-20T21:02:15.933Z] Still waiting to schedule task [2021-01-20T21:02:15.933Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-20T21:02:20.799Z] a35cf1a2eb13: Pull complete [2021-01-20T21:02:20.800Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-20T21:02:20.800Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-20T21:02:20.800Z] ---> a62c8e92a672 [2021-01-20T21:02:20.800Z] 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-20T21:02:20.800Z] ---> Running in 52f5c321e1a0 [2021-01-20T21:02:21.064Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T21:02:22.012Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T21:02:22.275Z] (1/12) Installing libmagic (5.38-r0) [2021-01-20T21:02:22.539Z] (2/12) Installing file (5.38-r0) [2021-01-20T21:02:22.539Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-20T21:02:22.804Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-20T21:02:26.115Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-20T21:02:26.115Z] (6/12) Installing patch (2.7.6-r6) [2021-01-20T21:02:26.115Z] (7/12) Installing build-base (0.5-r2) [2021-01-20T21:02:26.115Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-20T21:02:26.115Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-20T21:02:26.115Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-20T21:02:26.379Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-20T21:02:26.379Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-20T21:02:26.379Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T21:02:26.379Z] OK: 233 MiB in 51 packages [2021-01-20T21:02:30.642Z] Removing intermediate container 52f5c321e1a0 [2021-01-20T21:02:30.643Z] ---> d2857eab336c [2021-01-20T21:02:30.643Z] Step 4/6 : WORKDIR /edgex-go [2021-01-20T21:02:30.643Z] ---> Running in ee7d2e300ca4 [2021-01-20T21:02:30.643Z] Removing intermediate container ee7d2e300ca4 [2021-01-20T21:02:30.643Z] ---> 3902c1d921f8 [2021-01-20T21:02:30.643Z] Step 5/6 : COPY go.mod . [2021-01-20T21:02:30.909Z] ---> 16ad9db07f6f [2021-01-20T21:02:30.909Z] Step 6/6 : RUN go mod download [2021-01-20T21:02:30.909Z] ---> Running in 698d3a0bcd33 [2021-01-20T21:02:52.964Z] Removing intermediate container 698d3a0bcd33 [2021-01-20T21:02:52.964Z] ---> 8e9bb40ac389 [2021-01-20T21:02:53.227Z] Successfully built 8e9bb40ac389 [2021-01-20T21:02:53.227Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:02:53.546Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T21:02:53.546Z] . [Pipeline] withDockerContainer [2021-01-20T21:02:53.656Z] prd-centos7-docker-4c-2g-21668 does not seem to be running inside a container [2021-01-20T21:02:53.710Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-20T21:02:54.569Z] $ docker top 765edc182fccc6febaecc53c0efe8157dac544d2bf34d8d33d64c43edb5ff854 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T21:02:55.116Z] + go version [2021-01-20T21:02:55.116Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-20T21:02:55.135Z] $ docker stop --time=1 765edc182fccc6febaecc53c0efe8157dac544d2bf34d8d33d64c43edb5ff854 [2021-01-20T21:02:56.515Z] $ docker rm -f 765edc182fccc6febaecc53c0efe8157dac544d2bf34d8d33d64c43edb5ff854 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:02:57.318Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T21:02:57.318Z] . [Pipeline] withDockerContainer [2021-01-20T21:02:57.422Z] prd-centos7-docker-4c-2g-21668 does not seem to be running inside a container [2021-01-20T21:02:57.479Z] $ 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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-20T21:02:58.341Z] $ docker top 92dcb04a16dff62feb23aeed77f9fcce2685d13f89fcfb214ab1946e2d0967e0 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-20T21:02:58.529Z] ========================================================= [2021-01-20T21:02:58.529Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-20T21:02:58.529Z] ========================================================= [Pipeline] sh [2021-01-20T21:02:58.819Z] + make test [2021-01-20T21:02:58.819Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-20T21:03:08.883Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-20T21:03:23.969Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-20T21:03:29.329Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-20T21:03:30.758Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-20T21:03:30.758Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-20T21:03:30.758Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-20T21:03:30.758Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-20T21:03:30.758Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-20T21:03:31.031Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-20T21:03:31.622Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-20T21:03:32.203Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-20T21:03:34.794Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-20T21:03:34.794Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-20T21:03:34.794Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-20T21:03:36.236Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.086s coverage: 46.6% of statements [2021-01-20T21:03:36.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-20T21:03:36.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-20T21:03:36.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-20T21:03:36.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-20T21:03:36.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-20T21:03:40.492Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.257s coverage: 27.0% of statements [2021-01-20T21:03:40.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-20T21:03:40.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-20T21:03:40.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-20T21:03:40.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-20T21:03:40.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-20T21:03:40.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-20T21:03:40.492Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.032s coverage: 100.0% of statements [2021-01-20T21:03:40.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-20T21:03:40.492Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.044s coverage: 100.0% of statements [2021-01-20T21:03:40.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-20T21:03:40.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-20T21:03:40.493Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.130s coverage: 67.9% of statements [2021-01-20T21:03:40.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-20T21:03:40.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-20T21:03:40.771Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.443s coverage: 82.3% of statements [2021-01-20T21:03:40.771Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-20T21:03:40.771Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-20T21:03:40.771Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-20T21:03:40.771Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-20T21:03:43.373Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.378s coverage: 28.6% of statements [2021-01-20T21:03:43.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-20T21:03:43.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-20T21:03:43.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-20T21:03:43.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-20T21:03:43.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-20T21:03:43.373Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.080s coverage: 100.0% of statements [2021-01-20T21:03:43.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-20T21:03:43.373Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.033s coverage: 100.0% of statements [2021-01-20T21:03:43.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-20T21:03:43.373Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.132s coverage: 86.7% of statements [2021-01-20T21:03:43.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-20T21:03:43.373Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.127s coverage: 97.5% of statements [2021-01-20T21:03:43.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-20T21:03:43.373Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.088s coverage: 78.3% of statements [2021-01-20T21:03:43.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-20T21:03:43.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-20T21:03:43.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-20T21:03:43.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-20T21:03:46.008Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.491s coverage: 92.8% of statements [2021-01-20T21:03:46.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-20T21:03:46.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-20T21:03:46.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-20T21:03:46.008Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-20T21:03:46.008Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-20T21:03:46.008Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-20T21:03:46.008Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-20T21:03:46.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-20T21:03:46.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-20T21:03:46.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-20T21:03:46.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-20T21:03:46.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-20T21:03:46.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-20T21:03:46.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-20T21:03:46.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-20T21:03:46.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-20T21:03:46.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-20T21:03:46.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-20T21:03:46.009Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.026s coverage: 58.8% of statements [2021-01-20T21:03:46.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-20T21:03:46.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-20T21:03:46.009Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.061s coverage: 0.1% of statements [2021-01-20T21:03:46.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-20T21:03:46.009Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-20T21:03:46.009Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-20T21:03:46.009Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-20T21:03:46.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.064s coverage: 100.0% of statements [2021-01-20T21:03:46.009Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-20T21:03:46.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.072s coverage: 75.5% of statements [2021-01-20T21:03:46.009Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-20T21:03:46.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements [2021-01-20T21:03:46.009Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.066s coverage: 87.2% of statements [2021-01-20T21:03:46.272Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements [2021-01-20T21:03:47.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.121s coverage: 91.4% of statements [2021-01-20T21:03:47.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-20T21:03:47.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.187s coverage: 63.5% of statements [2021-01-20T21:03:47.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-20T21:03:47.821Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-20T21:03:47.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.041s coverage: 100.0% of statements [2021-01-20T21:03:47.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.041s coverage: 91.3% of statements [2021-01-20T21:03:47.821Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.039s coverage: 100.0% of statements [2021-01-20T21:03:48.094Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.067s coverage: 73.7% of statements [2021-01-20T21:03:48.094Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements [2021-01-20T21:03:49.535Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.333s coverage: 68.9% of statements [2021-01-20T21:03:49.535Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-20T21:03:49.535Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-20T21:03:49.535Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-20T21:03:49.535Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-20T21:03:49.535Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-20T21:03:50.120Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.135s coverage: 37.0% of statements [2021-01-20T21:03:50.120Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-20T21:03:50.120Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-20T21:03:50.120Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.322s coverage: 84.0% of statements [2021-01-20T21:03:50.120Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.048s coverage: 100.0% of statements [2021-01-20T21:03:52.748Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.146s coverage: 47.1% of statements [2021-01-20T21:03:52.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-20T21:03:52.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-20T21:03:52.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-20T21:03:52.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-20T21:03:52.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-20T21:03:52.748Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.076s coverage: 100.0% of statements [2021-01-20T21:03:52.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-20T21:03:52.748Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements [2021-01-20T21:03:52.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-20T21:03:53.722Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.759s coverage: 29.1% of statements [2021-01-20T21:03:53.722Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-20T21:03:53.722Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-20T21:03:53.722Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-20T21:03:53.722Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-20T21:03:53.722Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-20T21:03:53.722Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.099s coverage: 99.0% of statements [2021-01-20T21:03:53.722Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-20T21:03:53.722Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.056s coverage: 100.0% of statements [2021-01-20T21:03:53.722Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-20T21:03:53.722Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements [2021-01-20T21:03:53.722Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-20T21:03:53.722Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.038s coverage: 100.0% of statements [2021-01-20T21:03:53.722Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-20T21:03:53.722Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-20T21:03:53.722Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-20T21:03:53.722Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-20T21:03:53.722Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.071s coverage: 87.9% of statements [2021-01-20T21:03:53.722Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-20T21:03:53.722Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-20T21:03:53.722Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.044s coverage: 100.0% of statements [2021-01-20T21:03:54.300Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-01-20T21:03:54.562Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-01-20T21:03:54.827Z] GO111MODULE=on go vet ./... [2021-01-20T21:04:22.053Z] gofmt -l . [2021-01-20T21:04:22.053Z] [ "`gofmt -l .`" = "" ] [2021-01-20T21:04:22.053Z] ./bin/test-go-mod-tidy.sh [2021-01-20T21:04:22.053Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-20T21:04:22.641Z] + ls -al . [2021-01-20T21:04:22.641Z] total 656 [2021-01-20T21:04:22.641Z] drwxrwxr-x 10 1001 1001 4096 Jan 20 21:04 . [2021-01-20T21:04:22.641Z] drwxr-xr-x 4 root root 30 Jan 20 21:02 .. [2021-01-20T21:04:22.641Z] -rw-rw-r-- 1 1001 1001 11 Jan 20 21:01 .dockerignore [2021-01-20T21:04:22.641Z] drwxrwxr-x 8 1001 1001 179 Jan 20 21:01 .git [2021-01-20T21:04:22.641Z] drwxrwxr-x 3 1001 1001 125 Jan 20 21:01 .github [2021-01-20T21:04:22.641Z] -rw-rw-r-- 1 1001 1001 824 Jan 20 21:01 .gitignore [2021-01-20T21:04:22.641Z] drwx------ 3 1001 1001 47 Jan 20 21:01 .semver [2021-01-20T21:04:22.641Z] -rw-rw-r-- 1 1001 1001 166 Jan 20 21:01 .sonarcloud.properties [2021-01-20T21:04:22.641Z] -rw-rw-r-- 1 1001 1001 7759 Jan 20 21:01 Attribution.txt [2021-01-20T21:04:22.641Z] -rw-rw-r-- 1 1001 1001 3804 Jan 20 21:01 CONTRIBUTING.md [2021-01-20T21:04:22.641Z] -rw-rw-r-- 1 1001 1001 931 Jan 20 21:01 Dockerfile.build [2021-01-20T21:04:22.641Z] -rw-rw-r-- 1 1001 1001 863 Jan 20 21:01 Jenkinsfile [2021-01-20T21:04:22.641Z] -rw-rw-r-- 1 1001 1001 10775 Jan 20 21:01 LICENSE [2021-01-20T21:04:22.641Z] -rw-rw-r-- 1 1001 1001 5750 Jan 20 21:01 Makefile [2021-01-20T21:04:22.641Z] -rw-rw-r-- 1 1001 1001 6524 Jan 20 21:01 README.md [2021-01-20T21:04:22.641Z] -rw-rw-r-- 1 1001 1001 6744 Jan 20 21:01 SECURITY.md [2021-01-20T21:04:22.641Z] -rw-rw-r-- 1 1001 1001 5 Jan 20 21:02 VERSION [2021-01-20T21:04:22.641Z] -rw-rw-r-- 1 1001 1001 4131 Jan 20 21:01 ZMQWindows.md [2021-01-20T21:04:22.641Z] drwxrwxr-x 2 1001 1001 117 Jan 20 21:01 bin [2021-01-20T21:04:22.641Z] drwxrwxr-x 14 1001 1001 4096 Jan 20 21:01 cmd [2021-01-20T21:04:22.641Z] -rw-r--r-- 1 root root 550280 Jan 20 21:03 coverage.out [2021-01-20T21:04:22.641Z] -rw-r--r-- 1 root root 1027 Jan 20 21:04 go.mod [2021-01-20T21:04:22.641Z] -rw-r--r-- 1 root root 18815 Jan 20 21:04 go.sum [2021-01-20T21:04:22.641Z] drwxrwxr-x 8 1001 1001 127 Jan 20 21:01 internal [2021-01-20T21:04:22.641Z] drwxrwxr-x 4 1001 1001 26 Jan 20 21:01 openapi [2021-01-20T21:04:22.641Z] drwxrwxr-x 4 1001 1001 71 Jan 20 21:01 snap [2021-01-20T21:04:22.641Z] -rw-rw-r-- 1 1001 1001 168 Jan 20 21:01 version.go [Pipeline] sh [2021-01-20T21:04:22.948Z] + '[' -e coverage.out ] [2021-01-20T21:04:22.948Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-20T21:04:23.200Z] Stashed 1 file(s) [Pipeline] sh [2021-01-20T21:04:23.501Z] + make build [2021-01-20T21:04:23.502Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-20T21:04:28.818Z] 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-20T21:04:35.529Z] 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-20T21:04:36.934Z] 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-20T21:04:38.866Z] 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-20T21:04:39.129Z] 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-20T21:04:41.082Z] 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-20T21:04:42.038Z] 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-20T21:04:43.447Z] 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-20T21:04:44.840Z] 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-20T21:04:45.792Z] 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-20T21:04:46.769Z] 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 [Pipeline] } [2021-01-20T21:04:48.182Z] $ docker stop --time=1 92dcb04a16dff62feb23aeed77f9fcce2685d13f89fcfb214ab1946e2d0967e0 [2021-01-20T21:04:49.906Z] $ docker rm -f 92dcb04a16dff62feb23aeed77f9fcce2685d13f89fcfb214ab1946e2d0967e0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:04:51.842Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-20T21:04:51.842Z] [2021-01-20T21:04:51.842Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:04:52.186Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-20T21:04:52.186Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-20T21:04:52.186Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-20T21:04:52.186Z] ca9280d653b3: Pulling fs layer [2021-01-20T21:04:52.186Z] 7e9c9ca2126c: Pulling fs layer [2021-01-20T21:04:52.450Z] cbdbe7a5bc2a: Download complete [2021-01-20T21:04:52.713Z] cbdbe7a5bc2a: Pull complete [2021-01-20T21:04:52.977Z] ca9280d653b3: Verifying Checksum [2021-01-20T21:04:52.977Z] ca9280d653b3: Download complete [2021-01-20T21:04:53.927Z] ca9280d653b3: Pull complete [2021-01-20T21:04:54.191Z] 7e9c9ca2126c: Download complete [2021-01-20T21:05:00.827Z] 7e9c9ca2126c: Pull complete [2021-01-20T21:05:00.827Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-20T21:05:00.827Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-20T21:05:00.827Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-20T21:05:01.000Z] prd-centos7-docker-4c-2g-21668 does not seem to be running inside a container [2021-01-20T21:05:01.048Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-20T21:05:02.396Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21671 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [2021-01-20T21:05:04.174Z] $ docker top d87384b0e5e0455c05df86c024de3fe3191aa89adb9a457426869285e2b88b04 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws [2021-01-20T21:05:04.539Z] Running in /w/workspace/edgex-go/18 [Pipeline] { [Pipeline] checkout [2021-01-20T21:05:04.794Z] + docker-compose build --help [2021-01-20T21:05:04.794Z] + grep parallel [2021-01-20T21:05:05.743Z] --parallel Build images in parallel. [Pipeline] } [2021-01-20T21:05:06.027Z] $ docker stop --time=1 d87384b0e5e0455c05df86c024de3fe3191aa89adb9a457426869285e2b88b04 [2021-01-20T21:05:07.399Z] $ docker rm -f d87384b0e5e0455c05df86c024de3fe3191aa89adb9a457426869285e2b88b04 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:05:08.034Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-20T21:05:08.034Z] . [Pipeline] withDockerContainer [2021-01-20T21:05:08.151Z] prd-centos7-docker-4c-2g-21668 does not seem to be running inside a container [2021-01-20T21:05:08.207Z] $ 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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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-20T21:05:09.349Z] $ docker top 5a7867650cc3c6ecf7c44c6bcda4408309ab94d62f4c812cf73d1ba5656f33c9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T21:05:09.628Z] using credential edgex-jenkins-ssh [2021-01-20T21:05:09.685Z] Cloning the remote Git repository [2021-01-20T21:05:09.863Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-20T21:05:10.813Z] Building docker-core-command-go ... [2021-01-20T21:05:10.813Z] Building docker-core-data-go ... [2021-01-20T21:05:10.813Z] Building docker-core-metadata-go ... [2021-01-20T21:05:10.813Z] Building docker-security-bootstrap-redis-go ... [2021-01-20T21:05:10.813Z] Building docker-security-proxy-setup-go ... [2021-01-20T21:05:10.813Z] Building docker-security-secretstore-setup-go ... [2021-01-20T21:05:10.813Z] Building docker-support-notifications-go ... [2021-01-20T21:05:10.813Z] Building docker-support-scheduler-go ... [2021-01-20T21:05:10.813Z] Building docker-sys-mgmt-agent-go ... [2021-01-20T21:05:10.813Z] Building docker-core-data-go [2021-01-20T21:05:10.813Z] Building docker-security-bootstrap-redis-go [2021-01-20T21:05:10.813Z] Building docker-support-scheduler-go [2021-01-20T21:05:10.813Z] Building docker-security-secretstore-setup-go [2021-01-20T21:05:10.813Z] Building docker-support-notifications-go [2021-01-20T21:05:09.738Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-20T21:05:09.850Z] > git init /w/workspace/edgex-go/18 # timeout=10 [2021-01-20T21:05:09.926Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-20T21:05:09.927Z] > git --version # timeout=10 [2021-01-20T21:05:09.955Z] > git --version # 'git version 2.17.1' [2021-01-20T21:05:09.957Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T21:05:10.002Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T21:05:28.028Z] Merging remotes/origin/master commit ba3f575de95cda6ffdeb8943f6d6d62c3955065b into PR head commit 0d048c99a2e689bcffe87ab7e4893f9cb34f024e [2021-01-20T21:05:28.607Z] Merge succeeded, producing 0d048c99a2e689bcffe87ab7e4893f9cb34f024e [2021-01-20T21:05:28.607Z] Checking out Revision 0d048c99a2e689bcffe87ab7e4893f9cb34f024e (PR-3027) [2021-01-20T21:05:27.236Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-20T21:05:27.268Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T21:05:27.299Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-20T21:05:27.338Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-20T21:05:27.338Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T21:05:27.353Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-20T21:05:28.123Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T21:05:28.173Z] > git checkout -f 0d048c99a2e689bcffe87ab7e4893f9cb34f024e # timeout=10 [2021-01-20T21:05:28.500Z] > git remote # timeout=10 [2021-01-20T21:05:28.524Z] > git config --get remote.origin.url # timeout=10 [2021-01-20T21:05:28.545Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T21:05:28.563Z] > git merge ba3f575de95cda6ffdeb8943f6d6d62c3955065b # timeout=10 [2021-01-20T21:05:28.589Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-20T21:05:28.616Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T21:05:28.632Z] > git checkout -f 0d048c99a2e689bcffe87ab7e4893f9cb34f024e # timeout=10 [2021-01-20T21:05:33.185Z] Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T21:05:34.740Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-20T21:05:35.246Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-20T21:05:35.595Z] + true [2021-01-20T21:05:35.595Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T21:05:38.320Z] provisioning config files... [2021-01-20T21:05:38.364Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/18@tmp/config3828216899371969046tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T21:05:38.798Z] ---> docker-login.sh [2021-01-20T21:05:38.798Z] nexus3.edgexfoundry.org:10001 [2021-01-20T21:05:39.803Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T21:05:40.081Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T21:05:40.081Z] Configure a credential helper to remove this warning. See [2021-01-20T21:05:40.081Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T21:05:40.081Z] [2021-01-20T21:05:40.081Z] Login Succeeded [2021-01-20T21:05:40.081Z] nexus3.edgexfoundry.org:10002 [2021-01-20T21:05:40.683Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T21:05:40.683Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T21:05:40.683Z] Configure a credential helper to remove this warning. See [2021-01-20T21:05:40.683Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T21:05:40.683Z] [2021-01-20T21:05:40.683Z] Login Succeeded [2021-01-20T21:05:40.683Z] nexus3.edgexfoundry.org:10003 [2021-01-20T21:05:40.957Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T21:05:41.248Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T21:05:41.248Z] Configure a credential helper to remove this warning. See [2021-01-20T21:05:41.248Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T21:05:41.248Z] [2021-01-20T21:05:41.248Z] Login Succeeded [2021-01-20T21:05:41.248Z] nexus3.edgexfoundry.org:10004 [2021-01-20T21:05:41.520Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T21:05:41.804Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T21:05:41.804Z] Configure a credential helper to remove this warning. See [2021-01-20T21:05:41.804Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T21:05:41.804Z] [2021-01-20T21:05:41.804Z] Login Succeeded [2021-01-20T21:05:41.804Z] docker.io [2021-01-20T21:05:42.409Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T21:05:42.683Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T21:05:42.683Z] Configure a credential helper to remove this warning. See [2021-01-20T21:05:42.683Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T21:05:42.683Z] [2021-01-20T21:05:42.683Z] Login Succeeded [2021-01-20T21:05:42.683Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T21:05:42.701Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-01-20T21:05:43.126Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T21:05:43.126Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-20T21:05:43.126Z] ---> 8e9bb40ac389 [2021-01-20T21:05:43.126Z] Step 3/23 : WORKDIR /edgex-go [Pipeline] echo [2021-01-20T21:05:43.130Z] ========================================================= [2021-01-20T21:05:43.130Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-20T21:05:43.130Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:05:43.397Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T21:05:43.397Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-20T21:05:43.397Z] ---> 8e9bb40ac389 [2021-01-20T21:05:43.397Z] Step 3/22 : WORKDIR /edgex-go [2021-01-20T21:05:43.397Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T21:05:43.397Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-20T21:05:43.397Z] ---> 8e9bb40ac389 [2021-01-20T21:05:43.397Z] Step 3/24 : WORKDIR /edgex-go [2021-01-20T21:05:43.515Z] + 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-20T21:05:43.660Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T21:05:43.660Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-20T21:05:43.660Z] ---> 8e9bb40ac389 [2021-01-20T21:05:43.660Z] Step 3/21 : WORKDIR /edgex-go [2021-01-20T21:05:43.660Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T21:05:43.660Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-20T21:05:43.660Z] ---> 8e9bb40ac389 [2021-01-20T21:05:43.660Z] Step 3/24 : WORKDIR /edgex-go [2021-01-20T21:05:44.613Z] ---> Running in e89e6b41bf77 [2021-01-20T21:05:44.613Z] ---> Running in d29322261e83 [2021-01-20T21:05:44.613Z] ---> Running in c1f3a75ca773 [2021-01-20T21:05:44.613Z] ---> Running in c9ae63c56c8b [2021-01-20T21:05:44.892Z] ---> Running in 51dc3153b062 [2021-01-20T21:05:45.170Z] Removing intermediate container d29322261e83 [2021-01-20T21:05:45.170Z] ---> 321a2f82cc3d [2021-01-20T21:05:45.446Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:05:45.446Z] Removing intermediate container c1f3a75ca773 [2021-01-20T21:05:45.446Z] ---> 69e7b7ea7cdc [2021-01-20T21:05:45.446Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:05:45.446Z] Removing intermediate container c9ae63c56c8b [2021-01-20T21:05:45.446Z] ---> 55ea912cfe1b [2021-01-20T21:05:45.446Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:05:45.446Z] Removing intermediate container 51dc3153b062 [2021-01-20T21:05:45.446Z] ---> a58d28c3a8bd [2021-01-20T21:05:45.446Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:05:45.446Z] Removing intermediate container e89e6b41bf77 [2021-01-20T21:05:45.446Z] ---> 4a1b04cfa459 [2021-01-20T21:05:45.446Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:05:45.446Z] ---> Running in 9488dd942313 [2021-01-20T21:05:45.446Z] ---> Running in 363dfe841f7c [2021-01-20T21:05:45.714Z] ---> Running in 08768a0017e4 [2021-01-20T21:05:45.714Z] ---> Running in c2a7ff15287c [2021-01-20T21:05:45.714Z] ---> Running in 0fad54846217 [2021-01-20T21:05:46.211Z] Sending build context to Docker daemon 166MB [2021-01-20T21:05:46.211Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T21:05:46.211Z] Step 2/6 : FROM ${BASE} [2021-01-20T21:05:46.211Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-20T21:05:46.211Z] 5f621e34cdf4: Pulling fs layer [2021-01-20T21:05:46.211Z] a4357932f1b6: Pulling fs layer [2021-01-20T21:05:46.211Z] 18c013af1878: Pulling fs layer [2021-01-20T21:05:46.211Z] 00ac8860ef70: Pulling fs layer [2021-01-20T21:05:46.211Z] 63d7cb157983: Pulling fs layer [2021-01-20T21:05:46.211Z] b116817d02f9: Pulling fs layer [2021-01-20T21:05:46.211Z] 745a02a5169b: Pulling fs layer [2021-01-20T21:05:46.211Z] 00ac8860ef70: Waiting [2021-01-20T21:05:46.211Z] 63d7cb157983: Waiting [2021-01-20T21:05:46.211Z] b116817d02f9: Waiting [2021-01-20T21:05:46.211Z] 745a02a5169b: Waiting [2021-01-20T21:05:46.211Z] 18c013af1878: Verifying Checksum [2021-01-20T21:05:46.211Z] 18c013af1878: Download complete [2021-01-20T21:05:46.211Z] a4357932f1b6: Verifying Checksum [2021-01-20T21:05:46.211Z] a4357932f1b6: Download complete [2021-01-20T21:05:46.211Z] 63d7cb157983: Verifying Checksum [2021-01-20T21:05:46.211Z] 63d7cb157983: Download complete [2021-01-20T21:05:46.211Z] b116817d02f9: Download complete [2021-01-20T21:05:46.211Z] 5f621e34cdf4: Verifying Checksum [2021-01-20T21:05:46.211Z] 5f621e34cdf4: Download complete [2021-01-20T21:05:47.224Z] 5f621e34cdf4: Pull complete [2021-01-20T21:05:47.828Z] a4357932f1b6: Pull complete [2021-01-20T21:05:48.107Z] 18c013af1878: Pull complete [2021-01-20T21:05:48.310Z] Removing intermediate container 9488dd942313 [2021-01-20T21:05:48.310Z] ---> b2dff8cb71b6 [2021-01-20T21:05:48.311Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-20T21:05:48.311Z] Removing intermediate container 363dfe841f7c [2021-01-20T21:05:48.311Z] ---> 9ce133a9f540 [2021-01-20T21:05:48.311Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-20T21:05:48.311Z] ---> Running in 39f061d6f623 [2021-01-20T21:05:48.311Z] Removing intermediate container 08768a0017e4 [2021-01-20T21:05:48.311Z] ---> 5f7e354919a2 [2021-01-20T21:05:48.311Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-20T21:05:48.311Z] Removing intermediate container 0fad54846217 [2021-01-20T21:05:48.311Z] ---> 559c2c2f09cd [2021-01-20T21:05:48.311Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-20T21:05:48.311Z] Removing intermediate container c2a7ff15287c [2021-01-20T21:05:48.311Z] ---> a54e04ef8e91 [2021-01-20T21:05:48.311Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-20T21:05:48.311Z] ---> Running in 2faea7f5aaf7 [2021-01-20T21:05:48.311Z] ---> Running in d095fb5bc1fe [2021-01-20T21:05:48.311Z] ---> Running in 205ae2de040f [2021-01-20T21:05:48.590Z] ---> Running in 28d44128e553 [2021-01-20T21:05:48.708Z] 745a02a5169b: Verifying Checksum [2021-01-20T21:05:48.708Z] 745a02a5169b: Download complete [2021-01-20T21:05:49.568Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T21:05:49.568Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T21:05:49.568Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T21:05:49.831Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T21:05:49.831Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T21:05:49.831Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T21:05:50.095Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T21:05:50.148Z] 00ac8860ef70: Verifying Checksum [2021-01-20T21:05:50.149Z] 00ac8860ef70: Download complete [2021-01-20T21:05:50.359Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T21:05:50.359Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T21:05:50.359Z] OK: 233 MiB in 51 packages [2021-01-20T21:05:50.359Z] OK: 233 MiB in 51 packages [2021-01-20T21:05:50.631Z] OK: 233 MiB in 51 packages [2021-01-20T21:05:50.631Z] OK: 233 MiB in 51 packages [2021-01-20T21:05:51.323Z] Removing intermediate container 39f061d6f623 [2021-01-20T21:05:51.323Z] ---> c082c8dcf353 [2021-01-20T21:05:51.323Z] Step 6/22 : COPY go.mod . [2021-01-20T21:05:51.323Z] Removing intermediate container 2faea7f5aaf7 [2021-01-20T21:05:51.323Z] ---> 434dd69a5453 [2021-01-20T21:05:51.323Z] Step 6/24 : COPY go.mod . [2021-01-20T21:05:51.323Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T21:05:51.646Z] ---> 18085238d146 [2021-01-20T21:05:51.646Z] Step 7/22 : RUN go mod download [2021-01-20T21:05:51.646Z] Removing intermediate container 205ae2de040f [2021-01-20T21:05:51.646Z] ---> 5270911efdaf [2021-01-20T21:05:51.646Z] Step 6/23 : COPY go.mod . [2021-01-20T21:05:51.646Z] ---> Running in 2c27ef9eb694 [2021-01-20T21:05:51.919Z] ---> 8e02fbeffcbf [2021-01-20T21:05:51.919Z] Step 7/24 : RUN go mod download [2021-01-20T21:05:51.919Z] Removing intermediate container d095fb5bc1fe [2021-01-20T21:05:51.919Z] ---> 75fd666efeb1 [2021-01-20T21:05:51.919Z] Step 6/24 : COPY go.mod . [2021-01-20T21:05:52.202Z] ---> Running in 33af816e67e1 [2021-01-20T21:05:52.202Z] ---> afa7579e6f64 [2021-01-20T21:05:52.202Z] Step 7/23 : RUN go mod download [2021-01-20T21:05:52.202Z] ---> 1f893e190bdb [2021-01-20T21:05:52.202Z] Step 7/24 : RUN go mod download [2021-01-20T21:05:52.505Z] ---> Running in 93a59920cc4a [2021-01-20T21:05:52.505Z] ---> Running in 17b9e4157527 [2021-01-20T21:05:53.504Z] OK: 233 MiB in 51 packages [2021-01-20T21:05:54.459Z] Removing intermediate container 28d44128e553 [2021-01-20T21:05:54.459Z] ---> 0a97b4d6f684 [2021-01-20T21:05:54.459Z] Step 6/21 : COPY go.mod . [2021-01-20T21:05:54.459Z] Removing intermediate container 93a59920cc4a [2021-01-20T21:05:54.459Z] ---> 00bc88c68814 [2021-01-20T21:05:54.459Z] Step 8/23 : COPY . . [2021-01-20T21:05:54.723Z] Removing intermediate container 33af816e67e1 [2021-01-20T21:05:54.723Z] ---> 6151740591b2 [2021-01-20T21:05:54.723Z] Step 8/24 : COPY . . [2021-01-20T21:05:54.723Z] Removing intermediate container 2c27ef9eb694 [2021-01-20T21:05:54.723Z] ---> 7ac5f5281394 [2021-01-20T21:05:54.723Z] Step 8/22 : COPY . . [2021-01-20T21:05:54.723Z] Removing intermediate container 17b9e4157527 [2021-01-20T21:05:54.723Z] ---> c166fbf61b30 [2021-01-20T21:05:54.723Z] Step 8/24 : COPY . . [2021-01-20T21:05:57.310Z] ---> ddbad7ce7a34 [2021-01-20T21:05:57.310Z] Step 7/21 : RUN go mod download [2021-01-20T21:05:59.908Z] ---> Running in 7a5e36cba30c [2021-01-20T21:06:00.314Z] 00ac8860ef70: Pull complete [2021-01-20T21:06:00.314Z] 63d7cb157983: Pull complete [2021-01-20T21:06:00.591Z] b116817d02f9: Pull complete [2021-01-20T21:06:04.902Z] 745a02a5169b: Pull complete [2021-01-20T21:06:04.902Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-20T21:06:04.902Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-20T21:06:04.902Z] ---> b7e6874047d6 [2021-01-20T21:06:04.902Z] 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-20T21:06:08.219Z] Removing intermediate container 7a5e36cba30c [2021-01-20T21:06:08.219Z] ---> b7835edb8b24 [2021-01-20T21:06:08.219Z] Step 8/21 : COPY . . [2021-01-20T21:06:08.314Z] ---> Running in e78eef14976c [2021-01-20T21:06:09.754Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T21:06:10.351Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T21:06:11.331Z] (1/12) Installing libmagic (5.38-r0) [2021-01-20T21:06:11.929Z] (2/12) Installing file (5.38-r0) [2021-01-20T21:06:11.929Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-20T21:06:11.929Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-20T21:06:16.230Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-20T21:06:16.502Z] (6/12) Installing patch (2.7.6-r6) [2021-01-20T21:06:16.502Z] (7/12) Installing build-base (0.5-r2) [2021-01-20T21:06:16.502Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-20T21:06:16.775Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-20T21:06:16.775Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-20T21:06:16.775Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-20T21:06:17.048Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-20T21:06:17.048Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T21:06:17.048Z] OK: 217 MiB in 51 packages [2021-01-20T21:06:21.360Z] Removing intermediate container e78eef14976c [2021-01-20T21:06:21.360Z] ---> e6bbf53baeb4 [2021-01-20T21:06:21.360Z] Step 4/6 : WORKDIR /edgex-go [2021-01-20T21:06:21.360Z] ---> Running in 0f3dbb36dce1 [2021-01-20T21:06:21.956Z] Removing intermediate container 0f3dbb36dce1 [2021-01-20T21:06:21.956Z] ---> c3793060e8d4 [2021-01-20T21:06:21.956Z] Step 5/6 : COPY go.mod . [2021-01-20T21:06:22.552Z] ---> ccf53e40c592 [2021-01-20T21:06:22.552Z] Step 6/6 : RUN go mod download [2021-01-20T21:06:22.829Z] ---> Running in 319ce4bfb380 [2021-01-20T21:06:35.035Z] ---> b31915eb5e3a [2021-01-20T21:06:35.036Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-20T21:06:35.036Z] ---> 770ab50f45b6 [2021-01-20T21:06:35.036Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-20T21:06:35.036Z] ---> 6401e1e44ea3 [2021-01-20T21:06:35.036Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-20T21:06:35.036Z] ---> 12af4e2f4aa5 [2021-01-20T21:06:35.036Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-20T21:06:35.036Z] ---> Running in d1798338b18a [2021-01-20T21:06:35.036Z] ---> Running in 5a6b4b7ef7bf [2021-01-20T21:06:35.036Z] ---> Running in 1162aef2c5be [2021-01-20T21:06:35.036Z] ---> Running in 7a74340f8c99 [2021-01-20T21:06:35.036Z] 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-20T21:06:35.036Z] 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-20T21:06:35.036Z] 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-20T21:06:35.036Z] 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-20T21:06:35.643Z] ---> 91686616697a [2021-01-20T21:06:35.643Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-20T21:06:35.643Z] ---> Running in 077bc1d912ea [2021-01-20T21:06:37.070Z] 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-20T21:06:55.195Z] Removing intermediate container 319ce4bfb380 [2021-01-20T21:06:55.195Z] ---> 0d0b50e4a0ab [2021-01-20T21:06:55.195Z] Successfully built 0d0b50e4a0ab [2021-01-20T21:06:55.195Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:06:55.541Z] + docker inspect -f . ci-base-image-arm64 [2021-01-20T21:06:55.542Z] . [Pipeline] withDockerContainer [2021-01-20T21:06:55.831Z] prd-ubuntu18.04-docker-arm64-4c-16g-21671 does not seem to be running inside a container [2021-01-20T21:06:55.923Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-20T21:06:57.495Z] $ docker top 269c32b0ad8dbee157617e6782be5960882b25c8006cc6ef5d1ce5957c399560 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T21:06:58.560Z] + go version [2021-01-20T21:06:58.560Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-20T21:06:58.587Z] $ docker stop --time=1 269c32b0ad8dbee157617e6782be5960882b25c8006cc6ef5d1ce5957c399560 [2021-01-20T21:07:00.582Z] $ docker rm -f 269c32b0ad8dbee157617e6782be5960882b25c8006cc6ef5d1ce5957c399560 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:07:01.653Z] + docker inspect -f . ci-base-image-arm64 [2021-01-20T21:07:01.654Z] . [Pipeline] withDockerContainer [2021-01-20T21:07:01.938Z] prd-ubuntu18.04-docker-arm64-4c-16g-21671 does not seem to be running inside a container [2021-01-20T21:07:02.036Z] $ 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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-20T21:07:03.503Z] $ docker top 2dd012eed5d7bcd0e5aceeab5bd385e52a72b3ac9bcb06cba2ebe7293ee869a2 -eo pid,comm [2021-01-20T21:07:03.786Z] 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 [Pipeline] { [Pipeline] echo [2021-01-20T21:07:03.916Z] ========================================================= [2021-01-20T21:07:03.916Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-20T21:07:03.916Z] ========================================================= [Pipeline] sh [2021-01-20T21:07:04.564Z] + make test [2021-01-20T21:07:04.564Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-20T21:07:06.391Z] Removing intermediate container d1798338b18a [2021-01-20T21:07:06.391Z] ---> 8c3e31d841b8 [2021-01-20T21:07:06.391Z] [2021-01-20T21:07:06.391Z] Step 10/22 : FROM alpine:3.12 [2021-01-20T21:07:06.684Z] 3.12: Pulling from library/alpine [2021-01-20T21:07:07.673Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-20T21:07:07.673Z] Status: Downloaded newer image for alpine:3.12 [2021-01-20T21:07:07.673Z] ---> 389fef711851 [2021-01-20T21:07:07.673Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-20T21:07:11.004Z] ---> Running in 48bf036f6c74 [2021-01-20T21:07:11.004Z] Removing intermediate container 1162aef2c5be [2021-01-20T21:07:11.004Z] ---> a9e5c7500a1a [2021-01-20T21:07:11.004Z] [2021-01-20T21:07:11.004Z] Step 10/24 : FROM scratch [2021-01-20T21:07:11.004Z] ---> [2021-01-20T21:07:11.004Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-20T21:07:11.004Z] ---> Running in 7c11f198987c [2021-01-20T21:07:11.602Z] Removing intermediate container 7c11f198987c [2021-01-20T21:07:11.602Z] ---> 357d04232738 [2021-01-20T21:07:11.602Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-20T21:07:11.602Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T21:07:11.602Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T21:07:11.872Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-20T21:07:11.872Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-20T21:07:11.872Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-20T21:07:11.872Z] (4/5) Installing curl (7.69.1-r3) [2021-01-20T21:07:11.872Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-20T21:07:11.872Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T21:07:11.872Z] Executing ca-certificates-20191127-r4.trigger [2021-01-20T21:07:12.144Z] OK: 7 MiB in 19 packages [2021-01-20T21:07:12.144Z] ---> Running in e0da5451e9f8 [2021-01-20T21:07:13.547Z] Removing intermediate container 7a74340f8c99 [2021-01-20T21:07:13.547Z] ---> 3de73ea382cd [2021-01-20T21:07:13.547Z] [2021-01-20T21:07:13.547Z] Step 10/24 : FROM alpine:3.12 [2021-01-20T21:07:13.813Z] ---> 389fef711851 [2021-01-20T21:07:13.813Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-20T21:07:13.813Z] Removing intermediate container e0da5451e9f8 [2021-01-20T21:07:13.813Z] ---> f09f7a737d92 [2021-01-20T21:07:13.813Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-20T21:07:14.090Z] ---> Running in 8e28ba37a3bd [2021-01-20T21:07:14.090Z] ---> Running in 600499d60979 [2021-01-20T21:07:14.090Z] Removing intermediate container 077bc1d912ea [2021-01-20T21:07:14.090Z] ---> a8b06bcf1f62 [2021-01-20T21:07:14.090Z] [2021-01-20T21:07:14.090Z] Step 10/21 : FROM scratch [2021-01-20T21:07:14.090Z] ---> [2021-01-20T21:07:14.090Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T21:07:14.356Z] ---> Running in d78b51f5d60c [2021-01-20T21:07:14.935Z] Removing intermediate container 8e28ba37a3bd [2021-01-20T21:07:14.935Z] ---> ca492e8e89a5 [2021-01-20T21:07:14.935Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-20T21:07:14.935Z] Removing intermediate container d78b51f5d60c [2021-01-20T21:07:14.935Z] ---> c101fa9e525a [2021-01-20T21:07:14.935Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-20T21:07:14.935Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T21:07:14.935Z] Removing intermediate container 48bf036f6c74 [2021-01-20T21:07:14.935Z] ---> 021f9e674814 [2021-01-20T21:07:14.935Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-20T21:07:14.935Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T21:07:15.200Z] ---> Running in 2b6f65ad635c [2021-01-20T21:07:15.200Z] ---> Running in d2152a1cce11 [2021-01-20T21:07:15.200Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-20T21:07:15.200Z] ---> 9da0f7892920 [2021-01-20T21:07:15.200Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-20T21:07:15.200Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-20T21:07:15.200Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-20T21:07:15.200Z] (4/5) Installing curl (7.69.1-r3) [2021-01-20T21:07:15.464Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-20T21:07:15.464Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T21:07:15.729Z] Executing ca-certificates-20191127-r4.trigger [2021-01-20T21:07:15.729Z] OK: 7 MiB in 19 packages [2021-01-20T21:07:15.729Z] Removing intermediate container 2b6f65ad635c [2021-01-20T21:07:15.729Z] ---> f353979a622b [2021-01-20T21:07:15.729Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-20T21:07:18.300Z] ---> Running in e3efe736b91d [2021-01-20T21:07:18.300Z] Removing intermediate container d2152a1cce11 [2021-01-20T21:07:18.300Z] ---> d47275a5d6a1 [2021-01-20T21:07:18.300Z] Step 13/22 : WORKDIR / [2021-01-20T21:07:18.300Z] ---> 4b323cff7a47 [2021-01-20T21:07:18.300Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-20T21:07:18.300Z] ---> Running in 0fcc748c0105 [2021-01-20T21:07:18.568Z] Removing intermediate container 5a6b4b7ef7bf [2021-01-20T21:07:18.568Z] ---> 709fc8590d34 [2021-01-20T21:07:18.568Z] [2021-01-20T21:07:18.568Z] Step 10/23 : FROM alpine:3.12 [2021-01-20T21:07:18.568Z] ---> 389fef711851 [2021-01-20T21:07:18.568Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T21:07:18.568Z] Removing intermediate container e3efe736b91d [2021-01-20T21:07:18.568Z] ---> 29ea23a632a3 [2021-01-20T21:07:18.568Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T21:07:18.841Z] ---> Running in 75b9c215045f [2021-01-20T21:07:18.841Z] Removing intermediate container 0fcc748c0105 [2021-01-20T21:07:18.841Z] ---> 4fb5708b8a37 [2021-01-20T21:07:18.841Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T21:07:19.105Z] ---> e2b04cd7533e [2021-01-20T21:07:19.105Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-20T21:07:19.105Z] Removing intermediate container 600499d60979 [2021-01-20T21:07:19.105Z] ---> 1ab61107e5e2 [2021-01-20T21:07:19.105Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-20T21:07:19.376Z] ---> ce1e68f1b644 [2021-01-20T21:07:19.376Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T21:07:19.376Z] Removing intermediate container 75b9c215045f [2021-01-20T21:07:19.376Z] ---> 1ef6c0788b8a [2021-01-20T21:07:19.376Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-20T21:07:19.645Z] ---> Running in d8c1cfdbac06 [2021-01-20T21:07:19.645Z] ---> Running in 0ed60a423589 [2021-01-20T21:07:19.645Z] ---> 3920070888a5 [2021-01-20T21:07:19.645Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-20T21:07:19.910Z] Removing intermediate container d8c1cfdbac06 [2021-01-20T21:07:19.910Z] ---> ceb2627c63de [2021-01-20T21:07:19.910Z] Step 13/24 : WORKDIR / [2021-01-20T21:07:19.910Z] ---> Running in f07e1511e248 [2021-01-20T21:07:19.910Z] ---> ab59b537d5e0 [2021-01-20T21:07:19.910Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-20T21:07:19.910Z] Removing intermediate container 0ed60a423589 [2021-01-20T21:07:19.910Z] ---> 194d52751857 [2021-01-20T21:07:19.910Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-20T21:07:20.176Z] ---> a8e404e8e5e3 [2021-01-20T21:07:20.176Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-20T21:07:20.176Z] ---> Running in 1330b05462c8 [2021-01-20T21:07:20.448Z] ---> 7e5a19f5be98 [2021-01-20T21:07:20.448Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-20T21:07:20.448Z] Removing intermediate container f07e1511e248 [2021-01-20T21:07:20.448Z] ---> d1367ecd59b3 [2021-01-20T21:07:20.448Z] 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-20T21:07:20.715Z] ---> 132b6aa3924c [2021-01-20T21:07:20.715Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-20T21:07:20.715Z] Removing intermediate container 1330b05462c8 [2021-01-20T21:07:20.715Z] ---> 81a2c8494f37 [2021-01-20T21:07:20.715Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:07:20.715Z] ---> Running in 5429a191b15a [2021-01-20T21:07:20.715Z] ---> Running in 5f5e3f504ac8 [2021-01-20T21:07:20.715Z] ---> 4206443052a3 [2021-01-20T21:07:20.715Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-20T21:07:20.986Z] ---> f7112b287bf5 [2021-01-20T21:07:20.986Z] 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-20T21:07:20.986Z] ---> 61e7b4a87f5f [2021-01-20T21:07:20.986Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-20T21:07:21.252Z] Removing intermediate container 5f5e3f504ac8 [2021-01-20T21:07:21.252Z] ---> 84ed2910de02 [2021-01-20T21:07:21.252Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T21:07:21.252Z] ---> 96de1d4da30f [2021-01-20T21:07:21.252Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-20T21:07:21.252Z] ---> Running in e68210af2f07 [2021-01-20T21:07:22.201Z] ---> 487885364706 [2021-01-20T21:07:22.201Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-20T21:07:22.201Z] ---> bf757f580418 [2021-01-20T21:07:22.201Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-20T21:07:22.201Z] ---> Running in 11cb0cf4aa7d [2021-01-20T21:07:22.201Z] Removing intermediate container e68210af2f07 [2021-01-20T21:07:22.201Z] ---> 8adef0d84bda [2021-01-20T21:07:22.201Z] Step 19/21 : LABEL arch=x86_64 [2021-01-20T21:07:22.201Z] ---> Running in edbbd04cf342 [2021-01-20T21:07:22.475Z] ---> Running in 72d530176ce5 [2021-01-20T21:07:22.475Z] Removing intermediate container 11cb0cf4aa7d [2021-01-20T21:07:22.475Z] ---> f2ced1439fd8 [2021-01-20T21:07:22.475Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T21:07:22.475Z] ---> d348176ba4ae [2021-01-20T21:07:22.475Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-20T21:07:22.741Z] ---> Running in 19b790535381 [2021-01-20T21:07:23.010Z] Removing intermediate container 72d530176ce5 [2021-01-20T21:07:23.010Z] ---> fbcaa75edf57 [2021-01-20T21:07:23.010Z] Step 20/21 : LABEL git_sha=0d048c99a2e689bcffe87ab7e4893f9cb34f024e [2021-01-20T21:07:23.010Z] ---> Running in 8ad95f119e64 [2021-01-20T21:07:23.275Z] Removing intermediate container 19b790535381 [2021-01-20T21:07:23.275Z] ---> f1fa6b047b8b [2021-01-20T21:07:23.275Z] Step 22/24 : LABEL arch=x86_64 [2021-01-20T21:07:23.275Z] ---> 43d2c2914c13 [2021-01-20T21:07:23.275Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-20T21:07:23.275Z] ---> Running in c27ab7b3cb5f [2021-01-20T21:07:23.275Z] Removing intermediate container 5429a191b15a [2021-01-20T21:07:23.275Z] ---> 6215d209eb9a [2021-01-20T21:07:23.275Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-20T21:07:23.538Z] Removing intermediate container 8ad95f119e64 [2021-01-20T21:07:23.538Z] ---> 9f38432fb8f7 [2021-01-20T21:07:23.538Z] Step 21/21 : LABEL version=0.0.0 [2021-01-20T21:07:23.539Z] ---> Running in f2eac429e8f1 [2021-01-20T21:07:23.801Z] ---> Running in f916fac7aff6 [2021-01-20T21:07:24.064Z] Removing intermediate container c27ab7b3cb5f [2021-01-20T21:07:24.064Z] ---> 2d661a2428e7 [2021-01-20T21:07:24.064Z] Step 23/24 : LABEL git_sha=0d048c99a2e689bcffe87ab7e4893f9cb34f024e [2021-01-20T21:07:24.064Z] ---> 30a6a180d945 [2021-01-20T21:07:24.064Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-20T21:07:24.336Z] Removing intermediate container f916fac7aff6 [2021-01-20T21:07:24.336Z] ---> 341742936f30 [2021-01-20T21:07:24.336Z] [2021-01-20T21:07:24.336Z] ---> Running in 56114b521ca9 [2021-01-20T21:07:24.598Z] Successfully built 341742936f30 [2021-01-20T21:07:24.598Z] Removing intermediate container edbbd04cf342 [2021-01-20T21:07:24.598Z] ---> f406fda26e31 [2021-01-20T21:07:24.598Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-20T21:07:24.598Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-20T21:07:24.598Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T21:07:24.598Z] Building docker-sys-mgmt-agent-go [2021-01-20T21:07:24.598Z]  Building docker-support-scheduler-go ... done  ---> Running in e0ba86b19577 [2021-01-20T21:07:24.867Z] Removing intermediate container 56114b521ca9 [2021-01-20T21:07:24.867Z] ---> be317d6cb5ae [2021-01-20T21:07:24.867Z] Step 24/24 : LABEL version=0.0.0 [2021-01-20T21:07:24.867Z] ---> ee1d4fea600a [2021-01-20T21:07:24.867Z] 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-20T21:07:24.867Z] ---> Running in 0ed0e9de6a1f [2021-01-20T21:07:24.867Z] ---> Running in 7023cda19b14 [2021-01-20T21:07:25.147Z] Removing intermediate container e0ba86b19577 [2021-01-20T21:07:25.147Z] ---> 416d35461079 [2021-01-20T21:07:25.147Z] Step 20/22 : LABEL arch=x86_64 [2021-01-20T21:07:25.147Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T21:07:25.147Z] ---> Running in 8d6a79567f9f [2021-01-20T21:07:25.424Z] Removing intermediate container 0ed0e9de6a1f [2021-01-20T21:07:25.424Z] ---> 26cf3c5017e2 [2021-01-20T21:07:25.424Z] [2021-01-20T21:07:25.696Z] Successfully built 26cf3c5017e2 [2021-01-20T21:07:25.696Z] Successfully tagged docker-support-notifications-go:latest [2021-01-20T21:07:25.696Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-01-20T21:07:25.696Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-20T21:07:25.696Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-20T21:07:25.959Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-20T21:07:25.959Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-20T21:07:26.225Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-20T21:07:26.225Z] Removing intermediate container 8d6a79567f9f [2021-01-20T21:07:26.225Z] ---> 38dd0941b6f2 [2021-01-20T21:07:26.225Z] Step 21/22 : LABEL git_sha=0d048c99a2e689bcffe87ab7e4893f9cb34f024e [2021-01-20T21:07:26.225Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T21:07:26.225Z] OK: 8 MiB in 19 packages [2021-01-20T21:07:28.151Z] ---> Running in b218025fef99 [2021-01-20T21:07:31.378Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-20T21:07:31.500Z] Removing intermediate container b218025fef99 [2021-01-20T21:07:31.500Z] ---> 1309333c1570 [2021-01-20T21:07:31.500Z] Step 22/22 : LABEL version=0.0.0 [2021-01-20T21:07:31.500Z] ---> Running in 9850434e4982 [2021-01-20T21:07:32.089Z] Removing intermediate container 9850434e4982 [2021-01-20T21:07:32.089Z] ---> 12ac039c3f53 [2021-01-20T21:07:32.089Z] [2021-01-20T21:07:32.089Z] Removing intermediate container 7023cda19b14 [2021-01-20T21:07:32.089Z] ---> 20bcd58d7220 [2021-01-20T21:07:32.089Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-20T21:07:32.089Z] Removing intermediate container f2eac429e8f1 [2021-01-20T21:07:32.089Z] ---> e9836ce68394 [2021-01-20T21:07:32.089Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T21:07:32.089Z] ---> Running in d2acec324a25 [2021-01-20T21:07:32.362Z] Successfully built 12ac039c3f53 [2021-01-20T21:07:32.629Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-20T21:07:32.629Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-metadata-go [2021-01-20T21:07:34.579Z] Removing intermediate container d2acec324a25 [2021-01-20T21:07:34.579Z] ---> ecf9e9cb52ec [2021-01-20T21:07:34.579Z] Step 22/24 : LABEL arch=x86_64 [2021-01-20T21:07:34.579Z] ---> d67060c9e58b [2021-01-20T21:07:34.579Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-20T21:07:35.173Z] ---> Running in 790e40738dde [2021-01-20T21:07:35.768Z] Removing intermediate container 790e40738dde [2021-01-20T21:07:35.768Z] ---> 81e3ab65889b [2021-01-20T21:07:35.768Z] Step 23/24 : LABEL git_sha=0d048c99a2e689bcffe87ab7e4893f9cb34f024e [2021-01-20T21:07:38.340Z] ---> Running in 345e62dda85f [2021-01-20T21:07:39.312Z] ---> ca4ca4452b78 [2021-01-20T21:07:39.312Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-20T21:07:39.915Z] Removing intermediate container 345e62dda85f [2021-01-20T21:07:39.915Z] ---> 22d9c3e22c67 [2021-01-20T21:07:39.915Z] Step 24/24 : LABEL version=0.0.0 [2021-01-20T21:07:41.025Z] ---> Running in b8b4c66a1e7c [2021-01-20T21:07:41.603Z] ---> a423df893fc5 [2021-01-20T21:07:41.603Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-20T21:07:42.195Z] ---> Running in 17a3c2cbafbd [2021-01-20T21:07:42.471Z] Removing intermediate container b8b4c66a1e7c [2021-01-20T21:07:42.471Z] ---> 6bfce537d57f [2021-01-20T21:07:42.471Z] [2021-01-20T21:07:42.749Z] Successfully built 6bfce537d57f [2021-01-20T21:07:43.030Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-20T21:07:43.030Z] Building docker-core-command-go [2021-01-20T21:07:43.030Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 17a3c2cbafbd [2021-01-20T21:07:43.030Z] ---> 48a4c9dcb0e0 [2021-01-20T21:07:43.030Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T21:07:43.296Z] ---> Running in b5c123e6b805 [2021-01-20T21:07:44.275Z] Removing intermediate container b5c123e6b805 [2021-01-20T21:07:44.275Z] ---> d5ecaed7104e [2021-01-20T21:07:44.275Z] Step 21/23 : LABEL arch=x86_64 [2021-01-20T21:07:44.548Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T21:07:44.548Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-20T21:07:44.548Z] ---> 8e9bb40ac389 [2021-01-20T21:07:44.548Z] Step 3/21 : WORKDIR /edgex-go [2021-01-20T21:07:44.548Z] ---> Using cache [2021-01-20T21:07:44.548Z] ---> 4a1b04cfa459 [2021-01-20T21:07:44.548Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:07:44.548Z] ---> Using cache [2021-01-20T21:07:44.548Z] ---> 559c2c2f09cd [2021-01-20T21:07:44.548Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-20T21:07:44.814Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T21:07:44.814Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-20T21:07:44.814Z] ---> 8e9bb40ac389 [2021-01-20T21:07:44.814Z] Step 3/26 : WORKDIR /edgex-go [2021-01-20T21:07:44.814Z] ---> Using cache [2021-01-20T21:07:44.814Z] ---> 4a1b04cfa459 [2021-01-20T21:07:44.814Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:07:44.814Z] ---> Using cache [2021-01-20T21:07:44.814Z] ---> 559c2c2f09cd [2021-01-20T21:07:44.814Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-20T21:07:46.760Z] ---> Running in 80d6bac018c5 [2021-01-20T21:07:47.027Z] ---> Running in 6e6f777641c1 [2021-01-20T21:07:47.650Z] ---> Running in 7d67494c3dda [2021-01-20T21:07:48.243Z] Removing intermediate container 80d6bac018c5 [2021-01-20T21:07:48.243Z] ---> c4b01a8a6629 [2021-01-20T21:07:48.243Z] Step 22/23 : LABEL git_sha=0d048c99a2e689bcffe87ab7e4893f9cb34f024e [2021-01-20T21:07:48.841Z] ---> Running in 6a599ed040e4 [2021-01-20T21:07:49.432Z] Removing intermediate container 6a599ed040e4 [2021-01-20T21:07:49.432Z] ---> 872ad8b51c05 [2021-01-20T21:07:49.432Z] Step 23/23 : LABEL version=0.0.0 [2021-01-20T21:07:50.037Z] ---> Running in c6eb17c674f1 [2021-01-20T21:07:50.037Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T21:07:50.037Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T21:07:50.634Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T21:07:50.634Z] Removing intermediate container c6eb17c674f1 [2021-01-20T21:07:50.634Z] ---> 6d305cd97541 [2021-01-20T21:07:50.634Z] [2021-01-20T21:07:50.634Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T21:07:50.899Z] Successfully built 6d305cd97541 [2021-01-20T21:07:50.899Z] Successfully tagged docker-core-data-go:latest [2021-01-20T21:07:50.899Z]  Building docker-core-data-go ... done OK: 233 MiB in 51 packages [2021-01-20T21:07:51.205Z] OK: 233 MiB in 51 packages [2021-01-20T21:07:53.810Z] Removing intermediate container 6e6f777641c1 [2021-01-20T21:07:53.810Z] ---> c5964387f906 [2021-01-20T21:07:53.810Z] Step 6/26 : COPY go.mod . [2021-01-20T21:07:53.810Z] Removing intermediate container 7d67494c3dda [2021-01-20T21:07:53.810Z] ---> 74f581fa8617 [2021-01-20T21:07:53.810Z] Step 6/21 : COPY go.mod . [2021-01-20T21:07:54.773Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T21:07:54.773Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-20T21:07:54.773Z] ---> 8e9bb40ac389 [2021-01-20T21:07:54.773Z] Step 3/22 : WORKDIR /edgex-go [2021-01-20T21:07:54.773Z] ---> Using cache [2021-01-20T21:07:54.773Z] ---> 4a1b04cfa459 [2021-01-20T21:07:54.773Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:07:54.773Z] ---> Using cache [2021-01-20T21:07:54.773Z] ---> 559c2c2f09cd [2021-01-20T21:07:54.773Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-20T21:07:54.773Z] ---> Using cache [2021-01-20T21:07:54.773Z] ---> 74f581fa8617 [2021-01-20T21:07:54.773Z] Step 6/22 : COPY go.mod . [2021-01-20T21:07:54.773Z] ---> Using cache [2021-01-20T21:07:54.773Z] ---> e6f8dc5e4185 [2021-01-20T21:07:54.773Z] Step 7/22 : RUN go mod download [2021-01-20T21:07:55.351Z] ---> 1855a6f52cdb [2021-01-20T21:07:55.351Z] Step 7/26 : RUN go mod download [2021-01-20T21:07:55.351Z] ---> e6f8dc5e4185 [2021-01-20T21:07:55.351Z] Step 7/21 : RUN go mod download [2021-01-20T21:07:55.941Z] ---> Running in 9796272d81d1 [2021-01-20T21:07:55.941Z] ---> Running in 1a05d3a19554 [2021-01-20T21:07:55.941Z] ---> Running in a7a2455180c9 [2021-01-20T21:08:01.353Z] Removing intermediate container 1a05d3a19554 [2021-01-20T21:08:01.353Z] ---> 497629904e97 [2021-01-20T21:08:01.353Z] Step 8/26 : COPY . . [2021-01-20T21:08:01.353Z] Removing intermediate container a7a2455180c9 [2021-01-20T21:08:01.353Z] ---> 45c098230f6a [2021-01-20T21:08:01.353Z] Step 8/21 : COPY . . [2021-01-20T21:08:01.353Z] Removing intermediate container 9796272d81d1 [2021-01-20T21:08:01.353Z] ---> bda8fb03caf8 [2021-01-20T21:08:01.353Z] Step 8/22 : COPY . . [2021-01-20T21:08:03.939Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T21:08:03.939Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-20T21:08:03.939Z] ---> 8e9bb40ac389 [2021-01-20T21:08:03.939Z] Step 3/22 : WORKDIR /edgex-go [2021-01-20T21:08:03.939Z] ---> Using cache [2021-01-20T21:08:03.939Z] ---> 4a1b04cfa459 [2021-01-20T21:08:03.939Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:08:03.939Z] ---> Using cache [2021-01-20T21:08:03.939Z] ---> 559c2c2f09cd [2021-01-20T21:08:03.939Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-20T21:08:03.939Z] ---> Using cache [2021-01-20T21:08:03.939Z] ---> 74f581fa8617 [2021-01-20T21:08:03.939Z] Step 6/22 : COPY go.mod . [2021-01-20T21:08:03.939Z] ---> Using cache [2021-01-20T21:08:03.939Z] ---> e6f8dc5e4185 [2021-01-20T21:08:03.939Z] Step 7/22 : RUN go mod download [2021-01-20T21:08:03.939Z] ---> Using cache [2021-01-20T21:08:03.939Z] ---> bda8fb03caf8 [2021-01-20T21:08:03.939Z] Step 8/22 : COPY . . [2021-01-20T21:08:10.454Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-20T21:08:32.927Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-20T21:08:32.927Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-20T21:08:32.927Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-20T21:08:32.927Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-20T21:08:32.927Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-20T21:08:32.927Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-20T21:08:32.927Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-20T21:08:32.927Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-20T21:08:32.927Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-20T21:08:36.595Z] ---> 9366865377a0 [2021-01-20T21:08:36.595Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-20T21:08:36.595Z] ---> 6525d3c3e0f1 [2021-01-20T21:08:36.595Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-20T21:08:36.595Z] ---> Running in a5237cbb7ce9 [2021-01-20T21:08:36.595Z] ---> Running in 19e478c3a834 [2021-01-20T21:08:36.595Z] ---> 3ad3783355a7 [2021-01-20T21:08:36.595Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-20T21:08:36.595Z] ---> Running in a2c8147234a6 [2021-01-20T21:08:36.595Z] ---> 6e58571c366a [2021-01-20T21:08:36.595Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-20T21:08:36.595Z] ---> Running in 2cb3c56da866 [2021-01-20T21:08:36.595Z] 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-20T21:08:36.595Z] 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-20T21:08:36.595Z] 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-20T21:08:36.595Z] 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-20T21:08:39.661Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-20T21:08:39.661Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-20T21:08:39.661Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-20T21:08:46.434Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.368s coverage: 46.6% of statements [2021-01-20T21:08:46.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-20T21:08:46.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-20T21:08:46.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-20T21:08:46.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-20T21:08:46.434Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-20T21:08:54.810Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.565s coverage: 27.0% of statements [2021-01-20T21:08:54.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-20T21:08:54.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-20T21:08:54.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-20T21:08:54.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-20T21:08:54.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-20T21:08:54.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-20T21:08:54.810Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.055s coverage: 100.0% of statements [2021-01-20T21:08:54.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-20T21:08:54.810Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.099s coverage: 100.0% of statements [2021-01-20T21:08:54.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-20T21:08:54.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-20T21:08:54.810Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.291s coverage: 67.9% of statements [2021-01-20T21:08:54.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-20T21:08:54.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-20T21:08:54.810Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.433s coverage: 82.3% of statements [2021-01-20T21:08:54.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-20T21:08:54.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-20T21:08:54.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-20T21:08:54.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-20T21:08:59.116Z] 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-20T21:09:01.591Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.322s coverage: 28.6% of statements [2021-01-20T21:09:01.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-20T21:09:01.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-20T21:09:01.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-20T21:09:01.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-20T21:09:01.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-20T21:09:01.591Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.174s coverage: 100.0% of statements [2021-01-20T21:09:01.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-20T21:09:01.591Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.096s coverage: 100.0% of statements [2021-01-20T21:09:01.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-20T21:09:01.591Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.354s coverage: 86.7% of statements [2021-01-20T21:09:01.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-20T21:09:05.046Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.387s coverage: 97.5% of statements [2021-01-20T21:09:05.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-20T21:09:05.046Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.176s coverage: 78.3% of statements [2021-01-20T21:09:05.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-20T21:09:05.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-20T21:09:05.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-20T21:09:05.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-20T21:09:05.849Z] Removing intermediate container a2c8147234a6 [2021-01-20T21:09:05.849Z] ---> a66dd3b24a0e [2021-01-20T21:09:05.849Z] [2021-01-20T21:09:05.849Z] Step 10/22 : FROM scratch [2021-01-20T21:09:05.849Z] ---> [2021-01-20T21:09:05.849Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T21:09:05.849Z] Removing intermediate container a5237cbb7ce9 [2021-01-20T21:09:05.849Z] ---> 1f045f720e32 [2021-01-20T21:09:05.849Z] [2021-01-20T21:09:05.849Z] Step 10/21 : FROM alpine:3.12 [2021-01-20T21:09:05.849Z] ---> 389fef711851 [2021-01-20T21:09:05.849Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-20T21:09:05.849Z] Removing intermediate container 19e478c3a834 [2021-01-20T21:09:05.849Z] ---> 8764b2acc432 [2021-01-20T21:09:05.849Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-20T21:09:05.849Z] ---> Running in c6fb750a8a57 [2021-01-20T21:09:05.849Z] ---> Running in 698e5106a941 [2021-01-20T21:09:05.849Z] ---> Using cache [2021-01-20T21:09:05.849Z] ---> c101fa9e525a [2021-01-20T21:09:05.849Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-20T21:09:06.125Z] 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-20T21:09:06.393Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T21:09:06.658Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T21:09:06.658Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-20T21:09:06.658Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-20T21:09:06.658Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-20T21:09:06.922Z] (4/4) Installing curl (7.69.1-r3) [2021-01-20T21:09:06.922Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T21:09:06.922Z] Executing ca-certificates-20191127-r4.trigger [2021-01-20T21:09:06.922Z] ---> Running in b21e19521bf6 [2021-01-20T21:09:06.922Z] OK: 7 MiB in 18 packages [2021-01-20T21:09:07.874Z] Removing intermediate container 2cb3c56da866 [2021-01-20T21:09:07.874Z] ---> 45b40942717a [2021-01-20T21:09:07.874Z] [2021-01-20T21:09:07.874Z] Step 10/22 : FROM scratch [2021-01-20T21:09:07.874Z] ---> [2021-01-20T21:09:07.874Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T21:09:07.874Z] ---> Using cache [2021-01-20T21:09:07.874Z] ---> c101fa9e525a [2021-01-20T21:09:07.874Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-20T21:09:07.874Z] Removing intermediate container b21e19521bf6 [2021-01-20T21:09:07.874Z] ---> eb598cbbba24 [2021-01-20T21:09:07.874Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-20T21:09:08.143Z] ---> Running in 56c5e94129da [2021-01-20T21:09:08.143Z] ---> Running in 188b12985d74 [2021-01-20T21:09:08.407Z] Removing intermediate container 56c5e94129da [2021-01-20T21:09:08.407Z] ---> d77ad688aaae [2021-01-20T21:09:08.407Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-20T21:09:08.982Z] Removing intermediate container 188b12985d74 [2021-01-20T21:09:08.982Z] ---> d49c7b8c6839 [2021-01-20T21:09:08.982Z] Step 14/22 : WORKDIR / [2021-01-20T21:09:08.982Z] ---> Running in 32bd66cf6913 [2021-01-20T21:09:10.908Z] ---> Running in 175b1157c595 [2021-01-20T21:09:10.908Z] Removing intermediate container 698e5106a941 [2021-01-20T21:09:10.908Z] ---> 0fb2f54dfc88 [2021-01-20T21:09:10.908Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-20T21:09:10.908Z] Removing intermediate container c6fb750a8a57 [2021-01-20T21:09:10.908Z] ---> ba4fadce0293 [2021-01-20T21:09:10.908Z] [2021-01-20T21:09:10.908Z] Step 11/26 : FROM docker:20.10.0 [2021-01-20T21:09:10.908Z] Removing intermediate container 32bd66cf6913 [2021-01-20T21:09:10.908Z] ---> 3f102807a6d1 [2021-01-20T21:09:10.908Z] Step 14/22 : WORKDIR / [2021-01-20T21:09:10.908Z] 20.10.0: Pulling from library/docker [2021-01-20T21:09:10.908Z] ---> Running in 528089d2e04c [2021-01-20T21:09:10.908Z] ---> Running in 1dab31300ffa [2021-01-20T21:09:10.908Z] Removing intermediate container 175b1157c595 [2021-01-20T21:09:10.908Z] ---> c72ec4ca6439 [2021-01-20T21:09:10.908Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T21:09:11.496Z] Removing intermediate container 528089d2e04c [2021-01-20T21:09:11.496Z] ---> c8861796697b [2021-01-20T21:09:11.496Z] Step 13/21 : WORKDIR /edgex [2021-01-20T21:09:11.496Z] ---> Running in 06b23c3422ef [2021-01-20T21:09:11.496Z] Removing intermediate container 1dab31300ffa [2021-01-20T21:09:11.496Z] ---> c94f6ce19da0 [2021-01-20T21:09:11.496Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T21:09:11.763Z] ---> e6b8a3c9a382 [2021-01-20T21:09:11.763Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-20T21:09:12.032Z] ---> 6af022491835 [2021-01-20T21:09:12.032Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-20T21:09:12.298Z] Removing intermediate container 06b23c3422ef [2021-01-20T21:09:12.298Z] ---> c317af0b54dd [2021-01-20T21:09:12.298Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-20T21:09:12.574Z] ---> 9496ca256d1b [2021-01-20T21:09:12.574Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-20T21:09:12.574Z] ---> 375a76444c6f [2021-01-20T21:09:12.574Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-20T21:09:12.851Z] ---> 9f9b0945bc70 [2021-01-20T21:09:12.851Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-20T21:09:12.851Z] ---> 2e9c5ab7b737 [2021-01-20T21:09:12.851Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-20T21:09:13.399Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.317s coverage: 92.8% of statements [2021-01-20T21:09:13.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-20T21:09:13.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-20T21:09:13.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-20T21:09:13.399Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-20T21:09:13.399Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-20T21:09:13.399Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-20T21:09:13.399Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-20T21:09:13.399Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-20T21:09:13.399Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-20T21:09:13.399Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-20T21:09:13.399Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-20T21:09:13.399Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-20T21:09:13.399Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-20T21:09:13.399Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-20T21:09:13.399Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-20T21:09:13.399Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-20T21:09:13.399Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-20T21:09:13.399Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-20T21:09:13.399Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements [2021-01-20T21:09:13.399Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-20T21:09:13.399Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-20T21:09:13.399Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.299s coverage: 0.1% of statements [2021-01-20T21:09:13.399Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-20T21:09:13.399Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-20T21:09:13.399Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-20T21:09:13.399Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-20T21:09:13.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.097s coverage: 100.0% of statements [2021-01-20T21:09:13.399Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-20T21:09:13.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.144s coverage: 75.5% of statements [2021-01-20T21:09:13.399Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-20T21:09:13.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.084s coverage: 80.8% of statements [2021-01-20T21:09:13.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.177s coverage: 87.2% of statements [2021-01-20T21:09:13.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.186s coverage: 84.2% of statements [2021-01-20T21:09:13.448Z] ---> 728dcdce0408 [2021-01-20T21:09:13.448Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-20T21:09:13.448Z] ---> Running in 1719c0f15757 [2021-01-20T21:09:13.448Z] ---> Running in 78331c66996e [2021-01-20T21:09:13.449Z] ---> dcce44b0a864 [2021-01-20T21:09:13.449Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-20T21:09:13.449Z] Removing intermediate container 1719c0f15757 [2021-01-20T21:09:13.449Z] ---> 70f0c9dc6871 [2021-01-20T21:09:13.449Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T21:09:13.715Z] ---> Running in 3f5d88390e18 [2021-01-20T21:09:13.715Z] Removing intermediate container 78331c66996e [2021-01-20T21:09:13.715Z] ---> e5e48ad64709 [2021-01-20T21:09:13.715Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T21:09:13.981Z] ---> Running in 02a33c795d09 [2021-01-20T21:09:13.981Z] Removing intermediate container 3f5d88390e18 [2021-01-20T21:09:13.981Z] ---> 264ddcf4c95c [2021-01-20T21:09:13.981Z] Step 20/22 : LABEL arch=x86_64 [2021-01-20T21:09:13.981Z] ---> Running in 872d70f8628b [2021-01-20T21:09:14.252Z] Removing intermediate container 02a33c795d09 [2021-01-20T21:09:14.252Z] ---> 6f9f3b667a2b [2021-01-20T21:09:14.252Z] Step 20/22 : LABEL arch=x86_64 [2021-01-20T21:09:14.252Z] ---> 234c570a9d62 [2021-01-20T21:09:14.252Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-20T21:09:14.252Z] ---> Running in d19dad04cf30 [2021-01-20T21:09:14.252Z] Removing intermediate container 872d70f8628b [2021-01-20T21:09:14.252Z] ---> Running in e3393d805061 [2021-01-20T21:09:14.252Z] ---> 91e84574c59e [2021-01-20T21:09:14.252Z] Step 21/22 : LABEL git_sha=0d048c99a2e689bcffe87ab7e4893f9cb34f024e [2021-01-20T21:09:14.518Z] ---> Running in 31a785743356 [2021-01-20T21:09:14.518Z] Removing intermediate container d19dad04cf30 [2021-01-20T21:09:14.518Z] ---> a92bf02770d0 [2021-01-20T21:09:14.518Z] Step 21/22 : LABEL git_sha=0d048c99a2e689bcffe87ab7e4893f9cb34f024e [2021-01-20T21:09:14.518Z] Removing intermediate container e3393d805061 [2021-01-20T21:09:14.518Z] ---> f7294ca1c0ed [2021-01-20T21:09:14.518Z] Step 18/21 : CMD ["--init=true"] [2021-01-20T21:09:14.784Z] ---> Running in 715a7c72e0f4 [2021-01-20T21:09:14.784Z] Removing intermediate container 31a785743356 [2021-01-20T21:09:14.784Z] ---> fb7dae548898 [2021-01-20T21:09:14.784Z] Step 22/22 : LABEL version=0.0.0 [2021-01-20T21:09:14.784Z] ---> Running in 1cdeb17f6e5d [2021-01-20T21:09:15.054Z] ---> Running in 3fad915b2de0 [2021-01-20T21:09:15.318Z] Removing intermediate container 715a7c72e0f4 [2021-01-20T21:09:15.318Z] ---> 5a7d4f34fe94 [2021-01-20T21:09:15.318Z] Step 22/22 : LABEL version=0.0.0 [2021-01-20T21:09:15.318Z] Removing intermediate container 1cdeb17f6e5d [2021-01-20T21:09:15.318Z] ---> 3f528cffa8df [2021-01-20T21:09:15.318Z] Step 19/21 : LABEL arch=x86_64 [2021-01-20T21:09:15.318Z] ---> Running in e85a4a7b7126 [2021-01-20T21:09:15.318Z] ---> Running in b684b5c5f5f0 [2021-01-20T21:09:15.584Z] Removing intermediate container 3fad915b2de0 [2021-01-20T21:09:15.585Z] ---> 6285849860c3 [2021-01-20T21:09:15.585Z] [2021-01-20T21:09:15.585Z] Removing intermediate container e85a4a7b7126 [2021-01-20T21:09:15.585Z] ---> 5d10d60fcb56 [2021-01-20T21:09:15.585Z] [2021-01-20T21:09:15.585Z] Successfully built 6285849860c3 [2021-01-20T21:09:15.585Z] Successfully tagged docker-core-command-go:latest [2021-01-20T21:09:15.847Z]  Building docker-core-command-go ... done Removing intermediate container b684b5c5f5f0 [2021-01-20T21:09:15.847Z] ---> 9a0cbd0bdad6 [2021-01-20T21:09:15.847Z] Step 20/21 : LABEL git_sha=0d048c99a2e689bcffe87ab7e4893f9cb34f024e [2021-01-20T21:09:16.123Z] Successfully built 5d10d60fcb56 [2021-01-20T21:09:16.123Z] Successfully tagged docker-core-metadata-go:latest [2021-01-20T21:09:16.123Z]  Building docker-core-metadata-go ... done  ---> Running in 67b6c7ea8822 [2021-01-20T21:09:16.393Z] Removing intermediate container 67b6c7ea8822 [2021-01-20T21:09:16.393Z] ---> 5b60c117e0f4 [2021-01-20T21:09:16.393Z] Step 21/21 : LABEL version=0.0.0 [2021-01-20T21:09:16.393Z] ---> Running in 4e38336b01ba [2021-01-20T21:09:16.655Z] Removing intermediate container 4e38336b01ba [2021-01-20T21:09:16.655Z] ---> f15966cd0870 [2021-01-20T21:09:16.655Z] [2021-01-20T21:09:16.655Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-20T21:09:16.852Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.201s coverage: 91.4% of statements [2021-01-20T21:09:16.852Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-20T21:09:16.920Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-20T21:09:16.920Z] ---> aefe523efa57 [2021-01-20T21:09:16.920Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-20T21:09:16.920Z] Successfully built f15966cd0870 [2021-01-20T21:09:16.920Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-20T21:09:16.920Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 63679d54dd9d [2021-01-20T21:09:17.505Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T21:09:17.505Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T21:09:17.773Z] (1/2) Installing readline (8.0.4-r0) [2021-01-20T21:09:17.773Z] (2/2) Installing bash (5.0.17-r0) [2021-01-20T21:09:17.773Z] Executing bash-5.0.17-r0.post-install [2021-01-20T21:09:17.773Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T21:09:17.773Z] OK: 12 MiB in 22 packages [2021-01-20T21:09:18.351Z] Removing intermediate container 63679d54dd9d [2021-01-20T21:09:18.351Z] ---> 319ca2125bfb [2021-01-20T21:09:18.351Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-20T21:09:18.614Z] ---> Running in ad077eadaf35 [2021-01-20T21:09:18.879Z] Removing intermediate container ad077eadaf35 [2021-01-20T21:09:18.879Z] ---> 7106196b856c [2021-01-20T21:09:18.879Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-20T21:09:18.879Z] ---> Running in da276d858213 [2021-01-20T21:09:18.882Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.647s coverage: 63.5% of statements [2021-01-20T21:09:18.882Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-20T21:09:18.882Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-20T21:09:18.882Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.094s coverage: 100.0% of statements [2021-01-20T21:09:18.882Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.113s coverage: 91.3% of statements [2021-01-20T21:09:19.142Z] Removing intermediate container da276d858213 [2021-01-20T21:09:19.142Z] ---> ae1a0839c1bc [2021-01-20T21:09:19.142Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-20T21:09:19.142Z] ---> Running in 520d0f1258eb [2021-01-20T21:09:19.142Z] Removing intermediate container 520d0f1258eb [2021-01-20T21:09:19.142Z] ---> 8429d1af7dd0 [2021-01-20T21:09:19.142Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-20T21:09:19.504Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements [2021-01-20T21:09:19.504Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.087s coverage: 73.7% of statements [2021-01-20T21:09:19.718Z] ---> 7fc50d615b94 [2021-01-20T21:09:19.718Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-20T21:09:19.982Z] ---> f0ed478e8a6b [2021-01-20T21:09:19.982Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-20T21:09:20.514Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.084s coverage: 100.0% of statements [2021-01-20T21:09:20.556Z] ---> 4febdc610eea [2021-01-20T21:09:20.556Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-20T21:09:20.556Z] ---> Running in 00caf87dd78c [2021-01-20T21:09:21.130Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T21:09:21.130Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T21:09:21.392Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-20T21:09:21.392Z] (2/33) Installing expat (2.2.9-r1) [2021-01-20T21:09:21.392Z] (3/33) Installing libffi (3.3-r2) [2021-01-20T21:09:21.392Z] (4/33) Installing gdbm (1.13-r1) [2021-01-20T21:09:21.392Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-20T21:09:21.392Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-20T21:09:21.392Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-20T21:09:22.784Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-20T21:09:22.784Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-20T21:09:22.784Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-20T21:09:22.784Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-20T21:09:22.784Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-20T21:09:22.784Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-20T21:09:22.784Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-20T21:09:23.048Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-20T21:09:23.048Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-20T21:09:23.048Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-20T21:09:23.048Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-20T21:09:23.048Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-20T21:09:23.048Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-20T21:09:23.048Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-20T21:09:23.311Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-20T21:09:23.573Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-20T21:09:23.573Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-20T21:09:23.573Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-20T21:09:23.573Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-20T21:09:23.573Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-20T21:09:23.573Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-20T21:09:23.573Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-20T21:09:23.573Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-20T21:09:23.573Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-20T21:09:23.573Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-20T21:09:23.836Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-20T21:09:23.836Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T21:09:23.836Z] OK: 71 MiB in 55 packages [2021-01-20T21:09:24.882Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.903s coverage: 68.9% of statements [2021-01-20T21:09:24.882Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-20T21:09:24.882Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-20T21:09:24.882Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-20T21:09:24.882Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-20T21:09:24.882Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-20T21:09:26.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.381s coverage: 37.0% of statements [2021-01-20T21:09:26.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-20T21:09:26.877Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-20T21:09:26.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.874s coverage: 84.0% of statements [2021-01-20T21:09:26.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.084s coverage: 100.0% of statements [2021-01-20T21:09:32.030Z] Removing intermediate container 00caf87dd78c [2021-01-20T21:09:32.030Z] ---> fc6a53dcf63c [2021-01-20T21:09:32.030Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-20T21:09:32.030Z] ---> Running in de172d61be40 [2021-01-20T21:09:33.431Z] Collecting docker-compose==1.23.2 [2021-01-20T21:09:33.431Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-20T21:09:33.624Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.335s coverage: 47.1% of statements [2021-01-20T21:09:33.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-20T21:09:33.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-20T21:09:33.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-20T21:09:33.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-20T21:09:33.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-20T21:09:33.624Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.131s coverage: 100.0% of statements [2021-01-20T21:09:33.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-20T21:09:33.624Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.137s coverage: 100.0% of statements [2021-01-20T21:09:33.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-20T21:09:33.695Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-20T21:09:33.696Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-20T21:09:33.958Z] Collecting docker<4.0,>=3.6.0 [2021-01-20T21:09:33.958Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-20T21:09:33.958Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-20T21:09:33.958Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-20T21:09:34.223Z] Collecting texttable<0.10,>=0.9.0 [2021-01-20T21:09:34.223Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-20T21:09:34.799Z] Collecting docopt<0.7,>=0.6.1 [2021-01-20T21:09:34.799Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-20T21:09:35.375Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-20T21:09:35.375Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-20T21:09:35.639Z] 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-20T21:09:35.911Z] Collecting PyYAML<4,>=3.10 [2021-01-20T21:09:35.911Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-20T21:09:36.864Z] Collecting cached-property<2,>=1.2.0 [2021-01-20T21:09:36.864Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-20T21:09:36.864Z] Collecting jsonschema<3,>=2.5.1 [2021-01-20T21:09:36.864Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-20T21:09:36.864Z] 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-20T21:09:36.864Z] 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-20T21:09:37.130Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-20T21:09:37.130Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-20T21:09:37.130Z] Collecting idna<2.8,>=2.5 [2021-01-20T21:09:37.130Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-20T21:09:37.130Z] Collecting docker-pycreds>=0.4.0 [2021-01-20T21:09:37.393Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-20T21:09:37.393Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-20T21:09:37.393Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-20T21:09:37.393Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-20T21:09:37.393Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-20T21:09:37.393Z] Installing collected packages: urllib3, idna, requests, docker-pycreds, websocket-client, docker, texttable, docopt, dockerpty, PyYAML, cached-property, jsonschema, docker-compose [2021-01-20T21:09:37.393Z] Attempting uninstall: urllib3 [2021-01-20T21:09:37.393Z] Found existing installation: urllib3 1.25.9 [2021-01-20T21:09:37.393Z] Uninstalling urllib3-1.25.9: [2021-01-20T21:09:37.656Z] Successfully uninstalled urllib3-1.25.9 [2021-01-20T21:09:37.656Z] Attempting uninstall: idna [2021-01-20T21:09:37.656Z] Found existing installation: idna 2.9 [2021-01-20T21:09:37.656Z] Uninstalling idna-2.9: [2021-01-20T21:09:37.656Z] Successfully uninstalled idna-2.9 [2021-01-20T21:09:37.929Z] Attempting uninstall: requests [2021-01-20T21:09:37.929Z] Found existing installation: requests 2.23.0 [2021-01-20T21:09:37.929Z] Uninstalling requests-2.23.0: [2021-01-20T21:09:37.929Z] Successfully uninstalled requests-2.23.0 [2021-01-20T21:09:38.508Z] Running setup.py install for texttable: started [2021-01-20T21:09:39.083Z] Running setup.py install for texttable: finished with status 'done' [2021-01-20T21:09:39.083Z] Running setup.py install for docopt: started [2021-01-20T21:09:40.366Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.669s coverage: 29.1% of statements [2021-01-20T21:09:40.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-20T21:09:40.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-20T21:09:40.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-20T21:09:40.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-20T21:09:40.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-20T21:09:40.366Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.180s coverage: 99.0% of statements [2021-01-20T21:09:40.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-20T21:09:40.366Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.118s coverage: 100.0% of statements [2021-01-20T21:09:40.366Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-20T21:09:40.366Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements [2021-01-20T21:09:40.366Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-20T21:09:40.366Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements [2021-01-20T21:09:40.366Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-20T21:09:40.366Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-20T21:09:40.366Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-20T21:09:40.366Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-20T21:09:40.366Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.086s coverage: 87.9% of statements [2021-01-20T21:09:40.366Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-20T21:09:40.366Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-20T21:09:40.366Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements [2021-01-20T21:09:40.366Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.050s coverage: 32.1% of statements [2021-01-20T21:09:40.471Z] Running setup.py install for docopt: finished with status 'done' [2021-01-20T21:09:40.471Z] Running setup.py install for dockerpty: started [2021-01-20T21:09:40.641Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.091s coverage: 100.0% of statements [2021-01-20T21:09:40.734Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-20T21:09:40.734Z] Running setup.py install for PyYAML: started [2021-01-20T21:09:41.324Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-20T21:09:41.621Z] GO111MODULE=on go vet ./... [2021-01-20T21:09:41.901Z] 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-20T21:09:45.217Z] Removing intermediate container de172d61be40 [2021-01-20T21:09:45.217Z] ---> aff188ed980f [2021-01-20T21:09:45.217Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-20T21:09:45.217Z] ---> Running in cf4c21d94da5 [2021-01-20T21:09:45.217Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T21:09:45.217Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T21:09:45.480Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-20T21:09:45.480Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-20T21:09:45.480Z] (3/3) Installing curl (7.69.1-r3) [2021-01-20T21:09:45.480Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T21:09:45.480Z] OK: 72 MiB in 58 packages [2021-01-20T21:09:46.060Z] Removing intermediate container cf4c21d94da5 [2021-01-20T21:09:46.060Z] ---> ab5fd23da54d [2021-01-20T21:09:46.060Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-20T21:09:46.060Z] ---> Running in 411e94cf2e3b [2021-01-20T21:09:46.323Z] Removing intermediate container 411e94cf2e3b [2021-01-20T21:09:46.323Z] ---> af3ddeb72774 [2021-01-20T21:09:46.323Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T21:09:46.323Z] ---> Running in b3dc6efbc085 [2021-01-20T21:09:46.588Z] Removing intermediate container b3dc6efbc085 [2021-01-20T21:09:46.588Z] ---> 281d0dae58d0 [2021-01-20T21:09:46.588Z] Step 24/26 : LABEL arch=x86_64 [2021-01-20T21:09:46.588Z] ---> Running in 80640170888e [2021-01-20T21:09:46.850Z] Removing intermediate container 80640170888e [2021-01-20T21:09:46.850Z] ---> 03fe2403c5e2 [2021-01-20T21:09:46.850Z] Step 25/26 : LABEL git_sha=0d048c99a2e689bcffe87ab7e4893f9cb34f024e [2021-01-20T21:09:46.850Z] ---> Running in 49716db731a6 [2021-01-20T21:09:47.112Z] Removing intermediate container 49716db731a6 [2021-01-20T21:09:47.112Z] ---> 87eea4c1e008 [2021-01-20T21:09:47.112Z] Step 26/26 : LABEL version=0.0.0 [2021-01-20T21:09:47.112Z] ---> Running in f1c9b5098099 [2021-01-20T21:09:47.375Z] Removing intermediate container f1c9b5098099 [2021-01-20T21:09:47.375Z] ---> 6d859010975e [2021-01-20T21:09:47.375Z] [2021-01-20T21:09:47.375Z] Successfully built 6d859010975e [2021-01-20T21:09:47.375Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-20T21:09:48.333Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-20T21:09:48.348Z] $ docker stop --time=1 5a7867650cc3c6ecf7c44c6bcda4408309ab94d62f4c812cf73d1ba5656f33c9 [2021-01-20T21:09:50.054Z] $ docker rm -f 5a7867650cc3c6ecf7c44c6bcda4408309ab94d62f4c812cf73d1ba5656f33c9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T21:09:50.647Z] + docker images [2021-01-20T21:09:50.647Z] + grep docker [2021-01-20T21:09:50.647Z] docker-sys-mgmt-agent-go latest 6d859010975e 3 seconds ago 313MB [2021-01-20T21:09:50.647Z] docker-security-proxy-setup-go latest f15966cd0870 34 seconds ago 24.4MB [2021-01-20T21:09:50.647Z] docker-core-metadata-go latest 5d10d60fcb56 35 seconds ago 13.1MB [2021-01-20T21:09:50.647Z] docker-core-command-go latest 6285849860c3 35 seconds ago 10.6MB [2021-01-20T21:09:50.647Z] docker-core-data-go latest 6d305cd97541 2 minutes ago 22.3MB [2021-01-20T21:09:50.647Z] docker-security-secretstore-setup-go latest 6bfce537d57f 2 minutes ago 24.6MB [2021-01-20T21:09:50.647Z] docker-security-bootstrap-redis-go latest 12ac039c3f53 2 minutes ago 15.8MB [2021-01-20T21:09:50.647Z] docker-support-notifications-go latest 26cf3c5017e2 2 minutes ago 12MB [2021-01-20T21:09:50.647Z] docker-support-scheduler-go latest 341742936f30 2 minutes ago 10.7MB [2021-01-20T21:09:50.647Z] docker 20.10.0 aefe523efa57 5 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-20T21:10:06.249Z] Still waiting to schedule task [2021-01-20T21:10:06.249Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-20T21:10:58.265Z] Running on prd-ubuntu18.04-docker-8c-8g-21676 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws [2021-01-20T21:10:58.336Z] Running in /w/workspace/edgex-go/18 [Pipeline] { [Pipeline] checkout [2021-01-20T21:11:00.367Z] using credential edgex-jenkins-ssh [2021-01-20T21:11:00.425Z] Cloning the remote Git repository [2021-01-20T21:11:00.429Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-20T21:11:00.492Z] > git init /w/workspace/edgex-go/18 # timeout=10 [2021-01-20T21:11:00.522Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-20T21:11:00.523Z] > git --version # timeout=10 [2021-01-20T21:11:00.527Z] > git --version # 'git version 2.17.1' [2021-01-20T21:11:00.528Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T21:11:00.557Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T21:11:03.442Z] gofmt -l . [2021-01-20T21:11:03.443Z] [ "`gofmt -l .`" = "" ] [2021-01-20T21:11:03.443Z] ./bin/test-go-mod-tidy.sh [2021-01-20T21:11:03.443Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-20T21:11:04.109Z] + ls -al . [2021-01-20T21:11:04.109Z] total 684 [2021-01-20T21:11:04.109Z] drwxrwxr-x 9 1001 1001 4096 Jan 20 21:11 . [2021-01-20T21:11:04.109Z] drwxr-xr-x 4 root root 4096 Jan 20 21:07 .. [2021-01-20T21:11:04.109Z] -rw-rw-r-- 1 1001 1001 11 Jan 20 21:05 .dockerignore [2021-01-20T21:11:04.109Z] drwxrwxr-x 8 1001 1001 4096 Jan 20 21:05 .git [2021-01-20T21:11:04.109Z] drwxrwxr-x 3 1001 1001 4096 Jan 20 21:05 .github [2021-01-20T21:11:04.109Z] -rw-rw-r-- 1 1001 1001 824 Jan 20 21:05 .gitignore [2021-01-20T21:11:04.109Z] -rw-rw-r-- 1 1001 1001 166 Jan 20 21:05 .sonarcloud.properties [2021-01-20T21:11:04.109Z] -rw-rw-r-- 1 1001 1001 7759 Jan 20 21:05 Attribution.txt [2021-01-20T21:11:04.109Z] -rw-rw-r-- 1 1001 1001 3804 Jan 20 21:05 CONTRIBUTING.md [2021-01-20T21:11:04.109Z] -rw-rw-r-- 1 1001 1001 931 Jan 20 21:05 Dockerfile.build [2021-01-20T21:11:04.109Z] -rw-rw-r-- 1 1001 1001 863 Jan 20 21:05 Jenkinsfile [2021-01-20T21:11:04.109Z] -rw-rw-r-- 1 1001 1001 10775 Jan 20 21:05 LICENSE [2021-01-20T21:11:04.109Z] -rw-rw-r-- 1 1001 1001 5750 Jan 20 21:05 Makefile [2021-01-20T21:11:04.109Z] -rw-rw-r-- 1 1001 1001 6524 Jan 20 21:05 README.md [2021-01-20T21:11:04.109Z] -rw-rw-r-- 1 1001 1001 6744 Jan 20 21:05 SECURITY.md [2021-01-20T21:11:04.109Z] -rw-rw-r-- 1 1001 1001 5 Jan 20 21:02 VERSION [2021-01-20T21:11:04.109Z] -rw-rw-r-- 1 1001 1001 4131 Jan 20 21:05 ZMQWindows.md [2021-01-20T21:11:04.109Z] drwxrwxr-x 2 1001 1001 4096 Jan 20 21:05 bin [2021-01-20T21:11:04.109Z] drwxrwxr-x 14 1001 1001 4096 Jan 20 21:05 cmd [2021-01-20T21:11:04.109Z] -rw-r--r-- 1 root root 550280 Jan 20 21:09 coverage.out [2021-01-20T21:11:04.109Z] -rw-r--r-- 1 root root 1027 Jan 20 21:11 go.mod [2021-01-20T21:11:04.109Z] -rw-r--r-- 1 root root 18815 Jan 20 21:11 go.sum [2021-01-20T21:11:04.109Z] drwxrwxr-x 8 1001 1001 4096 Jan 20 21:05 internal [2021-01-20T21:11:04.109Z] drwxrwxr-x 4 1001 1001 4096 Jan 20 21:05 openapi [2021-01-20T21:11:04.109Z] drwxrwxr-x 4 1001 1001 4096 Jan 20 21:05 snap [2021-01-20T21:11:04.109Z] -rw-rw-r-- 1 1001 1001 168 Jan 20 21:05 version.go [Pipeline] sh [2021-01-20T21:11:04.770Z] + '[' -e coverage.out ] [2021-01-20T21:11:04.771Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-20T21:11:04.837Z] Warning: overwriting stash ‘coverage-report’ [2021-01-20T21:11:06.035Z] Stashed 1 file(s) [Pipeline] sh [2021-01-20T21:11:06.760Z] + make build [2021-01-20T21:11:06.760Z] 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-20T21:11:08.057Z] Merging remotes/origin/master commit ba3f575de95cda6ffdeb8943f6d6d62c3955065b into PR head commit 0d048c99a2e689bcffe87ab7e4893f9cb34f024e [2021-01-20T21:11:08.176Z] Merge succeeded, producing 0d048c99a2e689bcffe87ab7e4893f9cb34f024e [2021-01-20T21:11:08.177Z] Checking out Revision 0d048c99a2e689bcffe87ab7e4893f9cb34f024e (PR-3027) [2021-01-20T21:11:07.498Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-20T21:11:07.512Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T21:11:07.522Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-20T21:11:07.533Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-20T21:11:07.533Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T21:11:07.537Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-20T21:11:08.053Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T21:11:08.058Z] > git checkout -f 0d048c99a2e689bcffe87ab7e4893f9cb34f024e # timeout=10 [2021-01-20T21:11:08.128Z] > git remote # timeout=10 [2021-01-20T21:11:08.135Z] > git config --get remote.origin.url # timeout=10 [2021-01-20T21:11:08.141Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T21:11:08.144Z] > git merge ba3f575de95cda6ffdeb8943f6d6d62c3955065b # timeout=10 [2021-01-20T21:11:08.156Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-20T21:11:08.167Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T21:11:08.173Z] > git checkout -f 0d048c99a2e689bcffe87ab7e4893f9cb34f024e # timeout=10 [2021-01-20T21:11:11.889Z] Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T21:11:12.978Z] + echo snap-build.sh [2021-01-20T21:11:12.978Z] snap-build.sh [2021-01-20T21:11:12.978Z] + SNAP_BASE_DIR=. [2021-01-20T21:11:12.978Z] + '[' '!' -z /w/workspace/edgex-go/18 ']' [2021-01-20T21:11:12.978Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/18 [2021-01-20T21:11:12.978Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/18]' [2021-01-20T21:11:12.978Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/18] [2021-01-20T21:11:12.978Z] + cd /w/workspace/edgex-go/18 [2021-01-20T21:11:12.978Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-20T21:11:12.978Z] Reading package lists... [2021-01-20T21:11:13.240Z] Building dependency tree... [2021-01-20T21:11:13.240Z] Reading state information... [2021-01-20T21:11:13.240Z] The following packages were automatically installed and are no longer required: [2021-01-20T21:11:13.240Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-20T21:11:13.240Z] uidmap xdelta3 [2021-01-20T21:11:13.240Z] Use 'sudo apt autoremove' to remove them. [2021-01-20T21:11:13.501Z] The following packages will be REMOVED: [2021-01-20T21:11:13.501Z] lxd* lxd-client* [2021-01-20T21:11:13.762Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-20T21:11:13.762Z] After this operation, 31.7 MB disk space will be freed. [2021-01-20T21:11:14.812Z] (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-20T21:11:14.812Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-20T21:11:15.386Z] Removing lxd dnsmasq configuration [2021-01-20T21:11:15.648Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-20T21:11:15.909Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-20T21:11:16.855Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-20T21:11:16.999Z] 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-20T21:11:17.117Z] (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-20T21:11:17.117Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-20T21:11:18.504Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-20T21:11:18.504Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-20T21:11:19.899Z] + sudo snap remove --purge lxd [2021-01-20T21:11:19.899Z] snap "lxd" is not installed [2021-01-20T21:11:19.899Z] + sudo groupadd --force --system lxd [2021-01-20T21:11:19.899Z] ++ whoami [2021-01-20T21:11:19.899Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-20T21:11:19.899Z] + newgrp - lxd [2021-01-20T21:11:19.899Z] + sudo snap install lxd [2021-01-20T21:11:28.050Z] 2021-01-20T21:11:25Z INFO Waiting for automatic snapd restart... [2021-01-20T21:11:43.015Z] lxd 4.10 from Canonical* installed [2021-01-20T21:11:43.015Z] + sudo lxd init --auto [2021-01-20T21:11:43.848Z] 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-20T21:11:49.239Z] 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-20T21:11:49.606Z] + sudo snap install --classic snapcraft [2021-01-20T21:11:54.652Z] 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-20T21:11:55.248Z] 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-20T21:11:57.755Z] snapcraft 4.4.4 from Canonical* installed [2021-01-20T21:11:57.755Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-20T21:11:57.755Z] + patch --verbose -p1 [2021-01-20T21:11:57.755Z] Hmm... Looks like a unified diff to me... [2021-01-20T21:11:57.755Z] The text leading up to this was: [2021-01-20T21:11:57.755Z] -------------------------- [2021-01-20T21:11:57.755Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-20T21:11:57.755Z] |From: Tony Espy [2021-01-20T21:11:57.755Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-20T21:11:57.755Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-20T21:11:57.755Z] | [2021-01-20T21:11:57.755Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-20T21:11:57.755Z] |optimize the snap CI check run for pull requests. When [2021-01-20T21:11:57.755Z] |applied, it essentially strips out everything (apps and [2021-01-20T21:11:57.755Z] |parts) from the snapcraft.yaml file except those required [2021-01-20T21:11:57.755Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-20T21:11:57.755Z] |catch changes to edgex-go that break the snap build. [2021-01-20T21:11:57.755Z] | [2021-01-20T21:11:57.755Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-20T21:11:57.755Z] |to update this patch file, otherwise it may fail to apply, [2021-01-20T21:11:57.755Z] |resulting in a failed snap build CI check in the associated [2021-01-20T21:11:57.755Z] |pull request. [2021-01-20T21:11:57.755Z] | [2021-01-20T21:11:57.755Z] |Note - in addition to applying this patch, the pipeline also [2021-01-20T21:11:57.755Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-20T21:11:57.755Z] |need to build the finally binary .snap file (and it won't [2021-01-20T21:11:57.755Z] |work with the patch applied). This further reduces the build [2021-01-20T21:11:57.755Z] |time. [2021-01-20T21:11:57.755Z] |--- [2021-01-20T21:11:57.755Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-20T21:11:57.755Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-20T21:11:57.755Z] | [2021-01-20T21:11:57.755Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-20T21:11:57.755Z] |index 1e537489..faf42425 100644 [2021-01-20T21:11:57.755Z] |--- a/snap/snapcraft.yaml [2021-01-20T21:11:57.755Z] |+++ b/snap/snapcraft.yaml [2021-01-20T21:11:57.755Z] -------------------------- [2021-01-20T21:11:57.755Z] patching file snap/snapcraft.yaml [2021-01-20T21:11:57.755Z] Using Plan A... [2021-01-20T21:11:57.755Z] Hunk #1 succeeded at 73. [2021-01-20T21:11:57.755Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-20T21:11:57.755Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-20T21:11:57.755Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-20T21:11:57.755Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-20T21:11:57.755Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-20T21:11:57.755Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-20T21:11:57.755Z] Hunk #8 succeeded at 342. [2021-01-20T21:11:57.755Z] Hmm... Ignoring the trailing garbage. [2021-01-20T21:11:57.755Z] done [2021-01-20T21:11:57.755Z] + sudo snapcraft prime --use-lxd [2021-01-20T21:11:57.755Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-20T21:11:58.017Z] 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-20T21:11:58.017Z] - README.md [2021-01-20T21:11:58.017Z] - snapcraft.yaml.orig [2021-01-20T21:11:58.017Z] [2021-01-20T21:11:58.017Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-20T21:11:58.589Z] Launching a container. [2021-01-20T21:12:01.980Z] 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-20T21:12:05.381Z] 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-20T21:12:08.774Z] 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-20T21:12:10.853Z] Waiting for container to be ready [2021-01-20T21:12:10.853Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-20T21:12:10.853Z] [2021-01-20T21:12:13.403Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-20T21:12:13.981Z] Waiting for network to be ready... [2021-01-20T21:12:14.173Z] 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-20T21:12:14.242Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-20T21:12:14.504Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-20T21:12:14.504Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-20T21:12:14.504Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-20T21:12:14.504Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-20T21:12:14.504Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-20T21:12:14.504Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-20T21:12:14.504Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-20T21:12:14.504Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-20T21:12:14.504Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-20T21:12:15.075Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-20T21:12:15.075Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-20T21:12:15.336Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-20T21:12:15.336Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-20T21:12:15.336Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-20T21:12:15.336Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-20T21:12:15.336Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-20T21:12:15.336Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-20T21:12:15.924Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-20T21:12:16.194Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] [2021-01-20T21:12:16.194Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] [2021-01-20T21:12:16.194Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] [2021-01-20T21:12:16.194Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-20T21:12:16.194Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] [2021-01-20T21:12:16.194Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] [2021-01-20T21:12:16.194Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] [2021-01-20T21:12:16.456Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-20T21:12:18.377Z] Fetched 23.8 MB in 4s (5836 kB/s) [2021-01-20T21:12:18.473Z] 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-20T21:12:19.318Z] Reading package lists... [2021-01-20T21:12:19.578Z] Reading package lists... [2021-01-20T21:12:19.839Z] Building dependency tree... [2021-01-20T21:12:19.839Z] Reading state information... [2021-01-20T21:12:19.840Z] The following additional packages will be installed: [2021-01-20T21:12:19.840Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-20T21:12:19.840Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-20T21:12:19.840Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-20T21:12:19.840Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-20T21:12:19.840Z] Suggested packages: [2021-01-20T21:12:19.840Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-20T21:12:19.840Z] Recommended packages: [2021-01-20T21:12:19.840Z] gnupg libsasl2-modules [2021-01-20T21:12:19.840Z] The following NEW packages will be installed: [2021-01-20T21:12:19.840Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-20T21:12:19.840Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-20T21:12:19.840Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-20T21:12:19.840Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-20T21:12:19.840Z] The following packages will be upgraded: [2021-01-20T21:12:19.840Z] gpg gpg-agent gpgconf libudev1 [2021-01-20T21:12:19.840Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-20T21:12:19.840Z] Need to get 3533 kB of archives. [2021-01-20T21:12:19.840Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-20T21:12:19.840Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-20T21:12:20.100Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-20T21:12:20.100Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-20T21:12:20.100Z] 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-20T21:12:20.101Z] 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-20T21:12:20.101Z] 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-20T21:12:20.101Z] 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-20T21:12:20.101Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-20T21:12:20.101Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-20T21:12:20.673Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-20T21:12:21.244Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-20T21:12:21.244Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-20T21:12:21.244Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-20T21:12:21.244Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-20T21:12:21.244Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-20T21:12:21.244Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-20T21:12:21.244Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-20T21:12:21.244Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-20T21:12:21.244Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-20T21:12:21.244Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-20T21:12:21.514Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-20T21:12:21.514Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-20T21:12:21.514Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-20T21:12:21.514Z] Fetched 3533 kB in 2s (2291 kB/s) [2021-01-20T21:12:21.514Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-20T21:12:21.514Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-20T21:12:21.775Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-20T21:12:21.775Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-20T21:12:21.775Z] Selecting previously unselected package udev. [2021-01-20T21:12:21.775Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-20T21:12:21.775Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-20T21:12:21.866Z] 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-20T21:12:22.037Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-20T21:12:22.037Z] Selecting previously unselected package libfuse2:amd64. [2021-01-20T21:12:22.037Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-20T21:12:22.037Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-20T21:12:22.299Z] Selecting previously unselected package fuse. [2021-01-20T21:12:22.299Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-20T21:12:22.299Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-20T21:12:22.299Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-20T21:12:22.299Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-20T21:12:22.578Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-20T21:12:22.578Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-20T21:12:22.578Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-20T21:12:22.578Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-20T21:12:22.578Z] Selecting previously unselected package libksba8:amd64. [2021-01-20T21:12:22.578Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-20T21:12:22.578Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-20T21:12:22.839Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-20T21:12:22.839Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-20T21:12:22.839Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T21:12:22.839Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-20T21:12:22.839Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-20T21:12:22.839Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T21:12:23.100Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-20T21:12:23.100Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-20T21:12:23.100Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T21:12:23.100Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-20T21:12:23.100Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-20T21:12:23.100Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T21:12:23.362Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-20T21:12:23.362Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-20T21:12:23.362Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T21:12:23.362Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-20T21:12:23.362Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-20T21:12:23.362Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T21:12:23.362Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-20T21:12:23.362Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-20T21:12:23.362Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T21:12:23.623Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-20T21:12:23.623Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-20T21:12:23.623Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T21:12:23.623Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-20T21:12:23.623Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-20T21:12:23.623Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T21:12:23.884Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-20T21:12:23.884Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-20T21:12:23.884Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-20T21:12:23.884Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-20T21:12:23.884Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-20T21:12:23.884Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-20T21:12:23.884Z] Selecting previously unselected package libldap-common. [2021-01-20T21:12:23.884Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-20T21:12:24.146Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-20T21:12:24.146Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-20T21:12:24.146Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-20T21:12:24.146Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-20T21:12:24.146Z] Selecting previously unselected package dirmngr. [2021-01-20T21:12:24.146Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-20T21:12:24.146Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-20T21:12:24.406Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-20T21:12:24.407Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-20T21:12:24.407Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-20T21:12:24.407Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-20T21:12:24.407Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-20T21:12:24.407Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-20T21:12:24.666Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T21:12:24.666Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-20T21:12:24.666Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-20T21:12:24.666Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-20T21:12:24.928Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-20T21:12:25.189Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T21:12:25.189Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-20T21:12:25.189Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-20T21:12:25.189Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-20T21:12:25.450Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T21:12:25.450Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T21:12:25.450Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T21:12:25.450Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T21:12:25.450Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T21:12:25.450Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T21:12:25.450Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T21:12:25.450Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-20T21:12:25.450Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-20T21:12:25.450Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-20T21:12:26.027Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-20T21:12:26.027Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-20T21:12:26.027Z] This means they are not meant to be enabled using systemctl. [2021-01-20T21:12:26.027Z] Possible reasons for having this kind of units are: [2021-01-20T21:12:26.027Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-20T21:12:26.027Z] .wants/ or .requires/ directory. [2021-01-20T21:12:26.027Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-20T21:12:26.027Z] a requirement dependency on it. [2021-01-20T21:12:26.027Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-20T21:12:26.027Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-20T21:12:26.027Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-20T21:12:26.027Z] instance name specified. [Pipeline] } [2021-01-20T21:12:26.189Z] $ docker stop --time=1 2dd012eed5d7bcd0e5aceeab5bd385e52a72b3ac9bcb06cba2ebe7293ee869a2 [2021-01-20T21:12:26.289Z] Reading package lists... [2021-01-20T21:12:26.550Z] Building dependency tree... [2021-01-20T21:12:26.550Z] Reading state information... [2021-01-20T21:12:26.811Z] The following additional packages will be installed: [2021-01-20T21:12:26.811Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-20T21:12:26.811Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-20T21:12:26.811Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-20T21:12:26.811Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-20T21:12:26.811Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-20T21:12:26.811Z] Suggested packages: [2021-01-20T21:12:26.811Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-20T21:12:26.811Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-20T21:12:26.811Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-20T21:12:26.811Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-20T21:12:26.811Z] systemd-container policykit-1 [2021-01-20T21:12:26.811Z] Recommended packages: [2021-01-20T21:12:26.811Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-20T21:12:26.811Z] The following NEW packages will be installed: [2021-01-20T21:12:26.811Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-20T21:12:26.811Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-20T21:12:26.811Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-20T21:12:26.811Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-20T21:12:26.811Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-20T21:12:26.811Z] The following packages will be upgraded: [2021-01-20T21:12:26.811Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-20T21:12:26.811Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-20T21:12:26.811Z] Need to get 35.2 MB of archives. [2021-01-20T21:12:26.811Z] After this operation, 141 MB of additional disk space will be used. [2021-01-20T21:12:26.811Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-20T21:12:27.071Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-20T21:12:27.071Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-20T21:12:27.071Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-20T21:12:27.071Z] 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-20T21:12:27.071Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-20T21:12:27.071Z] 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-20T21:12:27.071Z] 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-20T21:12:27.071Z] 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-20T21:12:27.071Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-20T21:12:27.071Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-20T21:12:27.071Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-20T21:12:27.071Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-20T21:12:27.071Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-20T21:12:27.071Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-20T21:12:27.072Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-20T21:12:27.072Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-20T21:12:28.012Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-20T21:12:28.012Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-20T21:12:28.012Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-20T21:12:28.012Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-20T21:12:28.012Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-20T21:12:28.012Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-20T21:12:28.012Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-20T21:12:28.012Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-20T21:12:28.012Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-20T21:12:28.012Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-20T21:12:28.012Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-20T21:12:28.012Z] 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-20T21:12:28.012Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-20T21:12:28.754Z] $ docker rm -f 2dd012eed5d7bcd0e5aceeab5bd385e52a72b3ac9bcb06cba2ebe7293ee869a2 [2021-01-20T21:12:29.395Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-20T21:12:29.395Z] Fetched 35.2 MB in 2s (14.7 MB/s) [2021-01-20T21:12:29.395Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-20T21:12:29.395Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-20T21:12:29.661Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-01-20T21:12:30.236Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-20T21:12:30.236Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-20T21:12:30.236Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-20T21:12:30.236Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-20T21:12:30.236Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:30.498Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-20T21:12:30.498Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-20T21:12:30.567Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-20T21:12:30.567Z] [2021-01-20T21:12:30.567Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:30.767Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-20T21:12:30.767Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-20T21:12:30.767Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-20T21:12:31.018Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-20T21:12:31.019Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-20T21:12:31.019Z] 29e5d40040c1: Pulling fs layer [2021-01-20T21:12:31.019Z] 1ce36da41761: Pulling fs layer [2021-01-20T21:12:31.019Z] 25b303627fd3: Pulling fs layer [2021-01-20T21:12:31.027Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-20T21:12:31.027Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-20T21:12:31.289Z] 29e5d40040c1: Verifying Checksum [2021-01-20T21:12:31.289Z] 29e5d40040c1: Download complete [2021-01-20T21:12:31.289Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-20T21:12:31.550Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-20T21:12:31.550Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-20T21:12:31.550Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-20T21:12:31.810Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-20T21:12:31.810Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-20T21:12:31.810Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-20T21:12:31.886Z] 1ce36da41761: Verifying Checksum [2021-01-20T21:12:31.886Z] 1ce36da41761: Download complete [2021-01-20T21:12:31.886Z] 29e5d40040c1: Pull complete [2021-01-20T21:12:32.073Z] Selecting previously unselected package libexpat1:amd64. [2021-01-20T21:12:32.073Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-20T21:12:32.073Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-20T21:12:32.073Z] Selecting previously unselected package python3.6-minimal. [2021-01-20T21:12:32.073Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-20T21:12:32.073Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-20T21:12:32.343Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-20T21:12:32.606Z] Checking for services that may need to be restarted...done. [2021-01-20T21:12:32.606Z] Checking for services that may need to be restarted...done. [2021-01-20T21:12:32.606Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-20T21:12:32.606Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-20T21:12:32.606Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-20T21:12:33.179Z] Selecting previously unselected package python3-minimal. [2021-01-20T21:12:33.179Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-20T21:12:33.179Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-20T21:12:33.179Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-20T21:12:33.179Z] Selecting previously unselected package mime-support. [2021-01-20T21:12:33.179Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-20T21:12:33.179Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-20T21:12:33.322Z] 1ce36da41761: Pull complete [2021-01-20T21:12:33.322Z] 25b303627fd3: Verifying Checksum [2021-01-20T21:12:33.322Z] 25b303627fd3: Download complete [2021-01-20T21:12:33.440Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-20T21:12:33.440Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-20T21:12:33.440Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-20T21:12:33.440Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-20T21:12:33.440Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-20T21:12:33.440Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-20T21:12:33.702Z] Selecting previously unselected package python3.6. [2021-01-20T21:12:33.702Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-20T21:12:33.702Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-20T21:12:33.964Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-20T21:12:33.964Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-20T21:12:33.964Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-20T21:12:33.964Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-20T21:12:34.240Z] Selecting previously unselected package python3. [2021-01-20T21:12:34.240Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-20T21:12:34.240Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-20T21:12:34.240Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-20T21:12:34.240Z] Selecting previously unselected package multiarch-support. [2021-01-20T21:12:34.240Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-20T21:12:34.240Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-20T21:12:34.500Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-20T21:12:34.500Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-20T21:12:34.500Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-20T21:12:34.500Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-20T21:12:34.500Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-20T21:12:34.500Z] Selecting previously unselected package libbsd0:amd64. [2021-01-20T21:12:34.500Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-20T21:12:34.500Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-20T21:12:34.760Z] Selecting previously unselected package sudo. [2021-01-20T21:12:34.760Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-20T21:12:34.760Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-20T21:12:34.760Z] Selecting previously unselected package apparmor. [2021-01-20T21:12:34.760Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-20T21:12:35.021Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-20T21:12:35.021Z] Selecting previously unselected package libedit2:amd64. [2021-01-20T21:12:35.021Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-20T21:12:35.021Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-20T21:12:35.281Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-20T21:12:35.281Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-20T21:12:35.281Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-20T21:12:35.281Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-20T21:12:35.281Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-20T21:12:35.281Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-20T21:12:35.281Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-20T21:12:35.281Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-20T21:12:35.281Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-20T21:12:35.543Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-20T21:12:35.543Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-20T21:12:35.543Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-20T21:12:35.543Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-20T21:12:35.543Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-20T21:12:35.543Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-20T21:12:35.804Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-20T21:12:35.804Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-20T21:12:35.804Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-20T21:12:36.065Z] Selecting previously unselected package openssh-client. [2021-01-20T21:12:36.065Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-20T21:12:36.065Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-20T21:12:36.065Z] Selecting previously unselected package squashfs-tools. [2021-01-20T21:12:36.065Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-20T21:12:36.065Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-20T21:12:36.325Z] Selecting previously unselected package snapd. [2021-01-20T21:12:36.325Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-20T21:12:36.325Z] Unpacking snapd (2.48+18.04) ... [2021-01-20T21:12:38.874Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-20T21:12:38.874Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-20T21:12:38.874Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-20T21:12:38.874Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-20T21:12:38.874Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-20T21:12:38.874Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-20T21:12:38.874Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-20T21:12:38.874Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-20T21:12:38.874Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-20T21:12:39.445Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-20T21:12:39.445Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-20T21:12:39.445Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-20T21:12:39.707Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-20T21:12:39.707Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-20T21:12:39.707Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-20T21:12:40.284Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-20T21:12:40.284Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-20T21:12:40.284Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-20T21:12:40.284Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-20T21:12:40.284Z] running python rtupdate hooks for python3.6... [2021-01-20T21:12:40.284Z] running python post-rtupdate hooks for python3.6... [2021-01-20T21:12:40.547Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-20T21:12:41.947Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-20T21:12:41.947Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-20T21:12:41.947Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-20T21:12:42.208Z] Setting up snapd (2.48+18.04) ... [2021-01-20T21:12:42.471Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-20T21:12:42.733Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-20T21:12:42.994Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-20T21:12:42.994Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-20T21:12:43.256Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-20T21:12:43.256Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-20T21:12:43.468Z] 25b303627fd3: Pull complete [2021-01-20T21:12:43.468Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-20T21:12:43.468Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-20T21:12:43.468Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-20T21:12:43.518Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-20T21:12:43.518Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-20T21:12:43.696Z] prd-ubuntu18.04-docker-arm64-4c-16g-21671 does not seem to be running inside a container [2021-01-20T21:12:43.769Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-20T21:12:43.778Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-20T21:12:44.038Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-20T21:12:44.038Z] /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-20T21:12:44.038Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-20T21:12:44.038Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-20T21:12:45.423Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-20T21:12:45.423Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-20T21:12:45.423Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-20T21:12:46.389Z] Reading package lists... [2021-01-20T21:12:46.663Z] Reading package lists... [2021-01-20T21:12:46.894Z] $ docker top 204a975d53f8385df566f32af710d68952988a09ec90d15aabb7708ef476a515 -eo pid,comm [2021-01-20T21:12:46.925Z] Building dependency tree... [2021-01-20T21:12:46.926Z] Reading state information... [2021-01-20T21:12:46.926Z] Calculating upgrade... [2021-01-20T21:12:47.190Z] The following packages will be upgraded: [2021-01-20T21:12:47.190Z] advancecomp base-files bash binutils binutils-common [2021-01-20T21:12:47.190Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-20T21:12:47.190Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-20T21:12:47.190Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-20T21:12:47.190Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-20T21:12:47.190Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-20T21:12:47.190Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-20T21:12:47.190Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-20T21:12:47.190Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-20T21:12:47.190Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-20T21:12:47.190Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-20T21:12:47.190Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-20T21:12:47.190Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-20T21:12:47.190Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-20T21:12:47.190Z] ubuntu-keyring util-linux [Pipeline] { [Pipeline] sh [2021-01-20T21:12:47.452Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-20T21:12:47.453Z] Need to get 63.7 MB of archives. [2021-01-20T21:12:47.453Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-20T21:12:47.453Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-20T21:12:47.453Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-20T21:12:47.918Z] + grep parallel [2021-01-20T21:12:47.918Z] + docker-compose build --help [2021-01-20T21:12:48.029Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-20T21:12:48.029Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-20T21:12:48.029Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-20T21:12:48.029Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-20T21:12:48.029Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-20T21:12:48.029Z] 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-20T21:12:48.029Z] 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-20T21:12:48.029Z] 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-20T21:12:48.029Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-20T21:12:48.029Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-20T21:12:48.029Z] 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-20T21:12:48.029Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-20T21:12:48.029Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-20T21:12:48.029Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-20T21:12:48.291Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-20T21:12:48.291Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-20T21:12:48.291Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-134.138 [987 kB] [2021-01-20T21:12:48.291Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-20T21:12:48.291Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-20T21:12:48.291Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-20T21:12:48.291Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-20T21:12:48.291Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-20T21:12:48.291Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-20T21:12:48.291Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-20T21:12:48.551Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-20T21:12:48.551Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-20T21:12:48.551Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-20T21:12:48.551Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-20T21:12:48.551Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-20T21:12:48.551Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-20T21:12:48.551Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-20T21:12:48.551Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-20T21:12:48.551Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-20T21:12:48.551Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-20T21:12:48.551Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-20T21:12:48.551Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-20T21:12:48.551Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-20T21:12:48.551Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-20T21:12:48.551Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-20T21:12:48.551Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-20T21:12:48.551Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-20T21:12:48.551Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-20T21:12:48.551Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-20T21:12:48.551Z] Get:46 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-20T21:12:48.551Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-20T21:12:48.551Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-20T21:12:48.551Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-20T21:12:48.551Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-20T21:12:48.551Z] 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-20T21:12:48.552Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-20T21:12:48.813Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-20T21:12:48.813Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-20T21:12:48.813Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-20T21:12:48.813Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-20T21:12:48.813Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-20T21:12:48.813Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-20T21:12:48.813Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-20T21:12:48.813Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-20T21:12:48.813Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-20T21:12:48.813Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-20T21:12:48.813Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-20T21:12:48.813Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-20T21:12:48.813Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-20T21:12:48.813Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-20T21:12:48.813Z] Get:67 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-20T21:12:48.813Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-20T21:12:48.813Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-20T21:12:48.813Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-20T21:12:48.813Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-20T21:12:48.813Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-20T21:12:48.813Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-20T21:12:48.813Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-20T21:12:48.813Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-20T21:12:48.813Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-20T21:12:48.813Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-20T21:12:48.813Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-20T21:12:48.813Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-20T21:12:48.813Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-20T21:12:48.813Z] Get:81 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-20T21:12:49.079Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-20T21:12:49.079Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-20T21:12:49.079Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-20T21:12:49.079Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-20T21:12:49.079Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-20T21:12:49.079Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-20T21:12:49.079Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-20T21:12:49.344Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-20T21:12:49.915Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-20T21:12:49.915Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-20T21:12:50.176Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-20T21:12:50.437Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-20T21:12:50.437Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-20T21:12:50.437Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-20T21:12:50.437Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-20T21:12:50.437Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-20T21:12:50.437Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-20T21:12:50.437Z] Fetched 63.7 MB in 3s (20.2 MB/s) [2021-01-20T21:12:50.698Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T21:12:50.698Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-20T21:12:50.698Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-20T21:12:51.276Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-20T21:12:51.276Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-20T21:12:51.276Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-134.138_amd64.deb ... [2021-01-20T21:12:51.276Z] Unpacking linux-libc-dev:amd64 (4.15.0-134.138) over (4.15.0-20.21) ... [2021-01-20T21:12:52.204Z] --parallel Build images in parallel. [Pipeline] } [2021-01-20T21:12:52.224Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-20T21:12:52.224Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-20T21:12:52.224Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-20T21:12:52.223Z] $ docker stop --time=1 204a975d53f8385df566f32af710d68952988a09ec90d15aabb7708ef476a515 [2021-01-20T21:12:52.486Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-20T21:12:52.487Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-20T21:12:52.487Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-20T21:12:52.748Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-20T21:12:52.748Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-20T21:12:52.748Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-20T21:12:52.748Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-20T21:12:53.010Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-20T21:12:53.010Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-20T21:12:53.010Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-20T21:12:53.010Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-20T21:12:53.272Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-20T21:12:53.272Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-20T21:12:53.272Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-20T21:12:53.272Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-20T21:12:53.533Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-20T21:12:53.533Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-20T21:12:53.533Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-20T21:12:53.533Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-20T21:12:53.796Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-20T21:12:53.796Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-20T21:12:53.796Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-20T21:12:53.796Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-20T21:12:54.057Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-20T21:12:54.057Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-20T21:12:54.057Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-20T21:12:54.252Z] $ docker rm -f 204a975d53f8385df566f32af710d68952988a09ec90d15aabb7708ef476a515 [2021-01-20T21:12:54.319Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [Pipeline] // withDockerContainer [2021-01-20T21:12:54.582Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:12:55.138Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-20T21:12:55.138Z] . [2021-01-20T21:12:55.154Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-20T21:12:55.154Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-20T21:12:55.154Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-20T21:12:55.154Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-20T21:12:55.154Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [Pipeline] withDockerContainer [2021-01-20T21:12:55.413Z] prd-ubuntu18.04-docker-arm64-4c-16g-21671 does not seem to be running inside a container [2021-01-20T21:12:55.417Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-20T21:12:55.417Z] Installing new version of config file /etc/issue ... [2021-01-20T21:12:55.417Z] Installing new version of config file /etc/issue.net ... [2021-01-20T21:12:55.417Z] Installing new version of config file /etc/lsb-release ... [2021-01-20T21:12:55.417Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-20T21:12:55.494Z] $ 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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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-20T21:12:55.679Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-20T21:12:55.679Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-20T21:12:55.679Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-20T21:12:55.940Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T21:12:55.940Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-20T21:12:55.940Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-20T21:12:55.940Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-20T21:12:56.200Z] 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-20T21:12:56.200Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T21:12:56.200Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-20T21:12:56.200Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-20T21:12:56.200Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-20T21:12:56.462Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T21:12:56.462Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-20T21:12:56.462Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-20T21:12:56.723Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-20T21:12:56.723Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T21:12:56.723Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-20T21:12:56.723Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-20T21:12:56.932Z] $ docker top dede929c7ddf2fb25bde2c342398bdc33f044667a138786e4c8b2d1e405d0f8a -eo pid,comm [2021-01-20T21:12:56.984Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-20T21:12:57.266Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T21:12:57.266Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-20T21:12:57.266Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-20T21:12:57.266Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [Pipeline] { [Pipeline] sh [2021-01-20T21:12:57.527Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T21:12:57.527Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-20T21:12:57.527Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-20T21:12:57.527Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-20T21:12:57.794Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T21:12:57.794Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-20T21:12:57.794Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-20T21:12:57.794Z] Setting up grep (3.1-2build1) ... [2021-01-20T21:12:57.954Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-20T21:12:58.058Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T21:12:58.058Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-20T21:12:58.058Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-20T21:12:58.322Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-20T21:12:58.322Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T21:12:58.322Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-20T21:12:58.322Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-20T21:12:58.582Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-20T21:12:58.582Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T21:12:58.582Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-20T21:12:58.582Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-20T21:12:59.155Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-20T21:12:59.155Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-20T21:12:59.416Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-20T21:12:59.417Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-20T21:12:59.989Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-20T21:12:59.989Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T21:12:59.989Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-20T21:12:59.989Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-20T21:13:01.396Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-20T21:13:01.396Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-20T21:13:01.396Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-20T21:13:01.396Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-20T21:13:01.396Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-20T21:13:01.666Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T21:13:01.666Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-20T21:13:01.666Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-20T21:13:01.931Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-20T21:13:01.931Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T21:13:01.931Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-20T21:13:01.931Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-20T21:13:02.195Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-20T21:13:02.195Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T21:13:02.195Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-20T21:13:02.195Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-20T21:13:02.240Z] Building docker-core-command-go ... [2021-01-20T21:13:02.240Z] Building docker-core-data-go ... [2021-01-20T21:13:02.240Z] Building docker-core-metadata-go ... [2021-01-20T21:13:02.240Z] Building docker-security-bootstrap-redis-go ... [2021-01-20T21:13:02.240Z] Building docker-security-proxy-setup-go ... [2021-01-20T21:13:02.240Z] Building docker-security-secretstore-setup-go ... [2021-01-20T21:13:02.240Z] Building docker-support-notifications-go ... [2021-01-20T21:13:02.240Z] Building docker-support-scheduler-go ... [2021-01-20T21:13:02.240Z] Building docker-sys-mgmt-agent-go ... [2021-01-20T21:13:02.240Z] Building docker-support-scheduler-go [2021-01-20T21:13:02.240Z] Building docker-security-bootstrap-redis-go [2021-01-20T21:13:02.240Z] Building docker-core-data-go [2021-01-20T21:13:02.240Z] Building docker-support-notifications-go [2021-01-20T21:13:02.240Z] Building docker-security-secretstore-setup-go [2021-01-20T21:13:02.458Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-20T21:13:02.458Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T21:13:02.458Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-20T21:13:02.458Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-20T21:13:02.782Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-20T21:13:02.782Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T21:13:02.782Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-20T21:13:02.782Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-20T21:13:03.045Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-20T21:13:03.045Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T21:13:03.045Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-20T21:13:03.045Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-20T21:13:03.314Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-20T21:13:03.314Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-20T21:13:03.314Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-20T21:13:03.314Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T21:13:03.314Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-20T21:13:03.577Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-20T21:13:03.577Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-20T21:13:03.577Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T21:13:03.577Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-20T21:13:03.577Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-20T21:13:03.845Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-20T21:13:03.845Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T21:13:03.845Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-20T21:13:03.845Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-20T21:13:04.106Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-20T21:13:04.106Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T21:13:04.107Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-20T21:13:04.367Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-20T21:13:04.942Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-20T21:13:05.207Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-20T21:13:05.469Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-20T21:13:05.469Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T21:13:05.469Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-20T21:13:05.469Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-20T21:13:05.741Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-20T21:13:06.011Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T21:13:06.011Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-20T21:13:06.011Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-20T21:13:06.011Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-20T21:13:06.283Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T21:13:06.283Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-20T21:13:06.283Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-20T21:13:06.283Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-20T21:13:06.551Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T21:13:06.551Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-20T21:13:06.551Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-20T21:13:06.826Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-20T21:13:06.826Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T21:13:06.826Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-20T21:13:06.826Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-20T21:13:07.089Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-20T21:13:07.089Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T21:13:07.089Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-20T21:13:07.350Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-20T21:13:07.350Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-20T21:13:07.611Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T21:13:07.611Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-20T21:13:07.611Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-20T21:13:07.611Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-20T21:13:07.873Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-20T21:13:07.873Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-20T21:13:07.873Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-20T21:13:07.873Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-20T21:13:08.133Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T21:13:08.133Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-20T21:13:08.133Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-20T21:13:08.133Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-20T21:13:08.399Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T21:13:08.399Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-20T21:13:08.399Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-20T21:13:08.399Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-20T21:13:08.661Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T21:13:08.661Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-20T21:13:08.661Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-20T21:13:08.921Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-20T21:13:08.921Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T21:13:08.921Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-20T21:13:08.921Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-20T21:13:09.188Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-20T21:13:09.188Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T21:13:09.188Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-20T21:13:09.188Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-20T21:13:09.450Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-20T21:13:09.712Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T21:13:09.712Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-20T21:13:09.712Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-20T21:13:09.973Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-20T21:13:09.973Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T21:13:09.973Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-20T21:13:09.973Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-20T21:13:10.235Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-20T21:13:10.235Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T21:13:10.235Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-20T21:13:10.235Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-20T21:13:10.235Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-20T21:13:10.496Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T21:13:10.496Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-20T21:13:10.496Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-20T21:13:10.496Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-20T21:13:10.774Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T21:13:10.774Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-20T21:13:10.774Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-20T21:13:10.774Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-20T21:13:11.036Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T21:13:11.036Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-20T21:13:11.036Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-20T21:13:11.037Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-20T21:13:11.297Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T21:13:11.297Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-20T21:13:11.297Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-20T21:13:11.297Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-20T21:13:11.297Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-20T21:13:11.297Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-20T21:13:11.558Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-20T21:13:11.559Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-20T21:13:11.559Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-20T21:13:11.820Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-20T21:13:11.820Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-20T21:13:12.100Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-20T21:13:12.101Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-20T21:13:12.101Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-20T21:13:12.363Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-20T21:13:12.363Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-20T21:13:12.363Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-20T21:13:12.363Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-20T21:13:12.624Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-20T21:13:12.624Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-20T21:13:12.624Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-20T21:13:12.624Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-20T21:13:12.885Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-20T21:13:12.885Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-20T21:13:12.885Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-20T21:13:12.885Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-20T21:13:12.885Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-20T21:13:13.145Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-20T21:13:13.145Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-20T21:13:14.087Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-20T21:13:14.087Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-20T21:13:14.087Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-20T21:13:14.088Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-20T21:13:14.348Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-20T21:13:14.348Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-20T21:13:14.610Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-20T21:13:15.188Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-20T21:13:15.188Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-20T21:13:15.188Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-20T21:13:15.455Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-20T21:13:15.455Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-20T21:13:15.455Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-20T21:13:15.715Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-20T21:13:15.715Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-20T21:13:15.715Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-20T21:13:15.976Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-20T21:13:15.976Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-20T21:13:15.976Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-20T21:13:15.976Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-20T21:13:17.361Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-20T21:13:17.361Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-20T21:13:17.933Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-20T21:13:17.933Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-20T21:13:18.888Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-20T21:13:18.888Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-20T21:13:19.147Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-20T21:13:19.147Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-20T21:13:20.087Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-20T21:13:20.087Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-20T21:13:20.349Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-20T21:13:20.349Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-20T21:13:20.609Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-20T21:13:20.609Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-20T21:13:20.609Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-20T21:13:20.869Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-20T21:13:20.869Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-20T21:13:20.869Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-20T21:13:20.869Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-20T21:13:21.173Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-20T21:13:21.173Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-20T21:13:21.173Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-20T21:13:21.434Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-20T21:13:21.434Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-20T21:13:21.434Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-20T21:13:21.694Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-20T21:13:21.694Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-20T21:13:21.694Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-20T21:13:21.694Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-20T21:13:21.694Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-20T21:13:21.694Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-20T21:13:21.694Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-20T21:13:21.955Z] [2021-01-20T21:13:21.955Z] Current default time zone: 'Etc/UTC' [2021-01-20T21:13:21.955Z] Local time is now: Wed Jan 20 21:13:21 UTC 2021. [2021-01-20T21:13:21.955Z] Universal Time is now: Wed Jan 20 21:13:21 UTC 2021. [2021-01-20T21:13:21.955Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-20T21:13:21.955Z] [2021-01-20T21:13:21.955Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-20T21:13:21.955Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-20T21:13:21.955Z] Setting up linux-libc-dev:amd64 (4.15.0-134.138) ... [2021-01-20T21:13:21.955Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-20T21:13:21.955Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-20T21:13:21.955Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-20T21:13:21.955Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-20T21:13:21.955Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-20T21:13:22.216Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-20T21:13:22.216Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-20T21:13:22.216Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-20T21:13:22.216Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-20T21:13:22.477Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-20T21:13:22.477Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-20T21:13:22.477Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-20T21:13:22.477Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-20T21:13:22.477Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-20T21:13:22.477Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-20T21:13:22.737Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-20T21:13:22.737Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-20T21:13:22.737Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-20T21:13:22.737Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-20T21:13:22.737Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-20T21:13:24.650Z] Updating certificates in /etc/ssl/certs... [2021-01-20T21:13:25.589Z] 22 added, 17 removed; done. [2021-01-20T21:13:25.851Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-20T21:13:25.851Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-20T21:13:25.851Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-20T21:13:25.851Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-20T21:13:25.851Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-20T21:13:25.851Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-20T21:13:26.111Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-20T21:13:26.111Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-20T21:13:26.111Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-20T21:13:26.111Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-20T21:13:26.111Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-20T21:13:26.111Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-20T21:13:26.111Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-20T21:13:26.111Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-20T21:13:26.372Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-20T21:13:26.372Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-20T21:13:26.372Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-20T21:13:26.372Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-20T21:13:26.372Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-20T21:13:26.372Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-20T21:13:26.372Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-20T21:13:26.372Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-20T21:13:26.634Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-20T21:13:26.634Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-20T21:13:26.634Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-20T21:13:26.634Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-20T21:13:26.634Z] Updating certificates in /etc/ssl/certs... [2021-01-20T21:13:27.577Z] 0 added, 0 removed; done. [2021-01-20T21:13:27.577Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-20T21:13:27.577Z] done. [2021-01-20T21:13:27.838Z] Reading package lists... [2021-01-20T21:13:27.838Z] Building dependency tree... [2021-01-20T21:13:27.838Z] Reading state information... [2021-01-20T21:13:28.105Z] The following NEW packages will be installed: [2021-01-20T21:13:28.105Z] apt-transport-https [2021-01-20T21:13:28.105Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-20T21:13:28.105Z] Need to get 1696 B of archives. [2021-01-20T21:13:28.105Z] After this operation, 153 kB of additional disk space will be used. [2021-01-20T21:13:28.105Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-20T21:13:28.372Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-20T21:13:28.372Z] Fetched 1696 B in 0s (21.9 kB/s) [2021-01-20T21:13:28.372Z] Selecting previously unselected package apt-transport-https. [2021-01-20T21:13:28.372Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-20T21:13:28.372Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-20T21:13:28.372Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-20T21:13:28.372Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-20T21:13:28.634Z] Waiting for network to be ready... [2021-01-20T21:13:35.225Z] 2021-01-20T21:13:31Z INFO Waiting for automatic snapd restart... [2021-01-20T21:13:35.225Z] snapd 2.48.2 from Canonical* installed [2021-01-20T21:13:36.168Z] "snapd" switched to the "latest/stable" channel [2021-01-20T21:13:36.168Z] [2021-01-20T21:13:39.466Z] core18 20201210 from Canonical* installed [2021-01-20T21:13:39.466Z] "core18" switched to the "latest/stable" channel [2021-01-20T21:13:39.466Z] [2021-01-20T21:13:42.769Z] snapcraft 4.4.4 from Canonical* installed [2021-01-20T21:13:42.769Z] "snapcraft" switched to the "latest/stable" channel [2021-01-20T21:13:42.769Z] [2021-01-20T21:13:46.075Z] 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-20T21:13:46.075Z] - README.md [2021-01-20T21:13:46.075Z] - snapcraft.yaml.orig [2021-01-20T21:13:46.075Z] [2021-01-20T21:13:46.075Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-20T21:13:52.666Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-20T21:13:52.666Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-20T21:13:52.666Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-20T21:13:52.666Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-20T21:13:53.869Z] Reading package lists... [2021-01-20T21:13:54.441Z] 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-20T21:14:01.035Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-20T21:14:01.035Z] Reading package lists... [2021-01-20T21:14:01.035Z] Building dependency tree... [2021-01-20T21:14:01.035Z] Reading state information... [2021-01-20T21:14:01.035Z] Suggested packages: [2021-01-20T21:14:01.035Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-20T21:14:01.035Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-20T21:14:01.035Z] Recommended packages: [2021-01-20T21:14:01.035Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-20T21:14:01.035Z] The following NEW packages will be installed: [2021-01-20T21:14:01.035Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-20T21:14:01.035Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-20T21:14:01.035Z] pkg-config zip [2021-01-20T21:14:01.035Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-20T21:14:01.035Z] Need to get 7655 kB of archives. [2021-01-20T21:14:01.035Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-20T21:14:01.035Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-20T21:14:01.035Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-20T21:14:01.035Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-20T21:14:01.035Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-20T21:14:01.035Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-20T21:14:01.035Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-20T21:14:01.035Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-20T21:14:01.035Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-20T21:14:01.297Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-20T21:14:01.298Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-20T21:14:01.298Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-20T21:14:01.298Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-20T21:14:01.561Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-20T21:14:01.561Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-20T21:14:01.561Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-20T21:14:01.561Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-20T21:14:01.561Z] Fetched 7655 kB in 1s (9780 kB/s) [2021-01-20T21:14:01.826Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-20T21:14:01.826Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-20T21:14:01.826Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-20T21:14:01.826Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-20T21:14:01.826Z] Selecting previously unselected package libpsl5:amd64. [2021-01-20T21:14:01.826Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-20T21:14:01.826Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-20T21:14:02.088Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-20T21:14:02.088Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-20T21:14:02.088Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-20T21:14:02.088Z] Selecting previously unselected package librtmp1:amd64. [2021-01-20T21:14:02.088Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-20T21:14:02.088Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-20T21:14:02.350Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-20T21:14:02.350Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-20T21:14:02.350Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-20T21:14:02.350Z] Selecting previously unselected package liberror-perl. [2021-01-20T21:14:02.350Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-20T21:14:02.350Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-20T21:14:02.350Z] Selecting previously unselected package git-man. [2021-01-20T21:14:02.350Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-20T21:14:02.350Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-20T21:14:02.612Z] Selecting previously unselected package git. [2021-01-20T21:14:02.612Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-20T21:14:02.612Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-20T21:14:03.561Z] Selecting previously unselected package libnorm1:amd64. [2021-01-20T21:14:03.561Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-20T21:14:03.561Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-20T21:14:03.561Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-20T21:14:03.561Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-20T21:14:03.561Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-20T21:14:03.561Z] Selecting previously unselected package libsodium23:amd64. [2021-01-20T21:14:03.561Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-20T21:14:03.561Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-20T21:14:03.822Z] Selecting previously unselected package libzmq5:amd64. [2021-01-20T21:14:03.822Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-20T21:14:03.822Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-20T21:14:03.822Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-20T21:14:03.822Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-20T21:14:03.822Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-20T21:14:03.822Z] Selecting previously unselected package pkg-config. [2021-01-20T21:14:03.822Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-20T21:14:03.822Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-20T21:14:04.086Z] Selecting previously unselected package zip. [2021-01-20T21:14:04.086Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-20T21:14:04.086Z] Unpacking zip (3.0-11build1) ... [2021-01-20T21:14:04.086Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-20T21:14:04.086Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-20T21:14:04.086Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-20T21:14:04.350Z] Setting up liberror-perl (0.17025-1) ... [2021-01-20T21:14:04.350Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-20T21:14:04.350Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-20T21:14:04.350Z] No schema files found: doing nothing. [2021-01-20T21:14:04.350Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-20T21:14:04.350Z] Setting up zip (3.0-11build1) ... [2021-01-20T21:14:04.350Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-20T21:14:04.350Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-20T21:14:04.350Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-20T21:14:04.350Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-20T21:14:04.613Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-20T21:14:04.613Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-20T21:14:04.613Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-20T21:14:04.613Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-20T21:14:10.226Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T21:14:10.226Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-20T21:14:10.226Z] ---> 0d0b50e4a0ab [2021-01-20T21:14:10.226Z] Step 3/22 : WORKDIR /edgex-go [2021-01-20T21:14:10.226Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T21:14:10.226Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-20T21:14:10.226Z] ---> 0d0b50e4a0ab [2021-01-20T21:14:10.226Z] Step 3/21 : WORKDIR /edgex-go [2021-01-20T21:14:10.226Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T21:14:10.226Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-20T21:14:10.226Z] ---> 0d0b50e4a0ab [2021-01-20T21:14:10.226Z] Step 3/24 : WORKDIR /edgex-go [2021-01-20T21:14:10.226Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T21:14:10.226Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-20T21:14:10.226Z] ---> 0d0b50e4a0ab [2021-01-20T21:14:10.226Z] Step 3/24 : WORKDIR /edgex-go [2021-01-20T21:14:10.226Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T21:14:10.226Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-20T21:14:10.226Z] ---> 0d0b50e4a0ab [2021-01-20T21:14:10.226Z] Step 3/23 : WORKDIR /edgex-go [2021-01-20T21:14:10.226Z] ---> Running in 69dc50073c85 [2021-01-20T21:14:10.226Z] ---> Running in 204658367f1d [2021-01-20T21:14:10.226Z] ---> Running in 62d315020d6d [2021-01-20T21:14:10.226Z] ---> Running in 725b87573dd8 [2021-01-20T21:14:10.226Z] ---> Running in 7b65ed43cebe [2021-01-20T21:14:10.827Z] Removing intermediate container 69dc50073c85 [2021-01-20T21:14:10.827Z] ---> e4c1b19aebe0 [2021-01-20T21:14:10.827Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:14:11.111Z] Removing intermediate container 62d315020d6d [2021-01-20T21:14:11.111Z] ---> 61edef156518 [2021-01-20T21:14:11.111Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:14:11.111Z] Removing intermediate container 204658367f1d [2021-01-20T21:14:11.111Z] ---> 2ad8335e7546 [2021-01-20T21:14:11.111Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:14:11.111Z] Removing intermediate container 725b87573dd8 [2021-01-20T21:14:11.111Z] ---> d90e45cf7042 [2021-01-20T21:14:11.111Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:14:11.111Z] ---> Running in fe2fd84b4e63 [2021-01-20T21:14:11.111Z] Removing intermediate container 7b65ed43cebe [2021-01-20T21:14:11.111Z] ---> 8150151eda56 [2021-01-20T21:14:11.111Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:14:11.206Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-20T21:14:11.206Z] git set to automatically installed. [2021-01-20T21:14:11.206Z] git-man set to automatically installed. [2021-01-20T21:14:11.206Z] libcurl3-gnutls set to automatically installed. [2021-01-20T21:14:11.206Z] liberror-perl set to automatically installed. [2021-01-20T21:14:11.206Z] libglib2.0-0 set to automatically installed. [2021-01-20T21:14:11.206Z] libnghttp2-14 set to automatically installed. [2021-01-20T21:14:11.206Z] libnorm1 set to automatically installed. [2021-01-20T21:14:11.206Z] libpgm-5.2-0 set to automatically installed. [2021-01-20T21:14:11.206Z] libpsl5 set to automatically installed. [2021-01-20T21:14:11.206Z] librtmp1 set to automatically installed. [2021-01-20T21:14:11.206Z] libsodium23 set to automatically installed. [2021-01-20T21:14:11.206Z] libzmq3-dev set to automatically installed. [2021-01-20T21:14:11.206Z] libzmq5 set to automatically installed. [2021-01-20T21:14:11.206Z] pkg-config set to automatically installed. [2021-01-20T21:14:11.206Z] zip set to automatically installed. [2021-01-20T21:14:11.382Z] ---> Running in ef46cf84fdef [2021-01-20T21:14:11.382Z] ---> Running in 85d783819380 [2021-01-20T21:14:11.382Z] ---> Running in da673853efa5 [2021-01-20T21:14:11.382Z] ---> Running in 8aac52dd2c01 [2021-01-20T21:14:13.121Z] snapd is not logged in, snap install commands will use sudo [2021-01-20T21:14:15.713Z] Removing intermediate container fe2fd84b4e63 [2021-01-20T21:14:15.714Z] ---> 4a2007272b3e [2021-01-20T21:14:15.714Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-20T21:14:15.714Z] ---> Running in 0c2e476117d6 [2021-01-20T21:14:15.714Z] Removing intermediate container ef46cf84fdef [2021-01-20T21:14:15.714Z] ---> bd8b0d3f3e10 [2021-01-20T21:14:15.714Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-20T21:14:15.714Z] Removing intermediate container da673853efa5 [2021-01-20T21:14:15.714Z] ---> 1a38626282b4 [2021-01-20T21:14:15.714Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-20T21:14:15.714Z] ---> Running in c3817fa2788f [2021-01-20T21:14:15.714Z] ---> Running in 696fad0a2715 [2021-01-20T21:14:15.985Z] Removing intermediate container 85d783819380 [2021-01-20T21:14:15.985Z] ---> 9c7c2ca3437c [2021-01-20T21:14:15.985Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-20T21:14:15.985Z] Removing intermediate container 8aac52dd2c01 [2021-01-20T21:14:15.985Z] ---> dc3261d0b279 [2021-01-20T21:14:15.985Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-20T21:14:16.274Z] ---> Running in 665d899e7fbe [2021-01-20T21:14:16.274Z] ---> Running in 3887e9747d08 [2021-01-20T21:14:17.265Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T21:14:17.869Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T21:14:17.869Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T21:14:17.869Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T21:14:18.140Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T21:14:18.140Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T21:14:18.411Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T21:14:18.683Z] OK: 217 MiB in 51 packages [2021-01-20T21:14:18.683Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T21:14:18.956Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T21:14:18.956Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T21:14:19.233Z] OK: 217 MiB in 51 packages [2021-01-20T21:14:19.233Z] OK: 217 MiB in 51 packages [2021-01-20T21:14:19.710Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-20T21:14:19.710Z] snap "core18" has no updates available [2021-01-20T21:14:19.826Z] OK: 217 MiB in 51 packages [2021-01-20T21:14:19.826Z] OK: 217 MiB in 51 packages [2021-01-20T21:14:20.418Z] Removing intermediate container 0c2e476117d6 [2021-01-20T21:14:20.418Z] ---> 84241382e4ea [2021-01-20T21:14:20.418Z] Step 6/22 : COPY go.mod . [2021-01-20T21:14:20.658Z] Pulling config-common [2021-01-20T21:14:21.037Z] Removing intermediate container c3817fa2788f [2021-01-20T21:14:21.037Z] ---> d446a481f867 [2021-01-20T21:14:21.037Z] Step 6/21 : COPY go.mod . [2021-01-20T21:14:21.315Z] Removing intermediate container 696fad0a2715 [2021-01-20T21:14:21.315Z] ---> 8318bc766b98 [2021-01-20T21:14:21.315Z] Step 6/24 : COPY go.mod . [2021-01-20T21:14:21.315Z] ---> 402e466c8e14 [2021-01-20T21:14:21.315Z] Step 7/22 : RUN go mod download [2021-01-20T21:14:21.592Z] Removing intermediate container 3887e9747d08 [2021-01-20T21:14:21.592Z] ---> f2dfa1d99706 [2021-01-20T21:14:21.592Z] Step 6/24 : COPY go.mod . [2021-01-20T21:14:21.592Z] ---> Running in a48128f3fa2b [2021-01-20T21:14:21.624Z] Pulling go-build-helper [2021-01-20T21:14:21.865Z] Removing intermediate container 665d899e7fbe [2021-01-20T21:14:21.865Z] ---> 9f7436e9ab55 [2021-01-20T21:14:21.865Z] Step 6/23 : COPY go.mod . [2021-01-20T21:14:22.136Z] ---> 2a912e77c10e [2021-01-20T21:14:22.136Z] Step 7/21 : RUN go mod download [2021-01-20T21:14:22.425Z] ---> 76e75c5eb2a7 [2021-01-20T21:14:22.425Z] Step 7/24 : RUN go mod download [2021-01-20T21:14:22.425Z] ---> Running in 7c68083be833 [2021-01-20T21:14:22.698Z] ---> Running in dceb04391eb9 [2021-01-20T21:14:22.698Z] ---> e701f54e3488 [2021-01-20T21:14:22.698Z] Step 7/24 : RUN go mod download [2021-01-20T21:14:22.968Z] ---> Running in fe670f9ec5d2 [2021-01-20T21:14:23.243Z] ---> a1e7736faa0e [2021-01-20T21:14:23.243Z] Step 7/23 : RUN go mod download [2021-01-20T21:14:23.243Z] ---> Running in c153f73077e2 [2021-01-20T21:14:25.894Z] Removing intermediate container a48128f3fa2b [2021-01-20T21:14:25.894Z] ---> a07003d40eff [2021-01-20T21:14:25.894Z] Step 8/22 : COPY . . [2021-01-20T21:14:26.503Z] Removing intermediate container 7c68083be833 [2021-01-20T21:14:26.503Z] ---> 4d0191f9be85 [2021-01-20T21:14:26.503Z] Step 8/21 : COPY . . [2021-01-20T21:14:28.021Z] Removing intermediate container dceb04391eb9 [2021-01-20T21:14:28.021Z] ---> b922f8cc5f4f [2021-01-20T21:14:28.021Z] Step 8/24 : COPY . . [2021-01-20T21:14:28.299Z] Removing intermediate container fe670f9ec5d2 [2021-01-20T21:14:28.299Z] ---> c9a90817bb70 [2021-01-20T21:14:28.299Z] Step 8/24 : COPY . . [2021-01-20T21:14:28.574Z] Removing intermediate container c153f73077e2 [2021-01-20T21:14:28.574Z] ---> 1b81972d505c [2021-01-20T21:14:28.574Z] Step 8/23 : COPY . . [2021-01-20T21:14:43.586Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-20T21:14:43.587Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-20T21:14:43.587Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-20T21:14:43.587Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-20T21:14:43.587Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-20T21:14:43.587Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-20T21:14:43.587Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-20T21:14:43.587Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-20T21:14:43.587Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-20T21:14:43.587Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-20T21:14:43.587Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-20T21:14:43.587Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-20T21:14:43.587Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-20T21:14:43.587Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-20T21:14:43.587Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-20T21:14:43.587Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-20T21:14:43.587Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-20T21:14:43.587Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-20T21:14:43.587Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-20T21:14:43.587Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] [2021-01-20T21:14:43.587Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] [2021-01-20T21:14:43.587Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] [2021-01-20T21:14:43.587Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-20T21:14:43.587Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] [2021-01-20T21:14:43.587Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] [2021-01-20T21:14:43.587Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] [2021-01-20T21:14:43.587Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-20T21:14:43.587Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-20T21:14:43.587Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-20T21:14:43.587Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-20T21:14:43.587Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-20T21:14:43.587Z] Fetched 279 kB in 0s (0 B/s) [2021-01-20T21:14:43.587Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-20T21:14:43.587Z] Fetched 122 kB in 0s (0 B/s) [2021-01-20T21:14:43.587Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-20T21:14:43.587Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-20T21:14:43.587Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-20T21:14:43.587Z] Fetched 8848 B in 0s (0 B/s) [2021-01-20T21:14:43.587Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-20T21:14:43.587Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-20T21:14:43.587Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-20T21:14:43.587Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-20T21:14:43.587Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-20T21:14:43.587Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-20T21:14:43.587Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-20T21:14:43.587Z] Fetched 214 kB in 0s (0 B/s) [2021-01-20T21:14:43.587Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-20T21:14:43.587Z] Fetched 155 kB in 0s (0 B/s) [2021-01-20T21:14:43.587Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-20T21:14:43.587Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-20T21:14:43.587Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-20T21:14:43.587Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-20T21:14:43.587Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-20T21:14:43.587Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-20T21:14:43.587Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-20T21:14:43.587Z] Fetched 499 kB in 0s (0 B/s) [2021-01-20T21:14:43.587Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-20T21:14:43.587Z] Fetched 111 kB in 0s (0 B/s) [2021-01-20T21:14:43.587Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-20T21:14:43.587Z] Fetched 240 kB in 0s (0 B/s) [2021-01-20T21:14:43.587Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-20T21:14:43.587Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-20T21:14:43.587Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-20T21:14:43.587Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-20T21:14:43.587Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-20T21:14:43.587Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-20T21:14:43.587Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-20T21:14:43.587Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-20T21:14:43.587Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-20T21:14:43.587Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-20T21:14:43.587Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-20T21:14:43.587Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-20T21:14:43.587Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-20T21:14:43.587Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-20T21:14:43.587Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-20T21:14:43.587Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-20T21:14:43.587Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-20T21:14:43.587Z] Fetched 8720 B in 0s (0 B/s) [2021-01-20T21:14:43.587Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-20T21:14:43.587Z] Fetched 137 kB in 0s (0 B/s) [2021-01-20T21:14:43.587Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-20T21:14:43.587Z] Fetched 119 kB in 0s (0 B/s) [2021-01-20T21:14:43.587Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-20T21:14:43.587Z] Fetched 109 kB in 0s (0 B/s) [2021-01-20T21:14:43.587Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-20T21:14:43.587Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-20T21:14:43.587Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-20T21:14:43.587Z] Fetched 645 kB in 0s (0 B/s) [2021-01-20T21:14:43.587Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-20T21:14:43.587Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-20T21:14:43.587Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-20T21:14:43.587Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-20T21:14:43.587Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-20T21:14:43.587Z] Fetched 368 kB in 0s (0 B/s) [2021-01-20T21:14:43.587Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-20T21:14:43.587Z] Fetched 187 kB in 0s (0 B/s) [2021-01-20T21:14:43.587Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-20T21:14:43.587Z] Fetched 175 kB in 0s (0 B/s) [2021-01-20T21:14:43.587Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-20T21:14:46.891Z] Fetched 206 kB in 0s (0 B/s) [2021-01-20T21:14:46.891Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-20T21:14:46.891Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-20T21:14:46.891Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-20T21:14:46.891Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-20T21:14:46.891Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-20T21:14:46.891Z] Fetched 159 kB in 0s (0 B/s) [2021-01-20T21:14:46.891Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-20T21:14:46.891Z] Fetched 107 kB in 0s (0 B/s) [2021-01-20T21:14:46.891Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-20T21:14:46.891Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-20T21:14:46.891Z] Pulling static-packages [2021-01-20T21:14:47.835Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-20T21:14:47.835Z] Skipping pull go-build-helper (already ran) [2021-01-20T21:14:47.835Z] Skipping pull static-packages (already ran) [2021-01-20T21:14:47.835Z] Building go-build-helper [2021-01-20T21:14:52.052Z] Building static-packages [2021-01-20T21:14:53.971Z] Staging go-build-helper [2021-01-20T21:14:54.915Z] Staging static-packages [2021-01-20T21:14:55.365Z] ---> f1aa880e3556 [2021-01-20T21:14:55.365Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-20T21:14:55.365Z] ---> 32408a650af3 [2021-01-20T21:14:55.365Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-20T21:14:55.365Z] ---> edebcc41cd6a [2021-01-20T21:14:55.365Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-20T21:14:55.365Z] ---> 6aabea351333 [2021-01-20T21:14:55.365Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-20T21:14:55.365Z] ---> cd77a19e4b19 [2021-01-20T21:14:55.365Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-20T21:14:55.365Z] ---> Running in da01227b6bef [2021-01-20T21:14:55.365Z] ---> Running in 2ac17e6dd2ff [2021-01-20T21:14:55.365Z] ---> Running in c54103b3afe9 [2021-01-20T21:14:55.365Z] ---> Running in ce3baec6b2fb [2021-01-20T21:14:55.365Z] ---> Running in 788ba5fb326b [2021-01-20T21:14:55.365Z] 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-20T21:14:55.365Z] 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-20T21:14:55.365Z] 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-20T21:14:55.365Z] 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-20T21:14:55.365Z] 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-20T21:14:55.860Z] Pulling go115 [2021-01-20T21:14:56.806Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-20T21:14:56.806Z] Skipping pull go115 (already ran) [2021-01-20T21:14:56.806Z] Building go115 [2021-01-20T21:14:56.806Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T21:14:56.806Z] Dload Upload Total Spent Left Speed [2021-01-20T21:15:00.887Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 15 115M 15 17.6M 0 0 16.7M 0 0:00:06 0:00:01 0:00:05 16.7M 45 115M 45 52.5M 0 0 25.5M 0 0:00:04 0:00:02 0:00:02 25.5M 73 115M 73 85.4M 0 0 27.9M 0 0:00:04 0:00:03 0:00:01 27.9M 100 115M 100 115M 0 0 29.3M 0 0:00:03 0:00:03 --:--:-- 29.3M [2021-01-20T21:15:01.459Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-20T21:15:05.675Z] Staging go115 [2021-01-20T21:15:10.965Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-20T21:15:10.965Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-20T21:15:10.965Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-20T21:15:10.965Z] Fetched 0 B in 0s (0 B/s) [2021-01-20T21:15:10.965Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-20T21:15:10.965Z] Fetched 224 kB in 0s (0 B/s) [2021-01-20T21:15:10.965Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-20T21:15:10.965Z] Fetched 157 kB in 0s (0 B/s) [2021-01-20T21:15:10.965Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-20T21:15:10.965Z] Fetched 221 kB in 0s (0 B/s) [2021-01-20T21:15:10.965Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-20T21:15:10.965Z] Fetched 143 kB in 0s (0 B/s) [2021-01-20T21:15:10.965Z] Pulling edgex-go [2021-01-20T21:15:12.362Z] Pulling version [2021-01-20T21:15:13.306Z] Building config-common [2021-01-20T21:15:15.223Z] Skipping build go-build-helper (already ran) [2021-01-20T21:15:15.223Z] Skipping build static-packages (already ran) [2021-01-20T21:15:15.223Z] Skipping build go115 (already ran) [2021-01-20T21:15:15.484Z] Building edgex-go [2021-01-20T21:15:15.746Z] 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-20T21:15:18.297Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-20T21:15:18.297Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 [2021-01-20T21:15:18.297Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-20T21:15:18.297Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.1 [2021-01-20T21:15:18.297Z] go: downloading github.com/google/uuid v1.1.5 [2021-01-20T21:15:18.297Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-01-20T21:15:18.297Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-20T21:15:18.297Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-20T21:15:18.297Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-20T21:15:18.297Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-20T21:15:18.297Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-20T21:15:18.297Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-20T21:15:18.297Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-20T21:15:18.297Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-20T21:15:18.297Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-20T21:15:18.297Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-20T21:15:18.297Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-20T21:15:18.297Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-20T21:15:18.297Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-20T21:15:18.297Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-20T21:15:18.297Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-20T21:15:18.297Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-20T21:15:18.297Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-20T21:15:18.297Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-20T21:15:18.297Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-20T21:15:18.297Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-20T21:15:18.297Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-20T21:15:18.297Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-20T21:15:18.297Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-20T21:15:18.297Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-20T21:15:18.297Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-20T21:15:18.564Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-20T21:15:18.564Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-20T21:15:18.564Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-20T21:15:18.564Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-20T21:15:18.564Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-20T21:15:18.564Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-20T21:15:18.564Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-20T21:15:18.825Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-20T21:15:18.825Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-20T21:15:25.413Z] 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-20T21:15:30.703Z] 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-20T21:15:31.644Z] 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-20T21:15:32.590Z] 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-20T21:15:33.163Z] 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-20T21:15:33.163Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-01-20T21:15:33.425Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-20T21:15:33.425Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-20T21:15:33.425Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-20T21:15:35.336Z] 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-20T21:15:35.336Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-20T21:15:35.336Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-20T21:15:36.719Z] 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-20T21:15:37.662Z] 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-20T21:15:37.662Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-20T21:15:39.590Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-20T21:15:40.531Z] 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-20T21:15:41.473Z] 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-20T21:15:41.473Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-20T21:15:44.020Z] Building version [2021-01-20T21:15:46.571Z] Staging config-common [2021-01-20T21:15:47.143Z] Skipping stage go-build-helper (already ran) [2021-01-20T21:15:47.144Z] Skipping stage static-packages (already ran) [2021-01-20T21:15:47.144Z] Skipping stage go115 (already ran) [2021-01-20T21:15:47.144Z] Staging edgex-go [2021-01-20T21:15:48.087Z] Staging version [2021-01-20T21:15:49.030Z] Priming config-common [2021-01-20T21:15:49.972Z] Priming go-build-helper [2021-01-20T21:15:50.923Z] Priming static-packages [2021-01-20T21:15:53.603Z] Priming go115 [2021-01-20T21:15:54.224Z] Priming edgex-go [2021-01-20T21:15:55.716Z] Priming version [2021-01-20T21:15:56.754Z] 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-20T21:16:17.191Z] 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-20T21:16:27.375Z] Removing intermediate container 2ac17e6dd2ff [2021-01-20T21:16:27.375Z] ---> 0bf32afd26e5 [2021-01-20T21:16:27.375Z] [2021-01-20T21:16:27.375Z] Step 10/24 : FROM alpine:3.12 [2021-01-20T21:16:27.375Z] 3.12: Pulling from library/alpine [2021-01-20T21:16:27.375Z] Removing intermediate container 788ba5fb326b [2021-01-20T21:16:27.375Z] ---> 5edd8e5509e5 [2021-01-20T21:16:27.375Z] [2021-01-20T21:16:27.375Z] Step 10/22 : FROM alpine:3.12 [2021-01-20T21:16:27.375Z] 3.12: Pulling from library/alpine [2021-01-20T21:16:27.984Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-20T21:16:27.984Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-20T21:16:27.984Z] Status: Downloaded newer image for alpine:3.12 [2021-01-20T21:16:27.984Z] ---> afeebe901d6b [2021-01-20T21:16:27.984Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-20T21:16:27.984Z] Status: Downloaded newer image for alpine:3.12 [2021-01-20T21:16:27.984Z] ---> afeebe901d6b [2021-01-20T21:16:27.984Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-20T21:16:28.972Z] ---> Running in a772296c0e86 [2021-01-20T21:16:29.249Z] ---> Running in c235ce68f768 [2021-01-20T21:16:31.270Z] Removing intermediate container ce3baec6b2fb [2021-01-20T21:16:31.270Z] ---> 88e2eef0b2de [2021-01-20T21:16:31.270Z] [2021-01-20T21:16:31.270Z] Step 10/24 : FROM scratch [2021-01-20T21:16:31.270Z] ---> [2021-01-20T21:16:31.270Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-20T21:16:31.270Z] Removing intermediate container da01227b6bef [2021-01-20T21:16:31.270Z] ---> 5826ec7cdb0f [2021-01-20T21:16:31.270Z] [2021-01-20T21:16:31.270Z] Step 10/21 : FROM scratch [2021-01-20T21:16:31.270Z] ---> [2021-01-20T21:16:31.270Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T21:16:31.270Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T21:16:31.270Z] ---> Running in 7e465ac6939f [2021-01-20T21:16:31.550Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T21:16:31.550Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T21:16:31.550Z] ---> Running in 9fc90dddbbdd [2021-01-20T21:16:31.833Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T21:16:32.107Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-20T21:16:32.107Z] Removing intermediate container 7e465ac6939f [2021-01-20T21:16:32.107Z] ---> 5fb5445b7216 [2021-01-20T21:16:32.107Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-20T21:16:32.381Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-20T21:16:32.381Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-20T21:16:32.381Z] Removing intermediate container 9fc90dddbbdd [2021-01-20T21:16:32.381Z] ---> 0804a9ea06d4 [2021-01-20T21:16:32.381Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-20T21:16:32.381Z] ---> Running in 51aa44739750 [2021-01-20T21:16:32.381Z] (4/5) Installing curl (7.69.1-r3) [2021-01-20T21:16:32.381Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-20T21:16:32.381Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T21:16:32.381Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-20T21:16:32.381Z] Executing ca-certificates-20191127-r4.trigger [2021-01-20T21:16:32.669Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-20T21:16:32.669Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-20T21:16:32.669Z] ---> Running in cfe90abb65df [2021-01-20T21:16:32.669Z] (4/5) Installing curl (7.69.1-r3) [2021-01-20T21:16:32.669Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-20T21:16:32.669Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T21:16:32.669Z] Executing ca-certificates-20191127-r4.trigger [2021-01-20T21:16:32.669Z] OK: 7 MiB in 19 packages [2021-01-20T21:16:32.951Z] OK: 7 MiB in 19 packages [2021-01-20T21:16:32.952Z] Removing intermediate container 51aa44739750 [2021-01-20T21:16:32.952Z] ---> 323f1c36de80 [2021-01-20T21:16:32.952Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-20T21:16:33.229Z] ---> Running in 83889c0fd2f9 [2021-01-20T21:16:33.229Z] Removing intermediate container cfe90abb65df [2021-01-20T21:16:33.229Z] ---> bfe42b4bd925 [2021-01-20T21:16:33.229Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-20T21:16:33.506Z] ---> Running in 954c85cef0e5 [2021-01-20T21:16:34.494Z] Removing intermediate container 83889c0fd2f9 [2021-01-20T21:16:34.494Z] ---> bfeae6c41f9c [2021-01-20T21:16:34.494Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-20T21:16:34.494Z] Removing intermediate container 954c85cef0e5 [2021-01-20T21:16:34.494Z] ---> ed2e40b8e8f6 [2021-01-20T21:16:34.494Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T21:16:35.718Z] Removing intermediate container c235ce68f768 [2021-01-20T21:16:35.718Z] ---> 1c02d0948f81 [2021-01-20T21:16:35.718Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-20T21:16:35.718Z] ---> Running in 544963bb3c0d [2021-01-20T21:16:36.356Z] Removing intermediate container a772296c0e86 [2021-01-20T21:16:36.356Z] ---> 6d15411db7e3 [2021-01-20T21:16:36.356Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-20T21:16:36.356Z] ---> 2a3fdd53ce4b [2021-01-20T21:16:36.356Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-20T21:16:36.356Z] ---> 3f035809b1e8 [2021-01-20T21:16:36.356Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-20T21:16:36.646Z] ---> Running in 75172c6d55d7 [2021-01-20T21:16:36.646Z] Removing intermediate container 544963bb3c0d [2021-01-20T21:16:36.646Z] ---> 7de423a613f2 [2021-01-20T21:16:36.646Z] Step 13/22 : WORKDIR / [2021-01-20T21:16:36.946Z] ---> Running in 1e3ff086d4db [2021-01-20T21:16:37.560Z] Removing intermediate container 75172c6d55d7 [2021-01-20T21:16:37.560Z] ---> b5bdd9f74e2a [2021-01-20T21:16:37.560Z] Step 13/24 : WORKDIR / [2021-01-20T21:16:37.836Z] ---> Running in 57ac51f7aba7 [2021-01-20T21:16:38.126Z] Removing intermediate container 1e3ff086d4db [2021-01-20T21:16:38.126Z] ---> 45b82e2e190d [2021-01-20T21:16:38.126Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T21:16:38.409Z] ---> ff7e6c11e1b8 [2021-01-20T21:16:38.409Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-20T21:16:38.697Z] Removing intermediate container 57ac51f7aba7 [2021-01-20T21:16:38.697Z] ---> 2acf574619e8 [2021-01-20T21:16:38.697Z] 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-20T21:16:38.697Z] ---> 64f642971742 [2021-01-20T21:16:38.697Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-20T21:16:39.296Z] ---> e57ccc9382cd [2021-01-20T21:16:39.296Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-20T21:16:40.304Z] ---> 496ea0582f57 [2021-01-20T21:16:40.304Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-20T21:16:40.577Z] ---> Running in e934a2fd19ce [2021-01-20T21:16:40.577Z] ---> 84e1f3172e31 [2021-01-20T21:16:40.577Z] 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-20T21:16:40.850Z] ---> d03496188143 [2021-01-20T21:16:40.850Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T21:16:41.449Z] ---> e2d143a0c03e [2021-01-20T21:16:41.449Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-20T21:16:41.449Z] Removing intermediate container e934a2fd19ce [2021-01-20T21:16:41.449Z] ---> e03879ac48cf [2021-01-20T21:16:41.449Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T21:16:41.724Z] ---> Running in d8f7e626c533 [2021-01-20T21:16:41.998Z] ---> 9301b8e51033 [2021-01-20T21:16:41.998Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-20T21:16:42.268Z] ---> 7b4567f75890 [2021-01-20T21:16:42.268Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-20T21:16:42.268Z] Removing intermediate container d8f7e626c533 [2021-01-20T21:16:42.268Z] ---> 8bc7caacfd86 [2021-01-20T21:16:42.268Z] Step 19/21 : LABEL arch=arm64 [2021-01-20T21:16:42.539Z] ---> Running in 4f5843bb6ee3 [2021-01-20T21:16:42.539Z] ---> a12e4d2705f4 [2021-01-20T21:16:42.539Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-20T21:16:43.142Z] ---> 53187206d69f [2021-01-20T21:16:43.143Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-20T21:16:43.143Z] Removing intermediate container 4f5843bb6ee3 [2021-01-20T21:16:43.143Z] ---> b09b7572f95a [2021-01-20T21:16:43.143Z] Step 20/21 : LABEL git_sha=0d048c99a2e689bcffe87ab7e4893f9cb34f024e [2021-01-20T21:16:43.418Z] ---> Running in cb8aa0ea5957 [2021-01-20T21:16:43.701Z] ---> 174cb7890f24 [2021-01-20T21:16:43.701Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-20T21:16:43.986Z] ---> e2dba67b0c9f [2021-01-20T21:16:43.986Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-20T21:16:43.986Z] ---> Running in cd8fc88b0987 [2021-01-20T21:16:44.261Z] Removing intermediate container cb8aa0ea5957 [2021-01-20T21:16:44.261Z] ---> c6c445a88e37 [2021-01-20T21:16:44.261Z] Step 21/21 : LABEL version=0.0.0 [2021-01-20T21:16:44.874Z] ---> Running in 1a7320403b2e [2021-01-20T21:16:44.874Z] ---> 6db9ce86b764 [2021-01-20T21:16:44.874Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-20T21:16:45.148Z] ---> ac873adf66e7 [2021-01-20T21:16:45.148Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-20T21:16:45.426Z] ---> Running in cab66e3fa4ea [2021-01-20T21:16:45.699Z] Removing intermediate container 1a7320403b2e [2021-01-20T21:16:45.699Z] ---> 2ae421413db4 [2021-01-20T21:16:45.699Z] [2021-01-20T21:16:45.972Z] Removing intermediate container cab66e3fa4ea [2021-01-20T21:16:45.972Z] ---> ec192b1b669c [2021-01-20T21:16:45.972Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T21:16:46.241Z] Successfully built 2ae421413db4 [2021-01-20T21:16:46.520Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-20T21:16:46.520Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-01-20T21:16:46.520Z] ---> Running in 5a8c8a023a02 [2021-01-20T21:16:46.790Z] ---> 80a963c02bdf [2021-01-20T21:16:46.790Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-20T21:16:47.379Z] Removing intermediate container 5a8c8a023a02 [2021-01-20T21:16:47.379Z] ---> 931f5979ba54 [2021-01-20T21:16:47.379Z] Step 22/24 : LABEL arch=arm64 [2021-01-20T21:16:47.979Z] ---> Running in 7d5c346326b4 [2021-01-20T21:16:47.979Z] Removing intermediate container cd8fc88b0987 [2021-01-20T21:16:47.979Z] ---> 97154e55710c [2021-01-20T21:16:47.979Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-20T21:16:48.568Z] ---> 35bff9e97dc7 [2021-01-20T21:16:48.568Z] 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-20T21:16:48.839Z] ---> Running in bff4e6b9d4b1 [2021-01-20T21:16:49.109Z] ---> Running in a60a0685c386 [2021-01-20T21:16:49.109Z] Removing intermediate container 7d5c346326b4 [2021-01-20T21:16:49.109Z] ---> 41e2d2b21a2d [2021-01-20T21:16:49.109Z] Step 23/24 : LABEL git_sha=0d048c99a2e689bcffe87ab7e4893f9cb34f024e [2021-01-20T21:16:49.381Z] Removing intermediate container c54103b3afe9 [2021-01-20T21:16:49.381Z] ---> 13d6159a25a3 [2021-01-20T21:16:49.381Z] [2021-01-20T21:16:49.381Z] Step 10/23 : FROM alpine:3.12 [2021-01-20T21:16:49.381Z] ---> afeebe901d6b [2021-01-20T21:16:49.381Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T21:16:49.663Z] Removing intermediate container bff4e6b9d4b1 [2021-01-20T21:16:49.663Z] ---> 718a348259f8 [2021-01-20T21:16:49.663Z] Step 20/22 : LABEL arch=arm64 [2021-01-20T21:16:49.663Z] ---> Running in d9ab3812675f [2021-01-20T21:16:49.663Z] ---> Running in b2e27782bb41 [2021-01-20T21:16:49.952Z] ---> Running in 541c0de9351f [2021-01-20T21:16:50.558Z] Removing intermediate container b2e27782bb41 [2021-01-20T21:16:50.558Z] ---> 3a3d80c79f7b [2021-01-20T21:16:50.558Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-20T21:16:50.831Z] Removing intermediate container d9ab3812675f [2021-01-20T21:16:50.831Z] ---> 0051b6e955e3 [2021-01-20T21:16:50.831Z] Step 24/24 : LABEL version=0.0.0 [2021-01-20T21:16:50.831Z] Removing intermediate container 541c0de9351f [2021-01-20T21:16:50.831Z] ---> 045c94b4f094 [2021-01-20T21:16:50.831Z] Step 21/22 : LABEL git_sha=0d048c99a2e689bcffe87ab7e4893f9cb34f024e [2021-01-20T21:16:51.103Z] ---> Running in e23574e66ce9 [2021-01-20T21:16:51.103Z] ---> Running in daddf64babc3 [2021-01-20T21:16:51.386Z] ---> Running in b2b74a4d4a0c [2021-01-20T21:16:51.978Z] Removing intermediate container e23574e66ce9 [2021-01-20T21:16:51.978Z] ---> 3945f4e41f3c [2021-01-20T21:16:51.978Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-20T21:16:51.978Z] Removing intermediate container daddf64babc3 [2021-01-20T21:16:51.978Z] ---> 36439551dfac [2021-01-20T21:16:51.978Z] [2021-01-20T21:16:51.978Z] Removing intermediate container b2b74a4d4a0c [2021-01-20T21:16:51.978Z] ---> 8e6acb355d70 [2021-01-20T21:16:51.978Z] Step 22/22 : LABEL version=0.0.0 [2021-01-20T21:16:52.253Z] ---> Running in 619911cab2ed [2021-01-20T21:16:52.253Z] ---> Running in fba983e0d8e4 [2021-01-20T21:16:52.532Z] Removing intermediate container a60a0685c386 [2021-01-20T21:16:52.532Z] ---> c1d381aed488 [2021-01-20T21:16:52.532Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-20T21:16:52.532Z] Successfully built 36439551dfac [2021-01-20T21:16:52.532Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-20T21:16:52.532Z] Building docker-security-proxy-setup-go [2021-01-20T21:16:52.816Z]  Building docker-support-notifications-go ... done  ---> Running in 9c272fe6ba1e [2021-01-20T21:16:52.816Z] Removing intermediate container 619911cab2ed [2021-01-20T21:16:52.816Z] ---> 4eb63db420ba [2021-01-20T21:16:52.816Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:16:53.090Z] Removing intermediate container fba983e0d8e4 [2021-01-20T21:16:53.090Z] ---> e0a5339a9d7d [2021-01-20T21:16:53.090Z] [2021-01-20T21:16:53.090Z] ---> Running in f8db97cac8b7 [2021-01-20T21:16:53.369Z] Removing intermediate container 9c272fe6ba1e [2021-01-20T21:16:53.369Z] ---> 418793360918 [2021-01-20T21:16:53.369Z] Step 22/24 : LABEL arch=arm64 [2021-01-20T21:16:53.369Z] Successfully built e0a5339a9d7d [2021-01-20T21:16:53.369Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-20T21:16:53.644Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-metadata-go [2021-01-20T21:16:53.644Z] ---> Running in abaa29e1da3b [2021-01-20T21:16:53.919Z] Removing intermediate container abaa29e1da3b [2021-01-20T21:16:53.920Z] ---> 558d96aed489 [2021-01-20T21:16:53.920Z] Step 23/24 : LABEL git_sha=0d048c99a2e689bcffe87ab7e4893f9cb34f024e [2021-01-20T21:16:54.191Z] ---> Running in 9bc95660af59 [2021-01-20T21:16:54.787Z] Removing intermediate container 9bc95660af59 [2021-01-20T21:16:54.787Z] ---> 5e9d2d167553 [2021-01-20T21:16:54.787Z] Step 24/24 : LABEL version=0.0.0 [2021-01-20T21:16:55.065Z] ---> Running in d3329ada2757 [2021-01-20T21:16:55.654Z] Removing intermediate container d3329ada2757 [2021-01-20T21:16:55.654Z] ---> 8eaa835529a7 [2021-01-20T21:16:55.654Z] [2021-01-20T21:16:56.250Z] Successfully built 8eaa835529a7 [2021-01-20T21:16:56.250Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-20T21:16:56.250Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2021-01-20T21:16:56.250Z] Removing intermediate container f8db97cac8b7 [2021-01-20T21:16:56.250Z] ---> 5e57cc733ae0 [2021-01-20T21:16:56.250Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-20T21:16:56.526Z] ---> Running in 3f964c702d9c [2021-01-20T21:16:57.964Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T21:16:58.946Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T21:16:59.927Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-20T21:16:59.927Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-20T21:17:00.200Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-20T21:17:00.474Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-20T21:17:00.474Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-20T21:17:00.748Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T21:17:00.748Z] OK: 8 MiB in 19 packages [2021-01-20T21:17:04.133Z] Removing intermediate container 3f964c702d9c [2021-01-20T21:17:04.133Z] ---> 44c0c65bed02 [2021-01-20T21:17:04.133Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T21:17:04.729Z] ---> d3c14a42cd54 [2021-01-20T21:17:04.729Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-20T21:17:06.705Z] ---> 032751433933 [2021-01-20T21:17:06.705Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-20T21:17:07.681Z] ---> c797ea7ef04b [2021-01-20T21:17:07.681Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-20T21:17:07.954Z] ---> Running in ab5ec4386502 [2021-01-20T21:17:08.558Z] Removing intermediate container ab5ec4386502 [2021-01-20T21:17:08.558Z] ---> b9e2899dc9cb [2021-01-20T21:17:08.558Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T21:17:08.828Z] ---> Running in 88d889908ede [2021-01-20T21:17:09.429Z] Removing intermediate container 88d889908ede [2021-01-20T21:17:09.430Z] ---> cb3d0d68afe9 [2021-01-20T21:17:09.430Z] Step 21/23 : LABEL arch=arm64 [2021-01-20T21:17:10.024Z] ---> Running in 63d1fbd61584 [2021-01-20T21:17:10.626Z] Removing intermediate container 63d1fbd61584 [2021-01-20T21:17:10.626Z] ---> f5bcfda1db20 [2021-01-20T21:17:10.626Z] Step 22/23 : LABEL git_sha=0d048c99a2e689bcffe87ab7e4893f9cb34f024e [2021-01-20T21:17:10.901Z] ---> Running in 076e6616ef43 [2021-01-20T21:17:11.497Z] Removing intermediate container 076e6616ef43 [2021-01-20T21:17:11.497Z] ---> 58a5f316ceb5 [2021-01-20T21:17:11.497Z] Step 23/23 : LABEL version=0.0.0 [2021-01-20T21:17:11.768Z] ---> Running in 1b40c092b78c [2021-01-20T21:17:12.364Z] Removing intermediate container 1b40c092b78c [2021-01-20T21:17:12.364Z] ---> 859b669b81fc [2021-01-20T21:17:12.364Z] [2021-01-20T21:17:12.640Z] Successfully built 859b669b81fc [2021-01-20T21:17:12.640Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-20T21:17:30.928Z]  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T21:17:30.928Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-20T21:17:30.928Z] ---> 0d0b50e4a0ab [2021-01-20T21:17:30.928Z] Step 3/26 : WORKDIR /edgex-go [2021-01-20T21:17:30.928Z] ---> Using cache [2021-01-20T21:17:30.928Z] ---> 8150151eda56 [2021-01-20T21:17:30.928Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:17:30.928Z] ---> Using cache [2021-01-20T21:17:30.929Z] ---> dc3261d0b279 [2021-01-20T21:17:30.929Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-20T21:17:31.202Z] ---> Running in 55a78d0f8475 [2021-01-20T21:17:32.643Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T21:17:33.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T21:17:34.225Z] OK: 217 MiB in 51 packages [2021-01-20T21:17:36.850Z] Removing intermediate container 55a78d0f8475 [2021-01-20T21:17:36.850Z] ---> 6015a997360f [2021-01-20T21:17:36.850Z] Step 6/26 : COPY go.mod . [2021-01-20T21:17:37.836Z] ---> e14b583d00f8 [2021-01-20T21:17:37.836Z] Step 7/26 : RUN go mod download [2021-01-20T21:17:38.430Z] ---> Running in bbcffe81168a [2021-01-20T21:17:41.336Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T21:17:41.336Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-20T21:17:41.336Z] ---> 0d0b50e4a0ab [2021-01-20T21:17:41.336Z] Step 3/21 : WORKDIR /edgex-go [2021-01-20T21:17:41.336Z] ---> Using cache [2021-01-20T21:17:41.336Z] ---> 8150151eda56 [2021-01-20T21:17:41.336Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:17:41.336Z] ---> Using cache [2021-01-20T21:17:41.336Z] ---> dc3261d0b279 [2021-01-20T21:17:41.336Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-20T21:17:41.336Z] ---> Using cache [2021-01-20T21:17:41.336Z] ---> f2dfa1d99706 [2021-01-20T21:17:41.336Z] Step 6/21 : COPY go.mod . [2021-01-20T21:17:41.336Z] ---> Using cache [2021-01-20T21:17:41.336Z] ---> e701f54e3488 [2021-01-20T21:17:41.336Z] Step 7/21 : RUN go mod download [2021-01-20T21:17:41.336Z] ---> Using cache [2021-01-20T21:17:41.336Z] ---> c9a90817bb70 [2021-01-20T21:17:41.336Z] Step 8/21 : COPY . . [2021-01-20T21:17:41.336Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T21:17:41.336Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-20T21:17:41.336Z] ---> 0d0b50e4a0ab [2021-01-20T21:17:41.336Z] Step 3/22 : WORKDIR /edgex-go [2021-01-20T21:17:41.336Z] ---> Using cache [2021-01-20T21:17:41.336Z] ---> 8150151eda56 [2021-01-20T21:17:41.336Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:17:41.336Z] ---> Using cache [2021-01-20T21:17:41.336Z] ---> dc3261d0b279 [2021-01-20T21:17:41.336Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-20T21:17:41.336Z] ---> Using cache [2021-01-20T21:17:41.336Z] ---> f2dfa1d99706 [2021-01-20T21:17:41.336Z] Step 6/22 : COPY go.mod . [2021-01-20T21:17:41.336Z] ---> Using cache [2021-01-20T21:17:41.336Z] ---> e701f54e3488 [2021-01-20T21:17:41.336Z] Step 7/22 : RUN go mod download [2021-01-20T21:17:41.336Z] ---> Using cache [2021-01-20T21:17:41.336Z] ---> c9a90817bb70 [2021-01-20T21:17:41.336Z] Step 8/22 : COPY . . [2021-01-20T21:17:41.336Z] ---> Using cache [2021-01-20T21:17:41.336Z] ---> edebcc41cd6a [2021-01-20T21:17:41.336Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-20T21:17:41.336Z] ---> Using cache [2021-01-20T21:17:41.336Z] ---> edebcc41cd6a [2021-01-20T21:17:41.336Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-20T21:17:41.945Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T21:17:41.945Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-20T21:17:41.945Z] ---> 0d0b50e4a0ab [2021-01-20T21:17:41.945Z] Step 3/22 : WORKDIR /edgex-go [2021-01-20T21:17:41.945Z] ---> Using cache [2021-01-20T21:17:41.945Z] ---> 8150151eda56 [2021-01-20T21:17:41.945Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T21:17:41.945Z] ---> Using cache [2021-01-20T21:17:41.945Z] ---> dc3261d0b279 [2021-01-20T21:17:41.945Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-20T21:17:41.945Z] ---> Using cache [2021-01-20T21:17:41.945Z] ---> f2dfa1d99706 [2021-01-20T21:17:41.945Z] Step 6/22 : COPY go.mod . [2021-01-20T21:17:41.945Z] ---> Using cache [2021-01-20T21:17:41.945Z] ---> e701f54e3488 [2021-01-20T21:17:41.945Z] Step 7/22 : RUN go mod download [2021-01-20T21:17:41.945Z] ---> Using cache [2021-01-20T21:17:41.945Z] ---> c9a90817bb70 [2021-01-20T21:17:41.945Z] Step 8/22 : COPY . . [2021-01-20T21:17:41.945Z] ---> Using cache [2021-01-20T21:17:41.945Z] ---> edebcc41cd6a [2021-01-20T21:17:41.945Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-20T21:17:41.945Z] ---> Running in 01c946f4c786 [2021-01-20T21:17:41.945Z] ---> Running in d011c273291f [2021-01-20T21:17:42.216Z] ---> Running in fb3c166f8b36 [2021-01-20T21:17:42.216Z] Removing intermediate container bbcffe81168a [2021-01-20T21:17:42.216Z] ---> c32f27eff0d5 [2021-01-20T21:17:42.216Z] Step 8/26 : COPY . . [2021-01-20T21:17:43.656Z] 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-20T21:17:43.932Z] 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-20T21:17:43.932Z] 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-20T21:18:02.413Z] ---> 98a3839ded86 [2021-01-20T21:18:02.413Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-20T21:18:02.413Z] ---> Running in 8353b2dfe49f [2021-01-20T21:18:03.400Z] 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-20T21:18:50.401Z] 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-20T21:19:05.529Z] Removing intermediate container 01c946f4c786 [2021-01-20T21:19:05.529Z] ---> c12cdac39afc [2021-01-20T21:19:05.529Z] [2021-01-20T21:19:05.529Z] Step 10/21 : FROM alpine:3.12 [2021-01-20T21:19:05.529Z] ---> afeebe901d6b [2021-01-20T21:19:05.529Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-20T21:19:05.529Z] ---> Running in 2e840b2906d0 [2021-01-20T21:19:05.529Z] Removing intermediate container fb3c166f8b36 [2021-01-20T21:19:05.529Z] ---> 02985961f09d [2021-01-20T21:19:05.529Z] [2021-01-20T21:19:05.529Z] Step 10/22 : FROM scratch [2021-01-20T21:19:05.529Z] ---> [2021-01-20T21:19:05.529Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T21:19:05.529Z] ---> Using cache [2021-01-20T21:19:05.529Z] ---> 0804a9ea06d4 [2021-01-20T21:19:05.529Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-20T21:19:05.529Z] ---> Running in af7b57899088 [2021-01-20T21:19:05.809Z] Removing intermediate container af7b57899088 [2021-01-20T21:19:05.809Z] ---> 94d455b3fe97 [2021-01-20T21:19:05.809Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-20T21:19:06.085Z] ---> Running in c9b9823f71ee [2021-01-20T21:19:06.085Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T21:19:06.362Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T21:19:06.646Z] Removing intermediate container c9b9823f71ee [2021-01-20T21:19:06.646Z] ---> dea9b289e10b [2021-01-20T21:19:06.646Z] Step 14/22 : WORKDIR / [2021-01-20T21:19:06.918Z] ---> Running in b754aa4de380 [2021-01-20T21:19:06.918Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-20T21:19:07.196Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-20T21:19:07.196Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-20T21:19:07.196Z] (4/4) Installing curl (7.69.1-r3) [2021-01-20T21:19:07.196Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T21:19:07.196Z] Executing ca-certificates-20191127-r4.trigger [2021-01-20T21:19:07.476Z] OK: 7 MiB in 18 packages [2021-01-20T21:19:07.754Z] Removing intermediate container b754aa4de380 [2021-01-20T21:19:07.754Z] ---> d0b1b9ae69e0 [2021-01-20T21:19:07.754Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T21:19:09.199Z] ---> d04425e9b11e [2021-01-20T21:19:09.199Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-20T21:19:10.188Z] Removing intermediate container 2e840b2906d0 [2021-01-20T21:19:10.188Z] ---> b55fdcf542aa [2021-01-20T21:19:10.188Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-20T21:19:10.783Z] ---> Running in a769e719aa1f [2021-01-20T21:19:11.053Z] ---> 3c97d1065934 [2021-01-20T21:19:11.054Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-20T21:19:11.659Z] Removing intermediate container a769e719aa1f [2021-01-20T21:19:11.659Z] ---> 0d8879392e8c [2021-01-20T21:19:11.659Z] Step 13/21 : WORKDIR /edgex [2021-01-20T21:19:11.659Z] ---> Running in 36761af83e6d [2021-01-20T21:19:11.932Z] ---> bcbf8e7ba2d6 [2021-01-20T21:19:11.932Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-20T21:19:12.217Z] ---> Running in 1885f098a291 [2021-01-20T21:19:12.486Z] Removing intermediate container 36761af83e6d [2021-01-20T21:19:12.486Z] ---> 6807c1fe8ace [2021-01-20T21:19:12.486Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-20T21:19:13.084Z] Removing intermediate container 1885f098a291 [2021-01-20T21:19:13.084Z] ---> 3cc4e7e62706 [2021-01-20T21:19:13.084Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T21:19:14.075Z] ---> Running in c25afd177d53 [2021-01-20T21:19:14.075Z] ---> 8786303295ab [2021-01-20T21:19:14.075Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-20T21:19:14.353Z] Removing intermediate container 8353b2dfe49f [2021-01-20T21:19:14.353Z] ---> beb7f6003320 [2021-01-20T21:19:14.353Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-20T21:19:14.960Z] ---> Running in b1b75c7409c0 [2021-01-20T21:19:15.231Z] Removing intermediate container c25afd177d53 [2021-01-20T21:19:15.231Z] ---> 7cb2c248a0a6 [2021-01-20T21:19:15.231Z] Step 20/22 : LABEL arch=arm64 [2021-01-20T21:19:15.503Z] ---> Running in ceebf8a6f36f [2021-01-20T21:19:15.778Z] ---> 72e7e82e2f23 [2021-01-20T21:19:15.778Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-20T21:19:16.763Z] Removing intermediate container ceebf8a6f36f [2021-01-20T21:19:16.764Z] ---> cad4672636f5 [2021-01-20T21:19:16.764Z] Step 21/22 : LABEL git_sha=0d048c99a2e689bcffe87ab7e4893f9cb34f024e [2021-01-20T21:19:16.764Z] 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-20T21:19:17.370Z] ---> Running in b19e8d8eca67 [2021-01-20T21:19:17.641Z] ---> 782674491a21 [2021-01-20T21:19:17.641Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-20T21:19:17.921Z] ---> Running in 83edd1a1476e [2021-01-20T21:19:18.198Z] Removing intermediate container b19e8d8eca67 [2021-01-20T21:19:18.198Z] ---> af2eac2b536a [2021-01-20T21:19:18.198Z] Step 22/22 : LABEL version=0.0.0 [2021-01-20T21:19:18.471Z] Removing intermediate container d011c273291f [2021-01-20T21:19:18.471Z] ---> b27a15779077 [2021-01-20T21:19:18.471Z] [2021-01-20T21:19:18.471Z] Step 10/22 : FROM scratch [2021-01-20T21:19:18.471Z] ---> [2021-01-20T21:19:18.471Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T21:19:18.471Z] ---> Using cache [2021-01-20T21:19:18.471Z] ---> 0804a9ea06d4 [2021-01-20T21:19:18.471Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-20T21:19:18.745Z] ---> Running in 6fb0abc77b7a [2021-01-20T21:19:18.745Z] ---> Running in 25259a315519 [2021-01-20T21:19:19.018Z] Removing intermediate container 83edd1a1476e [2021-01-20T21:19:19.018Z] ---> f8f31adb1d79 [2021-01-20T21:19:19.018Z] Step 18/21 : CMD ["--init=true"] [2021-01-20T21:19:19.291Z] ---> Running in 87f476b4b16e [2021-01-20T21:19:19.291Z] Removing intermediate container 6fb0abc77b7a [2021-01-20T21:19:19.291Z] ---> 2e81a4f62ca4 [2021-01-20T21:19:19.291Z] [2021-01-20T21:19:19.565Z] Removing intermediate container 25259a315519 [2021-01-20T21:19:19.565Z] ---> d286144b09b1 [2021-01-20T21:19:19.565Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-20T21:19:19.565Z] ---> Running in 26be50022a67 [2021-01-20T21:19:19.848Z] Removing intermediate container 87f476b4b16e [2021-01-20T21:19:19.848Z] ---> f60f16c2502c [2021-01-20T21:19:19.848Z] Step 19/21 : LABEL arch=arm64 [2021-01-20T21:19:19.848Z] Successfully built 2e81a4f62ca4 [2021-01-20T21:19:19.848Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-20T21:19:20.121Z]  Building docker-core-command-go ... done  ---> Running in daa41bed17ab [2021-01-20T21:19:20.121Z] Removing intermediate container b1b75c7409c0 [2021-01-20T21:19:20.121Z] ---> fff6ab690beb [2021-01-20T21:19:20.121Z] [2021-01-20T21:19:20.121Z] Step 11/26 : FROM docker:20.10.0 [2021-01-20T21:19:20.121Z] Removing intermediate container 26be50022a67 [2021-01-20T21:19:20.121Z] ---> 5d87b844be77 [2021-01-20T21:19:20.121Z] Step 14/22 : WORKDIR / [2021-01-20T21:19:20.121Z] 20.10.0: Pulling from library/docker [2021-01-20T21:19:20.397Z] ---> Running in 1a14599c589a [2021-01-20T21:19:20.669Z] Removing intermediate container daa41bed17ab [2021-01-20T21:19:20.670Z] ---> 9aee3aba79fe [2021-01-20T21:19:20.670Z] Step 20/21 : LABEL git_sha=0d048c99a2e689bcffe87ab7e4893f9cb34f024e [2021-01-20T21:19:20.670Z] ---> Running in e848570e10b3 [2021-01-20T21:19:20.942Z] Removing intermediate container 1a14599c589a [2021-01-20T21:19:20.942Z] ---> 76b7e168ca56 [2021-01-20T21:19:20.942Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T21:19:21.543Z] Removing intermediate container e848570e10b3 [2021-01-20T21:19:21.543Z] ---> b3e1c5adddec [2021-01-20T21:19:21.543Z] Step 21/21 : LABEL version=0.0.0 [2021-01-20T21:19:22.144Z] ---> Running in e48db61e8758 [2021-01-20T21:19:22.144Z] ---> 63ccb2951416 [2021-01-20T21:19:22.144Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-20T21:19:23.134Z] Removing intermediate container e48db61e8758 [2021-01-20T21:19:23.134Z] ---> 8b339a45cd6f [2021-01-20T21:19:23.134Z] [2021-01-20T21:19:23.728Z] Successfully built 8b339a45cd6f [2021-01-20T21:19:23.728Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-20T21:19:24.002Z]  Building docker-security-proxy-setup-go ... done  ---> 143834d0d45f [2021-01-20T21:19:24.002Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-20T21:19:25.428Z] ---> 2ca203e3a7bb [2021-01-20T21:19:25.428Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-20T21:19:25.702Z] ---> Running in b0ad46d00092 [2021-01-20T21:19:26.678Z] Removing intermediate container b0ad46d00092 [2021-01-20T21:19:26.678Z] ---> d4a8db407418 [2021-01-20T21:19:26.678Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T21:19:27.278Z] ---> Running in fe29bcf7505f [2021-01-20T21:19:28.260Z] Removing intermediate container fe29bcf7505f [2021-01-20T21:19:28.260Z] ---> 0c27565b57af [2021-01-20T21:19:28.260Z] Step 20/22 : LABEL arch=arm64 [2021-01-20T21:19:28.260Z] ---> Running in 7bd11268ede8 [2021-01-20T21:19:28.856Z] Removing intermediate container 7bd11268ede8 [2021-01-20T21:19:28.856Z] ---> 7084cd13d489 [2021-01-20T21:19:28.856Z] Step 21/22 : LABEL git_sha=0d048c99a2e689bcffe87ab7e4893f9cb34f024e [2021-01-20T21:19:28.856Z] ---> Running in b0de4bc98467 [2021-01-20T21:19:29.448Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-20T21:19:29.448Z] Removing intermediate container b0de4bc98467 [2021-01-20T21:19:29.448Z] ---> daceb9838a62 [2021-01-20T21:19:29.448Z] Step 22/22 : LABEL version=0.0.0 [2021-01-20T21:19:29.448Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-20T21:19:29.448Z] ---> eeaf43b92773 [2021-01-20T21:19:29.448Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-20T21:19:29.448Z] ---> Running in 99baa23b91ea [2021-01-20T21:19:29.731Z] ---> Running in ff6133a170b8 [2021-01-20T21:19:30.327Z] Removing intermediate container 99baa23b91ea [2021-01-20T21:19:30.327Z] ---> 26bcaac1f20e [2021-01-20T21:19:30.327Z] [2021-01-20T21:19:30.600Z] Successfully built 26bcaac1f20e [2021-01-20T21:19:30.600Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-20T21:19:30.873Z]  Building docker-core-metadata-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T21:19:31.143Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T21:19:31.733Z] (1/2) Installing readline (8.0.4-r0) [2021-01-20T21:19:31.733Z] (2/2) Installing bash (5.0.17-r0) [2021-01-20T21:19:31.733Z] Executing bash-5.0.17-r0.post-install [2021-01-20T21:19:31.733Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T21:19:31.733Z] OK: 12 MiB in 22 packages [2021-01-20T21:19:33.167Z] Removing intermediate container ff6133a170b8 [2021-01-20T21:19:33.168Z] ---> 9431330e4605 [2021-01-20T21:19:33.168Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-20T21:19:33.168Z] ---> Running in c682b705ddab [2021-01-20T21:19:33.760Z] Removing intermediate container c682b705ddab [2021-01-20T21:19:33.760Z] ---> 9f10b5902eba [2021-01-20T21:19:33.760Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-20T21:19:33.760Z] ---> Running in 406973732fd4 [2021-01-20T21:19:34.351Z] Removing intermediate container 406973732fd4 [2021-01-20T21:19:34.351Z] ---> d86be5f2332c [2021-01-20T21:19:34.351Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-20T21:19:34.351Z] ---> Running in 6a773fa2b3ee [2021-01-20T21:19:34.945Z] Removing intermediate container 6a773fa2b3ee [2021-01-20T21:19:34.945Z] ---> cf48b79314ee [2021-01-20T21:19:34.945Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-20T21:19:36.372Z] ---> 0934265dd963 [2021-01-20T21:19:36.372Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-20T21:19:36.961Z] ---> ea506d9739a3 [2021-01-20T21:19:36.961Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-20T21:19:37.549Z] ---> 95bd4f2e1c81 [2021-01-20T21:19:37.549Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-20T21:19:37.820Z] ---> Running in f60db78879ce [2021-01-20T21:19:38.797Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T21:19:39.068Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T21:19:39.659Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-20T21:19:39.659Z] (2/33) Installing expat (2.2.9-r1) [2021-01-20T21:19:39.659Z] (3/33) Installing libffi (3.3-r2) [2021-01-20T21:19:39.659Z] (4/33) Installing gdbm (1.13-r1) [2021-01-20T21:19:39.659Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-20T21:19:39.659Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-20T21:19:39.659Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-20T21:19:41.620Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-20T21:19:41.620Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-20T21:19:41.620Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-20T21:19:41.620Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-20T21:19:41.620Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-20T21:19:41.620Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-20T21:19:41.620Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-20T21:19:41.620Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-20T21:19:41.620Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-20T21:19:41.620Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-20T21:19:41.620Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-20T21:19:41.620Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-20T21:19:41.620Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-20T21:19:41.620Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-20T21:19:41.892Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-20T21:19:41.892Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-20T21:19:41.892Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-20T21:19:41.892Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-20T21:19:41.892Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-20T21:19:41.892Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-20T21:19:41.892Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-20T21:19:41.892Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-20T21:19:41.892Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-20T21:19:41.892Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-20T21:19:41.892Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-20T21:19:41.892Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-20T21:19:42.170Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T21:19:42.170Z] OK: 71 MiB in 55 packages [2021-01-20T21:19:48.909Z] Removing intermediate container f60db78879ce [2021-01-20T21:19:48.909Z] ---> 5fb2d78ef426 [2021-01-20T21:19:48.909Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-20T21:19:48.909Z] ---> Running in 78e24078ee07 [2021-01-20T21:19:53.217Z] Collecting docker-compose==1.23.2 [2021-01-20T21:19:53.488Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-20T21:19:54.079Z] Collecting docopt<0.7,>=0.6.1 [2021-01-20T21:19:54.079Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-20T21:19:56.056Z] Collecting cached-property<2,>=1.2.0 [2021-01-20T21:19:56.056Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-20T21:19:56.331Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-20T21:19:56.331Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-20T21:19:56.930Z] Collecting texttable<0.10,>=0.9.0 [2021-01-20T21:19:56.930Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-20T21:19:58.891Z] 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-20T21:19:59.479Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-20T21:19:59.479Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-20T21:20:00.070Z] Collecting jsonschema<3,>=2.5.1 [2021-01-20T21:20:00.070Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-20T21:20:00.339Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-20T21:20:00.339Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-20T21:20:02.945Z] Collecting PyYAML<4,>=3.10 [2021-01-20T21:20:02.945Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-20T21:20:06.317Z] Collecting docker<4.0,>=3.6.0 [2021-01-20T21:20:06.317Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-20T21:20:06.588Z] Collecting idna<2.8,>=2.5 [2021-01-20T21:20:06.588Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-20T21:20:06.588Z] 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-20T21:20:06.588Z] 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-20T21:20:07.178Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-20T21:20:07.178Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-20T21:20:07.448Z] Collecting docker-pycreds>=0.4.0 [2021-01-20T21:20:07.448Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-20T21:20:07.717Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-20T21:20:07.717Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-20T21:20:07.717Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-20T21:20:07.717Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-20T21:20:08.306Z] Installing collected packages: docopt, cached-property, websocket-client, texttable, idna, urllib3, requests, jsonschema, dockerpty, PyYAML, docker-pycreds, docker, docker-compose [2021-01-20T21:20:08.306Z] Running setup.py install for docopt: started [2021-01-20T21:20:10.266Z] Running setup.py install for docopt: finished with status 'done' [2021-01-20T21:20:10.536Z] Running setup.py install for texttable: started [2021-01-20T21:20:12.498Z] Running setup.py install for texttable: finished with status 'done' [2021-01-20T21:20:12.498Z] Attempting uninstall: idna [2021-01-20T21:20:12.498Z] Found existing installation: idna 2.9 [2021-01-20T21:20:12.498Z] Uninstalling idna-2.9: [2021-01-20T21:20:12.498Z] Successfully uninstalled idna-2.9 [2021-01-20T21:20:13.089Z] Attempting uninstall: urllib3 [2021-01-20T21:20:13.089Z] Found existing installation: urllib3 1.25.9 [2021-01-20T21:20:13.089Z] Uninstalling urllib3-1.25.9: [2021-01-20T21:20:13.089Z] Successfully uninstalled urllib3-1.25.9 [2021-01-20T21:20:13.680Z] Attempting uninstall: requests [2021-01-20T21:20:13.680Z] Found existing installation: requests 2.23.0 [2021-01-20T21:20:13.680Z] Uninstalling requests-2.23.0: [2021-01-20T21:20:13.949Z] Successfully uninstalled requests-2.23.0 [2021-01-20T21:20:14.542Z] Running setup.py install for dockerpty: started [2021-01-20T21:20:16.501Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-20T21:20:16.501Z] Running setup.py install for PyYAML: started [2021-01-20T21:20:18.458Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-20T21:20:19.877Z] 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-20T21:20:24.156Z] Removing intermediate container 78e24078ee07 [2021-01-20T21:20:24.156Z] ---> 70263af1eb23 [2021-01-20T21:20:24.156Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-20T21:20:24.156Z] ---> Running in 47e822b1198b [2021-01-20T21:20:24.749Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T21:20:25.020Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T21:20:25.616Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-20T21:20:25.616Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-20T21:20:25.616Z] (3/3) Installing curl (7.69.1-r3) [2021-01-20T21:20:25.616Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T21:20:25.616Z] OK: 71 MiB in 58 packages [2021-01-20T21:20:27.046Z] Removing intermediate container 47e822b1198b [2021-01-20T21:20:27.046Z] ---> d3904b3f25c5 [2021-01-20T21:20:27.046Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-20T21:20:27.046Z] ---> Running in 4b168f40bd20 [2021-01-20T21:20:27.318Z] Removing intermediate container 4b168f40bd20 [2021-01-20T21:20:27.318Z] ---> 7c9f0a568375 [2021-01-20T21:20:27.318Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T21:20:27.591Z] ---> Running in 9722ab4c85ca [2021-01-20T21:20:27.861Z] Removing intermediate container 9722ab4c85ca [2021-01-20T21:20:27.861Z] ---> de93ee5e977d [2021-01-20T21:20:27.861Z] Step 24/26 : LABEL arch=arm64 [2021-01-20T21:20:28.134Z] ---> Running in 743b17265836 [2021-01-20T21:20:28.406Z] Removing intermediate container 743b17265836 [2021-01-20T21:20:28.406Z] ---> b2c60ae2afba [2021-01-20T21:20:28.406Z] Step 25/26 : LABEL git_sha=0d048c99a2e689bcffe87ab7e4893f9cb34f024e [2021-01-20T21:20:28.679Z] ---> Running in 2a428fd3b2d6 [2021-01-20T21:20:29.275Z] Removing intermediate container 2a428fd3b2d6 [2021-01-20T21:20:29.275Z] ---> 41ebf193cb45 [2021-01-20T21:20:29.275Z] Step 26/26 : LABEL version=0.0.0 [2021-01-20T21:20:29.275Z] ---> Running in 6b0c05ac5be2 [2021-01-20T21:20:29.867Z] Removing intermediate container 6b0c05ac5be2 [2021-01-20T21:20:29.867Z] ---> 91da4b4adeef [2021-01-20T21:20:29.867Z] [2021-01-20T21:20:30.137Z] Successfully built 91da4b4adeef [2021-01-20T21:20:30.137Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-20T21:20:30.422Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-20T21:20:30.421Z] $ docker stop --time=1 dede929c7ddf2fb25bde2c342398bdc33f044667a138786e4c8b2d1e405d0f8a [2021-01-20T21:20:32.301Z] $ docker rm -f dede929c7ddf2fb25bde2c342398bdc33f044667a138786e4c8b2d1e405d0f8a [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T21:20:33.017Z] + docker images [2021-01-20T21:20:33.017Z] + grep docker [2021-01-20T21:20:33.286Z] docker-sys-mgmt-agent-go-arm64 latest 91da4b4adeef 4 seconds ago 300MB [2021-01-20T21:20:33.286Z] docker-core-metadata-go-arm64 latest 26bcaac1f20e About a minute ago 12.3MB [2021-01-20T21:20:33.286Z] docker-security-proxy-setup-go-arm64 latest 8b339a45cd6f About a minute ago 23.2MB [2021-01-20T21:20:33.286Z] docker-core-command-go-arm64 latest 2e81a4f62ca4 About a minute ago 9.98MB [2021-01-20T21:20:33.286Z] docker-core-data-go-arm64 latest 859b669b81fc 3 minutes ago 21MB [2021-01-20T21:20:33.286Z] docker-security-secretstore-setup-go-arm64 latest 8eaa835529a7 3 minutes ago 23.4MB [2021-01-20T21:20:33.286Z] docker-security-bootstrap-redis-go-arm64 latest e0a5339a9d7d 3 minutes ago 15.1MB [2021-01-20T21:20:33.286Z] docker-support-notifications-go-arm64 latest 36439551dfac 3 minutes ago 11.4MB [2021-01-20T21:20:33.286Z] docker-support-scheduler-go-arm64 latest 2ae421413db4 3 minutes ago 10.1MB [2021-01-20T21:20:33.286Z] docker 20.10.0 eeaf43b92773 5 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-20T21:20:35.265Z] provisioning config files... [2021-01-20T21:20:35.277Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/18@tmp/config4831335272127020410tmp [Pipeline] { [Pipeline] sh [2021-01-20T21:20:35.663Z] + set +x [2021-01-20T21:20:35.663Z] + curl -s https://codecov.io/bash [2021-01-20T21:20:35.663Z] + bash -s -- [2021-01-20T21:20:36.239Z] [2021-01-20T21:20:36.239Z] _____ _ [2021-01-20T21:20:36.239Z] / ____| | | [2021-01-20T21:20:36.239Z] | | ___ __| | ___ ___ _____ __ [2021-01-20T21:20:36.239Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-20T21:20:36.239Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-20T21:20:36.239Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-20T21:20:36.239Z] Bash-20210115-cec3c92 [2021-01-20T21:20:36.239Z] [2021-01-20T21:20:36.239Z] [2021-01-20T21:20:36.239Z] ==> git version 2.24.3 found [2021-01-20T21:20:36.239Z] ==> 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-20T21:20:36.239Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-20T21:20:36.239Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-20T21:20:36.239Z] ==> Jenkins CI detected. [2021-01-20T21:20:36.239Z] project root: . [2021-01-20T21:20:36.239Z] --> token set from env [2021-01-20T21:20:36.239Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-20T21:20:36.239Z] ==> Running gcov in . (disable via -X gcov) [2021-01-20T21:20:36.239Z] ==> Python coveragepy not found [2021-01-20T21:20:36.239Z] ==> Searching for coverage reports in: [2021-01-20T21:20:36.239Z] + . [2021-01-20T21:20:36.239Z] -> Found 1 reports [2021-01-20T21:20:36.239Z] ==> Detecting git/mercurial file structure [2021-01-20T21:20:36.239Z] ==> Reading reports [2021-01-20T21:20:36.501Z] + ./coverage.out bytes=550280 [2021-01-20T21:20:36.501Z] ==> Appending adjustments [2021-01-20T21:20:36.501Z] https://docs.codecov.io/docs/fixing-reports [2021-01-20T21:20:39.818Z] + Found adjustments [2021-01-20T21:20:39.818Z] ==> Gzipping contents [2021-01-20T21:20:39.818Z] 84K /tmp/codecov.145Rm6.gz [2021-01-20T21:20:39.818Z] ==> Uploading reports [2021-01-20T21:20:39.818Z] url: https://codecov.io [2021-01-20T21:20:39.818Z] query: branch=PR-3027&commit=0d048c99a2e689bcffe87ab7e4893f9cb34f024e&build=18&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3027%2F18%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3027&job=&cmd_args= [2021-01-20T21:20:39.818Z] -> Pinging Codecov [2021-01-20T21:20:39.818Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3027&commit=0d048c99a2e689bcffe87ab7e4893f9cb34f024e&build=18&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3027%2F18%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3027&job=&cmd_args= [2021-01-20T21:20:39.818Z] -> Uploading to [2021-01-20T21:20:39.818Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-20/00271124DB129430A58F1EEE437C3FCB/0d048c99a2e689bcffe87ab7e4893f9cb34f024e/41f37436-c6ac-4d48-aae2-790b3697bfb2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210120%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210120T212039Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f0505e8407672550c18b6f654ae4e37895dcee7f8561fc2b49be56b5c4812abd [2021-01-20T21:20:39.818Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T21:20:39.818Z] Dload Upload Total Spent Left Speed [2021-01-20T21:20:40.768Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83316 0 0 100 83316 0 114k --:--:-- --:--:-- --:--:-- 114k 100 83316 0 0 100 83316 0 114k --:--:-- --:--:-- --:--:-- 114k [2021-01-20T21:20:40.768Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/0d048c99a2e689bcffe87ab7e4893f9cb34f024e [Pipeline] } [2021-01-20T21:20:40.779Z] 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-20T21:20:43.076Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T21:20:44.047Z] ---> package-listing.sh [2021-01-20T21:20:44.047Z] ++ facter osfamily [2021-01-20T21:20:44.047Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-20T21:20:44.047Z] + OS_FAMILY=redhat [2021-01-20T21:20:44.047Z] + workspace=/w/workspace/edgex-go/18 [2021-01-20T21:20:44.047Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-20T21:20:44.047Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-20T21:20:44.047Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-20T21:20:44.047Z] + PACKAGES=/tmp/packages_start.txt [2021-01-20T21:20:44.047Z] + '[' /w/workspace/edgex-go/18 ']' [2021-01-20T21:20:44.047Z] + PACKAGES=/tmp/packages_end.txt [2021-01-20T21:20:44.047Z] + case "${OS_FAMILY}" in [2021-01-20T21:20:44.047Z] + rpm -qa [2021-01-20T21:20:44.047Z] + sort [2021-01-20T21:20:49.375Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-20T21:20:49.375Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-20T21:20:49.375Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-20T21:20:49.375Z] + '[' /w/workspace/edgex-go/18 ']' [2021-01-20T21:20:49.375Z] + mkdir -p /w/workspace/edgex-go/18/archives/ [2021-01-20T21:20:49.375Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/18/archives/ [Pipeline] echo [2021-01-20T21:20:49.392Z] 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/18/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-20T21:20:49.690Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:20:49.998Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T21:20:50.262Z] [2021-01-20T21:20:50.262Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-20T21:20:50.620Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T21:20:50.620Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-20T21:20:50.620Z] df20fa9351a1: Pulling fs layer [2021-01-20T21:20:50.620Z] 36b3adc4ff6f: Pulling fs layer [2021-01-20T21:20:50.620Z] 8ad3a11d3b57: Pulling fs layer [2021-01-20T21:20:50.620Z] 46f8f816bc3b: Pulling fs layer [2021-01-20T21:20:50.620Z] 93b61091891f: Pulling fs layer [2021-01-20T21:20:50.620Z] 93b9cdb0e59b: Pulling fs layer [2021-01-20T21:20:50.620Z] 5e14af77c1be: Pulling fs layer [2021-01-20T21:20:50.620Z] 01666e4c0597: Pulling fs layer [2021-01-20T21:20:50.620Z] aa168da1d23b: Pulling fs layer [2021-01-20T21:20:50.620Z] 01666e4c0597: Waiting [2021-01-20T21:20:50.620Z] aa168da1d23b: Waiting [2021-01-20T21:20:50.620Z] 46f8f816bc3b: Waiting [2021-01-20T21:20:50.620Z] 93b61091891f: Waiting [2021-01-20T21:20:50.620Z] 93b9cdb0e59b: Waiting [2021-01-20T21:20:50.620Z] 5e14af77c1be: Waiting [2021-01-20T21:20:50.620Z] 36b3adc4ff6f: Download complete [2021-01-20T21:20:50.620Z] 46f8f816bc3b: Verifying Checksum [2021-01-20T21:20:50.620Z] 46f8f816bc3b: Download complete [2021-01-20T21:20:50.620Z] df20fa9351a1: Verifying Checksum [2021-01-20T21:20:50.620Z] df20fa9351a1: Download complete [2021-01-20T21:20:50.891Z] 93b9cdb0e59b: Verifying Checksum [2021-01-20T21:20:50.891Z] 93b9cdb0e59b: Download complete [2021-01-20T21:20:50.891Z] 5e14af77c1be: Verifying Checksum [2021-01-20T21:20:50.891Z] 5e14af77c1be: Download complete [2021-01-20T21:20:50.891Z] 01666e4c0597: Download complete [2021-01-20T21:20:50.891Z] 93b61091891f: Verifying Checksum [2021-01-20T21:20:50.891Z] 93b61091891f: Download complete [2021-01-20T21:20:51.157Z] df20fa9351a1: Pull complete [2021-01-20T21:20:51.425Z] 36b3adc4ff6f: Pull complete [2021-01-20T21:20:51.690Z] 8ad3a11d3b57: Verifying Checksum [2021-01-20T21:20:51.690Z] 8ad3a11d3b57: Download complete [2021-01-20T21:20:52.644Z] 8ad3a11d3b57: Pull complete [2021-01-20T21:20:52.644Z] 46f8f816bc3b: Pull complete [2021-01-20T21:20:53.600Z] aa168da1d23b: Download complete [2021-01-20T21:20:53.862Z] 93b61091891f: Pull complete [2021-01-20T21:20:54.129Z] 93b9cdb0e59b: Pull complete [2021-01-20T21:20:54.129Z] 5e14af77c1be: Pull complete [2021-01-20T21:20:54.392Z] 01666e4c0597: Pull complete [2021-01-20T21:21:02.598Z] aa168da1d23b: Pull complete [2021-01-20T21:21:02.598Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-20T21:21:02.598Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T21:21:02.598Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-20T21:21:02.845Z] prd-centos7-docker-4c-2g-21668 does not seem to be running inside a container [2021-01-20T21:21:02.902Z] $ 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/18/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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-20T21:21:07.253Z] $ docker top ac3204ea171d36e55b07571beba29ed9d2da2564f6680434b3047237a5f5bf5c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T21:21:07.828Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-20T21:21:08.135Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-20T21:21:08.437Z] + ls /var/log/sa-host [2021-01-20T21:21:08.437Z] + sadf -c /var/log/sa-host/sa20 [2021-01-20T21:21:08.437Z] file_magic: OK [2021-01-20T21:21:08.437Z] HZ: Using current value: 100 [2021-01-20T21:21:08.437Z] file_header: OK [2021-01-20T21:21:08.437Z] 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-20T21:21:08.437Z] Statistics: [2021-01-20T21:21:08.437Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-20T21:21:08.437Z] File successfully converted to sysstat format version 12.2.1 [2021-01-20T21:21:08.437Z] + sadf -c /var/log/sa-host/sa23 [2021-01-20T21:21:08.437Z] file_magic: OK [2021-01-20T21:21:08.437Z] HZ: Using current value: 100 [2021-01-20T21:21:08.437Z] file_header: OK [2021-01-20T21:21:08.437Z] 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-20T21:21:08.437Z] Statistics: [2021-01-20T21:21:08.437Z] Hnuu...uuuununununu... [2021-01-20T21:21:08.437Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-20T21:21:08.714Z] provisioning config files... [2021-01-20T21:21:08.732Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/18@tmp/config8040831541410448231tmp [Pipeline] { [Pipeline] echo [2021-01-20T21:21:08.806Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T21:21:09.118Z] ---> create-netrc.sh [Pipeline] } [2021-01-20T21:21:09.129Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-20T21:21:09.223Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T21:21:09.524Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-20T21:21:09.536Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T21:21:09.840Z] ---> sudo-logs.sh [2021-01-20T21:21:09.840Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-20T21:21:09.851Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T21:21:10.155Z] ---> job-cost.sh [2021-01-20T21:21:10.155Z] lf-activate-venv: SKIPPING [2021-01-20T21:21:10.155Z] INFO: No Stack... [2021-01-20T21:21:11.103Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-20T21:21:11.678Z] INFO: Archiving Costs [Pipeline] echo [2021-01-20T21:21:11.694Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T21:21:11.994Z] ---> logs-deploy.sh [2021-01-20T21:21:11.994Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3027/18 [2021-01-20T21:21:11.994Z] INFO: archiving workspace using pattern(s): [2021-01-20T21:21:13.925Z] Archives upload complete. [2021-01-20T21:21:13.925Z] INFO: archiving logs to Nexus