Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of gao270615179 for edgexfoundry/edgex-go Loading trusted files from base branch master at c4887d0c009f35026456fc1c8cef2ef56b2ea654 rather than 457432279def2d58d5b30d678bd4021ea9654a85 Obtained Jenkinsfile from c4887d0c009f35026456fc1c8cef2ef56b2ea654 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21423 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit c4887d0c009f35026456fc1c8cef2ef56b2ea654 into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 > 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/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 Merge succeeded, producing 0f23783058a0cf3e0a89a45626a2d7220b018d34 Checking out Revision 0f23783058a0cf3e0a89a45626a2d7220b018d34 (PR-3034) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge c4887d0c009f35026456fc1c8cef2ef56b2ea654 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0f23783058a0cf3e0a89a45626a2d7220b018d34 # timeout=10 Commit message: "Merge commit 'c4887d0c009f35026456fc1c8cef2ef56b2ea654' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-20T00:30:18.885Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-20T00:30:19.110Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-20T00:30:19.207Z] ========================================================= [2021-01-20T00:30:19.207Z] EdgeX Global Pipelines Version Info [2021-01-20T00:30:19.207Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 26ccb024236b89bc3d516ac53aee4b076cedac15 # timeout=10 [2021-01-20T00:30:21.233Z] ------------------- [2021-01-20T00:30:21.233Z] stable info: [2021-01-20T00:30:21.233Z] ------------------- [2021-01-20T00:30:21.233Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T00:30:21.233Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T00:30:21.233Z] Message: update stable to v1.0.179 [2021-01-20T00:30:21.817Z] ------------------- [2021-01-20T00:30:21.817Z] experimental info: [2021-01-20T00:30:21.817Z] ------------------- [2021-01-20T00:30:21.817Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T00:30:21.817Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T00:30:21.817Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-20T00:30:22.105Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-20T00:30:22.189Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-20T00:30:22.285Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-20T00:30:22.365Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-20T00:30:22.449Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-20T00:30:22.530Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-20T00:30:22.613Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-20T00:30:22.695Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-20T00:30:22.791Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-20T00:30:22.882Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-20T00:30:22.997Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-20T00:30:23.079Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-20T00:30:23.162Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-20T00:30:23.247Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-20T00:30:23.336Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-20T00:30:23.448Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-20T00:30:23.530Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-20T00:30:23.616Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-20T00:30:23.727Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-20T00:30:23.816Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-20T00:30:23.897Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-20T00:30:24.000Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-20T00:30:24.087Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-20T00:30:24.188Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3034 [Pipeline] echo [2021-01-20T00:30:24.271Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3034 [Pipeline] echo [2021-01-20T00:30:24.352Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3034 [Pipeline] echo [2021-01-20T00:30:24.439Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0f23783058a0cf3e0a89a45626a2d7220b018d34 [Pipeline] echo [2021-01-20T00:30:24.522Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0f23783 [Pipeline] echo [2021-01-20T00:30:24.603Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T00:30:24.801Z] provisioning config files... [2021-01-20T00:30:24.829Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config7214347446046220127tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T00:30:25.214Z] ---> docker-login.sh [2021-01-20T00:30:25.214Z] nexus3.edgexfoundry.org:10001 [2021-01-20T00:30:25.477Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T00:30:25.477Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T00:30:25.477Z] Configure a credential helper to remove this warning. See [2021-01-20T00:30:25.477Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T00:30:25.477Z] [2021-01-20T00:30:25.477Z] Login Succeeded [2021-01-20T00:30:25.477Z] nexus3.edgexfoundry.org:10002 [2021-01-20T00:30:25.740Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T00:30:25.740Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T00:30:25.740Z] Configure a credential helper to remove this warning. See [2021-01-20T00:30:25.740Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T00:30:25.740Z] [2021-01-20T00:30:25.740Z] Login Succeeded [2021-01-20T00:30:25.740Z] nexus3.edgexfoundry.org:10003 [2021-01-20T00:30:26.002Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T00:30:26.002Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T00:30:26.002Z] Configure a credential helper to remove this warning. See [2021-01-20T00:30:26.002Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T00:30:26.002Z] [2021-01-20T00:30:26.002Z] Login Succeeded [2021-01-20T00:30:26.002Z] nexus3.edgexfoundry.org:10004 [2021-01-20T00:30:26.002Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T00:30:26.263Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T00:30:26.263Z] Configure a credential helper to remove this warning. See [2021-01-20T00:30:26.263Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T00:30:26.263Z] [2021-01-20T00:30:26.263Z] Login Succeeded [2021-01-20T00:30:26.263Z] docker.io [2021-01-20T00:30:26.263Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T00:30:26.528Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T00:30:26.528Z] Configure a credential helper to remove this warning. See [2021-01-20T00:30:26.528Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T00:30:26.528Z] [2021-01-20T00:30:26.528Z] Login Succeeded [2021-01-20T00:30:26.528Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T00:30:26.542Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T00:30:27.010Z] ++ 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-20T00:30:27.010Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T00:30:27.010Z] ++ dirname cmd/core-command/Dockerfile [2021-01-20T00:30:27.010Z] ++ cut -d/ -f2 [2021-01-20T00:30:27.010Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-20T00:30:27.010Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T00:30:27.010Z] ++ dirname cmd/core-data/Dockerfile [2021-01-20T00:30:27.010Z] ++ cut -d/ -f2 [2021-01-20T00:30:27.010Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-20T00:30:27.010Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T00:30:27.010Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-20T00:30:27.010Z] ++ cut -d/ -f2 [2021-01-20T00:30:27.010Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-20T00:30:27.010Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T00:30:27.010Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-20T00:30:27.010Z] ++ cut -d/ -f2 [2021-01-20T00:30:27.010Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-20T00:30:27.010Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T00:30:27.010Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-20T00:30:27.010Z] ++ cut -d/ -f2 [2021-01-20T00:30:27.010Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-20T00:30:27.010Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T00:30:27.010Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-20T00:30:27.010Z] ++ cut -d/ -f2 [2021-01-20T00:30:27.010Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-20T00:30:27.010Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T00:30:27.010Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-20T00:30:27.010Z] ++ cut -d/ -f2 [2021-01-20T00:30:27.010Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-20T00:30:27.010Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T00:30:27.010Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-20T00:30:27.010Z] ++ cut -d/ -f2 [2021-01-20T00:30:27.010Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-20T00:30:27.010Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T00:30:27.010Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-20T00:30:27.010Z] ++ cut -d/ -f2 [2021-01-20T00:30:27.010Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-20T00:30:27.122Z] 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-20T00:30:28.097Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T00:30:28.097Z] [2021-01-20T00:30:28.097Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:30:28.441Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T00:30:28.441Z] latest: Pulling from edgex-devops/git-semver [2021-01-20T00:30:28.441Z] 31603596830f: Pulling fs layer [2021-01-20T00:30:28.441Z] 2a8b12db71e7: Pulling fs layer [2021-01-20T00:30:28.441Z] 6ca5941a6612: Pulling fs layer [2021-01-20T00:30:28.441Z] ecc8261a40a4: Pulling fs layer [2021-01-20T00:30:28.441Z] ecc8261a40a4: Waiting [2021-01-20T00:30:28.441Z] 2a8b12db71e7: Download complete [2021-01-20T00:30:28.703Z] 31603596830f: Download complete [2021-01-20T00:30:28.703Z] ecc8261a40a4: Verifying Checksum [2021-01-20T00:30:28.703Z] ecc8261a40a4: Download complete [2021-01-20T00:30:28.703Z] 6ca5941a6612: Verifying Checksum [2021-01-20T00:30:28.703Z] 6ca5941a6612: Download complete [2021-01-20T00:30:28.969Z] 31603596830f: Pull complete [2021-01-20T00:30:29.232Z] 2a8b12db71e7: Pull complete [2021-01-20T00:30:29.843Z] 6ca5941a6612: Pull complete [2021-01-20T00:30:30.106Z] ecc8261a40a4: Pull complete [2021-01-20T00:30:30.106Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-20T00:30:30.366Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T00:30:30.366Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-20T00:30:30.470Z] prd-centos7-docker-4c-2g-21423 does not seem to be running inside a container [2021-01-20T00:30:30.520Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-20T00:30:32.995Z] $ docker top 5a3679625d34e35dc2f7d78eb96d4d2300293b55730c49cb4dc0bca662fbc44d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-20T00:30:33.493Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T00:30:33.493Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T00:30:33.766Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T00:30:33.774Z] $ docker exec 5a3679625d34e35dc2f7d78eb96d4d2300293b55730c49cb4dc0bca662fbc44d ssh-agent [2021-01-20T00:30:33.959Z] SSH_AUTH_SOCK=/tmp/ssh-zDG8bLWOmZVa/agent.13 [2021-01-20T00:30:33.959Z] SSH_AGENT_PID=18 [2021-01-20T00:30:33.976Z] Running ssh-add (command line suppressed) [2021-01-20T00:30:34.136Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_7825802762155549734.key (/w/workspace/edgex-go/5@tmp/private_key_7825802762155549734.key) [2021-01-20T00:30:34.218Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T00:30:34.561Z] + git tag --points-at HEAD [Pipeline] } [2021-01-20T00:30:34.594Z] $ docker exec --env ******** --env ******** 5a3679625d34e35dc2f7d78eb96d4d2300293b55730c49cb4dc0bca662fbc44d ssh-agent -k [2021-01-20T00:30:34.718Z] unset SSH_AUTH_SOCK; [2021-01-20T00:30:34.718Z] unset SSH_AGENT_PID; [2021-01-20T00:30:34.718Z] echo Agent pid 18 killed; [2021-01-20T00:30:34.769Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-20T00:30:34.948Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T00:30:34.948Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T00:30:35.188Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T00:30:35.195Z] $ docker exec 5a3679625d34e35dc2f7d78eb96d4d2300293b55730c49cb4dc0bca662fbc44d ssh-agent [2021-01-20T00:30:35.380Z] SSH_AUTH_SOCK=/tmp/ssh-TdHophw5M5Ud/agent.47 [2021-01-20T00:30:35.380Z] SSH_AGENT_PID=52 [2021-01-20T00:30:35.387Z] Running ssh-add (command line suppressed) [2021-01-20T00:30:35.520Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_6540569915696842688.key (/w/workspace/edgex-go/5@tmp/private_key_6540569915696842688.key) [2021-01-20T00:30:35.576Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T00:30:35.917Z] + git semver init [2021-01-20T00:30:35.917Z] # -> Open(): unable to determine branch for HEAD [2021-01-20T00:30:35.917Z] # $GIT_DIR = /w/workspace/edgex-go/5/.git [2021-01-20T00:30:35.917Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/5 [2021-01-20T00:30:35.917Z] # $SEMVER_REMOTE_NAME = origin [2021-01-20T00:30:35.917Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-20T00:30:35.917Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-20T00:30:35.917Z] # $SEMVER_BRANCH = PR-3034 [2021-01-20T00:30:35.917Z] # $SEMVER_TEMP = /tmp/semver-840973183 [2021-01-20T00:30:35.917Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-20T00:31:08.114Z] # '/tmp/semver-840973183' -> '/w/workspace/edgex-go/5/.semver' [2021-01-20T00:31:08.114Z] # -> Force: false [2021-01-20T00:31:08.114Z] # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } [2021-01-20T00:31:08.143Z] $ docker exec --env ******** --env ******** 5a3679625d34e35dc2f7d78eb96d4d2300293b55730c49cb4dc0bca662fbc44d ssh-agent -k [2021-01-20T00:31:08.482Z] unset SSH_AUTH_SOCK; [2021-01-20T00:31:08.482Z] unset SSH_AGENT_PID; [2021-01-20T00:31:08.483Z] echo Agent pid 52 killed; [2021-01-20T00:31:08.570Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T00:31:09.041Z] + git semver [Pipeline] } [2021-01-20T00:31:09.062Z] $ docker stop --time=1 5a3679625d34e35dc2f7d78eb96d4d2300293b55730c49cb4dc0bca662fbc44d [2021-01-20T00:31:10.988Z] $ docker rm -f 5a3679625d34e35dc2f7d78eb96d4d2300293b55730c49cb4dc0bca662fbc44d [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T00:31:11.526Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-20T00:31:12.110Z] Stashed 1 file(s) [Pipeline] echo [2021-01-20T00:31:12.112Z] [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-20T00:31:13.189Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-20T00:31:13.526Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-20T00:31:13.882Z] + sudo service docker restart [2021-01-20T00:31:13.882Z] + true [2021-01-20T00:31:13.882Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-20T00:31:14.475Z] ========================================================= [2021-01-20T00:31:14.475Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-20T00:31:14.475Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:31:14.829Z] + 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-20T00:31:19.122Z] Sending build context to Docker daemon 326.6MB [2021-01-20T00:31:19.122Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T00:31:19.122Z] Step 2/6 : FROM ${BASE} [2021-01-20T00:31:19.122Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-20T00:31:19.122Z] 188c0c94c7c5: Pulling fs layer [2021-01-20T00:31:19.122Z] 0ef7d3d256c8: Pulling fs layer [2021-01-20T00:31:19.122Z] de9db76c5a1d: Pulling fs layer [2021-01-20T00:31:19.122Z] bca2f99d35d6: Pulling fs layer [2021-01-20T00:31:19.122Z] 93359f2a8cfa: Pulling fs layer [2021-01-20T00:31:19.122Z] 7c6f9722023f: Pulling fs layer [2021-01-20T00:31:19.122Z] a35cf1a2eb13: Pulling fs layer [2021-01-20T00:31:19.122Z] 93359f2a8cfa: Waiting [2021-01-20T00:31:19.122Z] 7c6f9722023f: Waiting [2021-01-20T00:31:19.122Z] bca2f99d35d6: Waiting [2021-01-20T00:31:19.122Z] a35cf1a2eb13: Waiting [2021-01-20T00:31:19.122Z] de9db76c5a1d: Verifying Checksum [2021-01-20T00:31:19.122Z] de9db76c5a1d: Download complete [2021-01-20T00:31:19.122Z] 0ef7d3d256c8: Download complete [2021-01-20T00:31:19.122Z] 93359f2a8cfa: Verifying Checksum [2021-01-20T00:31:19.122Z] 93359f2a8cfa: Download complete [2021-01-20T00:31:19.122Z] 188c0c94c7c5: Verifying Checksum [2021-01-20T00:31:19.122Z] 188c0c94c7c5: Download complete [2021-01-20T00:31:19.122Z] 7c6f9722023f: Verifying Checksum [2021-01-20T00:31:19.122Z] 7c6f9722023f: Download complete [2021-01-20T00:31:19.122Z] 188c0c94c7c5: Pull complete [2021-01-20T00:31:19.122Z] 0ef7d3d256c8: Pull complete [2021-01-20T00:31:19.388Z] de9db76c5a1d: Pull complete [2021-01-20T00:31:20.789Z] a35cf1a2eb13: Verifying Checksum [2021-01-20T00:31:21.369Z] bca2f99d35d6: Verifying Checksum [2021-01-20T00:31:21.369Z] bca2f99d35d6: Download complete [2021-01-20T00:31:26.743Z] bca2f99d35d6: Pull complete [2021-01-20T00:31:26.743Z] 93359f2a8cfa: Pull complete [2021-01-20T00:31:26.743Z] 7c6f9722023f: Pull complete [2021-01-20T00:31:27.482Z] Still waiting to schedule task [2021-01-20T00:31:27.483Z] ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-15505’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-21401’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-21403’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-21407’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-21409’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-21410’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-21412’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-21417’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-8c-8g-21414’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21404’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21415’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21426’ is offline [2021-01-20T00:31:30.072Z] a35cf1a2eb13: Pull complete [2021-01-20T00:31:30.346Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-20T00:31:30.346Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-20T00:31:30.346Z] ---> a62c8e92a672 [2021-01-20T00:31:30.346Z] 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-20T00:31:30.346Z] ---> Running in cdc662d5801f [2021-01-20T00:31:30.977Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T00:31:31.928Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T00:31:34.489Z] (1/12) Installing libmagic (5.38-r0) [2021-01-20T00:31:34.753Z] (2/12) Installing file (5.38-r0) [2021-01-20T00:31:34.753Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-20T00:31:35.018Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-20T00:31:47.300Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-20T00:31:47.564Z] (6/12) Installing patch (2.7.6-r6) [2021-01-20T00:31:47.564Z] (7/12) Installing build-base (0.5-r2) [2021-01-20T00:31:47.827Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-20T00:31:47.827Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-20T00:31:48.089Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-20T00:31:48.090Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-20T00:31:48.352Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-20T00:31:48.352Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T00:31:48.352Z] OK: 233 MiB in 51 packages [2021-01-20T00:31:52.606Z] Removing intermediate container cdc662d5801f [2021-01-20T00:31:52.606Z] ---> 47cb1abf1d89 [2021-01-20T00:31:52.606Z] Step 4/6 : WORKDIR /edgex-go [2021-01-20T00:31:52.606Z] ---> Running in d173c878509a [2021-01-20T00:31:52.606Z] Removing intermediate container d173c878509a [2021-01-20T00:31:52.606Z] ---> f225bd5470d1 [2021-01-20T00:31:52.606Z] Step 5/6 : COPY go.mod . [2021-01-20T00:31:52.606Z] ---> 9e3151abb1ff [2021-01-20T00:31:52.606Z] Step 6/6 : RUN go mod download [2021-01-20T00:31:52.606Z] ---> Running in 5b2752d6c97a [2021-01-20T00:32:14.632Z] Removing intermediate container 5b2752d6c97a [2021-01-20T00:32:14.632Z] ---> a2be93cdc9e2 [2021-01-20T00:32:14.632Z] Successfully built a2be93cdc9e2 [2021-01-20T00:32:14.632Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:32:14.945Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T00:32:14.945Z] . [Pipeline] withDockerContainer [2021-01-20T00:32:15.059Z] prd-centos7-docker-4c-2g-21423 does not seem to be running inside a container [2021-01-20T00:32:15.123Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-20T00:32:16.080Z] $ docker top c673dd02321e830d611a400854bb03a7d2538640582ab1a41fd54a2f4de923c8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T00:32:16.619Z] + go version [2021-01-20T00:32:16.619Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-20T00:32:16.637Z] $ docker stop --time=1 c673dd02321e830d611a400854bb03a7d2538640582ab1a41fd54a2f4de923c8 [2021-01-20T00:32:17.986Z] $ docker rm -f c673dd02321e830d611a400854bb03a7d2538640582ab1a41fd54a2f4de923c8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:32:18.822Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T00:32:18.822Z] . [Pipeline] withDockerContainer [2021-01-20T00:32:18.932Z] prd-centos7-docker-4c-2g-21423 does not seem to be running inside a container [2021-01-20T00:32:18.994Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-20T00:32:19.695Z] $ docker top 0bfcdb9a3572981d5c030248aaf504b01394af80a9340bd028d16fc79f006e47 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-20T00:32:19.963Z] ========================================================= [2021-01-20T00:32:19.963Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-20T00:32:19.963Z] ========================================================= [Pipeline] sh [2021-01-20T00:32:20.274Z] + make test [2021-01-20T00:32:20.274Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-20T00:32:30.394Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-20T00:32:42.799Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-20T00:32:51.045Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-20T00:32:51.045Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-20T00:32:51.045Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-20T00:32:51.045Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-20T00:32:51.045Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-20T00:32:51.045Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-20T00:32:51.637Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-20T00:32:51.911Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-20T00:32:52.517Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-20T00:32:54.481Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-20T00:32:54.481Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-20T00:32:54.481Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-20T00:32:56.445Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.086s coverage: 46.8% of statements [2021-01-20T00:32:56.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-20T00:32:56.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-20T00:32:56.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-20T00:32:56.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-20T00:32:56.445Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-20T00:33:01.189Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.246s coverage: 27.0% of statements [2021-01-20T00:33:01.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-20T00:33:01.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-20T00:33:01.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-20T00:33:01.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-20T00:33:01.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-20T00:33:01.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-20T00:33:01.189Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.041s coverage: 100.0% of statements [2021-01-20T00:33:01.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-20T00:33:01.189Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.046s coverage: 100.0% of statements [2021-01-20T00:33:01.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-20T00:33:01.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-20T00:33:01.189Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.156s coverage: 67.9% of statements [2021-01-20T00:33:01.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-20T00:33:01.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-20T00:33:01.189Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.131s coverage: 82.3% of statements [2021-01-20T00:33:01.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-20T00:33:01.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-20T00:33:01.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-20T00:33:01.189Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-20T00:33:03.181Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.422s coverage: 28.6% of statements [2021-01-20T00:33:03.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-20T00:33:03.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-20T00:33:03.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-20T00:33:03.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-20T00:33:03.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-20T00:33:03.181Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.060s coverage: 100.0% of statements [2021-01-20T00:33:03.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-20T00:33:03.181Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.036s coverage: 100.0% of statements [2021-01-20T00:33:03.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-20T00:33:03.181Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.126s coverage: 86.7% of statements [2021-01-20T00:33:03.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-20T00:33:03.181Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.133s coverage: 97.5% of statements [2021-01-20T00:33:03.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-20T00:33:03.452Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.051s coverage: 78.3% of statements [2021-01-20T00:33:03.452Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-20T00:33:03.452Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-20T00:33:03.452Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-20T00:33:03.452Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-20T00:33:06.855Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.398s coverage: 92.8% of statements [2021-01-20T00:33:06.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-20T00:33:06.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-20T00:33:06.855Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-20T00:33:06.855Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-20T00:33:06.855Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-20T00:33:06.855Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-20T00:33:06.855Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-20T00:33:06.855Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-20T00:33:06.855Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-20T00:33:06.855Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-20T00:33:06.855Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-20T00:33:06.855Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-20T00:33:06.855Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-20T00:33:06.855Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-20T00:33:06.855Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-20T00:33:06.855Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-20T00:33:06.855Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-20T00:33:06.855Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-20T00:33:06.855Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.049s coverage: 58.8% of statements [2021-01-20T00:33:06.855Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-20T00:33:06.855Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-20T00:33:06.855Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.054s coverage: 0.1% of statements [2021-01-20T00:33:06.855Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-20T00:33:06.855Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-20T00:33:06.855Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-20T00:33:06.855Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-20T00:33:06.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements [2021-01-20T00:33:06.855Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-20T00:33:06.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.074s coverage: 75.5% of statements [2021-01-20T00:33:06.855Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-20T00:33:06.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-01-20T00:33:06.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.077s coverage: 87.2% of statements [2021-01-20T00:33:06.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.050s coverage: 84.2% of statements [2021-01-20T00:33:07.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.136s coverage: 91.4% of statements [2021-01-20T00:33:07.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-20T00:33:08.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.195s coverage: 63.5% of statements [2021-01-20T00:33:08.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-20T00:33:08.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-20T00:33:08.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements [2021-01-20T00:33:08.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.047s coverage: 91.3% of statements [2021-01-20T00:33:08.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.042s coverage: 100.0% of statements [2021-01-20T00:33:08.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.053s coverage: 73.7% of statements [2021-01-20T00:33:08.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-01-20T00:33:10.693Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.412s coverage: 68.9% of statements [2021-01-20T00:33:10.693Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-20T00:33:10.693Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-20T00:33:10.693Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-20T00:33:10.693Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-20T00:33:10.693Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-20T00:33:10.693Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.125s coverage: 37.0% of statements [2021-01-20T00:33:10.693Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-20T00:33:10.693Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-20T00:33:10.693Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.342s coverage: 84.0% of statements [2021-01-20T00:33:10.693Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.038s coverage: 100.0% of statements [2021-01-20T00:33:12.648Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.103s coverage: 47.1% of statements [2021-01-20T00:33:12.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-20T00:33:12.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-20T00:33:12.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-20T00:33:12.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-20T00:33:12.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-20T00:33:12.648Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.064s coverage: 100.0% of statements [2021-01-20T00:33:12.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-20T00:33:12.648Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.059s coverage: 100.0% of statements [2021-01-20T00:33:12.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-20T00:33:14.142Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.880s coverage: 29.1% of statements [2021-01-20T00:33:14.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-20T00:33:14.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-20T00:33:14.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-20T00:33:14.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-20T00:33:14.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-20T00:33:14.142Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.079s coverage: 99.0% of statements [2021-01-20T00:33:14.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-20T00:33:14.142Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.083s coverage: 100.0% of statements [2021-01-20T00:33:14.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-20T00:33:14.142Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements [2021-01-20T00:33:14.142Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-20T00:33:14.142Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.026s coverage: 100.0% of statements [2021-01-20T00:33:14.142Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-20T00:33:14.142Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-20T00:33:14.142Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-20T00:33:14.142Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-20T00:33:14.142Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements [2021-01-20T00:33:14.142Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-20T00:33:14.142Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-20T00:33:14.449Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.059s coverage: 100.0% of statements [2021-01-20T00:33:14.756Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-20T00:33:15.045Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.035s coverage: 100.0% of statements [2021-01-20T00:33:15.310Z] GO111MODULE=on go vet ./... [2021-01-20T00:33:42.053Z] gofmt -l . [2021-01-20T00:33:42.053Z] [ "`gofmt -l .`" = "" ] [2021-01-20T00:33:42.053Z] ./bin/test-go-mod-tidy.sh [2021-01-20T00:33:42.053Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-20T00:33:42.686Z] + ls -al . [2021-01-20T00:33:42.686Z] total 656 [2021-01-20T00:33:42.686Z] drwxrwxr-x 10 1001 1001 4096 Jan 20 00:33 . [2021-01-20T00:33:42.686Z] drwxr-xr-x 4 root root 28 Jan 20 00:32 .. [2021-01-20T00:33:42.686Z] -rw-rw-r-- 1 1001 1001 11 Jan 20 00:30 .dockerignore [2021-01-20T00:33:42.686Z] drwxrwxr-x 8 1001 1001 179 Jan 20 00:30 .git [2021-01-20T00:33:42.686Z] drwxrwxr-x 3 1001 1001 125 Jan 20 00:30 .github [2021-01-20T00:33:42.686Z] -rw-rw-r-- 1 1001 1001 824 Jan 20 00:30 .gitignore [2021-01-20T00:33:42.686Z] drwx------ 3 1001 1001 47 Jan 20 00:31 .semver [2021-01-20T00:33:42.686Z] -rw-rw-r-- 1 1001 1001 166 Jan 20 00:30 .sonarcloud.properties [2021-01-20T00:33:42.686Z] -rw-rw-r-- 1 1001 1001 7744 Jan 20 00:30 Attribution.txt [2021-01-20T00:33:42.686Z] -rw-rw-r-- 1 1001 1001 3804 Jan 20 00:30 CONTRIBUTING.md [2021-01-20T00:33:42.686Z] -rw-rw-r-- 1 1001 1001 931 Jan 20 00:30 Dockerfile.build [2021-01-20T00:33:42.686Z] -rw-rw-r-- 1 1001 1001 863 Jan 20 00:30 Jenkinsfile [2021-01-20T00:33:42.686Z] -rw-rw-r-- 1 1001 1001 10775 Jan 20 00:30 LICENSE [2021-01-20T00:33:42.686Z] -rw-rw-r-- 1 1001 1001 5750 Jan 20 00:30 Makefile [2021-01-20T00:33:42.686Z] -rw-rw-r-- 1 1001 1001 6524 Jan 20 00:30 README.md [2021-01-20T00:33:42.686Z] -rw-rw-r-- 1 1001 1001 6744 Jan 20 00:30 SECURITY.md [2021-01-20T00:33:42.686Z] -rw-rw-r-- 1 1001 1001 5 Jan 20 00:31 VERSION [2021-01-20T00:33:42.686Z] -rw-rw-r-- 1 1001 1001 4131 Jan 20 00:30 ZMQWindows.md [2021-01-20T00:33:42.686Z] drwxrwxr-x 2 1001 1001 117 Jan 20 00:30 bin [2021-01-20T00:33:42.686Z] drwxrwxr-x 14 1001 1001 4096 Jan 20 00:30 cmd [2021-01-20T00:33:42.686Z] -rw-r--r-- 1 root root 550280 Jan 20 00:33 coverage.out [2021-01-20T00:33:42.686Z] -rw-r--r-- 1 root root 981 Jan 20 00:33 go.mod [2021-01-20T00:33:42.686Z] -rw-r--r-- 1 root root 19436 Jan 20 00:33 go.sum [2021-01-20T00:33:42.686Z] drwxrwxr-x 8 1001 1001 127 Jan 20 00:30 internal [2021-01-20T00:33:42.686Z] drwxrwxr-x 4 1001 1001 26 Jan 20 00:30 openapi [2021-01-20T00:33:42.686Z] drwxrwxr-x 4 1001 1001 71 Jan 20 00:30 snap [2021-01-20T00:33:42.686Z] -rw-rw-r-- 1 1001 1001 168 Jan 20 00:30 version.go [Pipeline] sh [2021-01-20T00:33:43.010Z] + '[' -e coverage.out ] [2021-01-20T00:33:43.010Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-20T00:33:43.224Z] Stashed 1 file(s) [Pipeline] sh [2021-01-20T00:33:43.524Z] + make build [2021-01-20T00:33:43.524Z] 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-20T00:33:48.842Z] 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-20T00:33:51.299Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21429 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws [2021-01-20T00:33:51.350Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-01-20T00:33:55.520Z] 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-20T00:33:56.788Z] using credential edgex-jenkins-ssh [2021-01-20T00:33:56.896Z] Cloning the remote Git repository [2021-01-20T00:33:56.944Z] 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-20T00:33:56.987Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-20T00:33:57.129Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-01-20T00:33:57.239Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-20T00:33:57.240Z] > git --version # timeout=10 [2021-01-20T00:33:57.262Z] > git --version # 'git version 2.17.1' [2021-01-20T00:33:57.263Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T00:33:57.312Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T00:33:58.376Z] 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-20T00:33:58.648Z] 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-20T00:34:00.104Z] 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-20T00:34:01.543Z] 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-20T00:34:02.518Z] 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-20T00:34:03.930Z] 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-20T00:34:04.898Z] 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-20T00:34:05.853Z] 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-20T00:34:07.304Z] $ docker stop --time=1 0bfcdb9a3572981d5c030248aaf504b01394af80a9340bd028d16fc79f006e47 [2021-01-20T00:34:08.988Z] $ docker rm -f 0bfcdb9a3572981d5c030248aaf504b01394af80a9340bd028d16fc79f006e47 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:34:10.741Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-20T00:34:10.741Z] [2021-01-20T00:34:10.741Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:34:11.097Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-20T00:34:11.098Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-20T00:34:11.098Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-20T00:34:11.098Z] ca9280d653b3: Pulling fs layer [2021-01-20T00:34:11.098Z] 7e9c9ca2126c: Pulling fs layer [2021-01-20T00:34:11.364Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-20T00:34:11.364Z] cbdbe7a5bc2a: Download complete [2021-01-20T00:34:11.631Z] ca9280d653b3: Verifying Checksum [2021-01-20T00:34:11.631Z] ca9280d653b3: Download complete [2021-01-20T00:34:11.631Z] cbdbe7a5bc2a: Pull complete [2021-01-20T00:34:12.593Z] 7e9c9ca2126c: Download complete [2021-01-20T00:34:12.869Z] ca9280d653b3: Pull complete [2021-01-20T00:34:13.172Z] Merging remotes/origin/master commit c4887d0c009f35026456fc1c8cef2ef56b2ea654 into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 [2021-01-20T00:34:12.286Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-20T00:34:12.307Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T00:34:12.337Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-20T00:34:12.378Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-20T00:34:12.379Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T00:34:12.391Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-20T00:34:13.198Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T00:34:13.214Z] > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 [2021-01-20T00:34:13.530Z] > git remote # timeout=10 [2021-01-20T00:34:13.548Z] > git config --get remote.origin.url # timeout=10 [2021-01-20T00:34:13.571Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T00:34:14.073Z] Merge succeeded, producing 379b5d26ebb282973678723bd603e6e0920c92f8 [2021-01-20T00:34:14.074Z] Checking out Revision 379b5d26ebb282973678723bd603e6e0920c92f8 (PR-3034) [2021-01-20T00:34:13.619Z] > git merge c4887d0c009f35026456fc1c8cef2ef56b2ea654 # timeout=10 [2021-01-20T00:34:14.053Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-20T00:34:14.083Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T00:34:14.101Z] > git checkout -f 379b5d26ebb282973678723bd603e6e0920c92f8 # timeout=10 [2021-01-20T00:34:18.854Z] Commit message: "Merge commit 'c4887d0c009f35026456fc1c8cef2ef56b2ea654' into HEAD" [2021-01-20T00:34:18.889Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T00:34:18.865Z] > git rev-list --no-walk 26ccb024236b89bc3d516ac53aee4b076cedac15 # timeout=10 [2021-01-20T00:34:20.363Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-20T00:34:20.847Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-20T00:34:21.040Z] 7e9c9ca2126c: Pull complete [2021-01-20T00:34:21.040Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-20T00:34:21.040Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-20T00:34:21.040Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-20T00:34:21.161Z] prd-centos7-docker-4c-2g-21423 does not seem to be running inside a container [2021-01-20T00:34:21.188Z] + true [2021-01-20T00:34:21.188Z] + sudo service docker restart [2021-01-20T00:34:21.216Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-20T00:34:23.954Z] $ docker top edf8d895bdb99bc508f85e97c4eb67a9fc9534266ebca782cc099b7b4e041bab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] wrap [2021-01-20T00:34:24.225Z] provisioning config files... [2021-01-20T00:34:24.267Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config4594080145280099237tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T00:34:24.437Z] + docker-compose build --help [2021-01-20T00:34:24.437Z] + grep parallel [2021-01-20T00:34:24.694Z] ---> docker-login.sh [2021-01-20T00:34:24.694Z] nexus3.edgexfoundry.org:10001 [2021-01-20T00:34:25.386Z] --parallel Build images in parallel. [Pipeline] } [2021-01-20T00:34:25.403Z] $ docker stop --time=1 edf8d895bdb99bc508f85e97c4eb67a9fc9534266ebca782cc099b7b4e041bab [2021-01-20T00:34:25.680Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T00:34:25.956Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T00:34:25.956Z] Configure a credential helper to remove this warning. See [2021-01-20T00:34:25.956Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T00:34:25.956Z] [2021-01-20T00:34:25.956Z] Login Succeeded [2021-01-20T00:34:25.956Z] nexus3.edgexfoundry.org:10002 [2021-01-20T00:34:26.234Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T00:34:26.511Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T00:34:26.511Z] Configure a credential helper to remove this warning. See [2021-01-20T00:34:26.511Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T00:34:26.511Z] [2021-01-20T00:34:26.511Z] Login Succeeded [2021-01-20T00:34:26.511Z] nexus3.edgexfoundry.org:10003 [2021-01-20T00:34:26.770Z] $ docker rm -f edf8d895bdb99bc508f85e97c4eb67a9fc9534266ebca782cc099b7b4e041bab [2021-01-20T00:34:26.784Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // withDockerContainer [Pipeline] writeFile [2021-01-20T00:34:27.059Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T00:34:27.059Z] Configure a credential helper to remove this warning. See [2021-01-20T00:34:27.059Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T00:34:27.059Z] [2021-01-20T00:34:27.059Z] Login Succeeded [2021-01-20T00:34:27.059Z] nexus3.edgexfoundry.org:10004 [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:34:27.334Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T00:34:27.416Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-20T00:34:27.416Z] . [Pipeline] withDockerContainer [2021-01-20T00:34:27.534Z] prd-centos7-docker-4c-2g-21423 does not seem to be running inside a container [2021-01-20T00:34:27.590Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-20T00:34:27.607Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T00:34:27.607Z] Configure a credential helper to remove this warning. See [2021-01-20T00:34:27.607Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T00:34:27.607Z] [2021-01-20T00:34:27.607Z] Login Succeeded [2021-01-20T00:34:27.607Z] docker.io [2021-01-20T00:34:27.880Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T00:34:28.154Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T00:34:28.154Z] Configure a credential helper to remove this warning. See [2021-01-20T00:34:28.154Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T00:34:28.154Z] [2021-01-20T00:34:28.428Z] Login Succeeded [2021-01-20T00:34:28.428Z] ---> docker-login.sh ends [2021-01-20T00:34:28.949Z] $ docker top e87882900f8b5fcca312520acf1dd71f7d53d7b818dcdf74164a371e96631512 -eo pid,comm [Pipeline] { [Pipeline] } [2021-01-20T00:34:29.190Z] Deleting 1 temporary files [Pipeline] sh [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-01-20T00:34:29.528Z] + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] echo [2021-01-20T00:34:29.651Z] ========================================================= [2021-01-20T00:34:29.651Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-20T00:34:29.651Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:34:30.021Z] + 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-20T00:34:30.475Z] Building docker-core-command-go ... [2021-01-20T00:34:30.476Z] Building docker-core-data-go ... [2021-01-20T00:34:30.476Z] Building docker-core-metadata-go ... [2021-01-20T00:34:30.476Z] Building docker-security-bootstrap-redis-go ... [2021-01-20T00:34:30.476Z] Building docker-security-proxy-setup-go ... [2021-01-20T00:34:30.476Z] Building docker-security-secretstore-setup-go ... [2021-01-20T00:34:30.476Z] Building docker-support-notifications-go ... [2021-01-20T00:34:30.476Z] Building docker-support-scheduler-go ... [2021-01-20T00:34:30.476Z] Building docker-sys-mgmt-agent-go ... [2021-01-20T00:34:30.476Z] Building docker-support-notifications-go [2021-01-20T00:34:30.476Z] Building docker-core-command-go [2021-01-20T00:34:30.476Z] Building docker-core-data-go [2021-01-20T00:34:30.476Z] Building docker-support-scheduler-go [2021-01-20T00:34:30.476Z] Building docker-sys-mgmt-agent-go [2021-01-20T00:34:32.669Z] Sending build context to Docker daemon 165.5MB [2021-01-20T00:34:32.669Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T00:34:32.669Z] Step 2/6 : FROM ${BASE} [2021-01-20T00:34:32.669Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-20T00:34:32.669Z] 5f621e34cdf4: Pulling fs layer [2021-01-20T00:34:32.669Z] a4357932f1b6: Pulling fs layer [2021-01-20T00:34:32.669Z] 18c013af1878: Pulling fs layer [2021-01-20T00:34:32.669Z] 00ac8860ef70: Pulling fs layer [2021-01-20T00:34:32.669Z] 63d7cb157983: Pulling fs layer [2021-01-20T00:34:32.669Z] b116817d02f9: Pulling fs layer [2021-01-20T00:34:32.669Z] 745a02a5169b: Pulling fs layer [2021-01-20T00:34:32.669Z] 00ac8860ef70: Waiting [2021-01-20T00:34:32.669Z] 63d7cb157983: Waiting [2021-01-20T00:34:32.669Z] b116817d02f9: Waiting [2021-01-20T00:34:32.669Z] 745a02a5169b: Waiting [2021-01-20T00:34:32.669Z] 18c013af1878: Download complete [2021-01-20T00:34:32.669Z] a4357932f1b6: Verifying Checksum [2021-01-20T00:34:32.669Z] a4357932f1b6: Download complete [2021-01-20T00:34:32.669Z] 63d7cb157983: Verifying Checksum [2021-01-20T00:34:32.669Z] 63d7cb157983: Download complete [2021-01-20T00:34:32.669Z] b116817d02f9: Verifying Checksum [2021-01-20T00:34:32.669Z] b116817d02f9: Download complete [2021-01-20T00:34:32.948Z] 5f621e34cdf4: Verifying Checksum [2021-01-20T00:34:32.948Z] 5f621e34cdf4: Download complete [2021-01-20T00:34:33.553Z] 5f621e34cdf4: Pull complete [2021-01-20T00:34:34.169Z] a4357932f1b6: Pull complete [2021-01-20T00:34:34.451Z] 18c013af1878: Pull complete [2021-01-20T00:34:35.051Z] 745a02a5169b: Verifying Checksum [2021-01-20T00:34:35.051Z] 745a02a5169b: Download complete [2021-01-20T00:34:36.525Z] 00ac8860ef70: Verifying Checksum [2021-01-20T00:34:36.525Z] 00ac8860ef70: Download complete [2021-01-20T00:34:46.695Z] 00ac8860ef70: Pull complete [2021-01-20T00:34:46.695Z] 63d7cb157983: Pull complete [2021-01-20T00:34:46.695Z] b116817d02f9: Pull complete [2021-01-20T00:34:50.126Z] 745a02a5169b: Pull complete [2021-01-20T00:34:50.126Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-20T00:34:50.126Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-20T00:34:50.126Z] ---> b7e6874047d6 [2021-01-20T00:34:50.126Z] 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-20T00:34:53.551Z] ---> Running in e793baa9211c [2021-01-20T00:34:54.992Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T00:34:55.588Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T00:34:56.187Z] (1/12) Installing libmagic (5.38-r0) [2021-01-20T00:34:56.461Z] (2/12) Installing file (5.38-r0) [2021-01-20T00:34:56.461Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-20T00:34:56.738Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-20T00:35:00.170Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-20T00:35:00.170Z] (6/12) Installing patch (2.7.6-r6) [2021-01-20T00:35:00.170Z] (7/12) Installing build-base (0.5-r2) [2021-01-20T00:35:00.170Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-20T00:35:00.170Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-20T00:35:00.170Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-20T00:35:00.170Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-20T00:35:00.170Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-20T00:35:00.445Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T00:35:00.445Z] OK: 217 MiB in 51 packages [2021-01-20T00:35:03.125Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T00:35:03.125Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-20T00:35:03.125Z] ---> a2be93cdc9e2 [2021-01-20T00:35:03.125Z] Step 3/21 : WORKDIR /edgex-go [2021-01-20T00:35:03.125Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T00:35:03.125Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-20T00:35:03.125Z] ---> a2be93cdc9e2 [2021-01-20T00:35:03.125Z] Step 3/26 : WORKDIR /edgex-go [2021-01-20T00:35:03.125Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T00:35:03.125Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-20T00:35:03.125Z] ---> a2be93cdc9e2 [2021-01-20T00:35:03.125Z] Step 3/23 : WORKDIR /edgex-go [2021-01-20T00:35:03.125Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T00:35:03.125Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-20T00:35:03.125Z] ---> a2be93cdc9e2 [2021-01-20T00:35:03.125Z] Step 3/24 : WORKDIR /edgex-go [2021-01-20T00:35:03.125Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T00:35:03.125Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-20T00:35:03.125Z] ---> a2be93cdc9e2 [2021-01-20T00:35:03.125Z] Step 3/22 : WORKDIR /edgex-go [2021-01-20T00:35:03.125Z] ---> Running in 70e432f7d16b [2021-01-20T00:35:03.125Z] ---> Running in b07a2cd02e5a [2021-01-20T00:35:03.125Z] ---> Running in 9b2d4dfc5784 [2021-01-20T00:35:03.125Z] ---> Running in b96859ffebb3 [2021-01-20T00:35:03.125Z] ---> Running in f3d62629f956 [2021-01-20T00:35:03.125Z] Removing intermediate container b96859ffebb3 [2021-01-20T00:35:03.125Z] ---> ed120baf6ddf [2021-01-20T00:35:03.125Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T00:35:03.125Z] Removing intermediate container f3d62629f956 [2021-01-20T00:35:03.125Z] ---> c6bae0375303 [2021-01-20T00:35:03.125Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T00:35:03.125Z] Removing intermediate container 9b2d4dfc5784 [2021-01-20T00:35:03.125Z] ---> e1654ba38c1d [2021-01-20T00:35:03.125Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T00:35:03.125Z] Removing intermediate container b07a2cd02e5a [2021-01-20T00:35:03.125Z] ---> 8213859293d9 [2021-01-20T00:35:03.125Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T00:35:03.125Z] Removing intermediate container 70e432f7d16b [2021-01-20T00:35:03.125Z] ---> 4f5b4b28edbe [2021-01-20T00:35:03.125Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T00:35:03.125Z] ---> Running in 93ecf7abddcc [2021-01-20T00:35:03.125Z] ---> Running in 2df92b5530e8 [2021-01-20T00:35:03.125Z] ---> Running in a6471869d8c2 [2021-01-20T00:35:03.125Z] ---> Running in 27bb203660ab [2021-01-20T00:35:03.125Z] ---> Running in c9c2baf81138 [2021-01-20T00:35:04.775Z] Removing intermediate container e793baa9211c [2021-01-20T00:35:04.775Z] ---> 8c46de81dd16 [2021-01-20T00:35:04.775Z] Step 4/6 : WORKDIR /edgex-go [2021-01-20T00:35:04.775Z] ---> Running in 050ad7689e67 [2021-01-20T00:35:05.077Z] Removing intermediate container 2df92b5530e8 [2021-01-20T00:35:05.077Z] ---> e45d310416d3 [2021-01-20T00:35:05.077Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-20T00:35:05.077Z] Removing intermediate container a6471869d8c2 [2021-01-20T00:35:05.077Z] ---> 9e53ee5c1329 [2021-01-20T00:35:05.077Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-20T00:35:05.077Z] Removing intermediate container 93ecf7abddcc [2021-01-20T00:35:05.077Z] ---> 1e518c5e94c3 [2021-01-20T00:35:05.077Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-20T00:35:05.077Z] ---> Running in b4231c93c69c [2021-01-20T00:35:05.077Z] ---> Running in e572a0cd84c8 [2021-01-20T00:35:05.077Z] ---> Running in 15812d81df97 [2021-01-20T00:35:05.351Z] Removing intermediate container c9c2baf81138 [2021-01-20T00:35:05.351Z] ---> 52610c107942 [2021-01-20T00:35:05.351Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-20T00:35:05.351Z] Removing intermediate container 27bb203660ab [2021-01-20T00:35:05.351Z] ---> 2024c6a57a8e [2021-01-20T00:35:05.351Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-20T00:35:05.351Z] ---> Running in 49e3ac86d40d [2021-01-20T00:35:05.351Z] ---> Running in 903d814a90f5 [2021-01-20T00:35:05.369Z] Removing intermediate container 050ad7689e67 [2021-01-20T00:35:05.369Z] ---> 3e93be0633c6 [2021-01-20T00:35:05.369Z] Step 5/6 : COPY go.mod . [2021-01-20T00:35:06.000Z] ---> 2274353c0aa4 [2021-01-20T00:35:06.000Z] Step 6/6 : RUN go mod download [2021-01-20T00:35:06.000Z] ---> Running in 758619d7bcd2 [2021-01-20T00:35:07.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T00:35:07.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T00:35:07.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T00:35:07.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T00:35:07.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T00:35:07.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T00:35:07.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T00:35:07.212Z] OK: 233 MiB in 51 packages [2021-01-20T00:35:07.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T00:35:07.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T00:35:07.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T00:35:07.792Z] Removing intermediate container b4231c93c69c [2021-01-20T00:35:07.792Z] ---> 59ff5757d676 [2021-01-20T00:35:07.792Z] Step 6/26 : COPY go.mod . [2021-01-20T00:35:08.056Z] OK: 233 MiB in 51 packages [2021-01-20T00:35:08.056Z] ---> bf71243a3ab1 [2021-01-20T00:35:08.056Z] Step 7/26 : RUN go mod download [2021-01-20T00:35:08.323Z] ---> Running in ef379edeb5e6 [2021-01-20T00:35:08.323Z] OK: 233 MiB in 51 packages [2021-01-20T00:35:08.323Z] OK: 233 MiB in 51 packages [2021-01-20T00:35:08.595Z] Removing intermediate container e572a0cd84c8 [2021-01-20T00:35:08.596Z] ---> 01b5cccec405 [2021-01-20T00:35:08.596Z] Step 6/21 : COPY go.mod . [2021-01-20T00:35:09.181Z] ---> 344c255cf598 [2021-01-20T00:35:09.181Z] Step 7/21 : RUN go mod download [2021-01-20T00:35:09.181Z] OK: 233 MiB in 51 packages [2021-01-20T00:35:09.181Z] ---> Running in 1ce9fd3b2466 [2021-01-20T00:35:09.181Z] Removing intermediate container 903d814a90f5 [2021-01-20T00:35:09.181Z] ---> d3d0e1e7ac66 [2021-01-20T00:35:09.181Z] Step 6/24 : COPY go.mod . [2021-01-20T00:35:09.448Z] Removing intermediate container 15812d81df97 [2021-01-20T00:35:09.448Z] ---> ccda2fdc7285 [2021-01-20T00:35:09.448Z] Step 6/23 : COPY go.mod . [2021-01-20T00:35:09.714Z] ---> c9788ca788be [2021-01-20T00:35:09.714Z] Step 7/24 : RUN go mod download [2021-01-20T00:35:09.714Z] ---> 6ee12ca572fd [2021-01-20T00:35:09.714Z] Step 7/23 : RUN go mod download [2021-01-20T00:35:09.980Z] ---> Running in af1af946884b [2021-01-20T00:35:09.980Z] ---> Running in 2fe961cdd06a [2021-01-20T00:35:10.246Z] Removing intermediate container 49e3ac86d40d [2021-01-20T00:35:10.246Z] ---> 24f2ede80dad [2021-01-20T00:35:10.246Z] Step 6/22 : COPY go.mod . [2021-01-20T00:35:10.830Z] ---> 2bafee258913 [2021-01-20T00:35:10.830Z] Step 7/22 : RUN go mod download [2021-01-20T00:35:10.830Z] Removing intermediate container ef379edeb5e6 [2021-01-20T00:35:10.830Z] ---> a1f1c1d7fc34 [2021-01-20T00:35:10.830Z] Step 8/26 : COPY . . [2021-01-20T00:35:10.830Z] ---> Running in 1ca968ba7723 [2021-01-20T00:35:11.112Z] Removing intermediate container 1ce9fd3b2466 [2021-01-20T00:35:11.112Z] ---> 279190a30fe4 [2021-01-20T00:35:11.112Z] Step 8/21 : COPY . . [2021-01-20T00:35:19.380Z] Removing intermediate container af1af946884b [2021-01-20T00:35:19.380Z] ---> db742e0a6422 [2021-01-20T00:35:19.380Z] Step 8/24 : COPY . . [2021-01-20T00:35:19.380Z] Removing intermediate container 2fe961cdd06a [2021-01-20T00:35:19.381Z] ---> 3ea91b0b00ae [2021-01-20T00:35:19.381Z] Step 8/23 : COPY . . [2021-01-20T00:35:20.363Z] Removing intermediate container 1ca968ba7723 [2021-01-20T00:35:20.363Z] ---> 4a7ad6b31378 [2021-01-20T00:35:20.363Z] Step 8/22 : COPY . . [2021-01-20T00:35:33.911Z] Removing intermediate container 758619d7bcd2 [2021-01-20T00:35:33.911Z] ---> 4968e24b63dc [2021-01-20T00:35:33.911Z] Successfully built 4968e24b63dc [2021-01-20T00:35:33.911Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:35:34.252Z] + docker inspect -f . ci-base-image-arm64 [2021-01-20T00:35:34.252Z] . [Pipeline] withDockerContainer [2021-01-20T00:35:34.533Z] prd-ubuntu18.04-docker-arm64-4c-16g-21429 does not seem to be running inside a container [2021-01-20T00:35:34.622Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-20T00:35:36.205Z] $ docker top 0f97998efda43485848419f5dc6a4a9555bc86e2e1da3ec47c795863e2ec9bdd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T00:35:37.227Z] + go version [2021-01-20T00:35:37.227Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-20T00:35:37.253Z] $ docker stop --time=1 0f97998efda43485848419f5dc6a4a9555bc86e2e1da3ec47c795863e2ec9bdd [2021-01-20T00:35:39.109Z] $ docker rm -f 0f97998efda43485848419f5dc6a4a9555bc86e2e1da3ec47c795863e2ec9bdd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:35:40.140Z] + docker inspect -f . ci-base-image-arm64 [2021-01-20T00:35:40.141Z] . [Pipeline] withDockerContainer [2021-01-20T00:35:40.431Z] prd-ubuntu18.04-docker-arm64-4c-16g-21429 does not seem to be running inside a container [2021-01-20T00:35:40.527Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-20T00:35:42.013Z] $ docker top c46bb1933e6ffe55d0e88d9d1212cdd74362fd5b2f8a2229ef3b6bd01151000d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-20T00:35:42.418Z] ========================================================= [2021-01-20T00:35:42.418Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-20T00:35:42.418Z] ========================================================= [Pipeline] sh [2021-01-20T00:35:43.062Z] + make test [2021-01-20T00:35:43.062Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-20T00:35:52.662Z] ---> 0827b9283ed5 [2021-01-20T00:35:52.662Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-20T00:35:52.662Z] ---> e473d4b7dfa6 [2021-01-20T00:35:52.662Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-20T00:35:52.662Z] ---> Running in 331cd811c713 [2021-01-20T00:35:52.662Z] ---> Running in 415ebbf947d2 [2021-01-20T00:35:52.662Z] 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-20T00:35:52.662Z] 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-20T00:35:52.935Z] ---> 6d1634232cad [2021-01-20T00:35:52.935Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-20T00:35:52.935Z] ---> be6d9913e076 [2021-01-20T00:35:52.935Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-20T00:35:52.935Z] ---> d1dca9beeca3 [2021-01-20T00:35:52.935Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-20T00:35:53.210Z] ---> Running in 9d12d3eea637 [2021-01-20T00:35:53.210Z] ---> Running in f22f3b58fe82 [2021-01-20T00:35:53.210Z] ---> Running in 1fc8a7714dc2 [2021-01-20T00:35:54.222Z] 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-20T00:35:54.492Z] 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-20T00:35:54.492Z] 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-20T00:36:09.933Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-20T00:36:33.453Z] Removing intermediate container 415ebbf947d2 [2021-01-20T00:36:33.453Z] ---> c822ca485514 [2021-01-20T00:36:33.453Z] [2021-01-20T00:36:33.453Z] Step 10/21 : FROM scratch [2021-01-20T00:36:33.453Z] ---> [2021-01-20T00:36:33.453Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T00:36:33.453Z] Removing intermediate container 331cd811c713 [2021-01-20T00:36:33.453Z] ---> b60f9088b96c [2021-01-20T00:36:33.453Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-20T00:36:33.453Z] ---> Running in 7dfadd9dfbdb [2021-01-20T00:36:33.453Z] ---> Running in c7e5712e2ee3 [2021-01-20T00:36:33.453Z] Removing intermediate container c7e5712e2ee3 [2021-01-20T00:36:33.453Z] ---> 16d2261076f9 [2021-01-20T00:36:33.453Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-20T00:36:33.453Z] ---> Running in 77b3694b4fc0 [2021-01-20T00:36:33.453Z] 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-20T00:36:33.453Z] Removing intermediate container 77b3694b4fc0 [2021-01-20T00:36:33.453Z] ---> d456e3f85c32 [2021-01-20T00:36:33.453Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-20T00:36:33.453Z] ---> Running in 4bb849d4c16b [2021-01-20T00:36:33.453Z] Removing intermediate container 1fc8a7714dc2 [2021-01-20T00:36:33.453Z] ---> b56571d6ae38 [2021-01-20T00:36:33.453Z] [2021-01-20T00:36:33.453Z] Step 10/24 : FROM scratch [2021-01-20T00:36:33.453Z] ---> [2021-01-20T00:36:33.453Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-20T00:36:33.453Z] Removing intermediate container f22f3b58fe82 [2021-01-20T00:36:33.453Z] ---> fdc1a47190fb [2021-01-20T00:36:33.453Z] [2021-01-20T00:36:33.453Z] Step 10/22 : FROM scratch [2021-01-20T00:36:33.453Z] ---> [2021-01-20T00:36:33.453Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T00:36:33.453Z] ---> Using cache [2021-01-20T00:36:33.453Z] ---> 16d2261076f9 [2021-01-20T00:36:33.453Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-20T00:36:33.453Z] ---> Running in 06d7a0b2e2f3 [2021-01-20T00:36:33.453Z] ---> Running in b99230a821e8 [2021-01-20T00:36:33.453Z] Removing intermediate container 4bb849d4c16b [2021-01-20T00:36:33.453Z] ---> 55d3138b2638 [2021-01-20T00:36:33.453Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T00:36:33.453Z] Removing intermediate container 06d7a0b2e2f3 [2021-01-20T00:36:33.453Z] ---> fc99ac5ef007 [2021-01-20T00:36:33.453Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-20T00:36:33.453Z] Removing intermediate container 7dfadd9dfbdb [2021-01-20T00:36:33.453Z] ---> 1e30b08ed77e [2021-01-20T00:36:33.453Z] [2021-01-20T00:36:33.453Z] Step 11/26 : FROM docker:20.10.0 [2021-01-20T00:36:33.453Z] ---> Running in a3be0b7fb63a [2021-01-20T00:36:33.453Z] 20.10.0: Pulling from library/docker [2021-01-20T00:36:33.453Z] ---> 841e5ac9ca89 [2021-01-20T00:36:33.453Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-20T00:36:33.453Z] Removing intermediate container b99230a821e8 [2021-01-20T00:36:33.453Z] ---> 69dab9b8d809 [2021-01-20T00:36:33.453Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-20T00:36:33.453Z] ---> Running in 12e24f2072a1 [2021-01-20T00:36:33.453Z] Removing intermediate container a3be0b7fb63a [2021-01-20T00:36:33.453Z] ---> dce7ceb7dea8 [2021-01-20T00:36:33.453Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-20T00:36:33.722Z] ---> Running in ba579c1c03ef [2021-01-20T00:36:34.302Z] Removing intermediate container 12e24f2072a1 [2021-01-20T00:36:34.302Z] ---> 5c6fd72a3f2b [2021-01-20T00:36:34.302Z] Step 14/22 : WORKDIR / [2021-01-20T00:36:36.234Z] ---> dfa949e95774 [2021-01-20T00:36:36.234Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-20T00:36:36.234Z] ---> Running in 37959d1d4f0e [2021-01-20T00:36:36.234Z] Removing intermediate container ba579c1c03ef [2021-01-20T00:36:36.234Z] ---> 72d8a8b408e7 [2021-01-20T00:36:36.234Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-20T00:36:36.234Z] Removing intermediate container 9d12d3eea637 [2021-01-20T00:36:36.234Z] ---> 0d055ceec59f [2021-01-20T00:36:36.234Z] [2021-01-20T00:36:36.235Z] Step 10/23 : FROM alpine:3.12 [2021-01-20T00:36:36.235Z] 3.12: Pulling from library/alpine [2021-01-20T00:36:36.512Z] Removing intermediate container 37959d1d4f0e [2021-01-20T00:36:36.512Z] ---> 0eede19cd6b6 [2021-01-20T00:36:36.512Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T00:36:36.512Z] ---> 706f84f9212c [2021-01-20T00:36:36.512Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-20T00:36:36.512Z] ---> 77ceab8ff249 [2021-01-20T00:36:36.512Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-20T00:36:37.921Z] ---> Running in 9a30436f8750 [2021-01-20T00:36:37.921Z] ---> a930141c8dee [2021-01-20T00:36:37.921Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-20T00:36:37.921Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-20T00:36:37.921Z] ---> 98aeaa465771 [2021-01-20T00:36:37.921Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-20T00:36:37.921Z] Status: Downloaded newer image for alpine:3.12 [2021-01-20T00:36:37.921Z] ---> 389fef711851 [2021-01-20T00:36:37.921Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T00:36:38.186Z] ---> Running in 32c3f45c46a1 [2021-01-20T00:36:38.186Z] Removing intermediate container 9a30436f8750 [2021-01-20T00:36:38.186Z] ---> 2d61b877acb1 [2021-01-20T00:36:38.186Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T00:36:38.449Z] ---> Running in 5c91743901db [2021-01-20T00:36:38.449Z] Removing intermediate container 32c3f45c46a1 [2021-01-20T00:36:38.449Z] ---> 31a2c7bb2a0f [2021-01-20T00:36:38.449Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-20T00:36:38.716Z] ---> Running in 308ff0bb43b6 [2021-01-20T00:36:38.716Z] ---> 25b5cd3383e1 [2021-01-20T00:36:38.716Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-20T00:36:38.716Z] ---> 51f192b8c0fb [2021-01-20T00:36:38.716Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T00:36:38.716Z] Removing intermediate container 5c91743901db [2021-01-20T00:36:38.716Z] ---> 5c0be353f227 [2021-01-20T00:36:38.716Z] Step 19/21 : LABEL arch=x86_64 [2021-01-20T00:36:38.981Z] ---> Running in ef10fc496aca [2021-01-20T00:36:38.981Z] Removing intermediate container 308ff0bb43b6 [2021-01-20T00:36:38.981Z] ---> 37c317f4d997 [2021-01-20T00:36:38.981Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-20T00:36:39.248Z] Removing intermediate container ef10fc496aca [2021-01-20T00:36:39.248Z] ---> 0e52bb3e0427 [2021-01-20T00:36:39.248Z] Step 20/21 : LABEL git_sha=0f23783058a0cf3e0a89a45626a2d7220b018d34 [2021-01-20T00:36:39.248Z] ---> Running in 239bf9150db4 [2021-01-20T00:36:40.202Z] ---> 688dfb84b701 [2021-01-20T00:36:40.202Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-20T00:36:40.202Z] ---> 48ecc02bacba [2021-01-20T00:36:40.202Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-20T00:36:40.202Z] ---> Running in 12119ec0aede [2021-01-20T00:36:40.468Z] ---> Running in 54a0b0c984cd [2021-01-20T00:36:40.468Z] Removing intermediate container 239bf9150db4 [2021-01-20T00:36:40.468Z] ---> 5c7d65867c64 [2021-01-20T00:36:40.468Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T00:36:40.468Z] ---> Running in 12c20782968b [2021-01-20T00:36:40.731Z] Removing intermediate container 12119ec0aede [2021-01-20T00:36:40.731Z] ---> 82466227adfc [2021-01-20T00:36:40.731Z] Step 21/21 : LABEL version=0.0.0 [2021-01-20T00:36:40.731Z] Removing intermediate container 54a0b0c984cd [2021-01-20T00:36:40.731Z] ---> 85e17825722d [2021-01-20T00:36:40.731Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T00:36:41.000Z] ---> Running in af30f93c04c4 [2021-01-20T00:36:41.000Z] ---> Running in 13f7a0823149 [2021-01-20T00:36:41.000Z] ---> 8bf89e0fa969 [2021-01-20T00:36:41.000Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-20T00:36:41.264Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-20T00:36:41.264Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-20T00:36:41.264Z] ---> aefe523efa57 [2021-01-20T00:36:41.264Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-20T00:36:41.264Z] Removing intermediate container af30f93c04c4 [2021-01-20T00:36:41.264Z] ---> 1b87cdbd7779 [2021-01-20T00:36:41.264Z] [2021-01-20T00:36:41.264Z] ---> Running in 04273bb515cc [2021-01-20T00:36:41.264Z] Removing intermediate container 13f7a0823149 [2021-01-20T00:36:41.264Z] ---> 7bbaf2f56a00 [2021-01-20T00:36:41.264Z] Step 20/22 : LABEL arch=x86_64 [2021-01-20T00:36:41.538Z] Successfully built 1b87cdbd7779 [2021-01-20T00:36:41.538Z] ---> Running in 95bd7302153f [2021-01-20T00:36:41.806Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-20T00:36:41.806Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrap-redis-go [2021-01-20T00:36:41.806Z] ---> f794659e0c5a [2021-01-20T00:36:41.806Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-20T00:36:41.806Z] ---> Running in 619ebc21bf39 [2021-01-20T00:36:42.085Z] Removing intermediate container 95bd7302153f [2021-01-20T00:36:42.085Z] ---> 8ad2bf0ef4e9 [2021-01-20T00:36:42.085Z] Step 21/22 : LABEL git_sha=0f23783058a0cf3e0a89a45626a2d7220b018d34 [2021-01-20T00:36:42.350Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T00:36:42.613Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T00:36:42.877Z] (1/2) Installing readline (8.0.4-r0) [2021-01-20T00:36:42.877Z] (2/2) Installing bash (5.0.17-r0) [2021-01-20T00:36:43.140Z] Executing bash-5.0.17-r0.post-install [2021-01-20T00:36:43.402Z] ---> Running in c3fa23421fcd [2021-01-20T00:36:43.665Z] Removing intermediate container 619ebc21bf39 [2021-01-20T00:36:43.665Z] ---> d612c85fb35d [2021-01-20T00:36:43.665Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T00:36:43.929Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T00:36:43.929Z] OK: 12 MiB in 22 packages [2021-01-20T00:36:47.295Z] Removing intermediate container 12c20782968b [2021-01-20T00:36:47.295Z] ---> 93a5077cdedf [2021-01-20T00:36:47.295Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-20T00:36:47.295Z] ---> Running in 23525b1dde5e [2021-01-20T00:36:47.295Z] Removing intermediate container c3fa23421fcd [2021-01-20T00:36:47.295Z] ---> 4c1ac630b523 [2021-01-20T00:36:47.295Z] Step 22/22 : LABEL version=0.0.0 [2021-01-20T00:36:47.295Z] ---> Running in e059a21cf60e [2021-01-20T00:36:47.295Z] ---> Running in 4d60b20e1330 [2021-01-20T00:36:48.244Z] Removing intermediate container 23525b1dde5e [2021-01-20T00:36:48.244Z] ---> df2b040e8010 [2021-01-20T00:36:48.244Z] Step 22/24 : LABEL arch=x86_64 [2021-01-20T00:36:48.998Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-20T00:36:49.656Z] ---> Running in 0975ebc17e26 [2021-01-20T00:36:49.656Z] Removing intermediate container 4d60b20e1330 [2021-01-20T00:36:49.656Z] ---> 4eb7e3a05617 [2021-01-20T00:36:49.656Z] [2021-01-20T00:36:49.656Z] Removing intermediate container 04273bb515cc [2021-01-20T00:36:49.656Z] ---> 201934c8edba [2021-01-20T00:36:49.656Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-20T00:36:49.925Z] Successfully built 4eb7e3a05617 [2021-01-20T00:36:50.200Z] Successfully tagged docker-core-command-go:latest [2021-01-20T00:36:50.200Z]  Building docker-core-command-go ... done Building docker-security-proxy-setup-go [2021-01-20T00:36:50.200Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T00:36:51.615Z] Removing intermediate container 0975ebc17e26 [2021-01-20T00:36:51.615Z] ---> fb767ae7c300 [2021-01-20T00:36:51.615Z] Step 23/24 : LABEL git_sha=0f23783058a0cf3e0a89a45626a2d7220b018d34 [2021-01-20T00:36:52.200Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T00:36:52.200Z] ---> Running in 85f7166527d0 [2021-01-20T00:36:53.157Z] ---> Running in 2008b6d0da86 [2021-01-20T00:36:53.424Z] Removing intermediate container 85f7166527d0 [2021-01-20T00:36:53.424Z] ---> 03e59a2e8e24 [2021-01-20T00:36:53.424Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-20T00:36:54.422Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-20T00:36:54.422Z] ---> Running in da92aa8dbcb9 [2021-01-20T00:36:54.422Z] Removing intermediate container 2008b6d0da86 [2021-01-20T00:36:54.422Z] ---> ec1596890384 [2021-01-20T00:36:54.422Z] Step 24/24 : LABEL version=0.0.0 [2021-01-20T00:36:54.422Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-20T00:36:54.692Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-20T00:36:55.280Z] ---> Running in 7df8c2cf9d40 [2021-01-20T00:36:55.281Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-20T00:36:55.553Z] Removing intermediate container da92aa8dbcb9 [2021-01-20T00:36:55.553Z] ---> 10e9bc83b6f6 [2021-01-20T00:36:55.553Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-20T00:36:56.505Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-20T00:36:56.505Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T00:36:56.505Z] OK: 8 MiB in 19 packages [2021-01-20T00:36:57.909Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T00:36:57.909Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-20T00:36:57.909Z] ---> a2be93cdc9e2 [2021-01-20T00:36:57.909Z] Step 3/22 : WORKDIR /edgex-go [2021-01-20T00:36:57.909Z] ---> Using cache [2021-01-20T00:36:57.909Z] ---> 4f5b4b28edbe [2021-01-20T00:36:57.909Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T00:36:57.909Z] ---> Using cache [2021-01-20T00:36:57.909Z] ---> 52610c107942 [2021-01-20T00:36:57.909Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-20T00:36:57.909Z] ---> Using cache [2021-01-20T00:36:57.909Z] ---> 24f2ede80dad [2021-01-20T00:36:57.909Z] Step 6/22 : COPY go.mod . [2021-01-20T00:36:57.909Z] ---> Using cache [2021-01-20T00:36:57.909Z] ---> 2bafee258913 [2021-01-20T00:36:57.909Z] Step 7/22 : RUN go mod download [2021-01-20T00:36:57.909Z] ---> Using cache [2021-01-20T00:36:57.909Z] ---> 4a7ad6b31378 [2021-01-20T00:36:57.909Z] Step 8/22 : COPY . . [2021-01-20T00:36:57.909Z] ---> Using cache [2021-01-20T00:36:57.909Z] ---> d1dca9beeca3 [2021-01-20T00:36:57.909Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-20T00:36:58.484Z] Removing intermediate container 7df8c2cf9d40 [2021-01-20T00:36:58.484Z] ---> ef5f583766b2 [2021-01-20T00:36:58.484Z] [2021-01-20T00:36:58.748Z] ---> Running in 830eb80dba2f [2021-01-20T00:36:58.748Z] ---> Running in 7ba0fc78c604 [2021-01-20T00:36:58.748Z] Successfully built ef5f583766b2 [2021-01-20T00:36:59.011Z] Successfully tagged docker-support-notifications-go:latest [2021-01-20T00:36:59.011Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-01-20T00:36:59.983Z] Removing intermediate container 830eb80dba2f [2021-01-20T00:36:59.983Z] ---> d776ebfac88c [2021-01-20T00:36:59.983Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-20T00:37:00.946Z] 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-20T00:37:01.936Z] Removing intermediate container e059a21cf60e [2021-01-20T00:37:01.936Z] ---> 6a0f352cf60f [2021-01-20T00:37:01.936Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T00:37:02.545Z] ---> ab6e1d7db0ce [2021-01-20T00:37:02.545Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-20T00:37:04.000Z] ---> e6663a5cb3b6 [2021-01-20T00:37:04.000Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-20T00:37:04.600Z] ---> af1f204e475f [2021-01-20T00:37:04.600Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-20T00:37:06.621Z] ---> 8c716d431b12 [2021-01-20T00:37:06.621Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-20T00:37:06.621Z] ---> 9ff8e6bb3ac6 [2021-01-20T00:37:06.621Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-20T00:37:06.897Z] ---> Running in 9dc6050b87b3 [2021-01-20T00:37:07.521Z] ---> 577ca94b6cf1 [2021-01-20T00:37:07.521Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-20T00:37:07.521Z] ---> Running in d9e55c81c837 [2021-01-20T00:37:08.967Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T00:37:08.967Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T00:37:08.967Z] Removing intermediate container d9e55c81c837 [2021-01-20T00:37:08.967Z] ---> 47319d6d6f07 [2021-01-20T00:37:08.967Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T00:37:09.244Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-20T00:37:09.244Z] (2/33) Installing expat (2.2.9-r1) [2021-01-20T00:37:09.244Z] (3/33) Installing libffi (3.3-r2) [2021-01-20T00:37:09.244Z] (4/33) Installing gdbm (1.13-r1) [2021-01-20T00:37:09.244Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-20T00:37:09.514Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-20T00:37:09.514Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-20T00:37:09.514Z] ---> Running in 6e59d4ef151c [2021-01-20T00:37:11.212Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-20T00:37:11.213Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-20T00:37:11.213Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-20T00:37:11.213Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-20T00:37:11.213Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-20T00:37:11.213Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-20T00:37:11.213Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-20T00:37:11.213Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-20T00:37:11.213Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-20T00:37:12.897Z] Removing intermediate container 6e59d4ef151c [2021-01-20T00:37:12.897Z] ---> c4ff60360c03 [2021-01-20T00:37:12.898Z] Step 21/23 : LABEL arch=x86_64 [2021-01-20T00:37:12.898Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T00:37:12.898Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-20T00:37:12.898Z] ---> a2be93cdc9e2 [2021-01-20T00:37:12.898Z] Step 3/21 : WORKDIR /edgex-go [2021-01-20T00:37:12.898Z] ---> Using cache [2021-01-20T00:37:12.898Z] ---> 4f5b4b28edbe [2021-01-20T00:37:12.898Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T00:37:12.898Z] ---> Using cache [2021-01-20T00:37:12.898Z] ---> 52610c107942 [2021-01-20T00:37:12.898Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-20T00:37:12.898Z] ---> Using cache [2021-01-20T00:37:12.898Z] ---> 24f2ede80dad [2021-01-20T00:37:12.898Z] Step 6/21 : COPY go.mod . [2021-01-20T00:37:12.898Z] ---> Using cache [2021-01-20T00:37:12.898Z] ---> 2bafee258913 [2021-01-20T00:37:12.898Z] Step 7/21 : RUN go mod download [2021-01-20T00:37:12.898Z] ---> Using cache [2021-01-20T00:37:12.898Z] ---> 4a7ad6b31378 [2021-01-20T00:37:12.898Z] Step 8/21 : COPY . . [2021-01-20T00:37:13.167Z] ---> Using cache [2021-01-20T00:37:13.167Z] ---> d1dca9beeca3 [2021-01-20T00:37:13.167Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-20T00:37:14.587Z] ---> Running in 9462091c10bd [2021-01-20T00:37:14.587Z] ---> Running in 67c47e7ae783 [2021-01-20T00:37:14.587Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-20T00:37:14.587Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-20T00:37:14.587Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-20T00:37:14.587Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-20T00:37:14.587Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-20T00:37:14.587Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-20T00:37:14.870Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-20T00:37:14.870Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-20T00:37:14.870Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-20T00:37:14.870Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-20T00:37:15.144Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-20T00:37:15.144Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-20T00:37:15.144Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-20T00:37:15.420Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-20T00:37:15.683Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-20T00:37:15.683Z] Removing intermediate container 9462091c10bd [2021-01-20T00:37:15.683Z] ---> 11320568615e [2021-01-20T00:37:15.683Z] Step 22/23 : LABEL git_sha=0f23783058a0cf3e0a89a45626a2d7220b018d34 [2021-01-20T00:37:15.683Z] 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-20T00:37:15.683Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-20T00:37:15.683Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-20T00:37:15.683Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-20T00:37:15.956Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-20T00:37:15.956Z] ---> Running in 843d82309bf3 [2021-01-20T00:37:15.956Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-20T00:37:15.956Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-20T00:37:15.956Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-20T00:37:15.956Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-20T00:37:16.229Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-20T00:37:16.229Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-20T00:37:16.229Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-20T00:37:16.514Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T00:37:16.514Z] OK: 71 MiB in 55 packages [2021-01-20T00:37:16.805Z] Removing intermediate container 843d82309bf3 [2021-01-20T00:37:16.805Z] ---> 4887d2dfdb74 [2021-01-20T00:37:16.805Z] Step 23/23 : LABEL version=0.0.0 [2021-01-20T00:37:17.964Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-20T00:37:17.964Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-20T00:37:17.964Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-20T00:37:18.240Z] ---> Running in 941276a5c6c2 [2021-01-20T00:37:18.507Z] Removing intermediate container 941276a5c6c2 [2021-01-20T00:37:18.507Z] ---> 0407132b10b4 [2021-01-20T00:37:18.507Z] [2021-01-20T00:37:19.501Z] Successfully built 0407132b10b4 [2021-01-20T00:37:19.501Z] Successfully tagged docker-core-data-go:latest [2021-01-20T00:37:19.501Z] Building docker-core-metadata-go [2021-01-20T00:37:24.739Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.297s coverage: 46.8% of statements [2021-01-20T00:37:24.739Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-20T00:37:24.739Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-20T00:37:24.739Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-20T00:37:24.739Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-20T00:37:24.739Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-20T00:37:26.274Z]  Building docker-core-data-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T00:37:26.274Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-20T00:37:26.274Z] ---> a2be93cdc9e2 [2021-01-20T00:37:26.274Z] Step 3/24 : WORKDIR /edgex-go [2021-01-20T00:37:26.274Z] ---> Using cache [2021-01-20T00:37:26.274Z] ---> 4f5b4b28edbe [2021-01-20T00:37:26.274Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T00:37:26.274Z] ---> Using cache [2021-01-20T00:37:26.274Z] ---> 52610c107942 [2021-01-20T00:37:26.274Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-20T00:37:26.274Z] ---> Using cache [2021-01-20T00:37:26.274Z] ---> 24f2ede80dad [2021-01-20T00:37:26.274Z] Step 6/24 : COPY go.mod . [2021-01-20T00:37:26.274Z] ---> Using cache [2021-01-20T00:37:26.274Z] ---> 2bafee258913 [2021-01-20T00:37:26.274Z] Step 7/24 : RUN go mod download [2021-01-20T00:37:26.274Z] ---> Using cache [2021-01-20T00:37:26.274Z] ---> 4a7ad6b31378 [2021-01-20T00:37:26.274Z] Step 8/24 : COPY . . [2021-01-20T00:37:26.274Z] ---> Using cache [2021-01-20T00:37:26.274Z] ---> d1dca9beeca3 [2021-01-20T00:37:26.274Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-20T00:37:26.274Z] ---> Running in cba214ccceab [2021-01-20T00:37:28.904Z] 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-20T00:37:33.068Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.572s coverage: 27.0% of statements [2021-01-20T00:37:33.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-20T00:37:33.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-20T00:37:33.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-20T00:37:33.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-20T00:37:33.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-20T00:37:33.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-20T00:37:33.068Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.091s coverage: 100.0% of statements [2021-01-20T00:37:33.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-20T00:37:33.068Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.084s coverage: 100.0% of statements [2021-01-20T00:37:33.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-20T00:37:33.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-20T00:37:33.068Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.259s coverage: 67.9% of statements [2021-01-20T00:37:33.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-20T00:37:33.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-20T00:37:33.068Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.705s coverage: 82.3% of statements [2021-01-20T00:37:33.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-20T00:37:33.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-20T00:37:33.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-20T00:37:33.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-20T00:37:34.532Z] Removing intermediate container 7ba0fc78c604 [2021-01-20T00:37:34.532Z] ---> d08d3a01a321 [2021-01-20T00:37:34.532Z] [2021-01-20T00:37:34.532Z] Step 10/22 : FROM alpine:3.12 [2021-01-20T00:37:34.532Z] ---> 389fef711851 [2021-01-20T00:37:34.532Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-20T00:37:35.713Z] ---> Running in 1774f4b934cc [2021-01-20T00:37:38.074Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T00:37:38.075Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T00:37:38.075Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-20T00:37:38.075Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-20T00:37:38.075Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-20T00:37:38.346Z] (4/5) Installing curl (7.69.1-r3) [2021-01-20T00:37:38.346Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-20T00:37:38.346Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T00:37:38.346Z] Executing ca-certificates-20191127-r4.trigger [2021-01-20T00:37:38.346Z] OK: 7 MiB in 19 packages [2021-01-20T00:37:41.402Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.359s coverage: 28.6% of statements [2021-01-20T00:37:41.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-20T00:37:41.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-20T00:37:41.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-20T00:37:41.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-20T00:37:41.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-20T00:37:41.402Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.180s coverage: 100.0% of statements [2021-01-20T00:37:41.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-20T00:37:41.402Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.073s coverage: 100.0% of statements [2021-01-20T00:37:41.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-20T00:37:41.402Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.360s coverage: 86.7% of statements [2021-01-20T00:37:41.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-20T00:37:42.401Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.404s coverage: 97.5% of statements [2021-01-20T00:37:42.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-20T00:37:42.401Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.159s coverage: 78.3% of statements [2021-01-20T00:37:42.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-20T00:37:42.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-20T00:37:42.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-20T00:37:42.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-20T00:37:42.640Z] 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-20T00:37:42.640Z] Removing intermediate container 1774f4b934cc [2021-01-20T00:37:42.640Z] ---> efee710288b3 [2021-01-20T00:37:42.640Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-20T00:37:43.223Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T00:37:43.223Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-20T00:37:43.223Z] ---> a2be93cdc9e2 [2021-01-20T00:37:43.223Z] Step 3/22 : WORKDIR /edgex-go [2021-01-20T00:37:43.223Z] ---> Using cache [2021-01-20T00:37:43.223Z] ---> 4f5b4b28edbe [2021-01-20T00:37:43.223Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T00:37:43.223Z] ---> Using cache [2021-01-20T00:37:43.223Z] ---> 52610c107942 [2021-01-20T00:37:43.223Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-20T00:37:43.223Z] ---> Using cache [2021-01-20T00:37:43.223Z] ---> 24f2ede80dad [2021-01-20T00:37:43.223Z] Step 6/22 : COPY go.mod . [2021-01-20T00:37:43.223Z] ---> Using cache [2021-01-20T00:37:43.223Z] ---> 2bafee258913 [2021-01-20T00:37:43.223Z] Step 7/22 : RUN go mod download [2021-01-20T00:37:43.223Z] ---> Using cache [2021-01-20T00:37:43.223Z] ---> 4a7ad6b31378 [2021-01-20T00:37:43.223Z] Step 8/22 : COPY . . [2021-01-20T00:37:43.223Z] ---> Using cache [2021-01-20T00:37:43.223Z] ---> d1dca9beeca3 [2021-01-20T00:37:43.223Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-20T00:37:43.223Z] Removing intermediate container 9dc6050b87b3 [2021-01-20T00:37:43.223Z] ---> cbe280520bd5 [2021-01-20T00:37:43.223Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-20T00:37:43.811Z] ---> Running in 30624df5a0ce [2021-01-20T00:37:43.811Z] ---> Running in c9f54c0e5a18 [2021-01-20T00:37:43.811Z] ---> Running in cf424736e05b [2021-01-20T00:37:44.406Z] Removing intermediate container 30624df5a0ce [2021-01-20T00:37:44.406Z] ---> 8f62ebc9e3e7 [2021-01-20T00:37:44.406Z] Step 13/22 : WORKDIR / [2021-01-20T00:37:44.690Z] ---> Running in 1c34e1b5a538 [2021-01-20T00:37:44.959Z] Removing intermediate container 1c34e1b5a538 [2021-01-20T00:37:44.959Z] ---> ad2899efe4d9 [2021-01-20T00:37:44.959Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T00:37:45.228Z] 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-20T00:37:45.498Z] ---> 9d35fd22e33e [2021-01-20T00:37:45.498Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-20T00:37:46.104Z] ---> 66fad48c8aa2 [2021-01-20T00:37:46.104Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-20T00:37:46.685Z] ---> 7e1ad3a6a4e0 [2021-01-20T00:37:46.685Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-20T00:37:46.685Z] 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-20T00:37:48.107Z] ---> b96ce5f6d007 [2021-01-20T00:37:48.107Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-20T00:37:48.395Z] Collecting docker-compose==1.23.2 [2021-01-20T00:37:48.395Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-20T00:37:48.395Z] ---> Running in df24332b7f74 [2021-01-20T00:37:48.666Z] Removing intermediate container 67c47e7ae783 [2021-01-20T00:37:48.666Z] ---> 827b017e4baf [2021-01-20T00:37:48.666Z] [2021-01-20T00:37:48.666Z] Step 10/21 : FROM alpine:3.12 [2021-01-20T00:37:48.666Z] ---> 389fef711851 [2021-01-20T00:37:48.666Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-20T00:37:48.937Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-20T00:37:48.937Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-20T00:37:48.937Z] ---> Running in 4154bdd81e52 [2021-01-20T00:37:49.224Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-20T00:37:49.224Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-20T00:37:50.187Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T00:37:50.187Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T00:37:50.460Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-20T00:37:50.460Z] Collecting PyYAML<4,>=3.10 [2021-01-20T00:37:50.460Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-20T00:37:50.460Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-20T00:37:50.460Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-20T00:37:50.460Z] (4/4) Installing curl (7.69.1-r3) [2021-01-20T00:37:50.460Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T00:37:51.072Z] Executing ca-certificates-20191127-r4.trigger [2021-01-20T00:37:51.072Z] OK: 7 MiB in 18 packages [2021-01-20T00:37:51.664Z] Removing intermediate container df24332b7f74 [2021-01-20T00:37:51.664Z] ---> ce127c556ff6 [2021-01-20T00:37:51.664Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-20T00:37:52.636Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.401s coverage: 92.8% of statements [2021-01-20T00:37:52.636Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-20T00:37:52.636Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-20T00:37:52.636Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-20T00:37:52.636Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-20T00:37:52.636Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-20T00:37:52.636Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-20T00:37:52.636Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-20T00:37:52.636Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-20T00:37:52.636Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-20T00:37:52.636Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-20T00:37:52.636Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-20T00:37:52.636Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-20T00:37:52.636Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-20T00:37:52.636Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-20T00:37:52.636Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-20T00:37:52.636Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-20T00:37:52.636Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-20T00:37:52.636Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-20T00:37:52.636Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.050s coverage: 58.8% of statements [2021-01-20T00:37:52.636Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-20T00:37:52.636Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-20T00:37:52.636Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.220s coverage: 0.1% of statements [2021-01-20T00:37:52.636Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-20T00:37:52.636Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-20T00:37:52.636Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-20T00:37:52.636Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-20T00:37:52.636Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.065s coverage: 100.0% of statements [2021-01-20T00:37:52.636Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-20T00:37:52.636Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.137s coverage: 75.5% of statements [2021-01-20T00:37:52.636Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-20T00:37:52.636Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.100s coverage: 80.8% of statements [2021-01-20T00:37:52.636Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.167s coverage: 87.2% of statements [2021-01-20T00:37:52.636Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.181s coverage: 84.2% of statements [2021-01-20T00:37:52.670Z] Collecting docker<4.0,>=3.6.0 [2021-01-20T00:37:52.670Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-20T00:37:52.670Z] ---> Running in 02b3a3a1108e [2021-01-20T00:37:52.670Z] 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-20T00:37:52.947Z] Collecting docopt<0.7,>=0.6.1 [2021-01-20T00:37:52.947Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-20T00:37:53.251Z] Removing intermediate container 02b3a3a1108e [2021-01-20T00:37:53.251Z] ---> f0a50023b551 [2021-01-20T00:37:53.251Z] Step 20/22 : LABEL arch=x86_64 [2021-01-20T00:37:53.848Z] Collecting texttable<0.10,>=0.9.0 [2021-01-20T00:37:53.848Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-20T00:37:54.626Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.233s coverage: 91.4% of statements [2021-01-20T00:37:54.626Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-20T00:37:54.818Z] ---> Running in e06992a547ef [2021-01-20T00:37:54.818Z] Removing intermediate container 4154bdd81e52 [2021-01-20T00:37:54.818Z] ---> aaccdf69bc36 [2021-01-20T00:37:54.818Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-20T00:37:55.399Z] Collecting cached-property<2,>=1.2.0 [2021-01-20T00:37:55.399Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-20T00:37:55.399Z] Removing intermediate container cba214ccceab [2021-01-20T00:37:55.399Z] ---> ff4486fc5e93 [2021-01-20T00:37:55.399Z] [2021-01-20T00:37:55.399Z] Step 10/24 : FROM alpine:3.12 [2021-01-20T00:37:55.399Z] ---> 389fef711851 [2021-01-20T00:37:55.399Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-20T00:37:55.399Z] ---> Using cache [2021-01-20T00:37:55.399Z] ---> efee710288b3 [2021-01-20T00:37:55.399Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-20T00:37:55.399Z] ---> Running in 18d4239488bc [2021-01-20T00:37:55.399Z] Collecting jsonschema<3,>=2.5.1 [2021-01-20T00:37:55.399Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-20T00:37:55.669Z] Removing intermediate container e06992a547ef [2021-01-20T00:37:55.669Z] ---> 5ca265c8f084 [2021-01-20T00:37:55.669Z] Step 21/22 : LABEL git_sha=0f23783058a0cf3e0a89a45626a2d7220b018d34 [2021-01-20T00:37:55.933Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-20T00:37:55.933Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-20T00:37:55.933Z] ---> Running in 218043a3ee7d [2021-01-20T00:37:55.933Z] 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-20T00:37:56.219Z] ---> Running in 5cd080e4553f [2021-01-20T00:37:56.219Z] Removing intermediate container 18d4239488bc [2021-01-20T00:37:56.219Z] ---> ab2d887b97dc [2021-01-20T00:37:56.219Z] Step 13/21 : WORKDIR /edgex [2021-01-20T00:37:56.219Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-20T00:37:56.219Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-20T00:37:56.219Z] 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-20T00:37:56.502Z] Collecting idna<2.8,>=2.5 [2021-01-20T00:37:56.502Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-20T00:37:56.502Z] ---> Running in c6bc7f9a8bfd [2021-01-20T00:37:56.772Z] Removing intermediate container 218043a3ee7d [2021-01-20T00:37:56.772Z] ---> a2788dd31e96 [2021-01-20T00:37:56.772Z] Step 13/24 : WORKDIR / [2021-01-20T00:37:57.035Z] Collecting docker-pycreds>=0.4.0 [2021-01-20T00:37:57.035Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-20T00:37:57.302Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-20T00:37:57.302Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-20T00:37:57.302Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-20T00:37:57.302Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-20T00:37:57.302Z] Removing intermediate container 5cd080e4553f [2021-01-20T00:37:57.302Z] ---> 25d8eaa28486 [2021-01-20T00:37:57.302Z] Step 22/22 : LABEL version=0.0.0 [2021-01-20T00:37:57.302Z] Installing collected packages: urllib3, idna, requests, dockerpty, PyYAML, docker-pycreds, websocket-client, docker, docopt, texttable, cached-property, jsonschema, docker-compose [2021-01-20T00:37:57.302Z] Attempting uninstall: urllib3 [2021-01-20T00:37:57.302Z] Found existing installation: urllib3 1.25.9 [2021-01-20T00:37:57.302Z] Uninstalling urllib3-1.25.9: [2021-01-20T00:37:57.567Z] ---> Running in 75814d893b75 [2021-01-20T00:37:57.839Z] Successfully uninstalled urllib3-1.25.9 [2021-01-20T00:37:57.839Z] Removing intermediate container c6bc7f9a8bfd [2021-01-20T00:37:57.839Z] ---> 067d77c3b841 [2021-01-20T00:37:57.839Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-20T00:37:57.839Z] ---> Running in c33b621a4323 [2021-01-20T00:37:58.035Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.621s coverage: 63.5% of statements [2021-01-20T00:37:58.035Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-20T00:37:58.035Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-20T00:37:58.035Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements [2021-01-20T00:37:58.035Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.111s coverage: 91.3% of statements [2021-01-20T00:37:58.035Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements [2021-01-20T00:37:58.035Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.083s coverage: 73.7% of statements [2021-01-20T00:37:58.118Z] Attempting uninstall: idna [2021-01-20T00:37:58.118Z] Found existing installation: idna 2.9 [2021-01-20T00:37:58.118Z] Uninstalling idna-2.9: [2021-01-20T00:37:58.118Z] Successfully uninstalled idna-2.9 [2021-01-20T00:37:58.714Z] Removing intermediate container 75814d893b75 [2021-01-20T00:37:58.714Z] ---> ff6cda5dd87d [2021-01-20T00:37:58.714Z] 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-20T00:37:58.714Z] Attempting uninstall: requests [2021-01-20T00:37:58.714Z] Found existing installation: requests 2.23.0 [2021-01-20T00:37:58.714Z] Uninstalling requests-2.23.0: [2021-01-20T00:37:58.714Z] Successfully uninstalled requests-2.23.0 [2021-01-20T00:37:58.714Z] Removing intermediate container c33b621a4323 [2021-01-20T00:37:58.714Z] ---> d012112428c7 [2021-01-20T00:37:58.714Z] [2021-01-20T00:37:59.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.053s coverage: 100.0% of statements [2021-01-20T00:38:00.673Z] Successfully built d012112428c7 [2021-01-20T00:38:00.674Z] Running setup.py install for dockerpty: started [2021-01-20T00:38:00.674Z] ---> 71a23164cb6a [2021-01-20T00:38:00.674Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-20T00:38:00.674Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-20T00:38:00.674Z]  Building docker-security-bootstrap-redis-go ... done  ---> 9433f1c53ac1 [2021-01-20T00:38:00.674Z] 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-20T00:38:00.958Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-20T00:38:00.958Z] Running setup.py install for PyYAML: started [2021-01-20T00:38:01.224Z] ---> a172e207abc6 [2021-01-20T00:38:01.224Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-20T00:38:01.494Z] ---> 2cfdf69abb7d [2021-01-20T00:38:01.494Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-20T00:38:01.761Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-20T00:38:02.028Z] ---> de2599d069ed [2021-01-20T00:38:02.028Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-20T00:38:02.293Z] ---> 1a0edc3baa87 [2021-01-20T00:38:02.293Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-20T00:38:02.869Z] Running setup.py install for docopt: started [2021-01-20T00:38:03.135Z] ---> 4a6e1e64674b [2021-01-20T00:38:03.135Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-20T00:38:03.135Z] ---> Running in 55df93a7ae44 [2021-01-20T00:38:03.399Z] Removing intermediate container 55df93a7ae44 [2021-01-20T00:38:03.399Z] ---> 4126061261ec [2021-01-20T00:38:03.399Z] Step 18/21 : CMD ["--init=true"] [2021-01-20T00:38:03.399Z] ---> Running in 17f0925e4e93 [2021-01-20T00:38:03.399Z] Running setup.py install for docopt: finished with status 'done' [2021-01-20T00:38:03.399Z] Running setup.py install for texttable: started [2021-01-20T00:38:03.667Z] ---> 44ef1ec5f579 [2021-01-20T00:38:03.667Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-20T00:38:03.667Z] Removing intermediate container 17f0925e4e93 [2021-01-20T00:38:03.667Z] ---> c5eefc7dca00 [2021-01-20T00:38:03.667Z] Step 19/21 : LABEL arch=x86_64 [2021-01-20T00:38:03.667Z] ---> Running in d115cfc46e29 [2021-01-20T00:38:03.934Z] ---> 4ceb00f55431 [2021-01-20T00:38:03.934Z] 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-20T00:38:03.934Z] Running setup.py install for texttable: finished with status 'done' [2021-01-20T00:38:04.707Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.876s coverage: 68.9% of statements [2021-01-20T00:38:04.707Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-20T00:38:04.707Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-20T00:38:04.707Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-20T00:38:04.707Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-20T00:38:04.707Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-20T00:38:05.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.394s coverage: 37.0% of statements [2021-01-20T00:38:05.310Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-20T00:38:05.310Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-20T00:38:05.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.648s coverage: 84.0% of statements [2021-01-20T00:38:05.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.101s coverage: 100.0% of statements [2021-01-20T00:38:05.858Z] Removing intermediate container d115cfc46e29 [2021-01-20T00:38:05.858Z] ---> 0724284897ae [2021-01-20T00:38:05.858Z] Step 20/21 : LABEL git_sha=0f23783058a0cf3e0a89a45626a2d7220b018d34 [2021-01-20T00:38:05.858Z] ---> Running in 22e9e8e3f26c [2021-01-20T00:38:06.127Z] Removing intermediate container cf424736e05b [2021-01-20T00:38:06.127Z] ---> 7a702282ca32 [2021-01-20T00:38:06.127Z] [2021-01-20T00:38:06.127Z] Step 10/22 : FROM scratch [2021-01-20T00:38:06.127Z] ---> [2021-01-20T00:38:06.127Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T00:38:06.704Z] ---> Running in 4d2cb8d8a1dd [2021-01-20T00:38:06.704Z] 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-20T00:38:06.704Z] ---> Using cache [2021-01-20T00:38:06.704Z] ---> 16d2261076f9 [2021-01-20T00:38:06.704Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-20T00:38:06.970Z] Removing intermediate container 4d2cb8d8a1dd [2021-01-20T00:38:06.970Z] ---> c635f2f64aa3 [2021-01-20T00:38:06.970Z] Step 21/21 : LABEL version=0.0.0 [2021-01-20T00:38:06.970Z] ---> Running in 38cd20f62dbf [2021-01-20T00:38:07.238Z] ---> Running in e676102342d6 [2021-01-20T00:38:07.238Z] Removing intermediate container 38cd20f62dbf [2021-01-20T00:38:07.238Z] ---> e81f2eb6d497 [2021-01-20T00:38:07.238Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-20T00:38:07.514Z] ---> Running in 632c708ada98 [2021-01-20T00:38:07.514Z] Removing intermediate container e676102342d6 [2021-01-20T00:38:07.514Z] ---> 570f12786341 [2021-01-20T00:38:07.514Z] [2021-01-20T00:38:07.780Z] Successfully built 570f12786341 [2021-01-20T00:38:07.780Z] Removing intermediate container 632c708ada98 [2021-01-20T00:38:07.780Z] ---> 579653f200b5 [2021-01-20T00:38:07.780Z] Step 14/22 : WORKDIR / [2021-01-20T00:38:07.780Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-20T00:38:08.364Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 22e9e8e3f26c [2021-01-20T00:38:08.364Z] ---> 10fd5f5c2958 [2021-01-20T00:38:08.364Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-20T00:38:09.322Z] ---> Running in a6ef16b8f9f5 [2021-01-20T00:38:09.322Z] ---> Running in e7cf0d4f2fcc [2021-01-20T00:38:09.322Z] Removing intermediate container c9f54c0e5a18 [2021-01-20T00:38:09.322Z] ---> 85f67a009a7a [2021-01-20T00:38:09.322Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-20T00:38:09.585Z] ---> Running in 08aee4cd9ea5 [2021-01-20T00:38:09.585Z] Removing intermediate container a6ef16b8f9f5 [2021-01-20T00:38:09.585Z] ---> 354ef5c10cb2 [2021-01-20T00:38:09.585Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T00:38:09.851Z] Removing intermediate container e7cf0d4f2fcc [2021-01-20T00:38:09.851Z] ---> b8eeffdc6492 [2021-01-20T00:38:09.851Z] Step 22/24 : LABEL arch=x86_64 [2021-01-20T00:38:09.851Z] ---> Running in b04f46f4e6a4 [2021-01-20T00:38:09.851Z] ---> 69a1ab23f1aa [2021-01-20T00:38:09.851Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-20T00:38:10.122Z] Removing intermediate container b04f46f4e6a4 [2021-01-20T00:38:10.122Z] ---> 2fe335c1ee2f [2021-01-20T00:38:10.122Z] Step 23/24 : LABEL git_sha=0f23783058a0cf3e0a89a45626a2d7220b018d34 [2021-01-20T00:38:10.704Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T00:38:10.704Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T00:38:10.704Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-20T00:38:10.969Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-20T00:38:10.969Z] (3/3) Installing curl (7.69.1-r3) [2021-01-20T00:38:10.969Z] ---> Running in d8e87ea79456 [2021-01-20T00:38:10.969Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T00:38:10.969Z] OK: 72 MiB in 58 packages [2021-01-20T00:38:10.969Z] ---> bd1beb4ee464 [2021-01-20T00:38:10.969Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-20T00:38:10.969Z] Removing intermediate container d8e87ea79456 [2021-01-20T00:38:10.969Z] ---> b9ba40a9ff7c [2021-01-20T00:38:10.969Z] Step 24/24 : LABEL version=0.0.0 [2021-01-20T00:38:11.249Z] ---> Running in 3e8b42b92fdf [2021-01-20T00:38:11.249Z] ---> 2c529cedceeb [2021-01-20T00:38:11.249Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-20T00:38:11.518Z] ---> Running in d470b560f029 [2021-01-20T00:38:11.518Z] Removing intermediate container 3e8b42b92fdf [2021-01-20T00:38:11.518Z] ---> 3428e4142f4a [2021-01-20T00:38:11.518Z] [2021-01-20T00:38:11.791Z] Removing intermediate container 08aee4cd9ea5 [2021-01-20T00:38:11.791Z] ---> 5bc0fab4990f [2021-01-20T00:38:11.791Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-20T00:38:11.791Z] Successfully built 3428e4142f4a [2021-01-20T00:38:11.791Z] Removing intermediate container d470b560f029 [2021-01-20T00:38:11.791Z] ---> 0a09d972ef7f [2021-01-20T00:38:11.791Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T00:38:11.791Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-20T00:38:11.791Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 901f9fe567fe [2021-01-20T00:38:11.791Z] ---> Running in 8a9bba5ce172 [2021-01-20T00:38:12.073Z] Removing intermediate container 901f9fe567fe [2021-01-20T00:38:12.073Z] ---> 194aedc54e9f [2021-01-20T00:38:12.073Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T00:38:12.073Z] Removing intermediate container 8a9bba5ce172 [2021-01-20T00:38:12.073Z] ---> cfa8864fe1d9 [2021-01-20T00:38:12.073Z] Step 20/22 : LABEL arch=x86_64 [2021-01-20T00:38:12.663Z] ---> Running in bf60e5af9ed8 [2021-01-20T00:38:12.663Z] ---> Running in 799f7d999822 [2021-01-20T00:38:12.936Z] Removing intermediate container bf60e5af9ed8 [2021-01-20T00:38:12.936Z] ---> 02e7ef9ec774 [2021-01-20T00:38:12.936Z] Step 24/26 : LABEL arch=x86_64 [2021-01-20T00:38:12.936Z] Removing intermediate container 799f7d999822 [2021-01-20T00:38:12.936Z] ---> 99d68d116c14 [2021-01-20T00:38:12.936Z] Step 21/22 : LABEL git_sha=0f23783058a0cf3e0a89a45626a2d7220b018d34 [2021-01-20T00:38:12.936Z] ---> Running in 262273b38a7c [2021-01-20T00:38:12.936Z] ---> Running in 3f62c83c4638 [2021-01-20T00:38:13.212Z] Removing intermediate container 262273b38a7c [2021-01-20T00:38:13.212Z] ---> aba0e35d71bd [2021-01-20T00:38:13.212Z] Step 25/26 : LABEL git_sha=0f23783058a0cf3e0a89a45626a2d7220b018d34 [2021-01-20T00:38:13.212Z] Removing intermediate container 3f62c83c4638 [2021-01-20T00:38:13.212Z] ---> c8bd3f3dce79 [2021-01-20T00:38:13.212Z] Step 22/22 : LABEL version=0.0.0 [2021-01-20T00:38:13.496Z] ---> Running in e235ff49d6b4 [2021-01-20T00:38:13.496Z] ---> Running in caf18e81a6b7 [2021-01-20T00:38:13.496Z] Removing intermediate container e235ff49d6b4 [2021-01-20T00:38:13.496Z] ---> a60d5f59c6cc [2021-01-20T00:38:13.496Z] Step 26/26 : LABEL version=0.0.0 [2021-01-20T00:38:13.496Z] Removing intermediate container caf18e81a6b7 [2021-01-20T00:38:13.496Z] ---> ca3b95affbb6 [2021-01-20T00:38:13.496Z] [2021-01-20T00:38:13.776Z] ---> Running in b10d3cd767e0 [2021-01-20T00:38:13.776Z] Successfully built ca3b95affbb6 [2021-01-20T00:38:13.776Z] Successfully tagged docker-core-metadata-go:latest [2021-01-20T00:38:13.966Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.470s coverage: 47.1% of statements [2021-01-20T00:38:13.966Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-20T00:38:13.966Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-20T00:38:13.966Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-20T00:38:13.966Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-20T00:38:13.966Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-20T00:38:13.966Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.135s coverage: 100.0% of statements [2021-01-20T00:38:13.966Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-20T00:38:13.966Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.103s coverage: 100.0% of statements [2021-01-20T00:38:13.966Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-20T00:38:14.042Z]  Building docker-core-metadata-go ... done Removing intermediate container b10d3cd767e0 [2021-01-20T00:38:14.042Z] ---> 40cb215b9e0c [2021-01-20T00:38:14.042Z] [2021-01-20T00:38:14.042Z] Successfully built 40cb215b9e0c [2021-01-20T00:38:14.042Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-20T00:38:14.321Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-20T00:38:14.334Z] $ docker stop --time=1 e87882900f8b5fcca312520acf1dd71f7d53d7b818dcdf74164a371e96631512 [2021-01-20T00:38:15.980Z] $ docker rm -f e87882900f8b5fcca312520acf1dd71f7d53d7b818dcdf74164a371e96631512 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T00:38:16.516Z] + docker images [2021-01-20T00:38:16.516Z] + grep docker [2021-01-20T00:38:16.516Z] docker-core-metadata-go latest ca3b95affbb6 3 seconds ago 13.1MB [2021-01-20T00:38:16.516Z] docker-sys-mgmt-agent-go latest 40cb215b9e0c 3 seconds ago 313MB [2021-01-20T00:38:16.516Z] docker-security-secretstore-setup-go latest 3428e4142f4a 5 seconds ago 24.6MB [2021-01-20T00:38:16.516Z] docker-security-proxy-setup-go latest 570f12786341 9 seconds ago 24.4MB [2021-01-20T00:38:16.516Z] docker-security-bootstrap-redis-go latest d012112428c7 19 seconds ago 15.8MB [2021-01-20T00:38:16.516Z] docker-core-data-go latest 0407132b10b4 58 seconds ago 22.3MB [2021-01-20T00:38:16.516Z] docker-support-notifications-go latest ef5f583766b2 About a minute ago 12MB [2021-01-20T00:38:16.516Z] docker-core-command-go latest 4eb7e3a05617 About a minute ago 10.6MB [2021-01-20T00:38:16.516Z] docker-support-scheduler-go latest 1b87cdbd7779 About a minute ago 10.7MB [2021-01-20T00:38:16.516Z] 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-20T00:38:18.348Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.678s coverage: 29.1% of statements [2021-01-20T00:38:18.348Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-20T00:38:18.348Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-20T00:38:18.348Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-20T00:38:18.348Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-20T00:38:18.349Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-20T00:38:18.349Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.203s coverage: 99.0% of statements [2021-01-20T00:38:18.349Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-20T00:38:18.349Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.093s coverage: 100.0% of statements [2021-01-20T00:38:18.349Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-20T00:38:18.349Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.068s coverage: 0.0% of statements [2021-01-20T00:38:18.349Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-20T00:38:18.349Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements [2021-01-20T00:38:18.349Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-20T00:38:18.349Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-20T00:38:18.349Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-20T00:38:18.349Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-20T00:38:18.349Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.111s coverage: 87.9% of statements [2021-01-20T00:38:18.349Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-20T00:38:18.349Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-20T00:38:18.349Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.069s coverage: 100.0% of statements [2021-01-20T00:38:19.338Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.063s coverage: 32.1% of statements [2021-01-20T00:38:20.781Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.091s coverage: 100.0% of statements [2021-01-20T00:38:21.759Z] GO111MODULE=on go vet ./... [2021-01-20T00:38:32.334Z] Still waiting to schedule task [2021-01-20T00:38:32.334Z] ‘prd-ubuntu18.04-docker-8c-8g-21436’ is offline [2021-01-20T00:39:28.050Z] Running on prd-ubuntu18.04-docker-8c-8g-21441 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws [2021-01-20T00:39:28.103Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-01-20T00:39:30.319Z] using credential edgex-jenkins-ssh [2021-01-20T00:39:30.369Z] Cloning the remote Git repository [2021-01-20T00:39:30.398Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-20T00:39:30.461Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-01-20T00:39:30.499Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-20T00:39:30.499Z] > git --version # timeout=10 [2021-01-20T00:39:30.505Z] > git --version # 'git version 2.17.1' [2021-01-20T00:39:30.506Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T00:39:30.532Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T00:39:43.624Z] gofmt -l . [2021-01-20T00:39:43.624Z] [ "`gofmt -l .`" = "" ] [2021-01-20T00:39:43.624Z] ./bin/test-go-mod-tidy.sh [2021-01-20T00:39:43.624Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-20T00:39:44.285Z] + ls -al . [2021-01-20T00:39:44.285Z] total 684 [2021-01-20T00:39:44.285Z] drwxrwxr-x 9 1001 1001 4096 Jan 20 00:39 . [2021-01-20T00:39:44.285Z] drwxr-xr-x 4 root root 4096 Jan 20 00:35 .. [2021-01-20T00:39:44.285Z] -rw-rw-r-- 1 1001 1001 11 Jan 20 00:34 .dockerignore [2021-01-20T00:39:44.285Z] drwxrwxr-x 8 1001 1001 4096 Jan 20 00:34 .git [2021-01-20T00:39:44.285Z] drwxrwxr-x 3 1001 1001 4096 Jan 20 00:34 .github [2021-01-20T00:39:44.285Z] -rw-rw-r-- 1 1001 1001 824 Jan 20 00:34 .gitignore [2021-01-20T00:39:44.285Z] -rw-rw-r-- 1 1001 1001 166 Jan 20 00:34 .sonarcloud.properties [2021-01-20T00:39:44.285Z] -rw-rw-r-- 1 1001 1001 7744 Jan 20 00:34 Attribution.txt [2021-01-20T00:39:44.285Z] -rw-rw-r-- 1 1001 1001 3804 Jan 20 00:34 CONTRIBUTING.md [2021-01-20T00:39:44.285Z] -rw-rw-r-- 1 1001 1001 931 Jan 20 00:34 Dockerfile.build [2021-01-20T00:39:44.285Z] -rw-rw-r-- 1 1001 1001 863 Jan 20 00:34 Jenkinsfile [2021-01-20T00:39:44.285Z] -rw-rw-r-- 1 1001 1001 10775 Jan 20 00:34 LICENSE [2021-01-20T00:39:44.285Z] -rw-rw-r-- 1 1001 1001 5750 Jan 20 00:34 Makefile [2021-01-20T00:39:44.285Z] -rw-rw-r-- 1 1001 1001 6524 Jan 20 00:34 README.md [2021-01-20T00:39:44.285Z] -rw-rw-r-- 1 1001 1001 6744 Jan 20 00:34 SECURITY.md [2021-01-20T00:39:44.285Z] -rw-rw-r-- 1 1001 1001 5 Jan 20 00:31 VERSION [2021-01-20T00:39:44.285Z] -rw-rw-r-- 1 1001 1001 4131 Jan 20 00:34 ZMQWindows.md [2021-01-20T00:39:44.285Z] drwxrwxr-x 2 1001 1001 4096 Jan 20 00:34 bin [2021-01-20T00:39:44.285Z] drwxrwxr-x 14 1001 1001 4096 Jan 20 00:34 cmd [2021-01-20T00:39:44.285Z] -rw-r--r-- 1 root root 550280 Jan 20 00:38 coverage.out [2021-01-20T00:39:44.285Z] -rw-r--r-- 1 root root 981 Jan 20 00:39 go.mod [2021-01-20T00:39:44.285Z] -rw-r--r-- 1 root root 19436 Jan 20 00:39 go.sum [2021-01-20T00:39:44.285Z] drwxrwxr-x 8 1001 1001 4096 Jan 20 00:34 internal [2021-01-20T00:39:44.285Z] drwxrwxr-x 4 1001 1001 4096 Jan 20 00:34 openapi [2021-01-20T00:39:44.285Z] drwxrwxr-x 4 1001 1001 4096 Jan 20 00:34 snap [2021-01-20T00:39:44.285Z] -rw-rw-r-- 1 1001 1001 168 Jan 20 00:34 version.go [Pipeline] sh [2021-01-20T00:39:43.739Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-20T00:39:43.750Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T00:39:43.761Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-20T00:39:43.776Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-20T00:39:43.777Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T00:39:43.780Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-20T00:39:44.402Z] Merging remotes/origin/master commit c4887d0c009f35026456fc1c8cef2ef56b2ea654 into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 [2021-01-20T00:39:44.593Z] Merge succeeded, producing fbd8773a23b0343adef9f7805cfc7edbc5637b47 [2021-01-20T00:39:44.594Z] Checking out Revision fbd8773a23b0343adef9f7805cfc7edbc5637b47 (PR-3034) [2021-01-20T00:39:44.961Z] + '[' -e coverage.out ] [2021-01-20T00:39:44.961Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-20T00:39:44.982Z] Warning: overwriting stash ‘coverage-report’ [2021-01-20T00:39:44.414Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T00:39:44.420Z] > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 [2021-01-20T00:39:44.501Z] > git remote # timeout=10 [2021-01-20T00:39:44.509Z] > git config --get remote.origin.url # timeout=10 [2021-01-20T00:39:44.513Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T00:39:44.517Z] > git merge c4887d0c009f35026456fc1c8cef2ef56b2ea654 # timeout=10 [2021-01-20T00:39:44.590Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-20T00:39:44.599Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T00:39:44.604Z] > git checkout -f fbd8773a23b0343adef9f7805cfc7edbc5637b47 # timeout=10 [2021-01-20T00:39:46.250Z] Stashed 1 file(s) [Pipeline] sh [2021-01-20T00:39:46.906Z] + make build [2021-01-20T00:39:46.906Z] 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-20T00:39:48.245Z] Commit message: "Merge commit 'c4887d0c009f35026456fc1c8cef2ef56b2ea654' into HEAD" [2021-01-20T00:39:48.254Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T00:39:49.441Z] + echo snap-build.sh [2021-01-20T00:39:49.441Z] snap-build.sh [2021-01-20T00:39:49.441Z] + SNAP_BASE_DIR=. [2021-01-20T00:39:49.441Z] + '[' '!' -z /w/workspace/edgex-go/5 ']' [2021-01-20T00:39:49.441Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/5 [2021-01-20T00:39:49.441Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' [2021-01-20T00:39:49.441Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/5] [2021-01-20T00:39:49.441Z] + cd /w/workspace/edgex-go/5 [2021-01-20T00:39:49.441Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-20T00:39:49.441Z] Reading package lists... [2021-01-20T00:39:49.702Z] Building dependency tree... [2021-01-20T00:39:49.702Z] Reading state information... [2021-01-20T00:39:49.702Z] The following packages were automatically installed and are no longer required: [2021-01-20T00:39:49.702Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-20T00:39:49.702Z] uidmap xdelta3 [2021-01-20T00:39:49.702Z] Use 'sudo apt autoremove' to remove them. [2021-01-20T00:39:49.966Z] The following packages will be REMOVED: [2021-01-20T00:39:49.966Z] lxd* lxd-client* [2021-01-20T00:39:48.251Z] > git rev-list --no-walk 26ccb024236b89bc3d516ac53aee4b076cedac15 # timeout=10 [2021-01-20T00:39:50.228Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-20T00:39:50.228Z] After this operation, 31.7 MB disk space will be freed. [2021-01-20T00:39:51.275Z] (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-20T00:39:51.275Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-20T00:39:52.221Z] Removing lxd dnsmasq configuration [2021-01-20T00:39:52.221Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-20T00:39:52.482Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-20T00:39:53.429Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-20T00:39:53.690Z] (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-20T00:39:53.690Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-20T00:39:55.077Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-20T00:39:55.077Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-20T00:39:56.466Z] + sudo snap remove --purge lxd [2021-01-20T00:39:56.466Z] snap "lxd" is not installed [2021-01-20T00:39:56.466Z] + sudo groupadd --force --system lxd [2021-01-20T00:39:56.728Z] ++ whoami [2021-01-20T00:39:56.728Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-20T00:39:56.728Z] + newgrp - lxd [2021-01-20T00:39:56.728Z] + sudo snap install lxd [2021-01-20T00:39:59.338Z] 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-20T00:40:06.811Z] 2021-01-20T00:40:03Z INFO Waiting for automatic snapd restart... [2021-01-20T00:40:16.860Z] lxd 4.10 from Canonical* installed [2021-01-20T00:40:16.860Z] + sudo lxd init --auto [2021-01-20T00:40:26.193Z] 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-20T00:40:26.891Z] + sudo snap install --classic snapcraft [2021-01-20T00:40:28.162Z] 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-20T00:40:31.107Z] snapcraft 4.4.4 from Canonical* installed [2021-01-20T00:40:31.107Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-20T00:40:31.107Z] + patch --verbose -p1 [2021-01-20T00:40:31.107Z] Hmm... Looks like a unified diff to me... [2021-01-20T00:40:31.107Z] The text leading up to this was: [2021-01-20T00:40:31.107Z] -------------------------- [2021-01-20T00:40:31.107Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-20T00:40:31.107Z] |From: Tony Espy [2021-01-20T00:40:31.107Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-20T00:40:31.107Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-20T00:40:31.107Z] | [2021-01-20T00:40:31.107Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-20T00:40:31.107Z] |optimize the snap CI check run for pull requests. When [2021-01-20T00:40:31.107Z] |applied, it essentially strips out everything (apps and [2021-01-20T00:40:31.107Z] |parts) from the snapcraft.yaml file except those required [2021-01-20T00:40:31.107Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-20T00:40:31.107Z] |catch changes to edgex-go that break the snap build. [2021-01-20T00:40:31.107Z] | [2021-01-20T00:40:31.107Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-20T00:40:31.107Z] |to update this patch file, otherwise it may fail to apply, [2021-01-20T00:40:31.107Z] |resulting in a failed snap build CI check in the associated [2021-01-20T00:40:31.107Z] |pull request. [2021-01-20T00:40:31.107Z] | [2021-01-20T00:40:31.107Z] |Note - in addition to applying this patch, the pipeline also [2021-01-20T00:40:31.107Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-20T00:40:31.107Z] |need to build the finally binary .snap file (and it won't [2021-01-20T00:40:31.107Z] |work with the patch applied). This further reduces the build [2021-01-20T00:40:31.107Z] |time. [2021-01-20T00:40:31.107Z] |--- [2021-01-20T00:40:31.107Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-20T00:40:31.107Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-20T00:40:31.107Z] | [2021-01-20T00:40:31.107Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-20T00:40:31.107Z] |index 1e537489..faf42425 100644 [2021-01-20T00:40:31.107Z] |--- a/snap/snapcraft.yaml [2021-01-20T00:40:31.107Z] |+++ b/snap/snapcraft.yaml [2021-01-20T00:40:31.107Z] -------------------------- [2021-01-20T00:40:31.107Z] patching file snap/snapcraft.yaml [2021-01-20T00:40:31.107Z] Using Plan A... [2021-01-20T00:40:31.107Z] Hunk #1 succeeded at 73. [2021-01-20T00:40:31.107Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-20T00:40:31.107Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-20T00:40:31.107Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-20T00:40:31.107Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-20T00:40:31.107Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-20T00:40:31.107Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-20T00:40:31.107Z] Hunk #8 succeeded at 342. [2021-01-20T00:40:31.107Z] Hmm... Ignoring the trailing garbage. [2021-01-20T00:40:31.107Z] done [2021-01-20T00:40:31.107Z] + sudo snapcraft prime --use-lxd [2021-01-20T00:40:31.680Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-20T00:40:31.942Z] 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-20T00:40:31.942Z] - README.md [2021-01-20T00:40:31.942Z] - snapcraft.yaml.orig [2021-01-20T00:40:31.942Z] [2021-01-20T00:40:31.942Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-20T00:40:32.518Z] Launching a container. [2021-01-20T00:40:33.561Z] 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-20T00:40:34.996Z] 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-20T00:40:41.733Z] 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-20T00:40:44.783Z] Waiting for container to be ready [2021-01-20T00:40:44.783Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-20T00:40:44.783Z] [2021-01-20T00:40:47.145Z] 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-20T00:40:47.331Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-20T00:40:47.905Z] Waiting for network to be ready... [2021-01-20T00:40:48.476Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-20T00:40:48.476Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-20T00:40:48.738Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-20T00:40:48.738Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-20T00:40:49.000Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-20T00:40:49.260Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-20T00:40:49.260Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-20T00:40:49.260Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-20T00:40:49.260Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-20T00:40:49.260Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-20T00:40:49.260Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-20T00:40:49.260Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-20T00:40:49.260Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-20T00:40:49.260Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-20T00:40:49.260Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-20T00:40:49.260Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-20T00:40:49.260Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-20T00:40:49.521Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-20T00:40:49.521Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-20T00:40:49.784Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1844 kB] [2021-01-20T00:40:49.784Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-20T00:40:49.784Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-20T00:40:49.784Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-20T00:40:49.784Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-20T00:40:49.784Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-20T00:40:49.784Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] [2021-01-20T00:40:50.045Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-20T00:40:52.576Z] 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-20T00:40:52.603Z] Fetched 23.8 MB in 4s (5601 kB/s) [2021-01-20T00:40:53.546Z] Reading package lists... [2021-01-20T00:40:53.546Z] Reading package lists... [2021-01-20T00:40:53.808Z] Building dependency tree... [2021-01-20T00:40:53.808Z] Reading state information... [2021-01-20T00:40:54.070Z] The following additional packages will be installed: [2021-01-20T00:40:54.070Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-20T00:40:54.070Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-20T00:40:54.070Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-20T00:40:54.070Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-20T00:40:54.070Z] Suggested packages: [2021-01-20T00:40:54.070Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-20T00:40:54.070Z] Recommended packages: [2021-01-20T00:40:54.070Z] gnupg libsasl2-modules [2021-01-20T00:40:54.070Z] The following NEW packages will be installed: [2021-01-20T00:40:54.070Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-20T00:40:54.070Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-20T00:40:54.070Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-20T00:40:54.070Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-20T00:40:54.070Z] The following packages will be upgraded: [2021-01-20T00:40:54.070Z] gpg gpg-agent gpgconf libudev1 [2021-01-20T00:40:54.070Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-20T00:40:54.070Z] Need to get 3533 kB of archives. [2021-01-20T00:40:54.070Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-20T00:40:54.070Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-20T00:40:54.331Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-20T00:40:54.331Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-20T00:40:54.331Z] 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-20T00:40:54.331Z] 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-20T00:40:54.331Z] 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-20T00:40:54.331Z] 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-20T00:40:54.331Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-20T00:40:54.331Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-20T00:40:54.592Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-20T00:40:54.855Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-20T00:40:54.855Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-20T00:40:54.855Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-20T00:40:54.855Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-20T00:40:54.855Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-20T00:40:55.118Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-20T00:40:55.118Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-20T00:40:55.118Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-20T00:40:55.118Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-20T00:40:55.118Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-20T00:40:55.118Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-20T00:40:55.118Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-20T00:40:55.118Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-20T00:40:55.384Z] Fetched 3533 kB in 1s (3476 kB/s) [2021-01-20T00:40:55.384Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-20T00:40:55.384Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-20T00:40:55.384Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-20T00:40:55.384Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-20T00:40:55.660Z] Selecting previously unselected package udev. [2021-01-20T00:40:55.660Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-20T00:40:55.660Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-20T00:40:55.660Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-20T00:40:55.928Z] Selecting previously unselected package libfuse2:amd64. [2021-01-20T00:40:55.928Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-20T00:40:55.928Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-20T00:40:55.928Z] Selecting previously unselected package fuse. [2021-01-20T00:40:55.928Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-20T00:40:55.928Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-20T00:40:55.928Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-20T00:40:55.966Z] 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-20T00:40:56.193Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-20T00:40:56.193Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-20T00:40:56.193Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-20T00:40:56.193Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-20T00:40:56.455Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-20T00:40:56.455Z] Selecting previously unselected package libksba8:amd64. [2021-01-20T00:40:56.455Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-20T00:40:56.717Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-20T00:40:56.717Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-20T00:40:56.717Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-20T00:40:56.717Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T00:40:56.717Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-20T00:40:56.717Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-20T00:40:56.717Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T00:40:56.978Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-20T00:40:56.978Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-20T00:40:56.978Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T00:40:56.978Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-20T00:40:56.978Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-20T00:40:56.978Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T00:40:56.978Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-20T00:40:56.978Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-20T00:40:57.239Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T00:40:57.239Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-20T00:40:57.239Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-20T00:40:57.239Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T00:40:57.239Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-20T00:40:57.239Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-20T00:40:57.239Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T00:40:57.501Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-20T00:40:57.501Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-20T00:40:57.501Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T00:40:57.501Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-20T00:40:57.501Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-20T00:40:57.501Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T00:40:57.763Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-20T00:40:57.763Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-20T00:40:57.763Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-20T00:40:57.763Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-20T00:40:57.763Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-20T00:40:57.763Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-20T00:40:57.763Z] Selecting previously unselected package libldap-common. [2021-01-20T00:40:57.763Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-20T00:40:57.763Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-20T00:40:58.028Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-20T00:40:58.028Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-20T00:40:58.028Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-20T00:40:58.028Z] Selecting previously unselected package dirmngr. [2021-01-20T00:40:58.028Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-20T00:40:58.028Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-20T00:40:58.294Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-20T00:40:58.294Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-20T00:40:58.294Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-20T00:40:58.294Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-20T00:40:58.294Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-20T00:40:58.294Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-20T00:40:58.294Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T00:40:58.561Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-20T00:40:58.561Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-20T00:40:58.561Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-20T00:40:58.826Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-20T00:40:59.089Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T00:40:59.089Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-20T00:40:59.089Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-20T00:40:59.089Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-20T00:40:59.089Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T00:40:59.089Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T00:40:59.352Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T00:40:59.352Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T00:40:59.352Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T00:40:59.352Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T00:40:59.352Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-20T00:40:59.352Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-20T00:40:59.352Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-20T00:40:59.352Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-20T00:40:59.924Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-20T00:40:59.924Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-20T00:40:59.924Z] This means they are not meant to be enabled using systemctl. [2021-01-20T00:40:59.924Z] Possible reasons for having this kind of units are: [2021-01-20T00:40:59.924Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-20T00:40:59.924Z] .wants/ or .requires/ directory. [2021-01-20T00:40:59.924Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-20T00:40:59.924Z] a requirement dependency on it. [2021-01-20T00:40:59.924Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-20T00:40:59.924Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-20T00:40:59.924Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-20T00:40:59.924Z] instance name specified. [2021-01-20T00:41:00.185Z] Reading package lists... [2021-01-20T00:41:00.303Z] 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-20T00:41:00.445Z] Building dependency tree... [2021-01-20T00:41:00.445Z] Reading state information... [2021-01-20T00:41:00.705Z] The following additional packages will be installed: [2021-01-20T00:41:00.705Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-20T00:41:00.705Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-20T00:41:00.705Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-20T00:41:00.705Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-20T00:41:00.706Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-20T00:41:00.706Z] Suggested packages: [2021-01-20T00:41:00.706Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-20T00:41:00.706Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-20T00:41:00.706Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-20T00:41:00.706Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-20T00:41:00.706Z] systemd-container policykit-1 [2021-01-20T00:41:00.706Z] Recommended packages: [2021-01-20T00:41:00.706Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-20T00:41:00.706Z] The following NEW packages will be installed: [2021-01-20T00:41:00.706Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-20T00:41:00.706Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-20T00:41:00.706Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-20T00:41:00.706Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-20T00:41:00.706Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-20T00:41:00.706Z] The following packages will be upgraded: [2021-01-20T00:41:00.706Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-20T00:41:00.967Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-20T00:41:00.967Z] Need to get 35.2 MB of archives. [2021-01-20T00:41:00.967Z] After this operation, 141 MB of additional disk space will be used. [2021-01-20T00:41:00.967Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-20T00:41:00.967Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-20T00:41:01.544Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-20T00:41:01.544Z] 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-20T00:41:01.544Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-20T00:41:01.544Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-20T00:41:01.544Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-20T00:41:01.544Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-20T00:41:01.544Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-20T00:41:01.544Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-20T00:41:01.544Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-20T00:41:01.544Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-20T00:41:01.544Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-20T00:41:01.806Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-20T00:41:01.806Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-20T00:41:01.806Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-20T00:41:01.806Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-20T00:41:01.806Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-20T00:41:01.806Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-20T00:41:01.806Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-20T00:41:01.806Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-20T00:41:01.806Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-20T00:41:01.806Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-20T00:41:01.806Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-20T00:41:02.068Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-20T00:41:02.068Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-20T00:41:02.069Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-20T00:41:02.069Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-20T00:41:02.069Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-20T00:41:02.069Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-20T00:41:03.011Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-20T00:41:03.011Z] Fetched 35.2 MB in 2s (17.6 MB/s) [2021-01-20T00:41:03.011Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-20T00:41:03.011Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-20T00:41:03.011Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-20T00:41:03.584Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-20T00:41:03.584Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-20T00:41:03.716Z] 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-20T00:41:03.978Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-20T00:41:03.978Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-20T00:41:03.978Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-20T00:41:03.978Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-20T00:41:04.241Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-20T00:41:04.241Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-20T00:41:04.241Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-20T00:41:04.241Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-20T00:41:04.821Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-20T00:41:04.821Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-20T00:41:05.084Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-20T00:41:05.353Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-20T00:41:05.353Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-20T00:41:05.353Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-20T00:41:05.614Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-20T00:41:05.614Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-20T00:41:05.614Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-20T00:41:05.614Z] Selecting previously unselected package libexpat1:amd64. [2021-01-20T00:41:05.614Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-20T00:41:05.614Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-20T00:41:06.196Z] Selecting previously unselected package python3.6-minimal. [2021-01-20T00:41:06.196Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-20T00:41:06.196Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-20T00:41:06.458Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-20T00:41:06.458Z] Checking for services that may need to be restarted...done. [2021-01-20T00:41:06.458Z] Checking for services that may need to be restarted...done. [2021-01-20T00:41:06.719Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-20T00:41:06.719Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-20T00:41:06.719Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-20T00:41:07.664Z] Selecting previously unselected package python3-minimal. [2021-01-20T00:41:07.664Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-20T00:41:07.664Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-20T00:41:07.664Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-20T00:41:07.664Z] Selecting previously unselected package mime-support. [2021-01-20T00:41:07.664Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-20T00:41:07.664Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-20T00:41:07.664Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-20T00:41:07.664Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-20T00:41:07.664Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-20T00:41:07.926Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-20T00:41:07.926Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-20T00:41:07.926Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [Pipeline] } [2021-01-20T00:41:08.060Z] $ docker stop --time=1 c46bb1933e6ffe55d0e88d9d1212cdd74362fd5b2f8a2229ef3b6bd01151000d [2021-01-20T00:41:08.189Z] Selecting previously unselected package python3.6. [2021-01-20T00:41:08.189Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-20T00:41:08.189Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-20T00:41:08.189Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-20T00:41:08.189Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-20T00:41:08.189Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-20T00:41:08.189Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-20T00:41:08.449Z] Selecting previously unselected package python3. [2021-01-20T00:41:08.449Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-20T00:41:08.449Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-20T00:41:08.449Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-20T00:41:08.726Z] Selecting previously unselected package multiarch-support. [2021-01-20T00:41:08.726Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-20T00:41:08.726Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-20T00:41:08.726Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-20T00:41:08.726Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-20T00:41:08.726Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-20T00:41:08.726Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-20T00:41:08.726Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-20T00:41:08.989Z] Selecting previously unselected package libbsd0:amd64. [2021-01-20T00:41:08.989Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-20T00:41:08.989Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-20T00:41:08.989Z] Selecting previously unselected package sudo. [2021-01-20T00:41:08.989Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-20T00:41:08.989Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-20T00:41:09.251Z] Selecting previously unselected package apparmor. [2021-01-20T00:41:09.251Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-20T00:41:09.251Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-20T00:41:09.251Z] Selecting previously unselected package libedit2:amd64. [2021-01-20T00:41:09.251Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-20T00:41:09.251Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-20T00:41:09.512Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-20T00:41:09.512Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-20T00:41:09.512Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-20T00:41:09.512Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-20T00:41:09.512Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-20T00:41:09.512Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-20T00:41:09.512Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-20T00:41:09.512Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-20T00:41:09.512Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-20T00:41:09.774Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-20T00:41:09.774Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-20T00:41:09.774Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-20T00:41:09.774Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-20T00:41:09.774Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-20T00:41:09.774Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-20T00:41:10.036Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-20T00:41:10.037Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-20T00:41:10.037Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-20T00:41:10.037Z] Selecting previously unselected package openssh-client. [2021-01-20T00:41:10.037Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-20T00:41:10.037Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-20T00:41:10.304Z] Selecting previously unselected package squashfs-tools. [2021-01-20T00:41:10.305Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-20T00:41:10.305Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-20T00:41:10.305Z] Selecting previously unselected package snapd. [2021-01-20T00:41:10.305Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-20T00:41:10.305Z] Unpacking snapd (2.48+18.04) ... [2021-01-20T00:41:10.833Z] $ docker rm -f c46bb1933e6ffe55d0e88d9d1212cdd74362fd5b2f8a2229ef3b6bd01151000d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:41:12.936Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-20T00:41:13.208Z] [2021-01-20T00:41:13.208Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:41:13.612Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-20T00:41:13.622Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-20T00:41:13.622Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-20T00:41:13.622Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-20T00:41:13.622Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-20T00:41:13.622Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-20T00:41:13.622Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-20T00:41:13.622Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-20T00:41:13.622Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-20T00:41:13.622Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-20T00:41:13.889Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-20T00:41:13.889Z] 29e5d40040c1: Pulling fs layer [2021-01-20T00:41:13.889Z] 1ce36da41761: Pulling fs layer [2021-01-20T00:41:13.889Z] 25b303627fd3: Pulling fs layer [2021-01-20T00:41:13.889Z] 29e5d40040c1: Verifying Checksum [2021-01-20T00:41:13.889Z] 29e5d40040c1: Download complete [2021-01-20T00:41:14.198Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-20T00:41:14.198Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-20T00:41:14.198Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-20T00:41:14.458Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-20T00:41:14.458Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-20T00:41:14.458Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-20T00:41:14.488Z] 1ce36da41761: Verifying Checksum [2021-01-20T00:41:14.488Z] 1ce36da41761: Download complete [2021-01-20T00:41:14.761Z] 29e5d40040c1: Pull complete [2021-01-20T00:41:15.030Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-20T00:41:15.030Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-20T00:41:15.030Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-20T00:41:15.030Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-20T00:41:15.030Z] running python rtupdate hooks for python3.6... [2021-01-20T00:41:15.030Z] running python post-rtupdate hooks for python3.6... [2021-01-20T00:41:15.292Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-20T00:41:15.746Z] 1ce36da41761: Pull complete [2021-01-20T00:41:16.022Z] 25b303627fd3: Verifying Checksum [2021-01-20T00:41:16.022Z] 25b303627fd3: Download complete [2021-01-20T00:41:16.679Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-20T00:41:16.679Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-20T00:41:16.679Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-20T00:41:16.941Z] Setting up snapd (2.48+18.04) ... [2021-01-20T00:41:17.202Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-20T00:41:17.463Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-20T00:41:17.725Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-20T00:41:17.725Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-20T00:41:17.986Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-20T00:41:17.987Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-20T00:41:18.247Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-20T00:41:18.508Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-20T00:41:18.508Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-20T00:41:18.769Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-20T00:41:18.769Z] /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-20T00:41:19.031Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-20T00:41:19.031Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-20T00:41:19.978Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-20T00:41:19.978Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-20T00:41:19.978Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-20T00:41:21.180Z] Reading package lists... [2021-01-20T00:41:21.441Z] Reading package lists... [2021-01-20T00:41:21.701Z] Building dependency tree... [2021-01-20T00:41:21.701Z] Reading state information... [2021-01-20T00:41:21.962Z] Calculating upgrade... [2021-01-20T00:41:21.962Z] The following packages will be upgraded: [2021-01-20T00:41:21.962Z] advancecomp base-files bash binutils binutils-common [2021-01-20T00:41:21.963Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-20T00:41:21.963Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-20T00:41:21.963Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-20T00:41:21.963Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-20T00:41:21.963Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-20T00:41:21.963Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-20T00:41:21.963Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-20T00:41:21.963Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-20T00:41:21.963Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-20T00:41:21.963Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-20T00:41:21.963Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-20T00:41:21.963Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-20T00:41:21.963Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-20T00:41:21.963Z] ubuntu-keyring util-linux [2021-01-20T00:41:22.223Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-20T00:41:22.223Z] Need to get 63.7 MB of archives. [2021-01-20T00:41:22.223Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-20T00:41:22.223Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] [2021-01-20T00:41:22.223Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-20T00:41:22.796Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-20T00:41:22.796Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-20T00:41:22.796Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-20T00:41:22.796Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-20T00:41:22.796Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-20T00:41:22.796Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-20T00:41:22.796Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-20T00:41:22.796Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-20T00:41:22.796Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-20T00:41:23.057Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-20T00:41:23.057Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-20T00:41:23.057Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-20T00:41:23.057Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-20T00:41:23.057Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-20T00:41:23.057Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-20T00:41:23.057Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-20T00:41:23.057Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-20T00:41:23.057Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-20T00:41:23.057Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-20T00:41:23.057Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-20T00:41:23.057Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-20T00:41:23.057Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-20T00:41:23.318Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-20T00:41:23.318Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-20T00:41:23.318Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-20T00:41:23.318Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-20T00:41:23.318Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-20T00:41:23.318Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-20T00:41:23.318Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-20T00:41:23.318Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-20T00:41:23.318Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-20T00:41:23.318Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-20T00:41:23.318Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-20T00:41:23.318Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-01-20T00:41:23.318Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-20T00:41:23.318Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-20T00:41:23.594Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-20T00:41:23.594Z] Get:40 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-20T00:41:23.594Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-20T00:41:23.594Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-20T00:41:23.594Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-20T00:41:23.594Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-20T00:41:23.594Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-20T00:41:23.594Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-20T00:41:23.594Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-20T00:41:23.594Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-20T00:41:23.594Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-20T00:41:23.594Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-20T00:41:23.594Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-20T00:41:23.594Z] Get:52 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-20T00:41:23.594Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-20T00:41:23.594Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-20T00:41:23.594Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-20T00:41:23.594Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-20T00:41:23.594Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-20T00:41:23.594Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-20T00:41:23.594Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-20T00:41:23.594Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-20T00:41:23.594Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-20T00:41:23.870Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-20T00:41:23.870Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-20T00:41:23.870Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-20T00:41:23.870Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-20T00:41:23.870Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-20T00:41:23.870Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-20T00:41:23.870Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-20T00:41:23.870Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-20T00:41:23.870Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-20T00:41:23.870Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-20T00:41:23.870Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-20T00:41:23.870Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-20T00:41:23.870Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-20T00:41:23.870Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-20T00:41:23.870Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-20T00:41:24.132Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-20T00:41:24.132Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-20T00:41:24.132Z] 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-20T00:41:24.132Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-20T00:41:24.132Z] 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-20T00:41:24.132Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-20T00:41:24.132Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-20T00:41:24.132Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-20T00:41:24.132Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-20T00:41:24.132Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-20T00:41:24.132Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-20T00:41:24.132Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-20T00:41:24.397Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-20T00:41:24.969Z] 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-20T00:41:24.969Z] 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-20T00:41:24.969Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-20T00:41:25.232Z] 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-20T00:41:25.232Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-20T00:41:25.232Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-20T00:41:25.232Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-20T00:41:25.232Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-20T00:41:25.493Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-20T00:41:25.493Z] Fetched 63.7 MB in 3s (19.3 MB/s) [2021-01-20T00:41:25.493Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T00:41:25.493Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-20T00:41:25.493Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-20T00:41:26.066Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-20T00:41:26.179Z] 25b303627fd3: Pull complete [2021-01-20T00:41:26.179Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-20T00:41:26.179Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-20T00:41:26.179Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-20T00:41:26.327Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-20T00:41:26.327Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... [2021-01-20T00:41:26.327Z] Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... [2021-01-20T00:41:26.466Z] prd-ubuntu18.04-docker-arm64-4c-16g-21429 does not seem to be running inside a container [2021-01-20T00:41:26.553Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-20T00:41:27.272Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-20T00:41:27.273Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-20T00:41:27.273Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-20T00:41:27.273Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-20T00:41:27.535Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-20T00:41:27.535Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-20T00:41:27.535Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-20T00:41:27.535Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-20T00:41:27.797Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-20T00:41:27.797Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-20T00:41:28.059Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-20T00:41:28.059Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-20T00:41:28.059Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-20T00:41:28.059Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-20T00:41:28.322Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-20T00:41:28.322Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-20T00:41:28.322Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-20T00:41:28.322Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-20T00:41:28.584Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-20T00:41:28.584Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-20T00:41:28.584Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-20T00:41:28.584Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-20T00:41:28.845Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-20T00:41:28.845Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-20T00:41:28.845Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-20T00:41:28.845Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-20T00:41:29.109Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-20T00:41:29.109Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-20T00:41:29.109Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-20T00:41:29.372Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-20T00:41:29.945Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-20T00:41:29.945Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-20T00:41:29.945Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-20T00:41:29.945Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-20T00:41:30.005Z] $ docker top 7dd553d84e8eccd9741ede82c6bd5dda846b6ab8a7c969f9527a8c71574c535d -eo pid,comm [2021-01-20T00:41:30.208Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-20T00:41:30.208Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [Pipeline] { [Pipeline] sh [2021-01-20T00:41:30.469Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-20T00:41:30.469Z] Installing new version of config file /etc/issue ... [2021-01-20T00:41:30.469Z] Installing new version of config file /etc/issue.net ... [2021-01-20T00:41:30.469Z] Installing new version of config file /etc/lsb-release ... [2021-01-20T00:41:30.469Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-20T00:41:30.731Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-20T00:41:30.731Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-20T00:41:30.993Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-20T00:41:30.993Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T00:41:30.993Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-20T00:41:30.993Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-20T00:41:31.065Z] + docker-compose build --help [2021-01-20T00:41:31.065Z] + grep parallel [2021-01-20T00:41:31.257Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-20T00:41:31.257Z] 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-20T00:41:31.257Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T00:41:31.257Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-20T00:41:31.257Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-20T00:41:31.521Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-20T00:41:31.521Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T00:41:31.521Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-20T00:41:31.521Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-20T00:41:31.784Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-20T00:41:31.784Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T00:41:31.784Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-20T00:41:31.784Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-20T00:41:32.045Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-20T00:41:32.306Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T00:41:32.306Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-20T00:41:32.306Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-20T00:41:32.567Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-20T00:41:32.567Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T00:41:32.567Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-20T00:41:32.567Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-20T00:41:32.828Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-20T00:41:32.828Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T00:41:32.828Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-20T00:41:32.828Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-20T00:41:33.095Z] Setting up grep (3.1-2build1) ... [2021-01-20T00:41:33.095Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T00:41:33.095Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-20T00:41:33.095Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-20T00:41:33.095Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-20T00:41:33.356Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T00:41:33.356Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-20T00:41:33.356Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-20T00:41:33.356Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-20T00:41:33.617Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T00:41:33.617Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-20T00:41:33.617Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-20T00:41:34.189Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-20T00:41:34.189Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-20T00:41:34.189Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-20T00:41:34.189Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-20T00:41:34.764Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-20T00:41:34.764Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T00:41:34.764Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-20T00:41:35.025Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-20T00:41:35.968Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-20T00:41:35.968Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-20T00:41:35.968Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-20T00:41:35.968Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-20T00:41:36.234Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-20T00:41:36.234Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T00:41:36.234Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-20T00:41:36.234Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-20T00:41:36.467Z] --parallel Build images in parallel. [Pipeline] } [2021-01-20T00:41:36.495Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-20T00:41:36.495Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T00:41:36.495Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-20T00:41:36.495Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-20T00:41:36.489Z] $ docker stop --time=1 7dd553d84e8eccd9741ede82c6bd5dda846b6ab8a7c969f9527a8c71574c535d [2021-01-20T00:41:36.754Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-20T00:41:36.754Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T00:41:36.754Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-20T00:41:36.754Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-20T00:41:37.017Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-20T00:41:37.017Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T00:41:37.017Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-20T00:41:37.017Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-20T00:41:37.280Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-20T00:41:37.280Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T00:41:37.280Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-20T00:41:37.280Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-20T00:41:37.543Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-20T00:41:37.543Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T00:41:37.543Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-20T00:41:37.543Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-20T00:41:37.543Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-20T00:41:37.543Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-20T00:41:37.806Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-20T00:41:37.806Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T00:41:37.806Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-20T00:41:37.806Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-20T00:41:38.068Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-20T00:41:38.068Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T00:41:38.068Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-20T00:41:38.068Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-20T00:41:38.329Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-20T00:41:38.329Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T00:41:38.329Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-20T00:41:38.329Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-20T00:41:38.329Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-20T00:41:38.448Z] $ docker rm -f 7dd553d84e8eccd9741ede82c6bd5dda846b6ab8a7c969f9527a8c71574c535d [2021-01-20T00:41:38.592Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T00:41:38.592Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-20T00:41:38.592Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:41:39.166Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-20T00:41:39.166Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-20T00:41:39.343Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-20T00:41:39.343Z] . [Pipeline] withDockerContainer [2021-01-20T00:41:39.638Z] prd-ubuntu18.04-docker-arm64-4c-16g-21429 does not seem to be running inside a container [2021-01-20T00:41:39.718Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-20T00:41:39.738Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-20T00:41:39.738Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T00:41:39.738Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-20T00:41:39.738Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-20T00:41:40.000Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-20T00:41:40.000Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-20T00:41:40.000Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-20T00:41:40.000Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-20T00:41:40.275Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-20T00:41:40.275Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T00:41:40.275Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-20T00:41:40.551Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-20T00:41:40.551Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-20T00:41:40.822Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T00:41:40.822Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-20T00:41:40.822Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-20T00:41:41.096Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-20T00:41:41.096Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T00:41:41.096Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-20T00:41:41.096Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-20T00:41:41.272Z] $ docker top 9207bed5bbe475f28a35f420b73834fb2428cd21e08d264f9452349011aa0e10 -eo pid,comm [2021-01-20T00:41:41.362Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-20T00:41:41.362Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T00:41:41.362Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-20T00:41:41.630Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-20T00:41:41.630Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [Pipeline] { [Pipeline] sh [2021-01-20T00:41:41.923Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T00:41:41.923Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-20T00:41:41.923Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-20T00:41:41.923Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-20T00:41:42.187Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-20T00:41:42.187Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-20T00:41:42.187Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-20T00:41:42.187Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-20T00:41:42.335Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-20T00:41:42.451Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T00:41:42.451Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-20T00:41:42.451Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-20T00:41:42.716Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-20T00:41:42.716Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T00:41:42.716Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-20T00:41:42.716Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-20T00:41:42.978Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-20T00:41:43.241Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T00:41:43.241Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-20T00:41:43.241Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-20T00:41:43.241Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-20T00:41:43.502Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T00:41:43.502Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-20T00:41:43.502Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-20T00:41:43.502Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-20T00:41:43.764Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T00:41:43.764Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-20T00:41:43.764Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-20T00:41:44.026Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-20T00:41:44.288Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T00:41:44.288Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-20T00:41:44.288Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-20T00:41:44.288Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-20T00:41:44.559Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T00:41:44.559Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-20T00:41:44.559Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-20T00:41:44.559Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-20T00:41:44.559Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T00:41:44.559Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-20T00:41:44.832Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-20T00:41:44.832Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-20T00:41:44.832Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T00:41:44.832Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-20T00:41:44.832Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-20T00:41:45.099Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-20T00:41:45.099Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T00:41:45.099Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-20T00:41:45.099Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-20T00:41:45.368Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-20T00:41:45.368Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T00:41:45.368Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-20T00:41:45.368Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-20T00:41:45.638Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-20T00:41:45.638Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-20T00:41:45.638Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-20T00:41:45.638Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-20T00:41:45.899Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-20T00:41:45.899Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-20T00:41:45.899Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-20T00:41:45.899Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-20T00:41:45.899Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-20T00:41:46.163Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-20T00:41:46.163Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-20T00:41:46.425Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-20T00:41:46.425Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-20T00:41:46.425Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-20T00:41:46.695Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-20T00:41:46.695Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-20T00:41:46.695Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-20T00:41:46.695Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-20T00:41:46.956Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-20T00:41:46.956Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-20T00:41:46.956Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-20T00:41:46.956Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-20T00:41:47.224Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-20T00:41:47.224Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-20T00:41:47.224Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-20T00:41:47.224Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-20T00:41:47.485Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-20T00:41:47.485Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-20T00:41:47.485Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-20T00:41:47.485Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-20T00:41:47.732Z] Building docker-core-command-go ... [2021-01-20T00:41:47.732Z] Building docker-core-data-go ... [2021-01-20T00:41:47.732Z] Building docker-core-metadata-go ... [2021-01-20T00:41:47.732Z] Building docker-security-bootstrap-redis-go ... [2021-01-20T00:41:47.732Z] Building docker-security-proxy-setup-go ... [2021-01-20T00:41:47.732Z] Building docker-security-secretstore-setup-go ... [2021-01-20T00:41:47.732Z] Building docker-support-notifications-go ... [2021-01-20T00:41:47.732Z] Building docker-support-scheduler-go ... [2021-01-20T00:41:47.732Z] Building docker-sys-mgmt-agent-go ... [2021-01-20T00:41:47.732Z] Building docker-security-bootstrap-redis-go [2021-01-20T00:41:47.732Z] Building docker-core-metadata-go [2021-01-20T00:41:47.732Z] Building docker-core-command-go [2021-01-20T00:41:47.732Z] Building docker-security-secretstore-setup-go [2021-01-20T00:41:47.732Z] Building docker-sys-mgmt-agent-go [2021-01-20T00:41:48.435Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-20T00:41:48.435Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-20T00:41:48.435Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-20T00:41:48.435Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-20T00:41:48.697Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-20T00:41:48.697Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-20T00:41:48.958Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-20T00:41:48.958Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-20T00:41:49.531Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-20T00:41:49.531Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-20T00:41:49.531Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-20T00:41:49.531Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-20T00:41:49.793Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-20T00:41:49.793Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-20T00:41:50.054Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-20T00:41:50.054Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-20T00:41:50.054Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-20T00:41:50.054Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-20T00:41:50.314Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-20T00:41:50.314Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-20T00:41:51.255Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-20T00:41:51.255Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-20T00:41:52.255Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-20T00:41:52.255Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-20T00:41:52.829Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-20T00:41:52.830Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-20T00:41:53.090Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-20T00:41:53.090Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-20T00:41:54.031Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-20T00:41:54.031Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-20T00:41:54.031Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-20T00:41:54.031Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-20T00:41:54.031Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-20T00:41:54.031Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-20T00:41:54.291Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-20T00:41:54.291Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-20T00:41:54.553Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-20T00:41:54.553Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-20T00:41:54.815Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-20T00:41:54.815Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-20T00:41:54.815Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-20T00:41:54.815Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-20T00:41:55.076Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-20T00:41:55.076Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-20T00:41:55.076Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-20T00:41:55.076Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-20T00:41:55.076Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-20T00:41:55.076Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-20T00:41:55.339Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-20T00:41:55.339Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-20T00:41:55.339Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-20T00:41:55.339Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-20T00:41:55.339Z] [2021-01-20T00:41:55.339Z] Current default time zone: 'Etc/UTC' [2021-01-20T00:41:55.339Z] Local time is now: Wed Jan 20 00:41:55 UTC 2021. [2021-01-20T00:41:55.339Z] Universal Time is now: Wed Jan 20 00:41:55 UTC 2021. [2021-01-20T00:41:55.339Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-20T00:41:55.339Z] [2021-01-20T00:41:55.600Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-20T00:41:55.600Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-20T00:41:55.600Z] Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... [2021-01-20T00:41:55.600Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-20T00:41:55.600Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-20T00:41:55.600Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-20T00:41:55.600Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-20T00:41:55.600Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-20T00:41:55.600Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-20T00:41:55.861Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-20T00:41:55.861Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-20T00:41:55.861Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-20T00:41:56.123Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-20T00:41:56.124Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-20T00:41:56.124Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-20T00:41:56.124Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-20T00:41:56.124Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-20T00:41:56.124Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-20T00:41:56.124Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-20T00:41:56.124Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-20T00:41:56.124Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-20T00:41:56.124Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-20T00:41:56.384Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-20T00:41:58.301Z] Updating certificates in /etc/ssl/certs... [2021-01-20T00:41:59.252Z] 22 added, 17 removed; done. [2021-01-20T00:41:59.252Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-20T00:41:59.252Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-20T00:41:59.252Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-20T00:41:59.252Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-20T00:41:59.252Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-20T00:41:59.516Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-20T00:41:59.516Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-20T00:41:59.516Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-20T00:41:59.516Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-20T00:41:59.516Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-20T00:41:59.516Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-20T00:41:59.777Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-20T00:41:59.777Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-20T00:41:59.777Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-20T00:41:59.777Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-20T00:41:59.777Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-20T00:41:59.777Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-20T00:41:59.777Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-20T00:41:59.777Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-20T00:42:00.039Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-20T00:42:00.039Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-20T00:42:00.039Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-20T00:42:00.039Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-20T00:42:00.039Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-20T00:42:00.301Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-20T00:42:00.301Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-20T00:42:00.301Z] Updating certificates in /etc/ssl/certs... [2021-01-20T00:42:00.887Z] 0 added, 0 removed; done. [2021-01-20T00:42:00.887Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-20T00:42:00.887Z] done. [2021-01-20T00:42:01.458Z] Reading package lists... [2021-01-20T00:42:01.458Z] Building dependency tree... [2021-01-20T00:42:01.458Z] Reading state information... [2021-01-20T00:42:01.720Z] The following NEW packages will be installed: [2021-01-20T00:42:01.720Z] apt-transport-https [2021-01-20T00:42:01.720Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-20T00:42:01.720Z] Need to get 1696 B of archives. [2021-01-20T00:42:01.720Z] After this operation, 153 kB of additional disk space will be used. [2021-01-20T00:42:01.720Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-20T00:42:01.986Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-20T00:42:01.986Z] Fetched 1696 B in 0s (14.9 kB/s) [2021-01-20T00:42:01.986Z] Selecting previously unselected package apt-transport-https. [2021-01-20T00:42:01.986Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-20T00:42:01.986Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-20T00:42:01.986Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-20T00:42:01.986Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-20T00:42:02.246Z] Waiting for network to be ready... [2021-01-20T00:42:07.583Z] 2021-01-20T00:42:05Z INFO Waiting for automatic snapd restart... [2021-01-20T00:42:07.844Z] snapd 2.48.2 from Canonical* installed [2021-01-20T00:42:08.787Z] "snapd" switched to the "latest/stable" channel [2021-01-20T00:42:08.787Z] [2021-01-20T00:42:12.090Z] core18 20201210 from Canonical* installed [2021-01-20T00:42:12.090Z] "core18" switched to the "latest/stable" channel [2021-01-20T00:42:12.090Z] [2021-01-20T00:42:14.640Z] snapcraft 4.4.4 from Canonical* installed [2021-01-20T00:42:15.213Z] "snapcraft" switched to the "latest/stable" channel [2021-01-20T00:42:15.213Z] [2021-01-20T00:42:18.516Z] 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-20T00:42:18.516Z] - README.md [2021-01-20T00:42:18.516Z] - snapcraft.yaml.orig [2021-01-20T00:42:18.516Z] [2021-01-20T00:42:18.516Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-20T00:42:25.124Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-20T00:42:25.384Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-20T00:42:25.384Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-20T00:42:25.384Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-20T00:42:26.585Z] Reading package lists... [2021-01-20T00:42:26.847Z] 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-20T00:42:33.452Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-20T00:42:33.452Z] Reading package lists... [2021-01-20T00:42:33.452Z] Building dependency tree... [2021-01-20T00:42:33.452Z] Reading state information... [2021-01-20T00:42:33.452Z] Suggested packages: [2021-01-20T00:42:33.452Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-20T00:42:33.452Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-20T00:42:33.452Z] Recommended packages: [2021-01-20T00:42:33.452Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-20T00:42:33.452Z] The following NEW packages will be installed: [2021-01-20T00:42:33.452Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-20T00:42:33.452Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-20T00:42:33.452Z] pkg-config zip [2021-01-20T00:42:33.452Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-20T00:42:33.452Z] Need to get 7655 kB of archives. [2021-01-20T00:42:33.452Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-20T00:42:33.452Z] 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-20T00:42:33.452Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-20T00:42:33.713Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-20T00:42:33.713Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-20T00:42:33.713Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-20T00:42:33.713Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-20T00:42:33.713Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-20T00:42:33.713Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-20T00:42:33.974Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-20T00:42:33.974Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-20T00:42:33.974Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-20T00:42:33.974Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-20T00:42:33.974Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-20T00:42:34.235Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-20T00:42:34.235Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-20T00:42:34.235Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-20T00:42:34.235Z] Fetched 7655 kB in 1s (10.3 MB/s) [2021-01-20T00:42:34.235Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-20T00:42:34.496Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-20T00:42:34.496Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-20T00:42:34.496Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-20T00:42:34.496Z] Selecting previously unselected package libpsl5:amd64. [2021-01-20T00:42:34.496Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-20T00:42:34.496Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-20T00:42:34.758Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-20T00:42:34.758Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-20T00:42:34.758Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-20T00:42:34.758Z] Selecting previously unselected package librtmp1:amd64. [2021-01-20T00:42:34.758Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-20T00:42:34.758Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-20T00:42:35.020Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-20T00:42:35.020Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-20T00:42:35.020Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-20T00:42:35.020Z] Selecting previously unselected package liberror-perl. [2021-01-20T00:42:35.020Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-20T00:42:35.020Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-20T00:42:35.020Z] Selecting previously unselected package git-man. [2021-01-20T00:42:35.020Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-20T00:42:35.020Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-20T00:42:35.283Z] Selecting previously unselected package git. [2021-01-20T00:42:35.283Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-20T00:42:35.283Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-20T00:42:36.230Z] Selecting previously unselected package libnorm1:amd64. [2021-01-20T00:42:36.230Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-20T00:42:36.230Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-20T00:42:36.230Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-20T00:42:36.230Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-20T00:42:36.230Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-20T00:42:36.230Z] Selecting previously unselected package libsodium23:amd64. [2021-01-20T00:42:36.230Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-20T00:42:36.230Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-20T00:42:36.490Z] Selecting previously unselected package libzmq5:amd64. [2021-01-20T00:42:36.490Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-20T00:42:36.490Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-20T00:42:36.490Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-20T00:42:36.490Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-20T00:42:36.490Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-20T00:42:36.490Z] Selecting previously unselected package pkg-config. [2021-01-20T00:42:36.490Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-20T00:42:36.751Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-20T00:42:36.751Z] Selecting previously unselected package zip. [2021-01-20T00:42:36.751Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-20T00:42:36.751Z] Unpacking zip (3.0-11build1) ... [2021-01-20T00:42:36.751Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-20T00:42:36.751Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-20T00:42:36.751Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-20T00:42:36.751Z] Setting up liberror-perl (0.17025-1) ... [2021-01-20T00:42:37.040Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-20T00:42:37.040Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-20T00:42:37.040Z] No schema files found: doing nothing. [2021-01-20T00:42:37.040Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-20T00:42:37.040Z] Setting up zip (3.0-11build1) ... [2021-01-20T00:42:37.040Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-20T00:42:37.040Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-20T00:42:37.040Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-20T00:42:37.040Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-20T00:42:37.040Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-20T00:42:37.040Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-20T00:42:37.041Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-20T00:42:37.302Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-20T00:42:43.907Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-20T00:42:43.907Z] git set to automatically installed. [2021-01-20T00:42:43.907Z] git-man set to automatically installed. [2021-01-20T00:42:43.907Z] libcurl3-gnutls set to automatically installed. [2021-01-20T00:42:43.907Z] liberror-perl set to automatically installed. [2021-01-20T00:42:43.907Z] libglib2.0-0 set to automatically installed. [2021-01-20T00:42:43.907Z] libnghttp2-14 set to automatically installed. [2021-01-20T00:42:43.907Z] libnorm1 set to automatically installed. [2021-01-20T00:42:43.907Z] libpgm-5.2-0 set to automatically installed. [2021-01-20T00:42:43.907Z] libpsl5 set to automatically installed. [2021-01-20T00:42:43.907Z] librtmp1 set to automatically installed. [2021-01-20T00:42:43.907Z] libsodium23 set to automatically installed. [2021-01-20T00:42:43.907Z] libzmq3-dev set to automatically installed. [2021-01-20T00:42:43.907Z] libzmq5 set to automatically installed. [2021-01-20T00:42:43.907Z] pkg-config set to automatically installed. [2021-01-20T00:42:43.907Z] zip set to automatically installed. [2021-01-20T00:42:45.821Z] snapd is not logged in, snap install commands will use sudo [2021-01-20T00:42:52.451Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-20T00:42:52.451Z] snap "core18" has no updates available [2021-01-20T00:42:53.022Z] Pulling config-common [2021-01-20T00:42:54.408Z] Pulling go-build-helper [2021-01-20T00:42:56.205Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T00:42:56.205Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-20T00:42:56.205Z] ---> 4968e24b63dc [2021-01-20T00:42:56.205Z] Step 3/22 : WORKDIR /edgex-go [2021-01-20T00:42:56.205Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T00:42:56.205Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-20T00:42:56.205Z] ---> 4968e24b63dc [2021-01-20T00:42:56.205Z] Step 3/22 : WORKDIR /edgex-go [2021-01-20T00:42:56.205Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T00:42:56.205Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-20T00:42:56.205Z] ---> 4968e24b63dc [2021-01-20T00:42:56.205Z] Step 3/24 : WORKDIR /edgex-go [2021-01-20T00:42:56.205Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T00:42:56.205Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-20T00:42:56.205Z] ---> 4968e24b63dc [2021-01-20T00:42:56.205Z] Step 3/26 : WORKDIR /edgex-go [2021-01-20T00:42:56.205Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T00:42:56.205Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-20T00:42:56.205Z] ---> 4968e24b63dc [2021-01-20T00:42:56.205Z] Step 3/22 : WORKDIR /edgex-go [2021-01-20T00:42:56.205Z] ---> Running in a18d1765a382 [2021-01-20T00:42:56.205Z] ---> Running in 69b1d8ba6f56 [2021-01-20T00:42:56.205Z] ---> Running in 1aed673a4f24 [2021-01-20T00:42:56.205Z] ---> Running in 445896f81dff [2021-01-20T00:42:56.205Z] ---> Running in 85300be5d6db [2021-01-20T00:42:56.205Z] Removing intermediate container 1aed673a4f24 [2021-01-20T00:42:56.205Z] ---> 38c865bd832d [2021-01-20T00:42:56.205Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T00:42:56.205Z] Removing intermediate container 69b1d8ba6f56 [2021-01-20T00:42:56.205Z] ---> 54bf9d016d3b [2021-01-20T00:42:56.205Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T00:42:56.205Z] Removing intermediate container 445896f81dff [2021-01-20T00:42:56.205Z] ---> dcd017ceb3d7 [2021-01-20T00:42:56.205Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T00:42:56.205Z] Removing intermediate container a18d1765a382 [2021-01-20T00:42:56.205Z] ---> 3147b10c9c24 [2021-01-20T00:42:56.205Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T00:42:56.205Z] Removing intermediate container 85300be5d6db [2021-01-20T00:42:56.205Z] ---> 2ca94f20effd [2021-01-20T00:42:56.205Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T00:42:56.205Z] ---> Running in 19db780f99d0 [2021-01-20T00:42:56.205Z] ---> Running in e7b03a7e0547 [2021-01-20T00:42:56.205Z] ---> Running in be55796fc9f7 [2021-01-20T00:42:56.205Z] ---> Running in ec7482d39932 [2021-01-20T00:42:56.205Z] ---> Running in fd1a39216eac [2021-01-20T00:43:00.549Z] Removing intermediate container be55796fc9f7 [2021-01-20T00:43:00.549Z] ---> af46717ccd47 [2021-01-20T00:43:00.549Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-20T00:43:00.549Z] Removing intermediate container 19db780f99d0 [2021-01-20T00:43:00.549Z] ---> 54bb795d2343 [2021-01-20T00:43:00.549Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-20T00:43:00.549Z] ---> Running in 7765068ce817 [2021-01-20T00:43:00.549Z] ---> Running in b19674ffabcb [2021-01-20T00:43:00.549Z] Removing intermediate container fd1a39216eac [2021-01-20T00:43:00.549Z] ---> ea6fb364405e [2021-01-20T00:43:00.549Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-20T00:43:00.549Z] Removing intermediate container ec7482d39932 [2021-01-20T00:43:00.549Z] ---> 8dd5ecea27b2 [2021-01-20T00:43:00.549Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-20T00:43:00.549Z] ---> Running in bc1b400294e6 [2021-01-20T00:43:00.549Z] Removing intermediate container e7b03a7e0547 [2021-01-20T00:43:00.549Z] ---> 4d68c3d30ca5 [2021-01-20T00:43:00.549Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-20T00:43:00.828Z] ---> Running in 9fe0c77828a6 [2021-01-20T00:43:01.099Z] ---> Running in 9c9e8664003c [2021-01-20T00:43:02.105Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T00:43:02.706Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T00:43:02.706Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T00:43:02.706Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T00:43:02.988Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T00:43:02.988Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T00:43:03.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T00:43:03.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T00:43:03.863Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T00:43:03.863Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T00:43:04.463Z] OK: 217 MiB in 51 packages [2021-01-20T00:43:04.740Z] OK: 217 MiB in 51 packages [2021-01-20T00:43:05.342Z] OK: 217 MiB in 51 packages [2021-01-20T00:43:05.637Z] OK: 217 MiB in 51 packages [2021-01-20T00:43:05.918Z] OK: 217 MiB in 51 packages [2021-01-20T00:43:05.918Z] Removing intermediate container 7765068ce817 [2021-01-20T00:43:05.918Z] ---> 22f293c8375d [2021-01-20T00:43:05.918Z] Step 6/22 : COPY go.mod . [2021-01-20T00:43:06.907Z] Removing intermediate container b19674ffabcb [2021-01-20T00:43:06.907Z] ---> f532f26f8844 [2021-01-20T00:43:06.907Z] Step 6/26 : COPY go.mod . [2021-01-20T00:43:07.181Z] Removing intermediate container bc1b400294e6 [2021-01-20T00:43:07.181Z] ---> 508fa2804e7a [2021-01-20T00:43:07.181Z] Step 6/22 : COPY go.mod . [2021-01-20T00:43:07.181Z] ---> 4697421c690b [2021-01-20T00:43:07.181Z] Step 7/22 : RUN go mod download [2021-01-20T00:43:07.455Z] ---> Running in e4a62a297c76 [2021-01-20T00:43:07.735Z] Removing intermediate container 9c9e8664003c [2021-01-20T00:43:07.735Z] ---> c1853d9284bf [2021-01-20T00:43:07.735Z] Step 6/22 : COPY go.mod . [2021-01-20T00:43:07.735Z] Removing intermediate container 9fe0c77828a6 [2021-01-20T00:43:07.735Z] ---> 98777625ee0e [2021-01-20T00:43:07.735Z] Step 6/24 : COPY go.mod . [2021-01-20T00:43:08.007Z] ---> 24a0e15a420b [2021-01-20T00:43:08.282Z] Step 7/26 : RUN go mod download [2021-01-20T00:43:08.556Z] ---> Running in 59e5e7475452 [2021-01-20T00:43:08.556Z] ---> 9f96e3102a79 [2021-01-20T00:43:08.556Z] Step 7/22 : RUN go mod download [2021-01-20T00:43:08.829Z] ---> Running in 6fa641f9c46b [2021-01-20T00:43:09.110Z] ---> 06ae1be3997d [2021-01-20T00:43:09.110Z] Step 7/22 : RUN go mod download [2021-01-20T00:43:09.110Z] ---> 2572ba5fd240 [2021-01-20T00:43:09.110Z] Step 7/24 : RUN go mod download [2021-01-20T00:43:09.385Z] ---> Running in 7b80f644d86c [2021-01-20T00:43:09.385Z] ---> Running in 15d9a4e41513 [2021-01-20T00:43:12.895Z] Removing intermediate container e4a62a297c76 [2021-01-20T00:43:12.895Z] ---> 11048d98dbfd [2021-01-20T00:43:12.895Z] Step 8/22 : COPY . . [2021-01-20T00:43:13.172Z] Removing intermediate container 59e5e7475452 [2021-01-20T00:43:13.172Z] ---> 650dcef1bedf [2021-01-20T00:43:13.172Z] Step 8/26 : COPY . . [2021-01-20T00:43:14.150Z] Removing intermediate container 6fa641f9c46b [2021-01-20T00:43:14.150Z] ---> 2ebd12f6732b [2021-01-20T00:43:14.150Z] Step 8/22 : COPY . . [2021-01-20T00:43:14.421Z] Removing intermediate container 7b80f644d86c [2021-01-20T00:43:14.421Z] ---> 0a8d39b07b42 [2021-01-20T00:43:14.421Z] Step 8/22 : COPY . . [2021-01-20T00:43:15.017Z] Removing intermediate container 15d9a4e41513 [2021-01-20T00:43:15.017Z] ---> e012962c9ad2 [2021-01-20T00:43:15.017Z] Step 8/24 : COPY . . [2021-01-20T00:43:17.626Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-20T00:43:17.627Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-20T00:43:17.627Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-20T00:43:17.627Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-20T00:43:17.627Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-20T00:43:17.627Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-20T00:43:17.627Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-20T00:43:17.627Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-20T00:43:17.627Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-20T00:43:17.627Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-20T00:43:17.627Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-20T00:43:17.627Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-20T00:43:17.627Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-20T00:43:17.627Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-20T00:43:17.627Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-20T00:43:17.627Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-20T00:43:17.627Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-20T00:43:17.627Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-20T00:43:17.627Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-20T00:43:17.627Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1844 kB] [2021-01-20T00:43:17.627Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-20T00:43:17.627Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-20T00:43:17.627Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-20T00:43:17.627Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-20T00:43:17.627Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-20T00:43:17.627Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] [2021-01-20T00:43:17.627Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-20T00:43:17.627Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-20T00:43:17.627Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-20T00:43:17.627Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-20T00:43:17.627Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-20T00:43:17.627Z] Fetched 279 kB in 0s (0 B/s) [2021-01-20T00:43:17.627Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-20T00:43:17.627Z] Fetched 122 kB in 0s (0 B/s) [2021-01-20T00:43:17.627Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-20T00:43:17.627Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-20T00:43:17.627Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-20T00:43:17.627Z] Fetched 8848 B in 0s (0 B/s) [2021-01-20T00:43:17.627Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-20T00:43:17.627Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-20T00:43:17.627Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-20T00:43:17.627Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-20T00:43:17.627Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-20T00:43:17.627Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-20T00:43:17.627Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-20T00:43:17.627Z] Fetched 214 kB in 0s (0 B/s) [2021-01-20T00:43:17.627Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-20T00:43:17.627Z] Fetched 155 kB in 0s (0 B/s) [2021-01-20T00:43:17.627Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-20T00:43:17.627Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-20T00:43:17.627Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-20T00:43:17.627Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-20T00:43:17.627Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-20T00:43:17.627Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-20T00:43:17.627Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-20T00:43:17.627Z] Fetched 499 kB in 0s (0 B/s) [2021-01-20T00:43:17.627Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-20T00:43:17.627Z] Fetched 111 kB in 0s (0 B/s) [2021-01-20T00:43:17.627Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-20T00:43:17.627Z] Fetched 240 kB in 0s (0 B/s) [2021-01-20T00:43:17.627Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-20T00:43:17.627Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-20T00:43:17.627Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-20T00:43:17.627Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-20T00:43:17.627Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-20T00:43:17.627Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-20T00:43:17.627Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-20T00:43:17.627Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-20T00:43:17.627Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-20T00:43:17.627Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-20T00:43:17.627Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-20T00:43:17.627Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-20T00:43:17.627Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-20T00:43:17.627Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-20T00:43:17.627Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-20T00:43:17.627Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-20T00:43:17.627Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-20T00:43:17.627Z] Fetched 8720 B in 0s (0 B/s) [2021-01-20T00:43:17.627Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-20T00:43:17.627Z] Fetched 137 kB in 0s (0 B/s) [2021-01-20T00:43:17.627Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-20T00:43:17.627Z] Fetched 119 kB in 0s (0 B/s) [2021-01-20T00:43:17.627Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-20T00:43:17.627Z] Fetched 109 kB in 0s (0 B/s) [2021-01-20T00:43:17.627Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-20T00:43:17.627Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-20T00:43:17.627Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-20T00:43:17.627Z] Fetched 645 kB in 0s (0 B/s) [2021-01-20T00:43:17.627Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-20T00:43:17.627Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-20T00:43:17.627Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-20T00:43:17.627Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-20T00:43:17.627Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-20T00:43:17.627Z] Fetched 368 kB in 0s (0 B/s) [2021-01-20T00:43:17.627Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-20T00:43:17.627Z] Fetched 187 kB in 0s (0 B/s) [2021-01-20T00:43:17.627Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-20T00:43:17.627Z] Fetched 175 kB in 0s (0 B/s) [2021-01-20T00:43:17.627Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-20T00:43:19.544Z] Fetched 206 kB in 0s (0 B/s) [2021-01-20T00:43:19.544Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-20T00:43:19.544Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-20T00:43:19.544Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-20T00:43:19.544Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-20T00:43:19.544Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-20T00:43:19.544Z] Fetched 159 kB in 0s (0 B/s) [2021-01-20T00:43:19.544Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-20T00:43:19.544Z] Fetched 107 kB in 0s (0 B/s) [2021-01-20T00:43:19.544Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-20T00:43:19.544Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-20T00:43:19.544Z] Pulling static-packages [2021-01-20T00:43:20.486Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-20T00:43:20.486Z] Skipping pull go-build-helper (already ran) [2021-01-20T00:43:20.486Z] Skipping pull static-packages (already ran) [2021-01-20T00:43:20.486Z] Building go-build-helper [2021-01-20T00:43:24.694Z] Building static-packages [2021-01-20T00:43:26.094Z] Staging go-build-helper [2021-01-20T00:43:26.679Z] Staging static-packages [2021-01-20T00:43:27.621Z] Pulling go115 [2021-01-20T00:43:28.567Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-20T00:43:28.567Z] Skipping pull go115 (already ran) [2021-01-20T00:43:28.567Z] Building go115 [2021-01-20T00:43:28.567Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T00:43:28.567Z] Dload Upload Total Spent Left Speed [2021-01-20T00:43:31.423Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 26 115M 26 30.9M 0 0 31.3M 0 0:00:03 --:--:-- 0:00:03 31.2M 58 115M 58 68.0M 0 0 34.1M 0 0:00:03 0:00:01 0:00:02 34.0M 100 115M 100 115M 0 0 40.8M 0 0:00:02 0:00:02 --:--:-- 40.8M [2021-01-20T00:43:31.994Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-20T00:43:36.198Z] Staging go115 [2021-01-20T00:43:40.405Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-20T00:43:40.405Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-20T00:43:40.405Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-20T00:43:40.405Z] Fetched 0 B in 0s (0 B/s) [2021-01-20T00:43:40.405Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-20T00:43:40.405Z] Fetched 224 kB in 0s (0 B/s) [2021-01-20T00:43:40.405Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-20T00:43:40.405Z] Fetched 157 kB in 0s (0 B/s) [2021-01-20T00:43:40.405Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-20T00:43:40.405Z] Fetched 221 kB in 0s (0 B/s) [2021-01-20T00:43:40.405Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-20T00:43:40.405Z] Fetched 143 kB in 0s (0 B/s) [2021-01-20T00:43:40.405Z] Pulling edgex-go [2021-01-20T00:43:41.787Z] Pulling version [2021-01-20T00:43:41.865Z] ---> 83ce00b54c6b [2021-01-20T00:43:41.865Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-20T00:43:41.865Z] ---> f7d8dd77ce76 [2021-01-20T00:43:41.865Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-20T00:43:41.865Z] ---> b4c6a5c7fee0 [2021-01-20T00:43:41.865Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-20T00:43:41.865Z] ---> f7f70f330939 [2021-01-20T00:43:41.865Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-20T00:43:41.865Z] ---> 7d61d0b8c424 [2021-01-20T00:43:41.865Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-20T00:43:41.865Z] ---> Running in f34243d1e217 [2021-01-20T00:43:41.865Z] ---> Running in cd4c1d2a0932 [2021-01-20T00:43:41.865Z] ---> Running in f6d50bd51a0b [2021-01-20T00:43:41.865Z] ---> Running in 01276d23e729 [2021-01-20T00:43:41.865Z] ---> Running in e361c786997f [2021-01-20T00:43:41.865Z] 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-20T00:43:41.865Z] 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-20T00:43:42.142Z] 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-20T00:43:42.142Z] 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-20T00:43:42.419Z] 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-20T00:43:42.735Z] Building config-common [2021-01-20T00:43:44.650Z] Skipping build go-build-helper (already ran) [2021-01-20T00:43:44.650Z] Skipping build static-packages (already ran) [2021-01-20T00:43:44.650Z] Skipping build go115 (already ran) [2021-01-20T00:43:44.650Z] Building edgex-go [2021-01-20T00:43:44.650Z] 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-20T00:43:46.566Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-20T00:43:46.566Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.72 [2021-01-20T00:43:46.566Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-20T00:43:46.566Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-20T00:43:46.566Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 [2021-01-20T00:43:46.834Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-20T00:43:46.834Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.33 [2021-01-20T00:43:46.834Z] go: downloading github.com/google/uuid v1.1.5 [2021-01-20T00:43:46.834Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-20T00:43:46.834Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-20T00:43:46.834Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-20T00:43:46.834Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-20T00:43:46.834Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-20T00:43:46.834Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-20T00:43:46.834Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-20T00:43:46.834Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-20T00:43:46.834Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-20T00:43:46.834Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-20T00:43:46.834Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-20T00:43:46.834Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-20T00:43:46.834Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-20T00:43:46.834Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-20T00:43:46.834Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-20T00:43:46.834Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-20T00:43:46.834Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-20T00:43:46.834Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-20T00:43:46.834Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-20T00:43:46.834Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-20T00:43:46.834Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-20T00:43:46.834Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-20T00:43:46.834Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-20T00:43:46.834Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-20T00:43:47.097Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-20T00:43:47.097Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-20T00:43:47.097Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-20T00:43:47.097Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-20T00:43:47.097Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-20T00:43:47.097Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-20T00:43:47.097Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-20T00:43:47.360Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-20T00:43:47.360Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-20T00:43:53.947Z] 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-20T00:43:57.248Z] 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-20T00:43:58.193Z] 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-20T00:43:59.595Z] 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-20T00:43:59.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-20T00:43:59.862Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-20T00:43:59.862Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-20T00:43:59.862Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-20T00:43:59.862Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-20T00:44:01.790Z] 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-20T00:44:01.791Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-20T00:44:01.791Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-20T00:44:02.730Z] 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-20T00:44:03.672Z] 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-20T00:44:03.672Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-20T00:44:05.072Z] 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-20T00:44:05.646Z] 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-20T00:44:06.586Z] 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-20T00:44:06.586Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-20T00:44:09.144Z] Building version [2021-01-20T00:44:10.537Z] Staging config-common [2021-01-20T00:44:11.477Z] Skipping stage go-build-helper (already ran) [2021-01-20T00:44:11.477Z] Skipping stage static-packages (already ran) [2021-01-20T00:44:11.477Z] Skipping stage go115 (already ran) [2021-01-20T00:44:11.477Z] Staging edgex-go [2021-01-20T00:44:12.437Z] Staging version [2021-01-20T00:44:13.422Z] Priming config-common [2021-01-20T00:44:14.367Z] Priming go-build-helper [2021-01-20T00:44:15.313Z] Priming static-packages [2021-01-20T00:44:17.862Z] Priming go115 [2021-01-20T00:44:18.433Z] Priming edgex-go [2021-01-20T00:44:19.819Z] Priming version [2021-01-20T00:44:20.389Z] 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-20T00:45:04.258Z] 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-20T00:45:19.410Z] Removing intermediate container f6d50bd51a0b [2021-01-20T00:45:19.410Z] ---> 5e462136d2f4 [2021-01-20T00:45:19.410Z] [2021-01-20T00:45:19.410Z] Step 10/24 : FROM alpine:3.12 [2021-01-20T00:45:19.410Z] 3.12: Pulling from library/alpine [2021-01-20T00:45:20.016Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-20T00:45:20.016Z] Status: Downloaded newer image for alpine:3.12 [2021-01-20T00:45:20.016Z] ---> afeebe901d6b [2021-01-20T00:45:20.016Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-20T00:45:21.012Z] ---> Running in d82c786b2e82 [2021-01-20T00:45:22.013Z] Removing intermediate container e361c786997f [2021-01-20T00:45:22.013Z] ---> 0912da2e2210 [2021-01-20T00:45:22.013Z] [2021-01-20T00:45:22.013Z] Step 10/22 : FROM alpine:3.12 [2021-01-20T00:45:22.013Z] ---> afeebe901d6b [2021-01-20T00:45:22.013Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-20T00:45:22.628Z] ---> Running in 1f64e2165b77 [2021-01-20T00:45:24.092Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T00:45:24.367Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T00:45:24.971Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-20T00:45:24.971Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-20T00:45:24.971Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-20T00:45:24.971Z] (4/5) Installing curl (7.69.1-r3) [2021-01-20T00:45:24.971Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-20T00:45:24.971Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T00:45:24.971Z] Executing ca-certificates-20191127-r4.trigger [2021-01-20T00:45:25.253Z] OK: 7 MiB in 19 packages [2021-01-20T00:45:25.253Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T00:45:25.575Z] Removing intermediate container f34243d1e217 [2021-01-20T00:45:25.575Z] ---> 5f828c84dc8b [2021-01-20T00:45:25.575Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-20T00:45:25.575Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T00:45:25.882Z] ---> Running in cd7d0a4affaa [2021-01-20T00:45:26.183Z] Removing intermediate container cd4c1d2a0932 [2021-01-20T00:45:26.183Z] ---> 69a335e87091 [2021-01-20T00:45:26.183Z] [2021-01-20T00:45:26.183Z] Step 10/22 : FROM scratch [2021-01-20T00:45:26.183Z] ---> [2021-01-20T00:45:26.183Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T00:45:26.183Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-20T00:45:26.183Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-20T00:45:26.487Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-20T00:45:26.487Z] (4/5) Installing curl (7.69.1-r3) [2021-01-20T00:45:26.487Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-20T00:45:26.487Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T00:45:26.487Z] Executing ca-certificates-20191127-r4.trigger [2021-01-20T00:45:26.487Z] ---> Running in 013e26b8c006 [2021-01-20T00:45:26.773Z] OK: 7 MiB in 19 packages [2021-01-20T00:45:27.785Z] Removing intermediate container 013e26b8c006 [2021-01-20T00:45:27.785Z] ---> 5aff13bdafe0 [2021-01-20T00:45:27.785Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-20T00:45:28.065Z] ---> Running in f40e389b0c6d [2021-01-20T00:45:28.361Z] Removing intermediate container d82c786b2e82 [2021-01-20T00:45:28.361Z] ---> ac56abdf55fa [2021-01-20T00:45:28.361Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-20T00:45:28.645Z] 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-20T00:45:28.645Z] ---> Running in f1617b71d8a2 [2021-01-20T00:45:28.645Z] Removing intermediate container f40e389b0c6d [2021-01-20T00:45:28.645Z] ---> 901c6e8b73b0 [2021-01-20T00:45:28.645Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-20T00:45:28.933Z] ---> Running in 8e7acd1b3140 [2021-01-20T00:45:29.545Z] Removing intermediate container f1617b71d8a2 [2021-01-20T00:45:29.545Z] ---> 524442b0baf9 [2021-01-20T00:45:29.545Z] Step 13/24 : WORKDIR / [2021-01-20T00:45:29.545Z] Removing intermediate container 8e7acd1b3140 [2021-01-20T00:45:29.545Z] ---> ef1af0b7fbea [2021-01-20T00:45:29.545Z] Step 14/22 : WORKDIR / [2021-01-20T00:45:29.865Z] Removing intermediate container 1f64e2165b77 [2021-01-20T00:45:29.865Z] ---> 795e581296f6 [2021-01-20T00:45:29.865Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-20T00:45:29.865Z] ---> Running in 809d65c7a55a [2021-01-20T00:45:29.865Z] ---> Running in e0c76a38f2cb [2021-01-20T00:45:29.865Z] ---> Running in 2110c387a69e [2021-01-20T00:45:30.467Z] Removing intermediate container 809d65c7a55a [2021-01-20T00:45:30.467Z] ---> 9c02713b9724 [2021-01-20T00:45:30.467Z] 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-20T00:45:30.741Z] Removing intermediate container 2110c387a69e [2021-01-20T00:45:30.741Z] ---> aa939e81aa49 [2021-01-20T00:45:30.741Z] Step 13/22 : WORKDIR / [2021-01-20T00:45:30.741Z] Removing intermediate container e0c76a38f2cb [2021-01-20T00:45:30.741Z] ---> 39b421b38fee [2021-01-20T00:45:30.742Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T00:45:31.024Z] ---> Running in 07be834d0e69 [2021-01-20T00:45:32.020Z] Removing intermediate container 07be834d0e69 [2021-01-20T00:45:32.020Z] ---> 43792ad68ae6 [2021-01-20T00:45:32.020Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T00:45:32.020Z] ---> e942916d0ffd [2021-01-20T00:45:32.020Z] 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-20T00:45:32.312Z] ---> 8235d37625a1 [2021-01-20T00:45:32.312Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-20T00:45:33.316Z] ---> 5c5637355193 [2021-01-20T00:45:33.316Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-20T00:45:33.316Z] ---> 812ab6f70aab [2021-01-20T00:45:33.316Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-20T00:45:34.302Z] Removing intermediate container cd7d0a4affaa [2021-01-20T00:45:34.302Z] ---> 0bfa74b9cbf3 [2021-01-20T00:45:34.302Z] [2021-01-20T00:45:34.302Z] Step 11/26 : FROM docker:20.10.0 [2021-01-20T00:45:34.574Z] 20.10.0: Pulling from library/docker [2021-01-20T00:45:34.850Z] ---> 8a340d9087fd [2021-01-20T00:45:34.850Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-20T00:45:34.850Z] ---> 028f17f203ba [2021-01-20T00:45:34.850Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-20T00:45:34.850Z] ---> bb130f546ae7 [2021-01-20T00:45:34.850Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-20T00:45:36.828Z] ---> 9f2d37cc4e0c [2021-01-20T00:45:36.829Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-20T00:45:37.429Z] ---> Running in c74537288928 [2021-01-20T00:45:37.429Z] ---> 01b90248c68b [2021-01-20T00:45:37.430Z] ---> fed1706faf24 [2021-01-20T00:45:37.430Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-20T00:45:37.705Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-20T00:45:38.318Z] Removing intermediate container 01276d23e729 [2021-01-20T00:45:38.318Z] ---> 609e2fe16dd6 [2021-01-20T00:45:38.318Z] [2021-01-20T00:45:38.318Z] Step 10/22 : FROM scratch [2021-01-20T00:45:38.318Z] ---> [2021-01-20T00:45:38.318Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T00:45:38.318Z] ---> Using cache [2021-01-20T00:45:38.318Z] ---> 5aff13bdafe0 [2021-01-20T00:45:38.318Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-20T00:45:38.318Z] Removing intermediate container c74537288928 [2021-01-20T00:45:38.318Z] ---> a5abec986f41 [2021-01-20T00:45:38.318Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T00:45:38.594Z] ---> Running in 175177ce7dd3 [2021-01-20T00:45:38.594Z] ---> Running in ef170ef88133 [2021-01-20T00:45:38.875Z] ---> 49a3ca5c5cc5 [2021-01-20T00:45:38.875Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-20T00:45:39.152Z] ---> 1c2db5bdb7d3 [2021-01-20T00:45:39.152Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-20T00:45:39.152Z] ---> Running in 668d9d992ca1 [2021-01-20T00:45:39.152Z] Removing intermediate container 175177ce7dd3 [2021-01-20T00:45:39.152Z] ---> 4c98fd20ab83 [2021-01-20T00:45:39.152Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-20T00:45:39.432Z] ---> Running in 66a80bdf72db [2021-01-20T00:45:39.432Z] Removing intermediate container ef170ef88133 [2021-01-20T00:45:39.432Z] ---> d07d9ac8bdec [2021-01-20T00:45:39.432Z] Step 20/22 : LABEL arch=arm64 [2021-01-20T00:45:40.043Z] ---> Running in 89c30d52cedb [2021-01-20T00:45:40.327Z] Removing intermediate container 66a80bdf72db [2021-01-20T00:45:40.327Z] ---> 7ac0c4bdcd4b [2021-01-20T00:45:40.327Z] Step 14/22 : WORKDIR / [2021-01-20T00:45:40.601Z] ---> 1c944f272c17 [2021-01-20T00:45:40.601Z] 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-20T00:45:40.878Z] ---> Running in 74f18c36ef57 [2021-01-20T00:45:40.878Z] ---> Running in 8e70c810db5a [2021-01-20T00:45:41.155Z] Removing intermediate container 89c30d52cedb [2021-01-20T00:45:41.155Z] ---> 3f2001c00f8c [2021-01-20T00:45:41.155Z] Step 21/22 : LABEL git_sha=0f23783058a0cf3e0a89a45626a2d7220b018d34 [2021-01-20T00:45:41.755Z] ---> Running in 6d55f6ff034f [2021-01-20T00:45:41.755Z] Removing intermediate container 74f18c36ef57 [2021-01-20T00:45:41.755Z] ---> a165a54a8e55 [2021-01-20T00:45:41.755Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T00:45:42.748Z] Removing intermediate container 6d55f6ff034f [2021-01-20T00:45:42.748Z] ---> 1955ad14bfd3 [2021-01-20T00:45:42.748Z] Step 22/22 : LABEL version=0.0.0 [2021-01-20T00:45:43.354Z] ---> Running in 54cc0c03cb60 [2021-01-20T00:45:43.355Z] Removing intermediate container 668d9d992ca1 [2021-01-20T00:45:43.355Z] ---> 10dbdc017ea9 [2021-01-20T00:45:43.355Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-20T00:45:43.355Z] ---> 9c4b3925d323 [2021-01-20T00:45:43.355Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-20T00:45:43.960Z] ---> Running in 4bdaea0821b8 [2021-01-20T00:45:44.234Z] Removing intermediate container 54cc0c03cb60 [2021-01-20T00:45:44.234Z] ---> 8444e60fe8c0 [2021-01-20T00:45:44.234Z] [2021-01-20T00:45:44.515Z] Removing intermediate container 4bdaea0821b8 [2021-01-20T00:45:44.515Z] ---> e8934d3b9873 [2021-01-20T00:45:44.515Z] Step 20/22 : LABEL arch=arm64 [2021-01-20T00:45:44.791Z] Successfully built 8444e60fe8c0 [2021-01-20T00:45:45.151Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-20T00:45:45.151Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-01-20T00:45:45.151Z] ---> Running in 4a5d6add5a0b [2021-01-20T00:45:45.422Z] Removing intermediate container 8e70c810db5a [2021-01-20T00:45:45.422Z] ---> b2cd92162117 [2021-01-20T00:45:45.422Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-20T00:45:45.422Z] ---> 7410c2456fc6 [2021-01-20T00:45:45.422Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-20T00:45:45.694Z] ---> Running in 987ddbd4b6be [2021-01-20T00:45:45.974Z] Removing intermediate container 4a5d6add5a0b [2021-01-20T00:45:45.974Z] ---> db801e62ea75 [2021-01-20T00:45:45.974Z] Step 21/22 : LABEL git_sha=0f23783058a0cf3e0a89a45626a2d7220b018d34 [2021-01-20T00:45:46.254Z] ---> Running in 79069092d196 [2021-01-20T00:45:46.528Z] Removing intermediate container 987ddbd4b6be [2021-01-20T00:45:46.528Z] ---> 342e2eb6e205 [2021-01-20T00:45:46.528Z] Step 22/24 : LABEL arch=arm64 [2021-01-20T00:45:47.518Z] ---> 71b9dc2178c0 [2021-01-20T00:45:47.518Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-20T00:45:48.123Z] ---> Running in 06fcfecd0f5e [2021-01-20T00:45:48.397Z] Removing intermediate container 79069092d196 [2021-01-20T00:45:48.397Z] ---> 0a046f89ce41 [2021-01-20T00:45:48.397Z] Step 22/22 : LABEL version=0.0.0 [2021-01-20T00:45:48.673Z] ---> Running in 614da6118a74 [2021-01-20T00:45:48.673Z] ---> Running in 4633452b868c [2021-01-20T00:45:48.944Z] Removing intermediate container 06fcfecd0f5e [2021-01-20T00:45:48.944Z] ---> d9a7538cb947 [2021-01-20T00:45:48.944Z] Step 23/24 : LABEL git_sha=0f23783058a0cf3e0a89a45626a2d7220b018d34 [2021-01-20T00:45:49.540Z] ---> Running in 94c2dea6a159 [2021-01-20T00:45:50.140Z] Removing intermediate container 4633452b868c [2021-01-20T00:45:50.141Z] ---> 73cb3b0ec6b1 [2021-01-20T00:45:50.141Z] [2021-01-20T00:45:50.141Z] Removing intermediate container 614da6118a74 [2021-01-20T00:45:50.141Z] ---> bae0ff10126c [2021-01-20T00:45:50.141Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T00:45:50.421Z] Successfully built 73cb3b0ec6b1 [2021-01-20T00:45:50.421Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-20T00:45:50.421Z] Building docker-support-notifications-go [2021-01-20T00:45:50.699Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 94c2dea6a159 [2021-01-20T00:45:50.699Z] ---> 904549727f09 [2021-01-20T00:45:50.699Z] Step 24/24 : LABEL version=0.0.0 [2021-01-20T00:45:50.699Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-20T00:45:50.699Z] ---> Running in 37a8e33fc25b [2021-01-20T00:45:50.699Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-20T00:45:50.972Z] ---> eeaf43b92773 [2021-01-20T00:45:50.972Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-20T00:45:50.972Z] ---> Running in c881b0a7740c [2021-01-20T00:45:50.972Z] ---> Running in 370b6ab9aeaa [2021-01-20T00:45:51.705Z] Removing intermediate container 37a8e33fc25b [2021-01-20T00:45:51.705Z] ---> 38e1efb89043 [2021-01-20T00:45:51.705Z] Step 20/22 : LABEL arch=arm64 [2021-01-20T00:45:51.705Z] Removing intermediate container c881b0a7740c [2021-01-20T00:45:51.705Z] ---> d69176ddf6b5 [2021-01-20T00:45:51.705Z] [2021-01-20T00:45:51.986Z] ---> Running in 85fd33046a68 [2021-01-20T00:45:52.270Z] Successfully built d69176ddf6b5 [2021-01-20T00:45:52.270Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-20T00:45:52.270Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2021-01-20T00:45:52.543Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T00:45:52.543Z] Removing intermediate container 85fd33046a68 [2021-01-20T00:45:52.543Z] ---> 7961535835a2 [2021-01-20T00:45:52.543Z] Step 21/22 : LABEL git_sha=0f23783058a0cf3e0a89a45626a2d7220b018d34 [2021-01-20T00:45:52.818Z] ---> Running in 0d2335526268 [2021-01-20T00:45:52.818Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T00:45:53.431Z] (1/2) Installing readline (8.0.4-r0) [2021-01-20T00:45:53.431Z] Removing intermediate container 0d2335526268 [2021-01-20T00:45:53.431Z] ---> 7a03e1a38b62 [2021-01-20T00:45:53.431Z] Step 22/22 : LABEL version=0.0.0 [2021-01-20T00:45:53.431Z] (2/2) Installing bash (5.0.17-r0) [2021-01-20T00:45:53.431Z] Executing bash-5.0.17-r0.post-install [2021-01-20T00:45:53.431Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T00:45:53.431Z] OK: 12 MiB in 22 packages [2021-01-20T00:45:53.701Z] ---> Running in 4c7c776603c0 [2021-01-20T00:45:54.293Z] Removing intermediate container 4c7c776603c0 [2021-01-20T00:45:54.294Z] ---> 0c31dcbd0f04 [2021-01-20T00:45:54.294Z] [2021-01-20T00:45:54.568Z] Successfully built 0c31dcbd0f04 [2021-01-20T00:45:54.568Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-20T00:45:54.568Z]  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go [2021-01-20T00:45:55.175Z] Removing intermediate container 370b6ab9aeaa [2021-01-20T00:45:55.175Z] ---> 39a7f2d41f70 [2021-01-20T00:45:55.445Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-20T00:45:55.715Z] ---> Running in f13f69a95fbf [2021-01-20T00:45:56.308Z] Removing intermediate container f13f69a95fbf [2021-01-20T00:45:56.308Z] ---> 853d444c1b96 [2021-01-20T00:45:56.308Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-20T00:45:56.906Z] ---> Running in 2aadec27a288 [2021-01-20T00:45:57.882Z] Removing intermediate container 2aadec27a288 [2021-01-20T00:45:57.882Z] ---> dc7181fb3cce [2021-01-20T00:45:57.882Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-20T00:45:58.887Z] ---> Running in 7fa04913a3c7 [2021-01-20T00:45:59.496Z] Removing intermediate container 7fa04913a3c7 [2021-01-20T00:45:59.496Z] ---> b639e7739ad9 [2021-01-20T00:45:59.496Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-20T00:46:02.148Z] ---> d0414d13e1d2 [2021-01-20T00:46:02.148Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-20T00:46:03.606Z] ---> 82602ad023dd [2021-01-20T00:46:03.606Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-20T00:46:05.054Z] ---> 89f6bd2738ae [2021-01-20T00:46:05.054Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-20T00:46:05.330Z] ---> Running in 19838a6c3f2f [2021-01-20T00:46:06.781Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T00:46:06.781Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T00:46:07.376Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-20T00:46:07.376Z] (2/33) Installing expat (2.2.9-r1) [2021-01-20T00:46:07.376Z] (3/33) Installing libffi (3.3-r2) [2021-01-20T00:46:07.376Z] (4/33) Installing gdbm (1.13-r1) [2021-01-20T00:46:07.376Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-20T00:46:07.376Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-20T00:46:07.655Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-20T00:46:09.654Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-20T00:46:09.654Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-20T00:46:09.654Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-20T00:46:09.654Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-20T00:46:09.654Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-20T00:46:09.654Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-20T00:46:09.654Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-20T00:46:09.654Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-20T00:46:09.654Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-20T00:46:09.654Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-20T00:46:09.654Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-20T00:46:09.654Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-20T00:46:09.654Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-20T00:46:09.654Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-20T00:46:09.654Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-20T00:46:09.654Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-20T00:46:09.654Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-20T00:46:09.930Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-20T00:46:09.931Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-20T00:46:09.931Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-20T00:46:09.931Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-20T00:46:09.931Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-20T00:46:09.931Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-20T00:46:09.931Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-20T00:46:09.931Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-20T00:46:09.931Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-20T00:46:10.206Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T00:46:10.206Z] OK: 71 MiB in 55 packages [2021-01-20T00:46:20.354Z] Removing intermediate container 19838a6c3f2f [2021-01-20T00:46:20.354Z] ---> b6de63dd2edb [2021-01-20T00:46:20.354Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-20T00:46:20.354Z] ---> Running in 6c49559556e0 [2021-01-20T00:46:24.656Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T00:46:24.656Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-20T00:46:24.656Z] ---> 4968e24b63dc [2021-01-20T00:46:24.656Z] Step 3/23 : WORKDIR /edgex-go [2021-01-20T00:46:24.656Z] ---> Using cache [2021-01-20T00:46:24.656Z] ---> 3147b10c9c24 [2021-01-20T00:46:24.656Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T00:46:24.656Z] ---> Using cache [2021-01-20T00:46:24.656Z] ---> 8dd5ecea27b2 [2021-01-20T00:46:24.656Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-20T00:46:26.639Z] ---> Running in 5adabc7e8425 [2021-01-20T00:46:27.423Z] Collecting docker-compose==1.23.2 [2021-01-20T00:46:27.423Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-20T00:46:28.422Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T00:46:28.700Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-20T00:46:28.700Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-20T00:46:29.302Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T00:46:29.302Z] Collecting texttable<0.10,>=0.9.0 [2021-01-20T00:46:29.302Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-20T00:46:29.901Z] OK: 217 MiB in 51 packages [2021-01-20T00:46:34.243Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-20T00:46:34.243Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-20T00:46:34.243Z] Removing intermediate container 5adabc7e8425 [2021-01-20T00:46:34.243Z] ---> e3e447c310c6 [2021-01-20T00:46:34.243Z] Step 6/23 : COPY go.mod . [2021-01-20T00:46:34.243Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T00:46:34.243Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-20T00:46:34.243Z] ---> 4968e24b63dc [2021-01-20T00:46:34.243Z] Step 3/21 : WORKDIR /edgex-go [2021-01-20T00:46:34.243Z] ---> Using cache [2021-01-20T00:46:34.243Z] ---> 3147b10c9c24 [2021-01-20T00:46:34.243Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T00:46:34.243Z] ---> Using cache [2021-01-20T00:46:34.243Z] ---> 8dd5ecea27b2 [2021-01-20T00:46:34.243Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-20T00:46:34.243Z] ---> Using cache [2021-01-20T00:46:34.243Z] ---> 98777625ee0e [2021-01-20T00:46:34.243Z] Step 6/21 : COPY go.mod . [2021-01-20T00:46:34.243Z] ---> Using cache [2021-01-20T00:46:34.243Z] ---> 2572ba5fd240 [2021-01-20T00:46:34.243Z] Step 7/21 : RUN go mod download [2021-01-20T00:46:34.243Z] ---> Using cache [2021-01-20T00:46:34.243Z] ---> e012962c9ad2 [2021-01-20T00:46:34.243Z] Step 8/21 : COPY . . [2021-01-20T00:46:34.243Z] ---> Using cache [2021-01-20T00:46:34.243Z] ---> b4c6a5c7fee0 [2021-01-20T00:46:34.243Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-20T00:46:35.226Z] ---> Running in 82dee9a524fb [2021-01-20T00:46:35.226Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T00:46:35.226Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-20T00:46:35.226Z] ---> 4968e24b63dc [2021-01-20T00:46:35.226Z] Step 3/24 : WORKDIR /edgex-go [2021-01-20T00:46:35.226Z] ---> Using cache [2021-01-20T00:46:35.226Z] ---> 3147b10c9c24 [2021-01-20T00:46:35.226Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T00:46:35.226Z] ---> Using cache [2021-01-20T00:46:35.226Z] ---> 8dd5ecea27b2 [2021-01-20T00:46:35.226Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-20T00:46:35.226Z] Collecting docker<4.0,>=3.6.0 [2021-01-20T00:46:35.500Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-20T00:46:35.500Z] ---> Running in a4675bfffd16 [2021-01-20T00:46:35.500Z] ---> 6b19ae80a133 [2021-01-20T00:46:35.500Z] Step 7/23 : RUN go mod download [2021-01-20T00:46:35.771Z] ---> Running in 18f4452bf502 [2021-01-20T00:46:36.048Z] 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-20T00:46:36.321Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T00:46:36.321Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-20T00:46:36.321Z] ---> 4968e24b63dc [2021-01-20T00:46:36.321Z] Step 3/21 : WORKDIR /edgex-go [2021-01-20T00:46:36.321Z] ---> Using cache [2021-01-20T00:46:36.321Z] ---> 3147b10c9c24 [2021-01-20T00:46:36.321Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T00:46:36.321Z] ---> Using cache [2021-01-20T00:46:36.321Z] ---> 8dd5ecea27b2 [2021-01-20T00:46:36.321Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-20T00:46:36.321Z] ---> Using cache [2021-01-20T00:46:36.321Z] ---> 98777625ee0e [2021-01-20T00:46:36.321Z] Step 6/21 : COPY go.mod . [2021-01-20T00:46:36.321Z] ---> Using cache [2021-01-20T00:46:36.321Z] ---> 2572ba5fd240 [2021-01-20T00:46:36.321Z] Step 7/21 : RUN go mod download [2021-01-20T00:46:36.321Z] ---> Using cache [2021-01-20T00:46:36.321Z] ---> e012962c9ad2 [2021-01-20T00:46:36.321Z] Step 8/21 : COPY . . [2021-01-20T00:46:36.321Z] ---> Using cache [2021-01-20T00:46:36.321Z] ---> b4c6a5c7fee0 [2021-01-20T00:46:36.321Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-20T00:46:36.604Z] Collecting cached-property<2,>=1.2.0 [2021-01-20T00:46:36.604Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-20T00:46:36.604Z] ---> Running in 9cab60f0c731 [2021-01-20T00:46:37.599Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T00:46:37.870Z] Collecting PyYAML<4,>=3.10 [2021-01-20T00:46:37.870Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-20T00:46:37.870Z] 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-20T00:46:38.470Z] 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-20T00:46:38.470Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T00:46:39.474Z] OK: 217 MiB in 51 packages [2021-01-20T00:46:40.080Z] Removing intermediate container 18f4452bf502 [2021-01-20T00:46:40.080Z] ---> afb8daf79df0 [2021-01-20T00:46:40.080Z] Step 8/23 : COPY . . [2021-01-20T00:46:41.079Z] Removing intermediate container a4675bfffd16 [2021-01-20T00:46:41.079Z] ---> d1403bc65c64 [2021-01-20T00:46:41.079Z] Step 6/24 : COPY go.mod . [2021-01-20T00:46:43.076Z] ---> 3e6b1765f05f [2021-01-20T00:46:43.076Z] Step 7/24 : RUN go mod download [2021-01-20T00:46:43.408Z] Collecting jsonschema<3,>=2.5.1 [2021-01-20T00:46:43.683Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-20T00:46:43.683Z] ---> Running in 5d138fe2d71e [2021-01-20T00:46:44.283Z] Collecting docopt<0.7,>=0.6.1 [2021-01-20T00:46:44.556Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-20T00:46:47.945Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-20T00:46:47.945Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-20T00:46:49.935Z] Removing intermediate container 5d138fe2d71e [2021-01-20T00:46:49.935Z] ---> 145f6ab5006b [2021-01-20T00:46:49.935Z] Step 8/24 : COPY . . [2021-01-20T00:46:50.534Z] 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-20T00:46:51.515Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-20T00:46:51.515Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-20T00:46:52.113Z] Collecting idna<2.8,>=2.5 [2021-01-20T00:46:52.113Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-20T00:46:52.113Z] 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-20T00:46:52.387Z] Collecting docker-pycreds>=0.4.0 [2021-01-20T00:46:52.387Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-20T00:46:52.661Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-20T00:46:52.661Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-20T00:46:52.661Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-20T00:46:52.661Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-20T00:46:54.100Z] Installing collected packages: websocket-client, texttable, urllib3, idna, requests, docker-pycreds, docker, cached-property, PyYAML, jsonschema, docopt, dockerpty, docker-compose [2021-01-20T00:46:54.376Z] Running setup.py install for texttable: started [2021-01-20T00:46:58.728Z] Running setup.py install for texttable: finished with status 'done' [2021-01-20T00:46:58.728Z] Attempting uninstall: urllib3 [2021-01-20T00:46:58.728Z] Found existing installation: urllib3 1.25.9 [2021-01-20T00:46:58.728Z] Uninstalling urllib3-1.25.9: [2021-01-20T00:46:58.728Z] Successfully uninstalled urllib3-1.25.9 [2021-01-20T00:46:59.335Z] Attempting uninstall: idna [2021-01-20T00:46:59.335Z] Found existing installation: idna 2.9 [2021-01-20T00:46:59.335Z] Uninstalling idna-2.9: [2021-01-20T00:46:59.335Z] Successfully uninstalled idna-2.9 [2021-01-20T00:47:01.993Z] Attempting uninstall: requests [2021-01-20T00:47:01.993Z] Found existing installation: requests 2.23.0 [2021-01-20T00:47:01.993Z] Uninstalling requests-2.23.0: [2021-01-20T00:47:01.993Z] Successfully uninstalled requests-2.23.0 [2021-01-20T00:47:03.438Z] ---> 49068ba44448 [2021-01-20T00:47:03.438Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-20T00:47:04.431Z] ---> Running in 304755398d47 [2021-01-20T00:47:04.431Z] Running setup.py install for PyYAML: started [2021-01-20T00:47:06.422Z] 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-20T00:47:07.869Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-20T00:47:08.476Z] Running setup.py install for docopt: started [2021-01-20T00:47:11.868Z] Running setup.py install for docopt: finished with status 'done' [2021-01-20T00:47:11.868Z] Running setup.py install for dockerpty: started [2021-01-20T00:47:12.142Z] ---> 2803732e195a [2021-01-20T00:47:12.142Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-20T00:47:12.142Z] ---> Running in 619212b0849e [2021-01-20T00:47:14.128Z] 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-20T00:47:14.128Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-20T00:47:15.568Z] 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-20T00:47:20.979Z] Removing intermediate container 6c49559556e0 [2021-01-20T00:47:20.979Z] ---> c73ad2d920e7 [2021-01-20T00:47:20.979Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-20T00:47:20.979Z] ---> Running in 6c40817af788 [2021-01-20T00:47:22.419Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T00:47:22.692Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T00:47:23.679Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-20T00:47:23.679Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-20T00:47:23.679Z] (3/3) Installing curl (7.69.1-r3) [2021-01-20T00:47:23.679Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T00:47:23.679Z] OK: 71 MiB in 58 packages [2021-01-20T00:47:25.131Z] Removing intermediate container 6c40817af788 [2021-01-20T00:47:25.131Z] ---> 07024b4f3000 [2021-01-20T00:47:25.131Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-20T00:47:25.412Z] ---> Running in 7b0320f2cc30 [2021-01-20T00:47:26.030Z] Removing intermediate container 7b0320f2cc30 [2021-01-20T00:47:26.030Z] ---> 3f1aca6ab8c9 [2021-01-20T00:47:26.030Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T00:47:26.310Z] ---> Running in 48bf648594f1 [2021-01-20T00:47:26.917Z] Removing intermediate container 48bf648594f1 [2021-01-20T00:47:26.917Z] ---> 76a773771374 [2021-01-20T00:47:26.917Z] Step 24/26 : LABEL arch=arm64 [2021-01-20T00:47:26.917Z] ---> Running in 7ca1b18feb08 [2021-01-20T00:47:27.521Z] Removing intermediate container 7ca1b18feb08 [2021-01-20T00:47:27.521Z] ---> d115467af390 [2021-01-20T00:47:27.521Z] Step 25/26 : LABEL git_sha=0f23783058a0cf3e0a89a45626a2d7220b018d34 [2021-01-20T00:47:27.801Z] ---> Running in 69fa1b24342a [2021-01-20T00:47:28.409Z] Removing intermediate container 69fa1b24342a [2021-01-20T00:47:28.409Z] ---> 829b9c3d0263 [2021-01-20T00:47:28.409Z] Step 26/26 : LABEL version=0.0.0 [2021-01-20T00:47:28.409Z] ---> Running in 662be354d63d [2021-01-20T00:47:29.015Z] Removing intermediate container 662be354d63d [2021-01-20T00:47:29.015Z] ---> 936d9eab83f7 [2021-01-20T00:47:29.015Z] [2021-01-20T00:47:29.719Z] Successfully built 936d9eab83f7 [2021-01-20T00:47:29.719Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-20T00:47:52.171Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-20T00:48:07.321Z] Removing intermediate container 82dee9a524fb [2021-01-20T00:48:07.321Z] ---> 7d03f5eded7d [2021-01-20T00:48:07.321Z] [2021-01-20T00:48:07.321Z] Step 10/21 : FROM scratch [2021-01-20T00:48:07.321Z] ---> [2021-01-20T00:48:07.321Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T00:48:07.321Z] ---> Using cache [2021-01-20T00:48:07.321Z] ---> 5aff13bdafe0 [2021-01-20T00:48:07.321Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-20T00:48:07.321Z] Removing intermediate container 9cab60f0c731 [2021-01-20T00:48:07.321Z] ---> 021cd54bf5b7 [2021-01-20T00:48:07.321Z] [2021-01-20T00:48:07.321Z] Step 10/21 : FROM alpine:3.12 [2021-01-20T00:48:07.321Z] ---> afeebe901d6b [2021-01-20T00:48:07.321Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-20T00:48:07.321Z] ---> Running in e40d4a9dccdc [2021-01-20T00:48:07.321Z] ---> Running in 96b822b42be0 [2021-01-20T00:48:07.321Z] Removing intermediate container e40d4a9dccdc [2021-01-20T00:48:07.321Z] ---> 6fab122a5db2 [2021-01-20T00:48:07.321Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-20T00:48:07.321Z] ---> Running in a5863d0c89db [2021-01-20T00:48:07.609Z] Removing intermediate container a5863d0c89db [2021-01-20T00:48:07.609Z] ---> 2278350ffcfe [2021-01-20T00:48:07.609Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T00:48:08.218Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T00:48:08.503Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T00:48:08.779Z] ---> 306a3a320a00 [2021-01-20T00:48:08.779Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-20T00:48:09.390Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-20T00:48:09.390Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-20T00:48:09.390Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-20T00:48:09.390Z] (4/4) Installing curl (7.69.1-r3) [2021-01-20T00:48:09.390Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T00:48:09.390Z] Executing ca-certificates-20191127-r4.trigger [2021-01-20T00:48:09.671Z] OK: 7 MiB in 18 packages [2021-01-20T00:48:10.673Z] ---> 8791e46f6fcd [2021-01-20T00:48:10.673Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-20T00:48:12.676Z] ---> 436cd2a7ddb5 [2021-01-20T00:48:12.676Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-20T00:48:12.676Z] ---> Running in 28064725162f [2021-01-20T00:48:12.676Z] Removing intermediate container 96b822b42be0 [2021-01-20T00:48:12.676Z] ---> d3bff54faaa5 [2021-01-20T00:48:12.676Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-20T00:48:12.676Z] ---> Running in f93c3ae5cfb2 [2021-01-20T00:48:13.290Z] Removing intermediate container 28064725162f [2021-01-20T00:48:13.290Z] ---> 8a9283ff5d6b [2021-01-20T00:48:13.290Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T00:48:13.566Z] ---> Running in 83667dbe91d0 [2021-01-20T00:48:13.566Z] Removing intermediate container f93c3ae5cfb2 [2021-01-20T00:48:13.566Z] ---> 0258fa4fc405 [2021-01-20T00:48:13.852Z] Step 13/21 : WORKDIR /edgex [2021-01-20T00:48:13.852Z] ---> Running in 9c17ee0317c6 [2021-01-20T00:48:14.470Z] Removing intermediate container 83667dbe91d0 [2021-01-20T00:48:14.470Z] ---> ecc02e6c3d62 [2021-01-20T00:48:14.470Z] Step 19/21 : LABEL arch=arm64 [2021-01-20T00:48:14.470Z] ---> Running in 329cbbc7db11 [2021-01-20T00:48:14.757Z] Removing intermediate container 9c17ee0317c6 [2021-01-20T00:48:14.757Z] ---> 2fb81295612f [2021-01-20T00:48:14.757Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-20T00:48:15.360Z] Removing intermediate container 329cbbc7db11 [2021-01-20T00:48:15.360Z] ---> b81301800a62 [2021-01-20T00:48:15.360Z] Step 20/21 : LABEL git_sha=0f23783058a0cf3e0a89a45626a2d7220b018d34 [2021-01-20T00:48:15.637Z] ---> Running in 7225149ea3c9 [2021-01-20T00:48:16.245Z] ---> 0ff3a75f2b72 [2021-01-20T00:48:16.245Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-20T00:48:16.245Z] Removing intermediate container 7225149ea3c9 [2021-01-20T00:48:16.245Z] ---> 6e339e1ebbdd [2021-01-20T00:48:16.245Z] Step 21/21 : LABEL version=0.0.0 [2021-01-20T00:48:16.524Z] ---> Running in 0e1ff1ad8b26 [2021-01-20T00:48:17.516Z] Removing intermediate container 0e1ff1ad8b26 [2021-01-20T00:48:17.516Z] ---> 3aae7eb0c119 [2021-01-20T00:48:17.516Z] [2021-01-20T00:48:18.120Z] Successfully built 3aae7eb0c119 [2021-01-20T00:48:18.121Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-20T00:48:18.398Z]  Building docker-support-scheduler-go ... done  ---> d9c0c0c99cc6 [2021-01-20T00:48:18.398Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-20T00:48:20.407Z] ---> d6bb2d976c21 [2021-01-20T00:48:20.407Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-20T00:48:20.407Z] ---> Running in f9f6e0cc2a6f [2021-01-20T00:48:21.012Z] Removing intermediate container f9f6e0cc2a6f [2021-01-20T00:48:21.012Z] ---> 86eadc9c1c06 [2021-01-20T00:48:21.012Z] Step 18/21 : CMD ["--init=true"] [2021-01-20T00:48:21.012Z] ---> Running in 41d4579e1f56 [2021-01-20T00:48:21.615Z] Removing intermediate container 41d4579e1f56 [2021-01-20T00:48:21.615Z] ---> 96211d5749af [2021-01-20T00:48:21.615Z] Step 19/21 : LABEL arch=arm64 [2021-01-20T00:48:21.893Z] ---> Running in de1c9194fea2 [2021-01-20T00:48:22.505Z] Removing intermediate container de1c9194fea2 [2021-01-20T00:48:22.505Z] ---> a6c6f24c90f5 [2021-01-20T00:48:22.505Z] Step 20/21 : LABEL git_sha=0f23783058a0cf3e0a89a45626a2d7220b018d34 [2021-01-20T00:48:22.784Z] ---> Running in fa4179d2510a [2021-01-20T00:48:23.544Z] Removing intermediate container fa4179d2510a [2021-01-20T00:48:23.544Z] ---> c7fc7860c29f [2021-01-20T00:48:23.544Z] Step 21/21 : LABEL version=0.0.0 [2021-01-20T00:48:23.544Z] ---> Running in e1c40d2b2839 [2021-01-20T00:48:24.177Z] Removing intermediate container e1c40d2b2839 [2021-01-20T00:48:24.177Z] ---> cb56565dbd54 [2021-01-20T00:48:24.177Z] [2021-01-20T00:48:24.774Z] Successfully built cb56565dbd54 [2021-01-20T00:48:24.774Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-20T00:48:29.113Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 619212b0849e [2021-01-20T00:48:29.113Z] ---> 8f3bad1e2b89 [2021-01-20T00:48:29.113Z] [2021-01-20T00:48:29.113Z] Step 10/24 : FROM scratch [2021-01-20T00:48:29.113Z] ---> [2021-01-20T00:48:29.113Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-20T00:48:29.386Z] ---> Running in f1a6f433959d [2021-01-20T00:48:29.661Z] Removing intermediate container f1a6f433959d [2021-01-20T00:48:29.661Z] ---> 1c7447f22fef [2021-01-20T00:48:29.661Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-20T00:48:29.940Z] ---> Running in 2c56f466c2e1 [2021-01-20T00:48:30.216Z] Removing intermediate container 2c56f466c2e1 [2021-01-20T00:48:30.216Z] ---> 5313136f675e [2021-01-20T00:48:30.216Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-20T00:48:30.490Z] ---> Running in a1bdfc6570c8 [2021-01-20T00:48:30.764Z] Removing intermediate container a1bdfc6570c8 [2021-01-20T00:48:30.764Z] ---> 51df317b6de1 [2021-01-20T00:48:30.764Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-20T00:48:31.759Z] ---> a06ac1e4f8c1 [2021-01-20T00:48:31.759Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-20T00:48:33.200Z] ---> 0cb2ea8d26f9 [2021-01-20T00:48:33.200Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-20T00:48:34.648Z] ---> e5584862dffe [2021-01-20T00:48:34.648Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T00:48:35.242Z] ---> 819a6f27c809 [2021-01-20T00:48:35.242Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-20T00:48:36.681Z] ---> 93e513ab3b57 [2021-01-20T00:48:36.681Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-20T00:48:37.276Z] ---> de42cbc825f6 [2021-01-20T00:48:37.276Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-20T00:48:37.276Z] ---> Running in bcaaa82bb029 [2021-01-20T00:48:37.882Z] Removing intermediate container bcaaa82bb029 [2021-01-20T00:48:37.882Z] ---> 49b3feba104b [2021-01-20T00:48:37.882Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T00:48:38.155Z] ---> Running in 0034d542a77d [2021-01-20T00:48:38.762Z] Removing intermediate container 0034d542a77d [2021-01-20T00:48:38.762Z] ---> 91b7d7fe8358 [2021-01-20T00:48:38.762Z] Step 22/24 : LABEL arch=arm64 [2021-01-20T00:48:39.036Z] ---> Running in 2f70505efac5 [2021-01-20T00:48:39.636Z] Removing intermediate container 2f70505efac5 [2021-01-20T00:48:39.636Z] ---> b4822561d319 [2021-01-20T00:48:39.636Z] Step 23/24 : LABEL git_sha=0f23783058a0cf3e0a89a45626a2d7220b018d34 [2021-01-20T00:48:39.909Z] ---> Running in e66ee873451e [2021-01-20T00:48:40.891Z] Removing intermediate container e66ee873451e [2021-01-20T00:48:40.891Z] ---> 998d390d9a98 [2021-01-20T00:48:40.891Z] Step 24/24 : LABEL version=0.0.0 [2021-01-20T00:48:41.163Z] ---> Running in f855c7e6e482 [2021-01-20T00:48:41.163Z] Removing intermediate container 304755398d47 [2021-01-20T00:48:41.163Z] ---> a0e276793e49 [2021-01-20T00:48:41.163Z] [2021-01-20T00:48:41.163Z] Step 10/23 : FROM alpine:3.12 [2021-01-20T00:48:41.163Z] ---> afeebe901d6b [2021-01-20T00:48:41.163Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T00:48:41.433Z] ---> Running in 0bf661b3ee7d [2021-01-20T00:48:41.433Z] Removing intermediate container f855c7e6e482 [2021-01-20T00:48:41.433Z] ---> d2ee55db657c [2021-01-20T00:48:41.433Z] [2021-01-20T00:48:42.041Z] Successfully built d2ee55db657c [2021-01-20T00:48:42.041Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-20T00:48:42.041Z]  Building docker-support-notifications-go ... done Removing intermediate container 0bf661b3ee7d [2021-01-20T00:48:42.041Z] ---> 4c3f036b20ab [2021-01-20T00:48:42.041Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-20T00:48:42.041Z] ---> Running in 7cf99fd27912 [2021-01-20T00:48:42.641Z] Removing intermediate container 7cf99fd27912 [2021-01-20T00:48:42.641Z] ---> ebe294eacf8a [2021-01-20T00:48:42.641Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-20T00:48:42.641Z] ---> Running in 0437a5459d86 [2021-01-20T00:48:43.236Z] Removing intermediate container 0437a5459d86 [2021-01-20T00:48:43.236Z] ---> 699264adbe04 [2021-01-20T00:48:43.236Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T00:48:43.236Z] ---> Running in c304c3544d2f [2021-01-20T00:48:45.848Z] Removing intermediate container c304c3544d2f [2021-01-20T00:48:45.848Z] ---> 2816fa56a4fe [2021-01-20T00:48:45.848Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-20T00:48:45.848Z] ---> Running in b4c623c557c1 [2021-01-20T00:48:46.819Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T00:48:47.411Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T00:48:48.004Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-20T00:48:48.274Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-20T00:48:48.274Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-20T00:48:48.543Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-20T00:48:48.815Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-20T00:48:48.815Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T00:48:48.815Z] OK: 8 MiB in 19 packages [2021-01-20T00:48:50.268Z] Removing intermediate container b4c623c557c1 [2021-01-20T00:48:50.268Z] ---> 9d5ae9443bd5 [2021-01-20T00:48:50.268Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T00:48:50.863Z] ---> 63d84297041b [2021-01-20T00:48:50.863Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-20T00:48:52.291Z] ---> 011759a44dc7 [2021-01-20T00:48:52.291Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-20T00:48:52.884Z] ---> f77bc287d951 [2021-01-20T00:48:52.884Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-20T00:48:52.884Z] ---> Running in 4b1adb8c9865 [2021-01-20T00:48:53.477Z] Removing intermediate container 4b1adb8c9865 [2021-01-20T00:48:53.477Z] ---> 34058995aa0a [2021-01-20T00:48:53.477Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T00:48:53.477Z] ---> Running in d8d06f162b3e [2021-01-20T00:48:54.070Z] Removing intermediate container d8d06f162b3e [2021-01-20T00:48:54.070Z] ---> a61fa9c7d7c6 [2021-01-20T00:48:54.070Z] Step 21/23 : LABEL arch=arm64 [2021-01-20T00:48:54.070Z] ---> Running in 3c4e4579caa0 [2021-01-20T00:48:54.666Z] Removing intermediate container 3c4e4579caa0 [2021-01-20T00:48:54.666Z] ---> a550390ae665 [2021-01-20T00:48:54.666Z] Step 22/23 : LABEL git_sha=0f23783058a0cf3e0a89a45626a2d7220b018d34 [2021-01-20T00:48:54.666Z] ---> Running in fb7e9eac3365 [2021-01-20T00:48:54.941Z] Removing intermediate container fb7e9eac3365 [2021-01-20T00:48:54.941Z] ---> 031f6db4d252 [2021-01-20T00:48:54.941Z] Step 23/23 : LABEL version=0.0.0 [2021-01-20T00:48:55.214Z] ---> Running in ee72117f8994 [2021-01-20T00:48:55.807Z] Removing intermediate container ee72117f8994 [2021-01-20T00:48:55.807Z] ---> 4a2a94e54c0a [2021-01-20T00:48:55.807Z] [2021-01-20T00:48:56.080Z] Successfully built 4a2a94e54c0a [2021-01-20T00:48:56.080Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-20T00:48:56.367Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-20T00:48:56.369Z] $ docker stop --time=1 9207bed5bbe475f28a35f420b73834fb2428cd21e08d264f9452349011aa0e10 [2021-01-20T00:48:58.275Z] $ docker rm -f 9207bed5bbe475f28a35f420b73834fb2428cd21e08d264f9452349011aa0e10 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T00:48:59.002Z] + docker images [2021-01-20T00:48:59.002Z] + grep docker [2021-01-20T00:48:59.273Z] docker-core-data-go-arm64 latest 4a2a94e54c0a 4 seconds ago 21MB [2021-01-20T00:48:59.273Z] docker-support-notifications-go-arm64 latest d2ee55db657c 18 seconds ago 11.4MB [2021-01-20T00:48:59.273Z] docker-security-proxy-setup-go-arm64 latest cb56565dbd54 36 seconds ago 23.2MB [2021-01-20T00:48:59.273Z] docker-support-scheduler-go-arm64 latest 3aae7eb0c119 43 seconds ago 10MB [2021-01-20T00:48:59.273Z] docker-sys-mgmt-agent-go-arm64 latest 936d9eab83f7 About a minute ago 300MB [2021-01-20T00:48:59.273Z] docker-core-metadata-go-arm64 latest 0c31dcbd0f04 3 minutes ago 12.3MB [2021-01-20T00:48:59.273Z] docker-security-secretstore-setup-go-arm64 latest d69176ddf6b5 3 minutes ago 23.4MB [2021-01-20T00:48:59.273Z] docker-security-bootstrap-redis-go-arm64 latest 73cb3b0ec6b1 3 minutes ago 15.1MB [2021-01-20T00:48:59.273Z] docker-core-command-go-arm64 latest 8444e60fe8c0 3 minutes ago 9.98MB [2021-01-20T00:48:59.273Z] 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-20T00:49:00.890Z] provisioning config files... [2021-01-20T00:49:00.901Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config8758547417988155151tmp [Pipeline] { [Pipeline] sh [2021-01-20T00:49:01.284Z] + set +x [2021-01-20T00:49:01.284Z] + curl -s https://codecov.io/bash [2021-01-20T00:49:01.284Z] + bash -s -- [2021-01-20T00:49:01.865Z] [2021-01-20T00:49:01.865Z] _____ _ [2021-01-20T00:49:01.865Z] / ____| | | [2021-01-20T00:49:01.865Z] | | ___ __| | ___ ___ _____ __ [2021-01-20T00:49:01.865Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-20T00:49:01.865Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-20T00:49:01.865Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-20T00:49:01.865Z] Bash-20210115-cec3c92 [2021-01-20T00:49:01.865Z] [2021-01-20T00:49:01.865Z] [2021-01-20T00:49:01.865Z] ==> git version 2.24.3 found [2021-01-20T00:49:01.865Z] ==> 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-20T00:49:01.865Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-20T00:49:01.865Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-20T00:49:01.865Z] ==> Jenkins CI detected. [2021-01-20T00:49:01.865Z] project root: . [2021-01-20T00:49:01.865Z] --> token set from env [2021-01-20T00:49:01.865Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-20T00:49:01.865Z] ==> Running gcov in . (disable via -X gcov) [2021-01-20T00:49:01.865Z] ==> Python coveragepy not found [2021-01-20T00:49:01.865Z] ==> Searching for coverage reports in: [2021-01-20T00:49:01.865Z] + . [2021-01-20T00:49:01.865Z] -> Found 1 reports [2021-01-20T00:49:01.865Z] ==> Detecting git/mercurial file structure [2021-01-20T00:49:01.865Z] ==> Reading reports [2021-01-20T00:49:01.865Z] + ./coverage.out bytes=550280 [2021-01-20T00:49:01.865Z] ==> Appending adjustments [2021-01-20T00:49:01.865Z] https://docs.codecov.io/docs/fixing-reports [2021-01-20T00:49:05.182Z] + Found adjustments [2021-01-20T00:49:05.182Z] ==> Gzipping contents [2021-01-20T00:49:05.182Z] 84K /tmp/codecov.vg59YP.gz [2021-01-20T00:49:05.182Z] ==> Uploading reports [2021-01-20T00:49:05.182Z] url: https://codecov.io [2021-01-20T00:49:05.182Z] query: branch=PR-3034&commit=0f23783058a0cf3e0a89a45626a2d7220b018d34&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3034%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3034&job=&cmd_args= [2021-01-20T00:49:05.182Z] -> Pinging Codecov [2021-01-20T00:49:05.182Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3034&commit=0f23783058a0cf3e0a89a45626a2d7220b018d34&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3034%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3034&job=&cmd_args= [2021-01-20T00:49:05.182Z] -> Uploading to [2021-01-20T00:49:05.182Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-20/00271124DB129430A58F1EEE437C3FCB/0f23783058a0cf3e0a89a45626a2d7220b018d34/6963f2dd-5fb2-4140-844f-fb6aa4b5f59d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210120%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210120T004905Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ce7550b3bf80d3762f6128a0a6dc0eb99bd5dfda62d04b001bd135168f8e248f [2021-01-20T00:49:05.182Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T00:49:05.183Z] Dload Upload Total Spent Left Speed [2021-01-20T00:49:06.133Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83392 0 0 100 83392 0 122k --:--:-- --:--:-- --:--:-- 122k 100 83392 0 0 100 83392 0 122k --:--:-- --:--:-- --:--:-- 122k [2021-01-20T00:49:06.133Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/0f23783058a0cf3e0a89a45626a2d7220b018d34 [Pipeline] } [2021-01-20T00:49:06.144Z] 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-20T00:49:08.025Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T00:49:08.948Z] ---> package-listing.sh [2021-01-20T00:49:08.948Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-20T00:49:08.948Z] ++ facter osfamily [2021-01-20T00:49:08.948Z] + OS_FAMILY=redhat [2021-01-20T00:49:08.948Z] + workspace=/w/workspace/edgex-go/5 [2021-01-20T00:49:08.948Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-20T00:49:08.948Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-20T00:49:08.948Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-20T00:49:08.948Z] + PACKAGES=/tmp/packages_start.txt [2021-01-20T00:49:08.948Z] + '[' /w/workspace/edgex-go/5 ']' [2021-01-20T00:49:08.948Z] + PACKAGES=/tmp/packages_end.txt [2021-01-20T00:49:08.948Z] + case "${OS_FAMILY}" in [2021-01-20T00:49:08.948Z] + rpm -qa [2021-01-20T00:49:08.948Z] + sort [2021-01-20T00:49:14.298Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-20T00:49:14.298Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-20T00:49:14.298Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-20T00:49:14.298Z] + '[' /w/workspace/edgex-go/5 ']' [2021-01-20T00:49:14.298Z] + mkdir -p /w/workspace/edgex-go/5/archives/ [2021-01-20T00:49:14.298Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo [2021-01-20T00:49:14.313Z] 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/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-20T00:49:14.608Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:49:14.920Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T00:49:14.920Z] [2021-01-20T00:49:14.920Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:49:15.271Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T00:49:15.271Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-20T00:49:15.271Z] df20fa9351a1: Pulling fs layer [2021-01-20T00:49:15.271Z] 36b3adc4ff6f: Pulling fs layer [2021-01-20T00:49:15.271Z] 8ad3a11d3b57: Pulling fs layer [2021-01-20T00:49:15.271Z] 46f8f816bc3b: Pulling fs layer [2021-01-20T00:49:15.271Z] 93b61091891f: Pulling fs layer [2021-01-20T00:49:15.271Z] 93b9cdb0e59b: Pulling fs layer [2021-01-20T00:49:15.271Z] 5e14af77c1be: Pulling fs layer [2021-01-20T00:49:15.271Z] 01666e4c0597: Pulling fs layer [2021-01-20T00:49:15.271Z] aa168da1d23b: Pulling fs layer [2021-01-20T00:49:15.271Z] 46f8f816bc3b: Waiting [2021-01-20T00:49:15.271Z] 93b61091891f: Waiting [2021-01-20T00:49:15.271Z] 01666e4c0597: Waiting [2021-01-20T00:49:15.271Z] 93b9cdb0e59b: Waiting [2021-01-20T00:49:15.271Z] aa168da1d23b: Waiting [2021-01-20T00:49:15.271Z] 5e14af77c1be: Waiting [2021-01-20T00:49:15.271Z] 36b3adc4ff6f: Download complete [2021-01-20T00:49:15.271Z] 46f8f816bc3b: Verifying Checksum [2021-01-20T00:49:15.271Z] 46f8f816bc3b: Download complete [2021-01-20T00:49:15.534Z] df20fa9351a1: Download complete [2021-01-20T00:49:15.534Z] 93b9cdb0e59b: Verifying Checksum [2021-01-20T00:49:15.534Z] 93b9cdb0e59b: Download complete [2021-01-20T00:49:15.534Z] 93b61091891f: Download complete [2021-01-20T00:49:15.534Z] 5e14af77c1be: Verifying Checksum [2021-01-20T00:49:15.534Z] 5e14af77c1be: Download complete [2021-01-20T00:49:15.534Z] 01666e4c0597: Verifying Checksum [2021-01-20T00:49:15.534Z] 01666e4c0597: Download complete [2021-01-20T00:49:15.534Z] 8ad3a11d3b57: Verifying Checksum [2021-01-20T00:49:15.534Z] 8ad3a11d3b57: Download complete [2021-01-20T00:49:15.796Z] df20fa9351a1: Pull complete [2021-01-20T00:49:16.059Z] 36b3adc4ff6f: Pull complete [2021-01-20T00:49:18.000Z] aa168da1d23b: Verifying Checksum [2021-01-20T00:49:18.000Z] aa168da1d23b: Download complete [2021-01-20T00:49:18.000Z] 8ad3a11d3b57: Pull complete [2021-01-20T00:49:18.000Z] 46f8f816bc3b: Pull complete [2021-01-20T00:49:19.396Z] 93b61091891f: Pull complete [2021-01-20T00:49:19.658Z] 93b9cdb0e59b: Pull complete [2021-01-20T00:49:19.659Z] 5e14af77c1be: Pull complete [2021-01-20T00:49:19.924Z] 01666e4c0597: Pull complete [2021-01-20T00:49:28.095Z] aa168da1d23b: Pull complete [2021-01-20T00:49:28.095Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-20T00:49:28.095Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T00:49:28.095Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-20T00:49:28.320Z] prd-centos7-docker-4c-2g-21423 does not seem to be running inside a container [2021-01-20T00:49:28.384Z] $ 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/5/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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-20T00:49:39.118Z] $ docker top 710d10419034f57007d5e7f56d7fe4c47594e8872ed22f0b36a07c8a184277a0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T00:49:39.781Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-20T00:49:40.084Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-20T00:49:40.387Z] + ls /var/log/sa-host [2021-01-20T00:49:40.387Z] + sadf -c /var/log/sa-host/sa20 [2021-01-20T00:49:40.387Z] file_magic: OK [2021-01-20T00:49:40.387Z] HZ: Using current value: 100 [2021-01-20T00:49:40.388Z] file_header: OK [2021-01-20T00:49:40.388Z] 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-20T00:49:40.388Z] Statistics: [2021-01-20T00:49:40.388Z] 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... [2021-01-20T00:49:40.388Z] File successfully converted to sysstat format version 12.2.1 [2021-01-20T00:49:40.388Z] + sadf -c /var/log/sa-host/sa23 [2021-01-20T00:49:40.388Z] file_magic: OK [2021-01-20T00:49:40.388Z] HZ: Using current value: 100 [2021-01-20T00:49:40.388Z] file_header: OK [2021-01-20T00:49:40.388Z] 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-20T00:49:40.388Z] Statistics: [2021-01-20T00:49:40.388Z] Hnuu...uuuununununu... [2021-01-20T00:49:40.388Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-20T00:49:40.616Z] provisioning config files... [2021-01-20T00:49:40.631Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config4801455805878894605tmp [Pipeline] { [Pipeline] echo [2021-01-20T00:49:40.716Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T00:49:41.018Z] ---> create-netrc.sh [Pipeline] } [2021-01-20T00:49:41.028Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-20T00:49:41.125Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T00:49:41.429Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-20T00:49:41.441Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T00:49:41.739Z] ---> sudo-logs.sh [2021-01-20T00:49:41.739Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-20T00:49:41.751Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T00:49:42.055Z] ---> job-cost.sh [2021-01-20T00:49:42.055Z] lf-activate-venv: SKIPPING [2021-01-20T00:49:42.055Z] INFO: No Stack... [2021-01-20T00:49:43.002Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-20T00:49:43.577Z] INFO: Archiving Costs [Pipeline] echo [2021-01-20T00:49:43.592Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T00:49:43.896Z] ---> logs-deploy.sh [2021-01-20T00:49:43.896Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3034/5 [2021-01-20T00:49:43.896Z] INFO: archiving workspace using pattern(s): [2021-01-20T00:49:45.818Z] Archives upload complete. [2021-01-20T00:49:45.818Z] INFO: archiving logs to Nexus