Pull request #2942 updated 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 lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 6b29634e9f7c352df05c5c8ed406ba629501e1e9+bbb161aa59ef099937232867751a09afbb087fa9 (ae5cff47b2bc4d220c5089e0a7cc1d4432e59c56) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-16948 in /w/workspace/edgexfoundry_edgex-go_PR-2942 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/19 [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/19 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2942/head:refs/remotes/origin/PR-2942 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit bbb161aa59ef099937232867751a09afbb087fa9 into PR head commit 6b29634e9f7c352df05c5c8ed406ba629501e1e9 Merge succeeded, producing 6b29634e9f7c352df05c5c8ed406ba629501e1e9 Checking out Revision 6b29634e9f7c352df05c5c8ed406ba629501e1e9 (PR-2942) > git config core.sparsecheckout # timeout=10 > git checkout -f 6b29634e9f7c352df05c5c8ed406ba629501e1e9 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge bbb161aa59ef099937232867751a09afbb087fa9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6b29634e9f7c352df05c5c8ed406ba629501e1e9 # timeout=10 Commit message: "fix: Fix attribution file to include go-yaml V3" > git rev-list --no-walk df695e162577a4eb0e37869e2236c0dac3805389 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-20T23:02:07.137Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-20T23:02:07.429Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-20T23:02:07.538Z] ========================================================= [2020-12-20T23:02:07.538Z] EdgeX Global Pipelines Version Info [2020-12-20T23:02:07.538Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-20T23:02:09.115Z] ------------------- [2020-12-20T23:02:09.116Z] stable info: [2020-12-20T23:02:09.116Z] ------------------- [2020-12-20T23:02:09.116Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-20T23:02:09.116Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-20T23:02:09.116Z] Message: update stable to v1.0.173 [2020-12-20T23:02:10.060Z] ------------------- [2020-12-20T23:02:10.060Z] experimental info: [2020-12-20T23:02:10.060Z] ------------------- [2020-12-20T23:02:10.060Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-20T23:02:10.060Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-20T23:02:10.060Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-20T23:02:10.417Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-20T23:02:10.516Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-20T23:02:10.615Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-20T23:02:10.714Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-20T23:02:10.841Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-20T23:02:11.029Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-20T23:02:11.126Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-20T23:02:11.220Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-20T23:02:11.313Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-20T23:02:11.408Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-20T23:02:11.502Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-20T23:02:11.669Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-20T23:02:11.764Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-20T23:02:11.856Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-20T23:02:11.952Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-20T23:02:12.045Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-20T23:02:12.140Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-20T23:02:12.264Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-20T23:02:12.358Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-20T23:02:12.455Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-20T23:02:12.555Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-20T23:02:12.652Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-20T23:02:12.782Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-20T23:02:12.878Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2942 [Pipeline] echo [2020-12-20T23:02:12.979Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2942 [Pipeline] echo [2020-12-20T23:02:13.070Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2942 [Pipeline] echo [2020-12-20T23:02:13.164Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6b29634e9f7c352df05c5c8ed406ba629501e1e9 [Pipeline] echo [2020-12-20T23:02:13.260Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6b29634 [Pipeline] echo [2020-12-20T23:02:13.393Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-20T23:02:13.593Z] provisioning config files... [2020-12-20T23:02:13.627Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/19@tmp/config2546608542552598302tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-20T23:02:13.981Z] ---> docker-login.sh [2020-12-20T23:02:13.981Z] nexus3.edgexfoundry.org:10001 [2020-12-20T23:02:14.243Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-20T23:02:14.506Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-20T23:02:14.506Z] Configure a credential helper to remove this warning. See [2020-12-20T23:02:14.506Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-20T23:02:14.506Z] [2020-12-20T23:02:14.506Z] Login Succeeded [2020-12-20T23:02:14.506Z] nexus3.edgexfoundry.org:10002 [2020-12-20T23:02:14.506Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-20T23:02:14.506Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-20T23:02:14.506Z] Configure a credential helper to remove this warning. See [2020-12-20T23:02:14.506Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-20T23:02:14.506Z] [2020-12-20T23:02:14.506Z] Login Succeeded [2020-12-20T23:02:14.506Z] nexus3.edgexfoundry.org:10003 [2020-12-20T23:02:14.769Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-20T23:02:14.769Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-20T23:02:14.769Z] Configure a credential helper to remove this warning. See [2020-12-20T23:02:14.769Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-20T23:02:14.769Z] [2020-12-20T23:02:14.769Z] Login Succeeded [2020-12-20T23:02:14.769Z] nexus3.edgexfoundry.org:10004 [2020-12-20T23:02:15.031Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-20T23:02:15.031Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-20T23:02:15.031Z] Configure a credential helper to remove this warning. See [2020-12-20T23:02:15.031Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-20T23:02:15.031Z] [2020-12-20T23:02:15.031Z] Login Succeeded [2020-12-20T23:02:15.031Z] docker.io [2020-12-20T23:02:15.031Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-20T23:02:15.294Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-20T23:02:15.294Z] Configure a credential helper to remove this warning. See [2020-12-20T23:02:15.294Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-20T23:02:15.294Z] [2020-12-20T23:02:15.294Z] Login Succeeded [2020-12-20T23:02:15.294Z] ---> docker-login.sh ends [Pipeline] } [2020-12-20T23:02:15.305Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-20T23:02:15.815Z] ++ 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 [2020-12-20T23:02:15.815Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-20T23:02:15.815Z] ++ dirname cmd/core-command/Dockerfile [2020-12-20T23:02:15.815Z] ++ cut -d/ -f2 [2020-12-20T23:02:15.815Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-20T23:02:15.815Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-20T23:02:15.815Z] ++ dirname cmd/core-data/Dockerfile [2020-12-20T23:02:15.815Z] ++ cut -d/ -f2 [2020-12-20T23:02:15.815Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-20T23:02:15.815Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-20T23:02:15.815Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-20T23:02:15.815Z] ++ cut -d/ -f2 [2020-12-20T23:02:15.815Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-20T23:02:15.815Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-20T23:02:15.815Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-20T23:02:15.815Z] ++ cut -d/ -f2 [2020-12-20T23:02:15.815Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-20T23:02:15.815Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-20T23:02:15.815Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-20T23:02:15.815Z] ++ cut -d/ -f2 [2020-12-20T23:02:15.815Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-20T23:02:15.815Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-20T23:02:15.815Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-20T23:02:15.815Z] ++ cut -d/ -f2 [2020-12-20T23:02:15.815Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-20T23:02:15.815Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-20T23:02:15.815Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-20T23:02:15.815Z] ++ cut -d/ -f2 [2020-12-20T23:02:15.815Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-20T23:02:15.815Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-20T23:02:15.815Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-20T23:02:15.815Z] ++ cut -d/ -f2 [2020-12-20T23:02:15.815Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-20T23:02:15.815Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-20T23:02:15.815Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-20T23:02:15.815Z] ++ cut -d/ -f2 [2020-12-20T23:02:15.815Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-20T23:02:15.887Z] 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 [2020-12-20T23:02:17.522Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-20T23:02:17.522Z] [2020-12-20T23:02:17.522Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-20T23:02:17.870Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-20T23:02:17.870Z] latest: Pulling from edgex-devops/git-semver [2020-12-20T23:02:17.870Z] 31603596830f: Pulling fs layer [2020-12-20T23:02:17.870Z] 2a8b12db71e7: Pulling fs layer [2020-12-20T23:02:17.870Z] 6ca5941a6612: Pulling fs layer [2020-12-20T23:02:17.870Z] ecc8261a40a4: Pulling fs layer [2020-12-20T23:02:17.870Z] ecc8261a40a4: Waiting [2020-12-20T23:02:17.870Z] 2a8b12db71e7: Verifying Checksum [2020-12-20T23:02:17.870Z] 2a8b12db71e7: Download complete [2020-12-20T23:02:18.135Z] 31603596830f: Verifying Checksum [2020-12-20T23:02:18.135Z] 31603596830f: Download complete [2020-12-20T23:02:18.135Z] ecc8261a40a4: Verifying Checksum [2020-12-20T23:02:18.135Z] ecc8261a40a4: Download complete [2020-12-20T23:02:18.135Z] 6ca5941a6612: Verifying Checksum [2020-12-20T23:02:18.135Z] 6ca5941a6612: Download complete [2020-12-20T23:02:18.399Z] 31603596830f: Pull complete [2020-12-20T23:02:18.663Z] 2a8b12db71e7: Pull complete [2020-12-20T23:02:19.611Z] 6ca5941a6612: Pull complete [2020-12-20T23:02:19.611Z] ecc8261a40a4: Pull complete [2020-12-20T23:02:19.611Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-20T23:02:19.611Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-20T23:02:19.611Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-20T23:02:19.709Z] prd-centos7-docker-4c-2g-16948 does not seem to be running inside a container [2020-12-20T23:02:19.760Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-20T23:02:22.209Z] $ docker top 6e71ad852566a456ec47acf05da332fa61bde97924c7951d446ffbe10b51f47c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-20T23:02:22.585Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-20T23:02:22.585Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-20T23:02:22.839Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-20T23:02:22.844Z] $ docker exec 6e71ad852566a456ec47acf05da332fa61bde97924c7951d446ffbe10b51f47c ssh-agent [2020-12-20T23:02:23.033Z] SSH_AUTH_SOCK=/tmp/ssh-wzdzR7F3azWQ/agent.12 [2020-12-20T23:02:23.033Z] SSH_AGENT_PID=17 [2020-12-20T23:02:23.047Z] Running ssh-add (command line suppressed) [2020-12-20T23:02:23.168Z] Identity added: /w/workspace/edgex-go/19@tmp/private_key_2866090918365172174.key (/w/workspace/edgex-go/19@tmp/private_key_2866090918365172174.key) [2020-12-20T23:02:23.218Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-20T23:02:23.559Z] + git tag --points-at HEAD [Pipeline] } [2020-12-20T23:02:23.586Z] $ docker exec --env ******** --env ******** 6e71ad852566a456ec47acf05da332fa61bde97924c7951d446ffbe10b51f47c ssh-agent -k [2020-12-20T23:02:23.695Z] unset SSH_AUTH_SOCK; [2020-12-20T23:02:23.696Z] unset SSH_AGENT_PID; [2020-12-20T23:02:23.696Z] echo Agent pid 17 killed; [2020-12-20T23:02:23.743Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-20T23:02:23.914Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-20T23:02:23.914Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-20T23:02:24.098Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-20T23:02:24.104Z] $ docker exec 6e71ad852566a456ec47acf05da332fa61bde97924c7951d446ffbe10b51f47c ssh-agent [2020-12-20T23:02:24.264Z] SSH_AUTH_SOCK=/tmp/ssh-bNbNhL7VDdpl/agent.48 [2020-12-20T23:02:24.264Z] SSH_AGENT_PID=53 [2020-12-20T23:02:24.271Z] Running ssh-add (command line suppressed) [2020-12-20T23:02:24.392Z] Identity added: /w/workspace/edgex-go/19@tmp/private_key_7061112124806474880.key (/w/workspace/edgex-go/19@tmp/private_key_7061112124806474880.key) [2020-12-20T23:02:24.442Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-20T23:02:24.782Z] + git semver init [2020-12-20T23:02:24.782Z] # -> Open(): unable to determine branch for HEAD [2020-12-20T23:02:24.782Z] # $GIT_DIR = /w/workspace/edgex-go/19/.git [2020-12-20T23:02:24.782Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/19 [2020-12-20T23:02:24.782Z] # $SEMVER_REMOTE_NAME = origin [2020-12-20T23:02:24.782Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-20T23:02:24.782Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-20T23:02:24.782Z] # $SEMVER_BRANCH = PR-2942 [2020-12-20T23:02:24.782Z] # $SEMVER_TEMP = /tmp/semver-883321887 [2020-12-20T23:02:24.782Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-20T23:02:56.925Z] # '/tmp/semver-883321887' -> '/w/workspace/edgex-go/19/.semver' [2020-12-20T23:02:56.925Z] # -> Force: false [2020-12-20T23:02:56.925Z] # $SEMVER_DIR = /w/workspace/edgex-go/19/.semver [Pipeline] } [2020-12-20T23:02:56.940Z] $ docker exec --env ******** --env ******** 6e71ad852566a456ec47acf05da332fa61bde97924c7951d446ffbe10b51f47c ssh-agent -k [2020-12-20T23:02:57.132Z] unset SSH_AUTH_SOCK; [2020-12-20T23:02:57.133Z] unset SSH_AGENT_PID; [2020-12-20T23:02:57.133Z] echo Agent pid 53 killed; [2020-12-20T23:02:57.199Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-20T23:02:57.737Z] + git semver [Pipeline] } [2020-12-20T23:02:57.765Z] $ docker stop --time=1 6e71ad852566a456ec47acf05da332fa61bde97924c7951d446ffbe10b51f47c [2020-12-20T23:02:59.332Z] $ docker rm -f 6e71ad852566a456ec47acf05da332fa61bde97924c7951d446ffbe10b51f47c [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-20T23:02:59.838Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-20T23:03:00.320Z] Stashed 1 file(s) [Pipeline] echo [2020-12-20T23:03:00.323Z] [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 [2020-12-20T23:03:01.252Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-20T23:03:01.555Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-20T23:03:01.855Z] + sudo service docker restart [2020-12-20T23:03:01.855Z] + true [2020-12-20T23:03:01.855Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-20T23:03:02.445Z] ========================================================= [2020-12-20T23:03:02.445Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-20T23:03:02.445Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-20T23:03:02.788Z] + 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 . [2020-12-20T23:03:06.107Z] Sending build context to Docker daemon 330.8MB [2020-12-20T23:03:06.107Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-20T23:03:06.107Z] Step 2/7 : FROM ${BASE} [2020-12-20T23:03:06.376Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-20T23:03:06.376Z] 188c0c94c7c5: Pulling fs layer [2020-12-20T23:03:06.376Z] 0ef7d3d256c8: Pulling fs layer [2020-12-20T23:03:06.376Z] de9db76c5a1d: Pulling fs layer [2020-12-20T23:03:06.376Z] bca2f99d35d6: Pulling fs layer [2020-12-20T23:03:06.376Z] 93359f2a8cfa: Pulling fs layer [2020-12-20T23:03:06.376Z] 7c6f9722023f: Pulling fs layer [2020-12-20T23:03:06.376Z] a35cf1a2eb13: Pulling fs layer [2020-12-20T23:03:06.376Z] bca2f99d35d6: Waiting [2020-12-20T23:03:06.376Z] 93359f2a8cfa: Waiting [2020-12-20T23:03:06.376Z] 7c6f9722023f: Waiting [2020-12-20T23:03:06.376Z] a35cf1a2eb13: Waiting [2020-12-20T23:03:06.376Z] de9db76c5a1d: Download complete [2020-12-20T23:03:06.376Z] 0ef7d3d256c8: Verifying Checksum [2020-12-20T23:03:06.376Z] 0ef7d3d256c8: Download complete [2020-12-20T23:03:06.376Z] 93359f2a8cfa: Verifying Checksum [2020-12-20T23:03:06.376Z] 93359f2a8cfa: Download complete [2020-12-20T23:03:06.376Z] 188c0c94c7c5: Verifying Checksum [2020-12-20T23:03:06.376Z] 188c0c94c7c5: Download complete [2020-12-20T23:03:06.376Z] 7c6f9722023f: Verifying Checksum [2020-12-20T23:03:06.376Z] 7c6f9722023f: Download complete [2020-12-20T23:03:06.955Z] 188c0c94c7c5: Pull complete [2020-12-20T23:03:07.218Z] 0ef7d3d256c8: Pull complete [2020-12-20T23:03:07.218Z] de9db76c5a1d: Pull complete [2020-12-20T23:03:08.618Z] a35cf1a2eb13: Verifying Checksum [2020-12-20T23:03:08.618Z] a35cf1a2eb13: Download complete [2020-12-20T23:03:09.199Z] bca2f99d35d6: Verifying Checksum [2020-12-20T23:03:09.199Z] bca2f99d35d6: Download complete [2020-12-20T23:03:14.528Z] bca2f99d35d6: Pull complete [2020-12-20T23:03:14.795Z] 93359f2a8cfa: Pull complete [2020-12-20T23:03:14.795Z] 7c6f9722023f: Pull complete [2020-12-20T23:03:15.734Z] Still waiting to schedule task [2020-12-20T23:03:15.734Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-12-20T23:03:20.104Z] a35cf1a2eb13: Pull complete [2020-12-20T23:03:20.372Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-20T23:03:20.372Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-20T23:03:20.372Z] ---> a62c8e92a672 [2020-12-20T23:03:20.372Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-20T23:03:20.633Z] ---> Running in 14cebf4fb5a8 [2020-12-20T23:03:21.207Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-20T23:03:21.780Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-20T23:03:22.353Z] (1/12) Installing libmagic (5.38-r0) [2020-12-20T23:03:23.298Z] (2/12) Installing file (5.38-r0) [2020-12-20T23:03:23.298Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-20T23:03:23.298Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-20T23:03:28.599Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-20T23:03:28.599Z] (6/12) Installing patch (2.7.6-r6) [2020-12-20T23:03:28.599Z] (7/12) Installing build-base (0.5-r2) [2020-12-20T23:03:28.599Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-20T23:03:28.860Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-20T23:03:28.860Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-20T23:03:29.122Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-20T23:03:29.388Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-20T23:03:29.388Z] Executing busybox-1.31.1-r19.trigger [2020-12-20T23:03:29.388Z] OK: 233 MiB in 51 packages [2020-12-20T23:03:33.609Z] Removing intermediate container 14cebf4fb5a8 [2020-12-20T23:03:33.609Z] ---> 078f80e149f6 [2020-12-20T23:03:33.609Z] Step 4/7 : WORKDIR /edgex-go [2020-12-20T23:03:33.609Z] ---> Running in 25ca37c5bbc0 [2020-12-20T23:03:33.609Z] Removing intermediate container 25ca37c5bbc0 [2020-12-20T23:03:33.609Z] ---> e7d975fda49b [2020-12-20T23:03:33.609Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-20T23:03:33.609Z] latest: Pulling from library/docker [2020-12-20T23:03:33.609Z] 801bfaa63ef2: Pulling fs layer [2020-12-20T23:03:33.609Z] 4f7dc993c79e: Pulling fs layer [2020-12-20T23:03:33.609Z] d39d95e4997f: Pulling fs layer [2020-12-20T23:03:33.609Z] 1cda4b703d87: Pulling fs layer [2020-12-20T23:03:33.609Z] 54e5375350ea: Pulling fs layer [2020-12-20T23:03:33.609Z] f08cd1b3bb1b: Pulling fs layer [2020-12-20T23:03:33.609Z] 8e17d04e0c68: Pulling fs layer [2020-12-20T23:03:33.609Z] 54e5375350ea: Waiting [2020-12-20T23:03:33.609Z] f08cd1b3bb1b: Waiting [2020-12-20T23:03:33.609Z] 8e17d04e0c68: Waiting [2020-12-20T23:03:33.609Z] 1cda4b703d87: Waiting [2020-12-20T23:03:33.878Z] d39d95e4997f: Verifying Checksum [2020-12-20T23:03:33.878Z] d39d95e4997f: Download complete [2020-12-20T23:03:33.878Z] 4f7dc993c79e: Verifying Checksum [2020-12-20T23:03:33.878Z] 4f7dc993c79e: Download complete [2020-12-20T23:03:33.878Z] 801bfaa63ef2: Verifying Checksum [2020-12-20T23:03:33.878Z] 801bfaa63ef2: Download complete [2020-12-20T23:03:33.878Z] 54e5375350ea: Verifying Checksum [2020-12-20T23:03:33.878Z] 54e5375350ea: Download complete [2020-12-20T23:03:34.149Z] f08cd1b3bb1b: Verifying Checksum [2020-12-20T23:03:34.149Z] f08cd1b3bb1b: Download complete [2020-12-20T23:03:34.149Z] 8e17d04e0c68: Verifying Checksum [2020-12-20T23:03:34.149Z] 8e17d04e0c68: Download complete [2020-12-20T23:03:34.149Z] 801bfaa63ef2: Pull complete [2020-12-20T23:03:34.413Z] 4f7dc993c79e: Pull complete [2020-12-20T23:03:34.675Z] d39d95e4997f: Pull complete [2020-12-20T23:03:35.249Z] 1cda4b703d87: Verifying Checksum [2020-12-20T23:03:35.249Z] 1cda4b703d87: Download complete [2020-12-20T23:03:38.571Z] 1cda4b703d87: Pull complete [2020-12-20T23:03:38.571Z] 54e5375350ea: Pull complete [2020-12-20T23:03:38.571Z] f08cd1b3bb1b: Pull complete [2020-12-20T23:03:38.571Z] 8e17d04e0c68: Pull complete [2020-12-20T23:03:38.571Z] Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 [2020-12-20T23:03:38.571Z] Status: Downloaded newer image for docker:latest [2020-12-20T23:03:39.960Z] ---> 3e5561c731ea [2020-12-20T23:03:39.960Z] Step 6/7 : COPY go.mod . [2020-12-20T23:03:39.960Z] ---> a96afc045171 [2020-12-20T23:03:39.960Z] Step 7/7 : RUN go mod download [2020-12-20T23:03:40.222Z] ---> Running in a18e6ea0bc35 [2020-12-20T23:04:02.228Z] Removing intermediate container a18e6ea0bc35 [2020-12-20T23:04:02.228Z] ---> 7f3c7a0941ab [2020-12-20T23:04:02.228Z] Successfully built 7f3c7a0941ab [2020-12-20T23:04:02.228Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-20T23:04:02.546Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-20T23:04:02.546Z] . [Pipeline] withDockerContainer [2020-12-20T23:04:02.674Z] prd-centos7-docker-4c-2g-16948 does not seem to be running inside a container [2020-12-20T23:04:02.720Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-20T23:04:03.646Z] $ docker top 95cb65dabb5b3d9021713314b7a4351af941af6fb9733403d8aed628c356eae3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-20T23:04:04.177Z] + go version [2020-12-20T23:04:04.177Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-20T23:04:04.194Z] $ docker stop --time=1 95cb65dabb5b3d9021713314b7a4351af941af6fb9733403d8aed628c356eae3 [2020-12-20T23:04:05.556Z] $ docker rm -f 95cb65dabb5b3d9021713314b7a4351af941af6fb9733403d8aed628c356eae3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-20T23:04:06.374Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-20T23:04:06.374Z] . [Pipeline] withDockerContainer [2020-12-20T23:04:06.476Z] prd-centos7-docker-4c-2g-16948 does not seem to be running inside a container [2020-12-20T23:04:06.524Z] $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-20T23:04:07.129Z] $ docker top d1bb4c8cf29a330c7a9a3273a9357d0ad157214f73f2f7eb11d843170e585572 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-20T23:04:07.329Z] ========================================================= [2020-12-20T23:04:07.330Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-20T23:04:07.330Z] ========================================================= [Pipeline] sh [2020-12-20T23:04:07.658Z] + make test [2020-12-20T23:04:07.658Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-20T23:04:17.867Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-20T23:04:30.204Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-20T23:04:36.881Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-20T23:04:36.881Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-20T23:04:36.881Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-20T23:04:36.881Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-20T23:04:36.881Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-20T23:04:37.152Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-20T23:04:37.735Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-20T23:04:38.004Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-20T23:04:38.279Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-20T23:04:40.862Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-20T23:04:40.862Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-20T23:04:40.862Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-20T23:04:42.274Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.072s coverage: 46.6% of statements [2020-12-20T23:04:42.274Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-20T23:04:42.274Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-20T23:04:42.274Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-20T23:04:42.274Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-20T23:04:42.274Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-20T23:04:47.661Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.187s coverage: 27.0% of statements [2020-12-20T23:04:47.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-20T23:04:47.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-20T23:04:47.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-20T23:04:47.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-20T23:04:47.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-20T23:04:47.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-20T23:04:47.661Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements [2020-12-20T23:04:47.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-20T23:04:47.661Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.050s coverage: 100.0% of statements [2020-12-20T23:04:47.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-20T23:04:47.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-20T23:04:47.661Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.088s coverage: 72.0% of statements [2020-12-20T23:04:47.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-20T23:04:47.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-20T23:04:47.661Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.143s coverage: 83.3% of statements [2020-12-20T23:04:47.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-20T23:04:47.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-20T23:04:47.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-20T23:04:47.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-20T23:04:48.257Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.397s coverage: 28.6% of statements [2020-12-20T23:04:48.257Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-20T23:04:48.257Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-20T23:04:48.257Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-20T23:04:48.257Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-20T23:04:48.257Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-20T23:04:48.257Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.083s coverage: 100.0% of statements [2020-12-20T23:04:48.257Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-20T23:04:48.257Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements [2020-12-20T23:04:48.257Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-20T23:04:48.851Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.106s coverage: 86.7% of statements [2020-12-20T23:04:48.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-20T23:04:49.115Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.114s coverage: 97.5% of statements [2020-12-20T23:04:49.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-20T23:04:49.115Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.054s coverage: 78.3% of statements [2020-12-20T23:04:49.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-20T23:04:49.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-20T23:04:49.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-20T23:04:49.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-20T23:04:51.074Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.297s coverage: 93.8% of statements [2020-12-20T23:04:51.074Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-20T23:04:51.074Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-20T23:04:51.074Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-20T23:04:51.074Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-20T23:04:51.074Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-20T23:04:51.074Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-20T23:04:51.074Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-20T23:04:51.074Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-20T23:04:51.074Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-20T23:04:51.074Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-20T23:04:51.074Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-20T23:04:51.074Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-20T23:04:51.074Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-20T23:04:51.074Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-20T23:04:51.074Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-20T23:04:51.074Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-20T23:04:51.074Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-20T23:04:51.074Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-20T23:04:51.074Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.077s coverage: 58.8% of statements [2020-12-20T23:04:51.074Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-20T23:04:51.074Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-20T23:04:51.074Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.050s coverage: 0.1% of statements [2020-12-20T23:04:51.074Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-20T23:04:51.074Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-20T23:04:51.074Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-20T23:04:51.074Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-20T23:04:51.074Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements [2020-12-20T23:04:51.074Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-20T23:04:51.074Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.052s coverage: 75.5% of statements [2020-12-20T23:04:51.074Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-20T23:04:51.340Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.029s coverage: 80.8% of statements [2020-12-20T23:04:51.605Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.092s coverage: 87.2% of statements [2020-12-20T23:04:51.880Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.066s coverage: 84.2% of statements [2020-12-20T23:04:52.159Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.077s coverage: 91.4% of statements [2020-12-20T23:04:52.159Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-20T23:04:53.121Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.208s coverage: 63.5% of statements [2020-12-20T23:04:53.121Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-20T23:04:53.121Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-20T23:04:53.121Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.038s coverage: 100.0% of statements [2020-12-20T23:04:53.121Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.047s coverage: 91.3% of statements [2020-12-20T23:04:53.121Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements [2020-12-20T23:04:53.390Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.046s coverage: 73.7% of statements [2020-12-20T23:04:53.665Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.036s coverage: 100.0% of statements [2020-12-20T23:04:54.632Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.331s coverage: 55.9% of statements [2020-12-20T23:04:54.632Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-20T23:04:54.632Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-20T23:04:54.632Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-20T23:04:54.632Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-20T23:04:54.632Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-20T23:04:54.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.136s coverage: 37.0% of statements [2020-12-20T23:04:54.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-20T23:04:54.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-20T23:04:54.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.328s coverage: 84.0% of statements [2020-12-20T23:04:55.175Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.060s coverage: 100.0% of statements [2020-12-20T23:04:57.161Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.120s coverage: 47.1% of statements [2020-12-20T23:04:57.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-20T23:04:57.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-20T23:04:57.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-20T23:04:57.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-20T23:04:57.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-20T23:04:57.161Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements [2020-12-20T23:04:57.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-20T23:04:57.161Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements [2020-12-20T23:04:57.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-20T23:04:58.593Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.703s coverage: 29.1% of statements [2020-12-20T23:04:58.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-20T23:04:58.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-20T23:04:58.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-20T23:04:58.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-20T23:04:58.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-20T23:04:58.593Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.072s coverage: 99.0% of statements [2020-12-20T23:04:58.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-20T23:04:58.593Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.037s coverage: 100.0% of statements [2020-12-20T23:04:58.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-20T23:04:58.593Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.034s coverage: 0.0% of statements [2020-12-20T23:04:58.593Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-20T23:04:58.593Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements [2020-12-20T23:04:58.593Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-20T23:04:58.593Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-20T23:04:58.593Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-20T23:04:58.593Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-20T23:04:58.593Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements [2020-12-20T23:04:58.593Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-20T23:04:58.593Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-20T23:04:58.593Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements [2020-12-20T23:04:58.855Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2020-12-20T23:04:59.119Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2020-12-20T23:04:59.699Z] GO111MODULE=on go vet ./... [2020-12-20T23:05:21.829Z] gofmt -l . [2020-12-20T23:05:21.829Z] [ "`gofmt -l .`" = "" ] [2020-12-20T23:05:22.092Z] ./bin/test-go-mod-tidy.sh [2020-12-20T23:05:22.668Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-20T23:05:24.367Z] + ls -al . [2020-12-20T23:05:24.367Z] total 636 [2020-12-20T23:05:24.367Z] drwxrwxr-x 10 1001 1001 4096 Dec 20 23:05 . [2020-12-20T23:05:24.367Z] drwxr-xr-x 4 root root 30 Dec 20 23:04 .. [2020-12-20T23:05:24.367Z] -rw-rw-r-- 1 1001 1001 11 Dec 20 23:02 .dockerignore [2020-12-20T23:05:24.367Z] drwxrwxr-x 8 1001 1001 179 Dec 20 23:02 .git [2020-12-20T23:05:24.367Z] drwxrwxr-x 3 1001 1001 125 Dec 20 23:02 .github [2020-12-20T23:05:24.367Z] -rw-rw-r-- 1 1001 1001 824 Dec 20 23:02 .gitignore [2020-12-20T23:05:24.367Z] drwx------ 3 1001 1001 47 Dec 20 23:02 .semver [2020-12-20T23:05:24.367Z] -rw-rw-r-- 1 1001 1001 166 Dec 20 23:02 .sonarcloud.properties [2020-12-20T23:05:24.367Z] -rw-rw-r-- 1 1001 1001 3804 Dec 20 23:02 CONTRIBUTING.md [2020-12-20T23:05:24.367Z] -rw-rw-r-- 1 1001 1001 1035 Dec 20 23:02 Dockerfile.build [2020-12-20T23:05:24.367Z] -rw-rw-r-- 1 1001 1001 863 Dec 20 23:02 Jenkinsfile [2020-12-20T23:05:24.367Z] -rw-rw-r-- 1 1001 1001 10775 Dec 20 23:02 LICENSE [2020-12-20T23:05:24.367Z] -rw-rw-r-- 1 1001 1001 5750 Dec 20 23:02 Makefile [2020-12-20T23:05:24.367Z] -rw-rw-r-- 1 1001 1001 6511 Dec 20 23:02 README.md [2020-12-20T23:05:24.367Z] -rw-rw-r-- 1 1001 1001 6744 Dec 20 23:02 SECURITY.md [2020-12-20T23:05:24.367Z] -rw-rw-r-- 1 1001 1001 5 Dec 20 23:02 VERSION [2020-12-20T23:05:24.367Z] -rw-rw-r-- 1 1001 1001 4131 Dec 20 23:02 ZMQWindows.md [2020-12-20T23:05:24.367Z] drwxrwxr-x 2 1001 1001 117 Dec 20 23:02 bin [2020-12-20T23:05:24.367Z] drwxrwxr-x 14 1001 1001 4096 Dec 20 23:02 cmd [2020-12-20T23:05:24.367Z] -rw-r--r-- 1 root root 537098 Dec 20 23:04 coverage.out [2020-12-20T23:05:24.367Z] -rw-r--r-- 1 root root 979 Dec 20 23:05 go.mod [2020-12-20T23:05:24.367Z] -rw-r--r-- 1 root root 18739 Dec 20 23:05 go.sum [2020-12-20T23:05:24.367Z] drwxrwxr-x 8 1001 1001 127 Dec 20 23:02 internal [2020-12-20T23:05:24.367Z] drwxrwxr-x 4 1001 1001 26 Dec 20 23:02 openapi [2020-12-20T23:05:24.367Z] drwxrwxr-x 4 1001 1001 71 Dec 20 23:02 snap [2020-12-20T23:05:24.367Z] -rw-rw-r-- 1 1001 1001 168 Dec 20 23:02 version.go [Pipeline] sh [2020-12-20T23:05:24.668Z] + '[' -e coverage.out ] [2020-12-20T23:05:24.668Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-20T23:05:24.862Z] Stashed 1 file(s) [Pipeline] sh [2020-12-20T23:05:25.158Z] + make build [2020-12-20T23:05:25.159Z] 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 [2020-12-20T23:05:28.470Z] 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 [2020-12-20T23:05:36.722Z] 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 [2020-12-20T23:05:36.722Z] 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 [2020-12-20T23:05:38.116Z] 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 [2020-12-20T23:05:38.694Z] 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 [2020-12-20T23:05:40.087Z] 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 [2020-12-20T23:05:41.480Z] 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 [2020-12-20T23:05:42.435Z] 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 [2020-12-20T23:05:43.823Z] 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 [2020-12-20T23:05:44.798Z] 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 [2020-12-20T23:05:45.750Z] 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] } [2020-12-20T23:05:46.712Z] $ docker stop --time=1 d1bb4c8cf29a330c7a9a3273a9357d0ad157214f73f2f7eb11d843170e585572 [2020-12-20T23:05:48.297Z] $ docker rm -f d1bb4c8cf29a330c7a9a3273a9357d0ad157214f73f2f7eb11d843170e585572 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-20T23:05:51.852Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-20T23:05:51.852Z] [2020-12-20T23:05:51.852Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-20T23:05:52.204Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-20T23:05:52.204Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-20T23:05:52.204Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-20T23:05:52.204Z] ca9280d653b3: Pulling fs layer [2020-12-20T23:05:52.204Z] 7e9c9ca2126c: Pulling fs layer [2020-12-20T23:05:52.471Z] cbdbe7a5bc2a: Verifying Checksum [2020-12-20T23:05:52.471Z] cbdbe7a5bc2a: Download complete [2020-12-20T23:05:52.733Z] cbdbe7a5bc2a: Pull complete [2020-12-20T23:05:53.004Z] ca9280d653b3: Verifying Checksum [2020-12-20T23:05:53.004Z] ca9280d653b3: Download complete [2020-12-20T23:05:53.956Z] 7e9c9ca2126c: Download complete [2020-12-20T23:05:54.217Z] ca9280d653b3: Pull complete [2020-12-20T23:06:01.038Z] 7e9c9ca2126c: Pull complete [2020-12-20T23:06:01.038Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-20T23:06:01.038Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-20T23:06:01.038Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-20T23:06:01.200Z] prd-centos7-docker-4c-2g-16948 does not seem to be running inside a container [2020-12-20T23:06:01.246Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-20T23:06:03.752Z] $ docker top 09ff79e7c3299b2959b8f51cc2ed80d316034fe1f0f967599ce3a300cc906db3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-20T23:06:04.257Z] + docker-compose build --help [2020-12-20T23:06:04.257Z] + grep parallel [2020-12-20T23:06:05.202Z] --parallel Build images in parallel. [Pipeline] } [2020-12-20T23:06:05.216Z] $ docker stop --time=1 09ff79e7c3299b2959b8f51cc2ed80d316034fe1f0f967599ce3a300cc906db3 [2020-12-20T23:06:06.575Z] $ docker rm -f 09ff79e7c3299b2959b8f51cc2ed80d316034fe1f0f967599ce3a300cc906db3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-20T23:06:07.219Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-20T23:06:07.219Z] . [Pipeline] withDockerContainer [2020-12-20T23:06:07.324Z] prd-centos7-docker-4c-2g-16948 does not seem to be running inside a container [2020-12-20T23:06:07.372Z] $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 [2020-12-20T23:06:08.041Z] $ docker top 75c677096acf11afa454dc2d3144b7c5b50f64d4861acfd422188f3245847350 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-20T23:06:08.569Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-20T23:06:09.515Z] Building docker-core-command-go ... [2020-12-20T23:06:09.515Z] Building docker-core-data-go ... [2020-12-20T23:06:09.515Z] Building docker-core-metadata-go ... [2020-12-20T23:06:09.515Z] Building docker-security-bootstrap-redis-go ... [2020-12-20T23:06:09.515Z] Building docker-security-proxy-setup-go ... [2020-12-20T23:06:09.515Z] Building docker-security-secretstore-setup-go ... [2020-12-20T23:06:09.515Z] Building docker-support-notifications-go ... [2020-12-20T23:06:09.515Z] Building docker-support-scheduler-go ... [2020-12-20T23:06:09.515Z] Building docker-sys-mgmt-agent-go ... [2020-12-20T23:06:09.515Z] Building docker-core-metadata-go [2020-12-20T23:06:09.515Z] Building docker-sys-mgmt-agent-go [2020-12-20T23:06:09.515Z] Building docker-security-proxy-setup-go [2020-12-20T23:06:09.515Z] Building docker-security-bootstrap-redis-go [2020-12-20T23:06:09.515Z] Building docker-core-command-go [2020-12-20T23:06:41.791Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-20T23:06:41.791Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-20T23:06:41.791Z] ---> 7f3c7a0941ab [2020-12-20T23:06:41.791Z] Step 3/21 : WORKDIR /edgex-go [2020-12-20T23:06:41.791Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-20T23:06:41.791Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-20T23:06:41.791Z] ---> 7f3c7a0941ab [2020-12-20T23:06:41.791Z] Step 3/22 : WORKDIR /edgex-go [2020-12-20T23:06:41.791Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-20T23:06:41.791Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-20T23:06:41.791Z] ---> 7f3c7a0941ab [2020-12-20T23:06:41.791Z] Step 3/27 : WORKDIR /edgex-go [2020-12-20T23:06:41.791Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-20T23:06:41.791Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-20T23:06:41.791Z] ---> 7f3c7a0941ab [2020-12-20T23:06:41.791Z] Step 3/22 : WORKDIR /edgex-go [2020-12-20T23:06:41.791Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-20T23:06:41.791Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-20T23:06:41.791Z] ---> 7f3c7a0941ab [2020-12-20T23:06:41.791Z] Step 3/22 : WORKDIR /edgex-go [2020-12-20T23:06:41.791Z] ---> Running in 756613870b01 [2020-12-20T23:06:41.791Z] ---> Running in f17cb747645d [2020-12-20T23:06:41.791Z] ---> Running in 07d51e490bc6 [2020-12-20T23:06:41.791Z] ---> Running in f78118caf07f [2020-12-20T23:06:41.791Z] ---> Running in ff0349477969 [2020-12-20T23:06:41.792Z] Removing intermediate container f78118caf07f [2020-12-20T23:06:41.792Z] ---> 5d1de1a6f1c9 [2020-12-20T23:06:41.792Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-20T23:06:41.792Z] Removing intermediate container 07d51e490bc6 [2020-12-20T23:06:41.792Z] ---> 54eee8e110eb [2020-12-20T23:06:41.792Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-20T23:06:41.792Z] Removing intermediate container f17cb747645d [2020-12-20T23:06:41.792Z] ---> 0ba10fc85fd6 [2020-12-20T23:06:41.792Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-20T23:06:41.792Z] Removing intermediate container ff0349477969 [2020-12-20T23:06:41.792Z] ---> f25aab472491 [2020-12-20T23:06:41.792Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-20T23:06:41.792Z] Removing intermediate container 756613870b01 [2020-12-20T23:06:41.792Z] ---> bc8f68f0a23a [2020-12-20T23:06:41.792Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-20T23:06:41.792Z] ---> Running in 0148d95663e5 [2020-12-20T23:06:41.792Z] ---> Running in 4ff320c9890d [2020-12-20T23:06:41.792Z] ---> Running in 197501aa58d6 [2020-12-20T23:06:41.792Z] ---> Running in 2c72b0e24565 [2020-12-20T23:06:41.792Z] ---> Running in 15867a595089 [2020-12-20T23:06:43.199Z] Removing intermediate container 197501aa58d6 [2020-12-20T23:06:43.199Z] ---> d3b8e49ce655 [2020-12-20T23:06:43.199Z] Step 5/22 : RUN apk update && apk add make git [2020-12-20T23:06:43.464Z] ---> Running in 1d8df4bc19e2 [2020-12-20T23:06:43.464Z] Removing intermediate container 4ff320c9890d [2020-12-20T23:06:43.464Z] ---> 2bd0e233bbd2 [2020-12-20T23:06:43.464Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-20T23:06:43.464Z] Removing intermediate container 0148d95663e5 [2020-12-20T23:06:43.464Z] ---> 1dd6168c49db [2020-12-20T23:06:43.465Z] Step 5/21 : RUN apk update && apk add make git [2020-12-20T23:06:43.732Z] Removing intermediate container 2c72b0e24565 [2020-12-20T23:06:43.732Z] ---> 7ae440d44859 [2020-12-20T23:06:43.732Z] Step 5/22 : RUN apk update && apk add make git [2020-12-20T23:06:43.732Z] ---> Running in c4bcdd54cda0 [2020-12-20T23:06:43.732Z] ---> Running in 45e2cbcdd65e [2020-12-20T23:06:44.001Z] ---> Running in 29e32d4bdb55 [2020-12-20T23:06:44.001Z] Removing intermediate container 15867a595089 [2020-12-20T23:06:44.001Z] ---> bc03fd6cc860 [2020-12-20T23:06:44.001Z] Step 5/22 : RUN apk update && apk add make git [2020-12-20T23:06:44.262Z] ---> Running in f5810eeab760 [2020-12-20T23:06:44.262Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-20T23:06:44.527Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-20T23:06:44.797Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-20T23:06:45.063Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-20T23:06:45.063Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-20T23:06:45.063Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-20T23:06:45.327Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-20T23:06:45.327Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-20T23:06:45.327Z] v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-20T23:06:45.327Z] OK: 12750 distinct packages available [2020-12-20T23:06:45.589Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-20T23:06:45.589Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-20T23:06:45.589Z] OK: 233 MiB in 51 packages [2020-12-20T23:06:45.855Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-20T23:06:46.124Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-20T23:06:46.124Z] v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-20T23:06:46.124Z] OK: 12750 distinct packages available [2020-12-20T23:06:46.124Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-20T23:06:46.124Z] v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-20T23:06:46.124Z] OK: 12750 distinct packages available [2020-12-20T23:06:46.124Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-20T23:06:46.124Z] v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-20T23:06:46.124Z] OK: 12750 distinct packages available [2020-12-20T23:06:46.395Z] OK: 233 MiB in 51 packages [2020-12-20T23:06:46.395Z] Removing intermediate container 1d8df4bc19e2 [2020-12-20T23:06:46.395Z] ---> dd8a8bc0840b [2020-12-20T23:06:46.395Z] Step 6/22 : COPY go.mod . [2020-12-20T23:06:46.395Z] OK: 233 MiB in 51 packages [2020-12-20T23:06:46.395Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-20T23:06:46.395Z] v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-20T23:06:46.395Z] OK: 12750 distinct packages available [2020-12-20T23:06:46.395Z] OK: 233 MiB in 51 packages [2020-12-20T23:06:46.660Z] ---> 9d1c482b3756 [2020-12-20T23:06:46.660Z] Step 7/22 : RUN go mod download [2020-12-20T23:06:46.660Z] OK: 233 MiB in 51 packages [2020-12-20T23:06:46.926Z] ---> Running in bbfa7b8954ff [2020-12-20T23:06:47.188Z] Removing intermediate container 45e2cbcdd65e [2020-12-20T23:06:47.188Z] ---> 69ce2e620f99 [2020-12-20T23:06:47.188Z] Step 6/21 : COPY go.mod . [2020-12-20T23:06:47.457Z] Removing intermediate container f5810eeab760 [2020-12-20T23:06:47.457Z] ---> 82d9d7879247 [2020-12-20T23:06:47.457Z] Step 6/22 : COPY go.mod . [2020-12-20T23:06:47.719Z] Removing intermediate container 29e32d4bdb55 [2020-12-20T23:06:47.719Z] ---> ffdecf346447 [2020-12-20T23:06:47.719Z] Step 6/22 : COPY go.mod . [2020-12-20T23:06:47.719Z] ---> 89399dffa83b [2020-12-20T23:06:47.719Z] Step 7/21 : RUN go mod download [2020-12-20T23:06:47.986Z] ---> Running in 758ced4bb97f [2020-12-20T23:06:47.986Z] Removing intermediate container c4bcdd54cda0 [2020-12-20T23:06:47.986Z] ---> 12e04ef1c095 [2020-12-20T23:06:47.986Z] Step 6/27 : COPY go.mod . [2020-12-20T23:06:47.986Z] ---> dba1cdfd1d53 [2020-12-20T23:06:47.986Z] Step 7/22 : RUN go mod download [2020-12-20T23:06:48.247Z] ---> c58a2f36be17 [2020-12-20T23:06:48.247Z] Step 7/22 : RUN go mod download [2020-12-20T23:06:48.247Z] ---> Running in 286e65e40e8d [2020-12-20T23:06:48.247Z] ---> Running in 809a779b178b [2020-12-20T23:06:48.513Z] ---> ce383ac4f480 [2020-12-20T23:06:48.513Z] Step 7/27 : RUN go mod download [2020-12-20T23:06:48.513Z] ---> Running in afef6676944d [2020-12-20T23:06:49.481Z] Removing intermediate container bbfa7b8954ff [2020-12-20T23:06:49.482Z] ---> e1e5d1ee1aaf [2020-12-20T23:06:49.482Z] Step 8/22 : COPY . . [2020-12-20T23:06:49.482Z] Removing intermediate container 758ced4bb97f [2020-12-20T23:06:49.482Z] ---> a2b0783c8ad2 [2020-12-20T23:06:49.482Z] Step 8/21 : COPY . . [2020-12-20T23:06:54.813Z] Removing intermediate container 286e65e40e8d [2020-12-20T23:06:54.813Z] ---> f563a7ca7a0c [2020-12-20T23:06:54.813Z] Step 8/22 : COPY . . [2020-12-20T23:07:03.019Z] Removing intermediate container 809a779b178b [2020-12-20T23:07:03.020Z] ---> 648cde11ca1d [2020-12-20T23:07:03.020Z] Step 8/22 : COPY . . [2020-12-20T23:07:03.990Z] Removing intermediate container afef6676944d [2020-12-20T23:07:03.990Z] ---> eff45cb4e0b9 [2020-12-20T23:07:03.990Z] Step 8/27 : COPY . . [2020-12-20T23:07:26.071Z] ---> d7e34a2aa51f [2020-12-20T23:07:26.071Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-20T23:07:26.071Z] ---> 31b2495ae1be [2020-12-20T23:07:26.071Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-20T23:07:26.071Z] ---> Running in 37937b9c38d4 [2020-12-20T23:07:26.071Z] ---> Running in 516a3af99005 [2020-12-20T23:07:26.657Z] ---> ed21dc62ced0 [2020-12-20T23:07:26.657Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-20T23:07:27.613Z] ---> Running in aa48fd6c6a6d [2020-12-20T23:07:28.579Z] 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 [2020-12-20T23:07:28.579Z] 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 [2020-12-20T23:07:29.179Z] 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 [2020-12-20T23:07:34.542Z] ---> 527a1c65e6f1 [2020-12-20T23:07:34.542Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-20T23:07:35.512Z] ---> Running in 7b49cf62c59f [2020-12-20T23:07:35.783Z] ---> 1982214ceb8d [2020-12-20T23:07:35.783Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-20T23:07:36.052Z] ---> Running in 80f05211cf21 [2020-12-20T23:07:37.015Z] 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 [2020-12-20T23:07:37.015Z] 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 [2020-12-20T23:07:47.770Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-16950 in /w/workspace/edgexfoundry_edgex-go_PR-2942 [Pipeline] { [Pipeline] ws [2020-12-20T23:07:47.829Z] Running in /w/workspace/edgex-go/19 [Pipeline] { [Pipeline] checkout [2020-12-20T23:07:53.182Z] using credential edgex-jenkins-ssh [2020-12-20T23:07:53.281Z] Cloning the remote Git repository [2020-12-20T23:07:53.355Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-20T23:07:53.490Z] > git init /w/workspace/edgex-go/19 # timeout=10 [2020-12-20T23:07:53.584Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-20T23:07:53.585Z] > git --version # timeout=10 [2020-12-20T23:07:53.605Z] > git --version # 'git version 2.17.1' [2020-12-20T23:07:53.606Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-20T23:07:53.674Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-20T23:07:55.250Z] 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 [2020-12-20T23:07:56.751Z] Removing intermediate container 516a3af99005 [2020-12-20T23:07:56.751Z] ---> 01d4a6ac9cc0 [2020-12-20T23:07:56.751Z] [2020-12-20T23:07:56.751Z] Step 10/22 : FROM alpine:3.10 [2020-12-20T23:07:57.076Z] 3.10: Pulling from library/alpine [2020-12-20T23:07:58.051Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-20T23:07:59.983Z] Status: Downloaded newer image for alpine:3.10 [2020-12-20T23:07:59.983Z] ---> be4e4bea2c2e [2020-12-20T23:07:59.983Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-20T23:07:59.983Z] Removing intermediate container aa48fd6c6a6d [2020-12-20T23:07:59.983Z] ---> 239cd55c2814 [2020-12-20T23:07:59.983Z] [2020-12-20T23:07:59.983Z] Step 10/22 : FROM scratch [2020-12-20T23:07:59.983Z] ---> [2020-12-20T23:07:59.983Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-20T23:07:59.983Z] ---> Running in 0b0c0c860f5f [2020-12-20T23:08:00.255Z] ---> Running in bca166fbe399 [2020-12-20T23:08:00.531Z] Removing intermediate container bca166fbe399 [2020-12-20T23:08:00.531Z] ---> fb7c11650938 [2020-12-20T23:08:00.531Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-20T23:08:00.800Z] ---> Running in 9a24046fe85b [2020-12-20T23:08:02.202Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-20T23:08:02.465Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-20T23:08:02.465Z] v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-20T23:08:02.465Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-20T23:08:02.465Z] OK: 10350 distinct packages available [2020-12-20T23:08:02.726Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-20T23:08:02.726Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-20T23:08:02.726Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-20T23:08:02.726Z] (4/5) Installing curl (7.66.0-r3) [2020-12-20T23:08:02.726Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-20T23:08:02.726Z] Executing busybox-1.30.1-r3.trigger [2020-12-20T23:08:02.726Z] Executing ca-certificates-20191127-r2.trigger [2020-12-20T23:08:02.726Z] OK: 7 MiB in 19 packages [2020-12-20T23:08:04.137Z] Removing intermediate container 9a24046fe85b [2020-12-20T23:08:04.137Z] ---> a6c2b2ffa287 [2020-12-20T23:08:04.137Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-20T23:08:04.137Z] Removing intermediate container 37937b9c38d4 [2020-12-20T23:08:04.137Z] ---> 216c018ad96d [2020-12-20T23:08:04.137Z] [2020-12-20T23:08:04.137Z] Step 10/21 : FROM alpine [2020-12-20T23:08:04.404Z] ---> Running in 7cae83dda4ae [2020-12-20T23:08:04.404Z] latest: Pulling from library/alpine [2020-12-20T23:08:04.998Z] Removing intermediate container 7cae83dda4ae [2020-12-20T23:08:04.998Z] ---> 79baa9ea08cb [2020-12-20T23:08:04.998Z] Step 14/22 : WORKDIR / [2020-12-20T23:08:04.998Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-20T23:08:04.998Z] Status: Downloaded newer image for alpine:latest [2020-12-20T23:08:04.998Z] ---> 389fef711851 [2020-12-20T23:08:04.998Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-20T23:08:05.584Z] ---> Running in dc143046e72e [2020-12-20T23:08:06.548Z] ---> Running in 2d3b1921d3d1 [2020-12-20T23:08:06.813Z] Removing intermediate container 0b0c0c860f5f [2020-12-20T23:08:06.813Z] ---> 39801e10899d [2020-12-20T23:08:06.813Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-20T23:08:07.093Z] Removing intermediate container 7b49cf62c59f [2020-12-20T23:08:07.093Z] ---> 21768b2d84cf [2020-12-20T23:08:07.093Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-20T23:08:07.093Z] ---> Running in ac0ccaab285f [2020-12-20T23:08:07.093Z] Removing intermediate container dc143046e72e [2020-12-20T23:08:07.093Z] ---> 421e3cbb22db [2020-12-20T23:08:07.093Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-20T23:08:07.365Z] ---> Running in 0b4329d1d18e [2020-12-20T23:08:07.630Z] Removing intermediate container ac0ccaab285f [2020-12-20T23:08:07.630Z] ---> 04d941c260e6 [2020-12-20T23:08:07.630Z] Step 13/22 : WORKDIR / [2020-12-20T23:08:07.630Z] ---> e0bcbf399493 [2020-12-20T23:08:07.630Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-20T23:08:07.630Z] ---> Running in 7e354cebcca2 [2020-12-20T23:08:07.897Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-20T23:08:07.897Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-20T23:08:07.897Z] 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 [2020-12-20T23:08:07.897Z] Removing intermediate container 7e354cebcca2 [2020-12-20T23:08:07.897Z] ---> 0fe349e5b765 [2020-12-20T23:08:07.897Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-20T23:08:08.162Z] v3.12.3-13-ga43a0bc1d0 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-20T23:08:08.162Z] v3.12.3-15-ge843fbbe95 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-20T23:08:08.162Z] OK: 12745 distinct packages available [2020-12-20T23:08:08.432Z] ---> 83870bda6031 [2020-12-20T23:08:08.432Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-20T23:08:08.432Z] ---> 7c7f14bb0e62 [2020-12-20T23:08:08.432Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-20T23:08:08.432Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-20T23:08:08.432Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-20T23:08:08.432Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-20T23:08:08.432Z] (4/4) Installing curl (7.69.1-r3) [2020-12-20T23:08:08.432Z] Executing busybox-1.31.1-r19.trigger [2020-12-20T23:08:08.706Z] Executing ca-certificates-20191127-r4.trigger [2020-12-20T23:08:08.706Z] OK: 7 MiB in 18 packages [2020-12-20T23:08:09.657Z] ---> 509d8c21cf54 [2020-12-20T23:08:09.657Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-20T23:08:09.657Z] ---> eed1e6b65797 [2020-12-20T23:08:09.657Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-20T23:08:09.657Z] ---> Running in 777197265c68 [2020-12-20T23:08:09.080Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-20T23:08:09.110Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-20T23:08:09.140Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-20T23:08:09.182Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-20T23:08:09.183Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-20T23:08:09.203Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2942/head:refs/remotes/origin/PR-2942 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-20T23:08:10.621Z] Merging remotes/origin/master commit bbb161aa59ef099937232867751a09afbb087fa9 into PR head commit 6b29634e9f7c352df05c5c8ed406ba629501e1e9 [2020-12-20T23:08:11.073Z] Merge succeeded, producing 6b29634e9f7c352df05c5c8ed406ba629501e1e9 [2020-12-20T23:08:11.074Z] Checking out Revision 6b29634e9f7c352df05c5c8ed406ba629501e1e9 (PR-2942) [2020-12-20T23:08:10.650Z] > git config core.sparsecheckout # timeout=10 [2020-12-20T23:08:10.678Z] > git checkout -f 6b29634e9f7c352df05c5c8ed406ba629501e1e9 # timeout=10 [2020-12-20T23:08:10.973Z] > git remote # timeout=10 [2020-12-20T23:08:11.000Z] > git config --get remote.origin.url # timeout=10 [2020-12-20T23:08:11.025Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-20T23:08:11.037Z] > git merge bbb161aa59ef099937232867751a09afbb087fa9 # timeout=10 [2020-12-20T23:08:11.065Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-20T23:08:11.089Z] > git config core.sparsecheckout # timeout=10 [2020-12-20T23:08:11.102Z] > git checkout -f 6b29634e9f7c352df05c5c8ed406ba629501e1e9 # timeout=10 [2020-12-20T23:08:12.647Z] Removing intermediate container 777197265c68 [2020-12-20T23:08:12.647Z] ---> 2392110b109a [2020-12-20T23:08:12.647Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-20T23:08:12.647Z] ---> 1d74105e9977 [2020-12-20T23:08:12.647Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-20T23:08:12.647Z] ---> Running in 88a83f23b22c [2020-12-20T23:08:12.647Z] Removing intermediate container 2d3b1921d3d1 [2020-12-20T23:08:12.647Z] ---> a22c5f927666 [2020-12-20T23:08:12.647Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-20T23:08:12.647Z] ---> Running in d51c4b8e9ea6 [2020-12-20T23:08:12.647Z] Removing intermediate container 0b4329d1d18e [2020-12-20T23:08:12.647Z] ---> 1dd291c3ee61 [2020-12-20T23:08:12.647Z] [2020-12-20T23:08:12.647Z] Step 11/27 : FROM docker:latest [2020-12-20T23:08:12.647Z] ---> 0040bc98e531 [2020-12-20T23:08:12.647Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-20T23:08:13.595Z] ---> 2cd4331e4ae7 [2020-12-20T23:08:13.595Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-20T23:08:13.595Z] Removing intermediate container 88a83f23b22c [2020-12-20T23:08:13.595Z] ---> 29accb0bd41d [2020-12-20T23:08:13.595Z] Step 20/22 : LABEL arch=x86_64 [2020-12-20T23:08:13.858Z] ---> Running in 21676a7e09eb [2020-12-20T23:08:13.858Z] ---> Running in d644474a66b6 [2020-12-20T23:08:13.858Z] Removing intermediate container d51c4b8e9ea6 [2020-12-20T23:08:13.858Z] ---> 19d967d0ef3b [2020-12-20T23:08:13.858Z] Step 13/21 : WORKDIR /edgex [2020-12-20T23:08:14.121Z] Removing intermediate container 80f05211cf21 [2020-12-20T23:08:14.121Z] ---> 1ab3b7c859dc [2020-12-20T23:08:14.121Z] [2020-12-20T23:08:14.121Z] Step 10/22 : FROM scratch [2020-12-20T23:08:14.121Z] ---> [2020-12-20T23:08:14.121Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-20T23:08:14.121Z] ---> Using cache [2020-12-20T23:08:14.121Z] ---> fb7c11650938 [2020-12-20T23:08:14.121Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-20T23:08:14.121Z] ---> Running in 8e6cec24ecc2 [2020-12-20T23:08:14.121Z] ---> Running in d723930add30 [2020-12-20T23:08:14.121Z] ---> Running in 28437c7d749f [2020-12-20T23:08:14.703Z] Removing intermediate container 8e6cec24ecc2 [2020-12-20T23:08:14.703Z] ---> 5c8854e011c2 [2020-12-20T23:08:14.703Z] Step 21/22 : LABEL git_sha=6b29634e9f7c352df05c5c8ed406ba629501e1e9 [2020-12-20T23:08:14.703Z] Removing intermediate container 28437c7d749f [2020-12-20T23:08:14.703Z] ---> 2e58029798ee [2020-12-20T23:08:14.703Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-20T23:08:14.703Z] Removing intermediate container d723930add30 [2020-12-20T23:08:14.703Z] ---> 099d1511cea2 [2020-12-20T23:08:14.703Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-20T23:08:14.703Z] ---> Running in 97e1e4580efe [2020-12-20T23:08:14.703Z] ---> Running in bd86eec83aac [2020-12-20T23:08:14.967Z] Removing intermediate container bd86eec83aac [2020-12-20T23:08:14.967Z] ---> ba7843bc5266 [2020-12-20T23:08:14.967Z] Step 22/22 : LABEL version=0.0.0 [2020-12-20T23:08:14.967Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-20T23:08:14.967Z] ---> f9c995411da3 [2020-12-20T23:08:14.967Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-20T23:08:14.967Z] Removing intermediate container 97e1e4580efe [2020-12-20T23:08:14.967Z] ---> f66d6e1a79cf [2020-12-20T23:08:14.967Z] Step 14/22 : WORKDIR / [2020-12-20T23:08:15.241Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-20T23:08:15.241Z] ---> Running in 79a10212e734 [2020-12-20T23:08:15.241Z] ---> Running in 5f4a324a7d69 [2020-12-20T23:08:15.241Z] (1/2) Installing readline (8.0.4-r0) [2020-12-20T23:08:15.241Z] (2/2) Installing bash (5.0.17-r0) [2020-12-20T23:08:15.505Z] Executing bash-5.0.17-r0.post-install [2020-12-20T23:08:15.505Z] Executing busybox-1.31.1-r19.trigger [2020-12-20T23:08:15.505Z] OK: 12 MiB in 22 packages [2020-12-20T23:08:15.768Z] Removing intermediate container 79a10212e734 [2020-12-20T23:08:15.768Z] ---> 6cac61023cde [2020-12-20T23:08:15.768Z] [2020-12-20T23:08:15.768Z] Removing intermediate container 5f4a324a7d69 [2020-12-20T23:08:15.768Z] ---> 6de643d9e471 [2020-12-20T23:08:15.768Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-20T23:08:16.035Z] Successfully built 6cac61023cde [2020-12-20T23:08:16.035Z] Removing intermediate container d644474a66b6 [2020-12-20T23:08:16.035Z] ---> 805211b8f897 [2020-12-20T23:08:16.035Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-20T23:08:16.035Z] Successfully tagged docker-core-command-go:latest [2020-12-20T23:08:16.035Z]  Building docker-core-command-go ... done Building docker-core-data-go [2020-12-20T23:08:16.299Z] ---> ec32e6b22d7b [2020-12-20T23:08:16.299Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-20T23:08:16.299Z] ---> Running in be1827c99970 [2020-12-20T23:08:16.562Z] ---> 535d4b818815 [2020-12-20T23:08:16.562Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-20T23:08:16.562Z] Removing intermediate container be1827c99970 [2020-12-20T23:08:16.562Z] ---> 96dd473c8a59 [2020-12-20T23:08:16.562Z] Step 20/22 : LABEL arch=x86_64 [2020-12-20T23:08:16.562Z] Removing intermediate container 21676a7e09eb [2020-12-20T23:08:16.562Z] ---> 48764557696a [2020-12-20T23:08:16.562Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-20T23:08:16.825Z] ---> Running in 756276e107ef [2020-12-20T23:08:16.825Z] ---> Running in 741d63d9ebe7 [2020-12-20T23:08:17.485Z] Commit message: "fix: Fix attribution file to include go-yaml V3" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-20T23:08:19.090Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-20T23:08:19.521Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-20T23:08:19.904Z] + sudo service docker restart [2020-12-20T23:08:19.904Z] + true [2020-12-20T23:08:20.143Z] ---> 6856c0c88b1f [2020-12-20T23:08:20.144Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-20T23:08:21.558Z] ---> Running in e1946e7e5146 [2020-12-20T23:08:21.558Z] ---> 9b1b76cb5dbf [2020-12-20T23:08:21.558Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-20T23:08:21.558Z] Removing intermediate container 741d63d9ebe7 [2020-12-20T23:08:21.558Z] ---> 6cc2a82f3d97 [2020-12-20T23:08:21.558Z] Step 21/22 : LABEL git_sha=6b29634e9f7c352df05c5c8ed406ba629501e1e9 [2020-12-20T23:08:21.558Z] ---> Running in 6615732a764d [2020-12-20T23:08:21.558Z] Removing intermediate container e1946e7e5146 [2020-12-20T23:08:21.558Z] ---> f9337f2cddaa [2020-12-20T23:08:21.558Z] Step 18/21 : CMD ["--init=true"] [2020-12-20T23:08:21.822Z] ---> Running in ee652f4b6d6b [2020-12-20T23:08:21.822Z] Removing intermediate container 6615732a764d [2020-12-20T23:08:21.822Z] ---> 539dd5781c0a [2020-12-20T23:08:21.822Z] Step 22/22 : LABEL version=0.0.0 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-20T23:08:21.981Z] provisioning config files... [2020-12-20T23:08:22.035Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/19@tmp/config4485740788037556520tmp [Pipeline] { [2020-12-20T23:08:22.085Z] ---> 4c011584d189 [2020-12-20T23:08:22.085Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-20T23:08:22.085Z] ---> Running in 50108cbc150c [Pipeline] libraryResource [Pipeline] sh [2020-12-20T23:08:22.456Z] ---> docker-login.sh [2020-12-20T23:08:22.456Z] nexus3.edgexfoundry.org:10001 [2020-12-20T23:08:23.440Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-20T23:08:23.485Z] ---> Running in 8e436d6aecc2 [2020-12-20T23:08:23.485Z] Removing intermediate container ee652f4b6d6b [2020-12-20T23:08:23.485Z] ---> f9c77269cfdd [2020-12-20T23:08:23.485Z] Step 19/21 : LABEL arch=x86_64 [2020-12-20T23:08:23.716Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-20T23:08:23.716Z] Configure a credential helper to remove this warning. See [2020-12-20T23:08:23.716Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-20T23:08:23.716Z] [2020-12-20T23:08:23.716Z] Login Succeeded [2020-12-20T23:08:23.716Z] nexus3.edgexfoundry.org:10002 [2020-12-20T23:08:23.748Z] Removing intermediate container 756276e107ef [2020-12-20T23:08:23.748Z] ---> 55d72ffc4576 [2020-12-20T23:08:23.748Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-20T23:08:23.989Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-20T23:08:24.015Z] ---> Running in bc3259601434 [2020-12-20T23:08:24.264Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-20T23:08:24.264Z] Configure a credential helper to remove this warning. See [2020-12-20T23:08:24.264Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-20T23:08:24.264Z] [2020-12-20T23:08:24.264Z] Login Succeeded [2020-12-20T23:08:24.264Z] nexus3.edgexfoundry.org:10003 [2020-12-20T23:08:24.590Z] Removing intermediate container 50108cbc150c [2020-12-20T23:08:24.590Z] ---> 3471b1d6ecde [2020-12-20T23:08:24.590Z] [2020-12-20T23:08:24.861Z] Successfully built 3471b1d6ecde [2020-12-20T23:08:24.865Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-20T23:08:24.866Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-20T23:08:24.866Z] Configure a credential helper to remove this warning. See [2020-12-20T23:08:24.866Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-20T23:08:24.866Z] [2020-12-20T23:08:24.866Z] Login Succeeded [2020-12-20T23:08:24.866Z] nexus3.edgexfoundry.org:10004 [2020-12-20T23:08:25.123Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-20T23:08:25.123Z]  Building docker-security-bootstrap-redis-go ... done Building docker-security-secretstore-setup-go [2020-12-20T23:08:25.123Z] Removing intermediate container 8e436d6aecc2 [2020-12-20T23:08:25.123Z] ---> 33dd26951b5a [2020-12-20T23:08:25.123Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-20T23:08:25.465Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-20T23:08:25.465Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-20T23:08:25.465Z] Configure a credential helper to remove this warning. See [2020-12-20T23:08:25.465Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-20T23:08:25.465Z] [2020-12-20T23:08:25.465Z] Login Succeeded [2020-12-20T23:08:25.465Z] docker.io [2020-12-20T23:08:26.065Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-20T23:08:26.341Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-20T23:08:26.341Z] Configure a credential helper to remove this warning. See [2020-12-20T23:08:26.341Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-20T23:08:26.341Z] [2020-12-20T23:08:26.341Z] Login Succeeded [2020-12-20T23:08:26.341Z] ---> docker-login.sh ends [Pipeline] } [2020-12-20T23:08:26.365Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-20T23:08:26.831Z] ========================================================= [2020-12-20T23:08:26.831Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-20T23:08:26.831Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-20T23:08:27.218Z] + 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 . [2020-12-20T23:08:28.466Z] ---> Running in 985602ff709c [2020-12-20T23:08:28.466Z] Removing intermediate container bc3259601434 [2020-12-20T23:08:28.466Z] ---> 38c37c9283b8 [2020-12-20T23:08:28.466Z] Step 20/21 : LABEL git_sha=6b29634e9f7c352df05c5c8ed406ba629501e1e9 [2020-12-20T23:08:29.871Z] ---> Running in 3b41dc9e6da3 [2020-12-20T23:08:29.874Z] Sending build context to Docker daemon 170MB [2020-12-20T23:08:29.874Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-20T23:08:29.874Z] Step 2/7 : FROM ${BASE} [2020-12-20T23:08:29.874Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-20T23:08:29.874Z] 5f621e34cdf4: Pulling fs layer [2020-12-20T23:08:29.874Z] a4357932f1b6: Pulling fs layer [2020-12-20T23:08:29.874Z] 18c013af1878: Pulling fs layer [2020-12-20T23:08:29.874Z] 00ac8860ef70: Pulling fs layer [2020-12-20T23:08:29.874Z] 63d7cb157983: Pulling fs layer [2020-12-20T23:08:29.874Z] b116817d02f9: Pulling fs layer [2020-12-20T23:08:29.874Z] 745a02a5169b: Pulling fs layer [2020-12-20T23:08:29.874Z] 00ac8860ef70: Waiting [2020-12-20T23:08:29.874Z] b116817d02f9: Waiting [2020-12-20T23:08:29.874Z] 745a02a5169b: Waiting [2020-12-20T23:08:29.874Z] 63d7cb157983: Waiting [2020-12-20T23:08:29.874Z] 18c013af1878: Verifying Checksum [2020-12-20T23:08:29.874Z] 18c013af1878: Download complete [2020-12-20T23:08:29.874Z] a4357932f1b6: Verifying Checksum [2020-12-20T23:08:29.874Z] a4357932f1b6: Download complete [2020-12-20T23:08:29.874Z] 63d7cb157983: Verifying Checksum [2020-12-20T23:08:29.874Z] 63d7cb157983: Download complete [2020-12-20T23:08:29.874Z] b116817d02f9: Download complete [2020-12-20T23:08:29.874Z] 5f621e34cdf4: Verifying Checksum [2020-12-20T23:08:29.874Z] 5f621e34cdf4: Download complete [2020-12-20T23:08:30.136Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-20T23:08:30.136Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-20T23:08:30.136Z] ---> 7f3c7a0941ab [2020-12-20T23:08:30.136Z] Step 3/23 : WORKDIR /edgex-go [2020-12-20T23:08:30.136Z] ---> Using cache [2020-12-20T23:08:30.136Z] ---> bc8f68f0a23a [2020-12-20T23:08:30.136Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-20T23:08:30.136Z] ---> Using cache [2020-12-20T23:08:30.136Z] ---> bc03fd6cc860 [2020-12-20T23:08:30.136Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-20T23:08:30.485Z] 5f621e34cdf4: Pull complete [2020-12-20T23:08:30.767Z] a4357932f1b6: Pull complete [2020-12-20T23:08:31.370Z] 18c013af1878: Pull complete [2020-12-20T23:08:31.527Z] ---> Running in 2e447c44998c [2020-12-20T23:08:31.528Z] Removing intermediate container 985602ff709c [2020-12-20T23:08:31.528Z] ---> 179094ae6127 [2020-12-20T23:08:31.528Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-20T23:08:32.104Z] ---> Running in 68946f773f31 [2020-12-20T23:08:32.104Z] Removing intermediate container 3b41dc9e6da3 [2020-12-20T23:08:32.104Z] ---> b4abc4350a2a [2020-12-20T23:08:32.104Z] Step 20/22 : LABEL arch=x86_64 [2020-12-20T23:08:32.370Z] Removing intermediate container 2e447c44998c [2020-12-20T23:08:32.370Z] ---> 538e55b65b55 [2020-12-20T23:08:32.370Z] Step 21/21 : LABEL version=0.0.0 [2020-12-20T23:08:32.370Z] ---> Running in 1151a6fc493e [2020-12-20T23:08:32.815Z] 745a02a5169b: Verifying Checksum [2020-12-20T23:08:32.815Z] 745a02a5169b: Download complete [2020-12-20T23:08:32.945Z] ---> Running in b646f47d4187 [2020-12-20T23:08:33.533Z] ---> Running in d9424653ee14 [2020-12-20T23:08:34.115Z] Removing intermediate container 1151a6fc493e [2020-12-20T23:08:34.115Z] ---> d666da09c680 [2020-12-20T23:08:34.115Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-20T23:08:34.115Z] Removing intermediate container b646f47d4187 [2020-12-20T23:08:34.115Z] ---> e9173c06f948 [2020-12-20T23:08:34.115Z] Step 21/22 : LABEL git_sha=6b29634e9f7c352df05c5c8ed406ba629501e1e9 [2020-12-20T23:08:34.253Z] 00ac8860ef70: Verifying Checksum [2020-12-20T23:08:34.254Z] 00ac8860ef70: Download complete [2020-12-20T23:08:34.386Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-20T23:08:35.346Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-20T23:08:35.608Z] ---> Running in af6f69926a8b [2020-12-20T23:08:35.883Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-20T23:08:35.883Z] v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-20T23:08:35.883Z] OK: 12750 distinct packages available [2020-12-20T23:08:36.149Z] Removing intermediate container d9424653ee14 [2020-12-20T23:08:36.149Z] ---> Running in 5a703d95293e [2020-12-20T23:08:36.149Z] ---> 02c91534efa3 [2020-12-20T23:08:36.149Z] [2020-12-20T23:08:36.149Z] Successfully built 02c91534efa3 [2020-12-20T23:08:36.421Z] OK: 233 MiB in 51 packages [2020-12-20T23:08:36.421Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-20T23:08:36.421Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2020-12-20T23:08:36.421Z] Removing intermediate container af6f69926a8b [2020-12-20T23:08:36.421Z] ---> 848850d7f84d [2020-12-20T23:08:36.421Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-20T23:08:37.004Z] Removing intermediate container 5a703d95293e [2020-12-20T23:08:37.004Z] ---> c3b2aea0ba98 [2020-12-20T23:08:37.004Z] Step 22/22 : LABEL version=0.0.0 [2020-12-20T23:08:40.332Z] ---> Running in 542083454e23 [2020-12-20T23:08:40.599Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-20T23:08:40.599Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-20T23:08:40.599Z] ---> 7f3c7a0941ab [2020-12-20T23:08:40.599Z] Step 3/24 : WORKDIR /edgex-go [2020-12-20T23:08:40.599Z] ---> Using cache [2020-12-20T23:08:40.599Z] ---> bc8f68f0a23a [2020-12-20T23:08:40.599Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-20T23:08:40.599Z] ---> Using cache [2020-12-20T23:08:40.599Z] ---> bc03fd6cc860 [2020-12-20T23:08:40.599Z] Step 5/24 : RUN apk update && apk add make git [2020-12-20T23:08:40.599Z] ---> Using cache [2020-12-20T23:08:40.599Z] ---> 82d9d7879247 [2020-12-20T23:08:40.599Z] Step 6/24 : COPY go.mod . [2020-12-20T23:08:40.599Z] ---> Using cache [2020-12-20T23:08:40.599Z] ---> dba1cdfd1d53 [2020-12-20T23:08:40.599Z] Step 7/24 : RUN go mod download [2020-12-20T23:08:40.600Z] ---> Using cache [2020-12-20T23:08:40.600Z] ---> f563a7ca7a0c [2020-12-20T23:08:40.600Z] Step 8/24 : COPY . . [2020-12-20T23:08:40.861Z] ---> Using cache [2020-12-20T23:08:40.861Z] ---> ed21dc62ced0 [2020-12-20T23:08:40.861Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-20T23:08:42.254Z] ---> 1ee65ad5726b [2020-12-20T23:08:42.254Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-20T23:08:42.254Z] ---> Running in 428579eb6850 [2020-12-20T23:08:42.254Z] Removing intermediate container 68946f773f31 [2020-12-20T23:08:42.254Z] ---> 08e0cb772a59 [2020-12-20T23:08:42.254Z] Step 6/23 : COPY go.mod . [2020-12-20T23:08:42.254Z] Removing intermediate container 542083454e23 [2020-12-20T23:08:42.254Z] ---> 719928d8b3df [2020-12-20T23:08:42.254Z] [2020-12-20T23:08:42.254Z] Successfully built 719928d8b3df [2020-12-20T23:08:42.520Z] Successfully tagged docker-core-metadata-go:latest [2020-12-20T23:08:42.520Z] Building docker-support-notifications-go [2020-12-20T23:08:42.520Z]  Building docker-core-metadata-go ... done  ---> 6fbd2957af27 [2020-12-20T23:08:42.520Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-20T23:08:42.520Z] ---> e9eee1ddff92 [2020-12-20T23:08:42.520Z] Step 7/23 : RUN go mod download [2020-12-20T23:08:42.784Z] ---> Running in 014c50c89dec [2020-12-20T23:08:43.047Z] 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 [2020-12-20T23:08:44.995Z] ---> c8c09d8a82fd [2020-12-20T23:08:44.995Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-20T23:08:45.606Z] ---> Running in fa48b48d0b51 [2020-12-20T23:08:46.675Z] 00ac8860ef70: Pull complete [2020-12-20T23:08:46.675Z] 63d7cb157983: Pull complete [2020-12-20T23:08:46.675Z] b116817d02f9: Pull complete [2020-12-20T23:08:49.319Z] 745a02a5169b: Pull complete [2020-12-20T23:08:49.319Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-20T23:08:49.319Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-20T23:08:49.319Z] ---> b7e6874047d6 [2020-12-20T23:08:49.319Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-20T23:08:49.900Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-20T23:08:49.900Z] Removing intermediate container 014c50c89dec [2020-12-20T23:08:49.900Z] ---> b68567ca16af [2020-12-20T23:08:49.900Z] Step 8/23 : COPY . . [2020-12-20T23:08:49.900Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-20T23:08:49.900Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-20T23:08:49.900Z] (2/33) Installing expat (2.2.9-r1) [2020-12-20T23:08:49.900Z] (3/33) Installing libffi (3.3-r2) [2020-12-20T23:08:49.900Z] (4/33) Installing gdbm (1.13-r1) [2020-12-20T23:08:49.900Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-20T23:08:49.900Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-20T23:08:49.900Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-20T23:08:52.715Z] ---> Running in 2b22d49c5828 [2020-12-20T23:08:54.162Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-20T23:08:54.202Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-20T23:08:54.202Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-20T23:08:54.202Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-20T23:08:54.469Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-20T23:08:54.469Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-20T23:08:54.765Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-20T23:08:55.447Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-20T23:08:55.447Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-20T23:08:55.746Z] (1/12) Installing libmagic (5.38-r0) [2020-12-20T23:08:56.017Z] (2/12) Installing file (5.38-r0) [2020-12-20T23:08:56.017Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-20T23:08:56.017Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-20T23:08:56.764Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-20T23:08:56.764Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-20T23:08:57.340Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-20T23:08:57.935Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-20T23:08:57.935Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-20T23:08:58.197Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-20T23:08:58.772Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-20T23:08:59.744Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-20T23:09:00.344Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-20T23:09:00.344Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-20T23:09:00.344Z] ---> 7f3c7a0941ab [2020-12-20T23:09:00.344Z] Step 3/21 : WORKDIR /edgex-go [2020-12-20T23:09:00.344Z] ---> Using cache [2020-12-20T23:09:00.344Z] ---> bc8f68f0a23a [2020-12-20T23:09:00.344Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-20T23:09:00.344Z] ---> Using cache [2020-12-20T23:09:00.344Z] ---> bc03fd6cc860 [2020-12-20T23:09:00.344Z] Step 5/21 : RUN apk update && apk add make git [2020-12-20T23:09:00.344Z] ---> Using cache [2020-12-20T23:09:00.344Z] ---> 82d9d7879247 [2020-12-20T23:09:00.344Z] Step 6/21 : COPY go.mod . [2020-12-20T23:09:00.344Z] ---> Using cache [2020-12-20T23:09:00.344Z] ---> dba1cdfd1d53 [2020-12-20T23:09:00.344Z] Step 7/21 : RUN go mod download [2020-12-20T23:09:00.344Z] ---> Using cache [2020-12-20T23:09:00.344Z] ---> f563a7ca7a0c [2020-12-20T23:09:00.344Z] Step 8/21 : COPY . . [2020-12-20T23:09:00.344Z] ---> Using cache [2020-12-20T23:09:00.344Z] ---> ed21dc62ced0 [2020-12-20T23:09:00.344Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-20T23:09:01.303Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-20T23:09:01.413Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-20T23:09:01.413Z] (6/12) Installing patch (2.7.6-r6) [2020-12-20T23:09:01.413Z] (7/12) Installing build-base (0.5-r2) [2020-12-20T23:09:01.413Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-20T23:09:01.413Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-20T23:09:01.413Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-20T23:09:01.413Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-20T23:09:01.413Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-20T23:09:01.413Z] Executing busybox-1.31.1-r19.trigger [2020-12-20T23:09:01.413Z] OK: 217 MiB in 51 packages [2020-12-20T23:09:02.260Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-20T23:09:02.260Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-20T23:09:03.210Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-20T23:09:04.182Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-20T23:09:04.182Z] ---> Running in c9181ae33733 [2020-12-20T23:09:04.182Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-20T23:09:04.182Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-20T23:09:04.182Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-20T23:09:05.140Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-20T23:09:05.725Z] Removing intermediate container 2b22d49c5828 [2020-12-20T23:09:05.725Z] ---> 53d938404ed7 [2020-12-20T23:09:05.725Z] Step 4/7 : WORKDIR /edgex-go [2020-12-20T23:09:05.725Z] ---> Running in a69d2b8558ab [2020-12-20T23:09:05.731Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-20T23:09:05.731Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-20T23:09:06.318Z] Removing intermediate container a69d2b8558ab [2020-12-20T23:09:06.318Z] ---> f6728bd97b83 [2020-12-20T23:09:06.318Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-20T23:09:06.915Z] latest: Pulling from library/docker [2020-12-20T23:09:06.915Z] 159e5727ea61: Pulling fs layer [2020-12-20T23:09:06.915Z] 687389c36290: Pulling fs layer [2020-12-20T23:09:06.915Z] 94e28978939c: Pulling fs layer [2020-12-20T23:09:06.915Z] ea42096754a7: Pulling fs layer [2020-12-20T23:09:06.915Z] bd61cee6920e: Pulling fs layer [2020-12-20T23:09:06.915Z] 87c4ece4675c: Pulling fs layer [2020-12-20T23:09:06.915Z] 90ca8b2ff088: Pulling fs layer [2020-12-20T23:09:06.915Z] bd61cee6920e: Waiting [2020-12-20T23:09:06.915Z] 87c4ece4675c: Waiting [2020-12-20T23:09:06.915Z] 90ca8b2ff088: Waiting [2020-12-20T23:09:06.915Z] ea42096754a7: Waiting [2020-12-20T23:09:07.189Z] 94e28978939c: Download complete [2020-12-20T23:09:07.189Z] 687389c36290: Verifying Checksum [2020-12-20T23:09:07.189Z] 687389c36290: Download complete [2020-12-20T23:09:07.189Z] 159e5727ea61: Download complete [2020-12-20T23:09:07.468Z] 87c4ece4675c: Download complete [2020-12-20T23:09:07.468Z] 90ca8b2ff088: Verifying Checksum [2020-12-20T23:09:07.468Z] 90ca8b2ff088: Download complete [2020-12-20T23:09:07.745Z] 159e5727ea61: Pull complete [2020-12-20T23:09:08.308Z] Executing busybox-1.31.1-r19.trigger [2020-12-20T23:09:08.308Z] OK: 71 MiB in 55 packages [2020-12-20T23:09:08.730Z] 687389c36290: Pull complete [2020-12-20T23:09:08.730Z] ea42096754a7: Verifying Checksum [2020-12-20T23:09:08.730Z] ea42096754a7: Download complete [2020-12-20T23:09:08.730Z] 94e28978939c: Pull complete [2020-12-20T23:09:09.259Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-20T23:09:09.259Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-20T23:09:09.259Z] ---> 7f3c7a0941ab [2020-12-20T23:09:09.259Z] Step 3/24 : WORKDIR /edgex-go [2020-12-20T23:09:09.259Z] ---> Using cache [2020-12-20T23:09:09.259Z] ---> bc8f68f0a23a [2020-12-20T23:09:09.259Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-20T23:09:09.259Z] ---> Using cache [2020-12-20T23:09:09.259Z] ---> bc03fd6cc860 [2020-12-20T23:09:09.259Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-20T23:09:10.367Z] ---> Running in ef437414d123 [2020-12-20T23:09:11.067Z] 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 [2020-12-20T23:09:11.702Z] 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 [2020-12-20T23:09:12.366Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-20T23:09:12.945Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-20T23:09:13.041Z] ea42096754a7: Pull complete [2020-12-20T23:09:13.042Z] bd61cee6920e: Pull complete [2020-12-20T23:09:13.042Z] 87c4ece4675c: Pull complete [2020-12-20T23:09:13.538Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-20T23:09:13.538Z] v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-20T23:09:13.538Z] OK: 12750 distinct packages available [2020-12-20T23:09:13.644Z] 90ca8b2ff088: Pull complete [2020-12-20T23:09:13.644Z] Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 [2020-12-20T23:09:13.644Z] Status: Downloaded newer image for docker:latest [2020-12-20T23:09:13.809Z] OK: 233 MiB in 51 packages [2020-12-20T23:09:17.024Z] ---> ed335dc0e24e [2020-12-20T23:09:17.024Z] Step 6/7 : COPY go.mod . [2020-12-20T23:09:17.617Z] ---> 5ac2ee5f00e8 [2020-12-20T23:09:17.617Z] Step 7/7 : RUN go mod download [2020-12-20T23:09:17.920Z] ---> Running in 4b2c84281b5a [2020-12-20T23:09:19.148Z] Removing intermediate container ef437414d123 [2020-12-20T23:09:19.148Z] ---> e0e64708e0f1 [2020-12-20T23:09:19.148Z] Step 6/24 : COPY go.mod . [2020-12-20T23:09:19.148Z] ---> dd60848a73d5 [2020-12-20T23:09:19.148Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-20T23:09:20.133Z] ---> Running in fdc58199c6e5 [2020-12-20T23:09:21.141Z] ---> 31fc6beca813 [2020-12-20T23:09:21.141Z] Step 7/24 : RUN go mod download [2020-12-20T23:09:23.093Z] ---> Running in 0c298ba41482 [2020-12-20T23:09:23.093Z] Removing intermediate container 428579eb6850 [2020-12-20T23:09:23.093Z] ---> a2fb299981a7 [2020-12-20T23:09:23.093Z] [2020-12-20T23:09:23.093Z] Step 10/24 : FROM alpine:3.10 [2020-12-20T23:09:23.093Z] ---> be4e4bea2c2e [2020-12-20T23:09:23.093Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-20T23:09:23.093Z] ---> Using cache [2020-12-20T23:09:23.093Z] ---> 39801e10899d [2020-12-20T23:09:23.093Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-20T23:09:23.370Z] 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 [2020-12-20T23:09:23.370Z] ---> Running in 2e263a0d097a [2020-12-20T23:09:24.339Z] Removing intermediate container fa48b48d0b51 [2020-12-20T23:09:24.339Z] ---> f6e3377ee578 [2020-12-20T23:09:24.339Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-20T23:09:24.606Z] Removing intermediate container 2e263a0d097a [2020-12-20T23:09:24.606Z] ---> 2f0146825433 [2020-12-20T23:09:24.606Z] Step 13/24 : WORKDIR / [2020-12-20T23:09:24.882Z] ---> Running in 8c26ddebea58 [2020-12-20T23:09:25.152Z] ---> Running in d737863052ec [2020-12-20T23:09:26.125Z] Removing intermediate container d737863052ec [2020-12-20T23:09:26.125Z] ---> 0500845ae8e9 [2020-12-20T23:09:26.125Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-20T23:09:26.125Z] Removing intermediate container 0c298ba41482 [2020-12-20T23:09:26.125Z] ---> 9d1d878c1c27 [2020-12-20T23:09:26.125Z] Step 8/24 : COPY . . [2020-12-20T23:09:26.719Z] ---> 8f33385477f9 [2020-12-20T23:09:26.719Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-20T23:09:28.732Z] Collecting docker-compose==1.23.2 [2020-12-20T23:09:29.321Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-20T23:09:29.906Z] ---> 68751587e999 [2020-12-20T23:09:29.906Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-20T23:09:30.485Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-20T23:09:31.890Z] Collecting jsonschema<3,>=2.5.1 [2020-12-20T23:09:31.890Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-20T23:09:33.305Z] Collecting texttable<0.10,>=0.9.0 [2020-12-20T23:09:33.305Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-20T23:09:35.253Z] ---> 8e23fb8b0727 [2020-12-20T23:09:35.253Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-20T23:09:35.526Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-20T23:09:35.526Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-20T23:09:35.803Z] Collecting cached-property<2,>=1.2.0 [2020-12-20T23:09:35.803Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-20T23:09:36.078Z] Collecting docopt<0.7,>=0.6.1 [2020-12-20T23:09:36.078Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-20T23:09:37.048Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-20T23:09:37.048Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-20T23:09:38.005Z] ---> 79c838a2427c [2020-12-20T23:09:38.005Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-20T23:09:39.984Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-20T23:09:39.984Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-20T23:09:40.985Z] Removing intermediate container c9181ae33733 [2020-12-20T23:09:40.985Z] ---> 1089ca87c29f [2020-12-20T23:09:40.985Z] [2020-12-20T23:09:40.985Z] Step 10/21 : FROM scratch [2020-12-20T23:09:40.985Z] ---> [2020-12-20T23:09:40.985Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-20T23:09:40.985Z] Collecting docker<4.0,>=3.6.0 [2020-12-20T23:09:40.985Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-20T23:09:41.572Z] Collecting PyYAML<4,>=3.10 [2020-12-20T23:09:41.572Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-20T23:09:42.152Z] ---> Using cache [2020-12-20T23:09:42.152Z] ---> fb7c11650938 [2020-12-20T23:09:42.152Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-20T23:09:42.415Z] 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) [2020-12-20T23:09:42.415Z] 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) [2020-12-20T23:09:42.989Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-20T23:09:43.252Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-20T23:09:44.730Z] Removing intermediate container 4b2c84281b5a [2020-12-20T23:09:44.731Z] ---> 416ce9325355 [2020-12-20T23:09:44.731Z] Successfully built 416ce9325355 [2020-12-20T23:09:44.731Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-20T23:09:45.078Z] + docker inspect -f . ci-base-image-arm64 [2020-12-20T23:09:45.078Z] . [Pipeline] withDockerContainer [2020-12-20T23:09:45.195Z] ---> 5d2a611bcc30 [2020-12-20T23:09:45.195Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-20T23:09:45.195Z] ---> Running in e99350d37ca6 [2020-12-20T23:09:45.195Z] Collecting idna<2.8,>=2.5 [2020-12-20T23:09:45.195Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-20T23:09:45.195Z] Collecting docker-pycreds>=0.4.0 [2020-12-20T23:09:45.361Z] prd-ubuntu18.04-docker-arm64-4c-16g-16950 does not seem to be running inside a container [2020-12-20T23:09:45.449Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 [2020-12-20T23:09:45.469Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-20T23:09:46.057Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-20T23:09:46.057Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-20T23:09:46.057Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-20T23:09:46.057Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-20T23:09:46.327Z] Installing collected packages: jsonschema, texttable, websocket-client, cached-property, docopt, dockerpty, urllib3, idna, requests, docker-pycreds, docker, PyYAML, docker-compose [2020-12-20T23:09:47.074Z] $ docker top 6404455a62ba8e1314344d288ddd8a7551ce6ea192b1bab8c060458f0a3ca7b6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-20T23:09:48.131Z] + go version [2020-12-20T23:09:48.131Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-20T23:09:48.158Z] $ docker stop --time=1 6404455a62ba8e1314344d288ddd8a7551ce6ea192b1bab8c060458f0a3ca7b6 [2020-12-20T23:09:48.255Z] ---> 752d7685d6d6 [2020-12-20T23:09:48.255Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-20T23:09:48.255Z] Removing intermediate container e99350d37ca6 [2020-12-20T23:09:48.255Z] ---> 557b02521696 [2020-12-20T23:09:48.255Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-20T23:09:48.255Z] Running setup.py install for texttable: started [2020-12-20T23:09:48.828Z] Running setup.py install for texttable: finished with status 'done' [2020-12-20T23:09:50.175Z] $ docker rm -f 6404455a62ba8e1314344d288ddd8a7551ce6ea192b1bab8c060458f0a3ca7b6 [2020-12-20T23:09:50.226Z] ---> Running in 49629d190441 [2020-12-20T23:09:50.226Z] ---> Running in 1ae2f50e1ff2 [2020-12-20T23:09:50.226Z] Running setup.py install for docopt: started [2020-12-20T23:09:50.226Z] ---> b599797f06ec [2020-12-20T23:09:50.226Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [Pipeline] // withDockerContainer [2020-12-20T23:09:50.495Z] Removing intermediate container 49629d190441 [2020-12-20T23:09:50.495Z] ---> 31225bc871c0 [2020-12-20T23:09:50.495Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-20T23:09:50.495Z] ---> Running in 7d42425a870f [2020-12-20T23:09:50.495Z] Running setup.py install for docopt: finished with status 'done' [2020-12-20T23:09:50.495Z] Running setup.py install for dockerpty: started [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-12-20T23:09:50.782Z] ---> 48d202b8f64f [2020-12-20T23:09:50.782Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-20T23:09:51.262Z] + docker inspect -f . ci-base-image-arm64 [2020-12-20T23:09:51.262Z] . [Pipeline] withDockerContainer [2020-12-20T23:09:51.362Z] 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 [2020-12-20T23:09:51.362Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-20T23:09:51.362Z] Attempting uninstall: urllib3 [2020-12-20T23:09:51.363Z] Found existing installation: urllib3 1.25.9 [2020-12-20T23:09:51.363Z] Uninstalling urllib3-1.25.9: [2020-12-20T23:09:51.363Z] Successfully uninstalled urllib3-1.25.9 [2020-12-20T23:09:51.551Z] prd-ubuntu18.04-docker-arm64-4c-16g-16950 does not seem to be running inside a container [2020-12-20T23:09:51.644Z] $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 [2020-12-20T23:09:52.325Z] ---> 983c2dbb8744 [2020-12-20T23:09:52.325Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-20T23:09:52.325Z] Attempting uninstall: idna [2020-12-20T23:09:52.325Z] Found existing installation: idna 2.9 [2020-12-20T23:09:52.325Z] Uninstalling idna-2.9: [2020-12-20T23:09:52.605Z] Successfully uninstalled idna-2.9 [2020-12-20T23:09:52.880Z] Attempting uninstall: requests [2020-12-20T23:09:52.880Z] Found existing installation: requests 2.23.0 [2020-12-20T23:09:52.880Z] Removing intermediate container 1ae2f50e1ff2 [2020-12-20T23:09:52.880Z] ---> 7ea228c438af [2020-12-20T23:09:52.880Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-20T23:09:52.880Z] Uninstalling requests-2.23.0: [2020-12-20T23:09:52.880Z] Successfully uninstalled requests-2.23.0 [2020-12-20T23:09:53.116Z] $ docker top 0d366a6da5a72fdbf9102b6bb3e289e3f17333670378ab83a8fcc5f3458bb9d3 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-20T23:09:53.632Z] ========================================================= [2020-12-20T23:09:53.632Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-20T23:09:53.632Z] ========================================================= [Pipeline] sh [2020-12-20T23:09:54.376Z] + make test [2020-12-20T23:09:54.376Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-20T23:09:55.446Z] ---> Running in 250a46d0cd55 [2020-12-20T23:09:55.722Z] ---> 01c7acfaa65f [2020-12-20T23:09:55.722Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-20T23:09:55.988Z] Running setup.py install for PyYAML: started [2020-12-20T23:09:56.568Z] ---> Running in 8e7c80e34dc4 [2020-12-20T23:09:56.569Z] Removing intermediate container 250a46d0cd55 [2020-12-20T23:09:56.569Z] ---> fc86d14d03f2 [2020-12-20T23:09:56.569Z] Step 22/24 : LABEL arch=x86_64 [2020-12-20T23:09:56.836Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-20T23:09:56.836Z] ---> Running in c14453a23da2 [2020-12-20T23:09:57.438Z] Removing intermediate container 8e7c80e34dc4 [2020-12-20T23:09:57.438Z] ---> cdadf8b773f2 [2020-12-20T23:09:57.438Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-20T23:09:58.042Z] 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 [2020-12-20T23:09:58.636Z] ---> Running in 676767f647db [2020-12-20T23:09:58.636Z] Removing intermediate container c14453a23da2 [2020-12-20T23:09:58.636Z] ---> 3043d12b8a79 [2020-12-20T23:09:58.636Z] Step 23/24 : LABEL git_sha=6b29634e9f7c352df05c5c8ed406ba629501e1e9 [2020-12-20T23:10:00.053Z] ---> Running in 6eaee5ac66f2 [2020-12-20T23:10:00.638Z] Removing intermediate container 676767f647db [2020-12-20T23:10:00.638Z] ---> e300efe3dfc2 [2020-12-20T23:10:00.638Z] Step 19/21 : LABEL arch=x86_64 [2020-12-20T23:10:00.915Z] Removing intermediate container fdc58199c6e5 [2020-12-20T23:10:00.915Z] ---> cd7aa368b9b2 [2020-12-20T23:10:00.915Z] [2020-12-20T23:10:00.915Z] Step 10/23 : FROM alpine [2020-12-20T23:10:00.915Z] ---> 389fef711851 [2020-12-20T23:10:00.915Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-20T23:10:02.846Z] Removing intermediate container 6eaee5ac66f2 [2020-12-20T23:10:02.846Z] ---> 6bc06e2eccd5 [2020-12-20T23:10:02.846Z] Step 24/24 : LABEL version=0.0.0 [2020-12-20T23:10:03.815Z] ---> Running in 59fa4a000157 [2020-12-20T23:10:04.087Z] ---> Running in 8bc41bef4acb [2020-12-20T23:10:04.087Z] ---> Running in abb60d010827 [2020-12-20T23:10:04.087Z] Removing intermediate container 59fa4a000157 [2020-12-20T23:10:04.087Z] ---> 397deefe8a02 [2020-12-20T23:10:04.087Z] Step 20/21 : LABEL git_sha=6b29634e9f7c352df05c5c8ed406ba629501e1e9 [2020-12-20T23:10:04.360Z] Removing intermediate container 8c26ddebea58 [2020-12-20T23:10:04.360Z] ---> 9c6c7d9c40b3 [2020-12-20T23:10:04.361Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-20T23:10:04.629Z] ---> Running in 6f6bbf4878c1 [2020-12-20T23:10:04.629Z] ---> Running in f76a95a28c17 [2020-12-20T23:10:04.900Z] Removing intermediate container 8bc41bef4acb [2020-12-20T23:10:04.900Z] ---> aad0a7b09a19 [2020-12-20T23:10:04.900Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-20T23:10:04.900Z] Removing intermediate container abb60d010827 [2020-12-20T23:10:04.900Z] ---> 3425a03763a7 [2020-12-20T23:10:04.900Z] [2020-12-20T23:10:05.173Z] Successfully built 3425a03763a7 [2020-12-20T23:10:05.173Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-20T23:10:05.173Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in c6471726cb19 [2020-12-20T23:10:05.173Z] Removing intermediate container 6f6bbf4878c1 [2020-12-20T23:10:05.173Z] ---> e79da5ce73c1 [2020-12-20T23:10:05.173Z] Step 21/21 : LABEL version=0.0.0 [2020-12-20T23:10:05.443Z] ---> Running in e3fed1b03892 [2020-12-20T23:10:05.443Z] Removing intermediate container c6471726cb19 [2020-12-20T23:10:05.443Z] ---> 9f3e9d53ea79 [2020-12-20T23:10:05.443Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-20T23:10:05.443Z] ---> Running in 26d5bd5d22e7 [2020-12-20T23:10:05.708Z] Removing intermediate container e3fed1b03892 [2020-12-20T23:10:05.708Z] ---> ed99e9ec47a7 [2020-12-20T23:10:05.708Z] [2020-12-20T23:10:05.708Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-20T23:10:05.708Z] Successfully built ed99e9ec47a7 [2020-12-20T23:10:05.708Z] Removing intermediate container 26d5bd5d22e7 [2020-12-20T23:10:05.708Z] ---> da6a27f69e92 [2020-12-20T23:10:05.708Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-20T23:10:05.708Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-20T23:10:05.708Z]  Building docker-support-scheduler-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-20T23:10:05.708Z] ---> Running in d40639b53d92 [2020-12-20T23:10:05.976Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-20T23:10:05.976Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-20T23:10:05.976Z] (3/3) Installing curl (7.69.1-r3) [2020-12-20T23:10:05.976Z] Executing busybox-1.31.1-r19.trigger [2020-12-20T23:10:05.976Z] OK: 72 MiB in 58 packages [2020-12-20T23:10:06.937Z] Removing intermediate container f76a95a28c17 [2020-12-20T23:10:06.937Z] ---> 102c6ca5841b [2020-12-20T23:10:06.937Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-20T23:10:06.937Z] ---> Running in d0936fdb40c9 [2020-12-20T23:10:07.199Z] Removing intermediate container d40639b53d92 [2020-12-20T23:10:07.199Z] ---> 47d1e7e44af2 [2020-12-20T23:10:07.199Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-20T23:10:07.199Z] Removing intermediate container d0936fdb40c9 [2020-12-20T23:10:07.199Z] ---> db77e77b7e6d [2020-12-20T23:10:07.199Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-20T23:10:07.469Z] ---> Running in 852fc49e843e [2020-12-20T23:10:07.469Z] ---> Running in 9f81cc375b9c [2020-12-20T23:10:10.028Z] Removing intermediate container 9f81cc375b9c [2020-12-20T23:10:10.028Z] ---> bedfa47dafd5 [2020-12-20T23:10:10.028Z] Step 25/27 : LABEL arch=x86_64 [2020-12-20T23:10:10.028Z] Removing intermediate container 7d42425a870f [2020-12-20T23:10:10.028Z] ---> 0416996b3a38 [2020-12-20T23:10:10.028Z] [2020-12-20T23:10:10.028Z] Step 10/24 : FROM scratch [2020-12-20T23:10:10.028Z] ---> [2020-12-20T23:10:10.028Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-20T23:10:10.028Z] ---> Running in f5534d712014 [2020-12-20T23:10:10.028Z] ---> Running in fcd77b7d29cb [2020-12-20T23:10:10.028Z] Removing intermediate container f5534d712014 [2020-12-20T23:10:10.028Z] ---> f922a08c2db9 [2020-12-20T23:10:10.028Z] Step 26/27 : LABEL git_sha=6b29634e9f7c352df05c5c8ed406ba629501e1e9 [2020-12-20T23:10:10.028Z] ---> Running in 4bc7889c600d [2020-12-20T23:10:10.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-20T23:10:10.028Z] Removing intermediate container fcd77b7d29cb [2020-12-20T23:10:10.028Z] ---> 97a9a3655295 [2020-12-20T23:10:10.028Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-20T23:10:10.028Z] ---> Running in 15a525b9f60b [2020-12-20T23:10:10.292Z] Removing intermediate container 4bc7889c600d [2020-12-20T23:10:10.292Z] ---> c29d9f1a9ece [2020-12-20T23:10:10.292Z] Step 27/27 : LABEL version=0.0.0 [2020-12-20T23:10:10.292Z] Removing intermediate container 15a525b9f60b [2020-12-20T23:10:10.292Z] ---> f05c3b6bc20f [2020-12-20T23:10:10.292Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-20T23:10:10.292Z] ---> Running in ce0389ac2a1f [2020-12-20T23:10:10.292Z] ---> Running in f3851d446cb0 [2020-12-20T23:10:10.567Z] Removing intermediate container ce0389ac2a1f [2020-12-20T23:10:10.567Z] ---> 5f733dc5ae40 [2020-12-20T23:10:10.567Z] [2020-12-20T23:10:10.567Z] Removing intermediate container f3851d446cb0 [2020-12-20T23:10:10.567Z] ---> c6cbdf2a787e [2020-12-20T23:10:10.567Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-20T23:10:10.567Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-20T23:10:10.567Z] Successfully built 5f733dc5ae40 [2020-12-20T23:10:10.567Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-20T23:10:10.834Z]  Building docker-sys-mgmt-agent-go ... done  ---> a80b5e364b3b [2020-12-20T23:10:10.834Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-20T23:10:11.115Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-20T23:10:11.115Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-20T23:10:11.115Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-20T23:10:11.399Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-20T23:10:11.987Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-20T23:10:11.987Z] ---> 95b3fc20458b [2020-12-20T23:10:11.987Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-20T23:10:12.282Z] Executing busybox-1.31.1-r19.trigger [2020-12-20T23:10:12.282Z] OK: 8 MiB in 19 packages [2020-12-20T23:10:12.568Z] ---> 767ff8f23553 [2020-12-20T23:10:12.568Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-20T23:10:12.830Z] Removing intermediate container 852fc49e843e [2020-12-20T23:10:12.830Z] ---> 093367ed0fc5 [2020-12-20T23:10:12.830Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-20T23:10:12.830Z] ---> 2c02e063afa8 [2020-12-20T23:10:12.830Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-20T23:10:13.092Z] ---> 38a13a6498dc [2020-12-20T23:10:13.092Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-20T23:10:13.356Z] ---> b2b761e0da88 [2020-12-20T23:10:13.356Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-20T23:10:13.618Z] ---> 32c47ba99059 [2020-12-20T23:10:13.618Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-20T23:10:13.618Z] ---> 9477dbbec338 [2020-12-20T23:10:13.618Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-20T23:10:13.881Z] ---> Running in f601d01e9f36 [2020-12-20T23:10:13.881Z] ---> d37b1c5d8474 [2020-12-20T23:10:13.881Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-20T23:10:13.881Z] ---> Running in 0e5619e03191 [2020-12-20T23:10:13.881Z] Removing intermediate container f601d01e9f36 [2020-12-20T23:10:13.881Z] ---> 9311f2911b76 [2020-12-20T23:10:13.881Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-20T23:10:14.144Z] ---> Running in 1ddb631d1681 [2020-12-20T23:10:14.145Z] Removing intermediate container 0e5619e03191 [2020-12-20T23:10:14.145Z] ---> dd3bb6358b81 [2020-12-20T23:10:14.145Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-20T23:10:14.145Z] ---> Running in 402225c2d97b [2020-12-20T23:10:14.145Z] Removing intermediate container 1ddb631d1681 [2020-12-20T23:10:14.145Z] ---> e8497df549b4 [2020-12-20T23:10:14.145Z] Step 22/24 : LABEL arch=x86_64 [2020-12-20T23:10:14.408Z] ---> Running in a595ac654ee4 [2020-12-20T23:10:14.983Z] Removing intermediate container 402225c2d97b [2020-12-20T23:10:14.983Z] ---> f4f663fd170b [2020-12-20T23:10:14.983Z] Step 21/23 : LABEL arch=x86_64 [2020-12-20T23:10:14.983Z] Removing intermediate container a595ac654ee4 [2020-12-20T23:10:14.983Z] ---> 228d2bf59b19 [2020-12-20T23:10:14.983Z] Step 23/24 : LABEL git_sha=6b29634e9f7c352df05c5c8ed406ba629501e1e9 [2020-12-20T23:10:14.983Z] ---> Running in e586a38bb62b [2020-12-20T23:10:15.246Z] ---> Running in cebb74f93e8c [2020-12-20T23:10:15.246Z] Removing intermediate container e586a38bb62b [2020-12-20T23:10:15.246Z] ---> 56612100d012 [2020-12-20T23:10:15.246Z] Step 22/23 : LABEL git_sha=6b29634e9f7c352df05c5c8ed406ba629501e1e9 [2020-12-20T23:10:15.246Z] Removing intermediate container cebb74f93e8c [2020-12-20T23:10:15.246Z] ---> ec215a95d4bd [2020-12-20T23:10:15.246Z] Step 24/24 : LABEL version=0.0.0 [2020-12-20T23:10:15.246Z] ---> Running in bc8ee533bc38 [2020-12-20T23:10:15.512Z] ---> Running in e42d01907209 [2020-12-20T23:10:15.512Z] Removing intermediate container bc8ee533bc38 [2020-12-20T23:10:15.512Z] ---> 7d757ffa05c2 [2020-12-20T23:10:15.512Z] Step 23/23 : LABEL version=0.0.0 [2020-12-20T23:10:15.512Z] Removing intermediate container e42d01907209 [2020-12-20T23:10:15.512Z] ---> 6756f7bf315e [2020-12-20T23:10:15.512Z] [2020-12-20T23:10:15.512Z] ---> Running in 1573f01f4343 [2020-12-20T23:10:15.774Z] Successfully built 6756f7bf315e [2020-12-20T23:10:15.774Z] Successfully tagged docker-support-notifications-go:latest [2020-12-20T23:10:15.774Z]  Building docker-support-notifications-go ... done Removing intermediate container 1573f01f4343 [2020-12-20T23:10:15.774Z] ---> 8e725f80dad2 [2020-12-20T23:10:15.774Z] [2020-12-20T23:10:16.036Z] Successfully built 8e725f80dad2 [2020-12-20T23:10:16.036Z] Successfully tagged docker-core-data-go:latest [2020-12-20T23:10:16.309Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-12-20T23:10:16.317Z] $ docker stop --time=1 75c677096acf11afa454dc2d3144b7c5b50f64d4861acfd422188f3245847350 [2020-12-20T23:10:17.970Z] $ docker rm -f 75c677096acf11afa454dc2d3144b7c5b50f64d4861acfd422188f3245847350 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-20T23:10:18.501Z] + docker images [2020-12-20T23:10:18.501Z] + grep docker [2020-12-20T23:10:18.501Z] docker-core-data-go latest 8e725f80dad2 3 seconds ago 22.2MB [2020-12-20T23:10:18.501Z] docker-support-notifications-go latest 6756f7bf315e 3 seconds ago 12.1MB [2020-12-20T23:10:18.501Z] docker-sys-mgmt-agent-go latest 5f733dc5ae40 8 seconds ago 313MB [2020-12-20T23:10:18.501Z] docker-support-scheduler-go latest ed99e9ec47a7 13 seconds ago 10.8MB [2020-12-20T23:10:18.501Z] docker-security-secretstore-setup-go latest 3425a03763a7 14 seconds ago 24.7MB [2020-12-20T23:10:18.501Z] docker-core-metadata-go latest 719928d8b3df About a minute ago 13MB [2020-12-20T23:10:18.501Z] docker-security-proxy-setup-go latest 02c91534efa3 About a minute ago 24.7MB [2020-12-20T23:10:18.501Z] docker-security-bootstrap-redis-go latest 3471b1d6ecde About a minute ago 15.9MB [2020-12-20T23:10:18.501Z] docker-core-command-go latest 6cac61023cde 2 minutes ago 10.6MB [2020-12-20T23:10:18.501Z] docker latest 0040bc98e531 3 days 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 [2020-12-20T23:10:21.206Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-20T23:10:34.281Z] Still waiting to schedule task [2020-12-20T23:10:34.281Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2020-12-20T23:11:00.269Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-20T23:11:27.541Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-20T23:11:27.541Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-20T23:11:27.541Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-20T23:11:27.541Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-20T23:11:27.541Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-20T23:11:27.541Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-20T23:11:27.541Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-20T23:11:27.541Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-20T23:11:27.541Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-20T23:11:29.532Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-20T23:11:29.532Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-20T23:11:29.532Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-20T23:11:36.285Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.195s coverage: 46.6% of statements [2020-12-20T23:11:36.285Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-20T23:11:36.285Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-20T23:11:36.285Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-20T23:11:36.285Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-20T23:11:36.285Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-20T23:11:43.033Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.477s coverage: 27.0% of statements [2020-12-20T23:11:43.034Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-20T23:11:43.034Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-20T23:11:43.034Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-20T23:11:43.034Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-20T23:11:43.034Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-20T23:11:43.034Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-20T23:11:43.034Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements [2020-12-20T23:11:43.034Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-20T23:11:43.034Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.077s coverage: 100.0% of statements [2020-12-20T23:11:43.034Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-20T23:11:43.034Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-20T23:11:43.034Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.542s coverage: 72.7% of statements [2020-12-20T23:11:43.034Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-20T23:11:43.034Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-20T23:11:44.492Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.664s coverage: 83.3% of statements [2020-12-20T23:11:44.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-20T23:11:44.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-20T23:11:44.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-20T23:11:44.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-20T23:11:49.922Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.175s coverage: 28.6% of statements [2020-12-20T23:11:49.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-20T23:11:49.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-20T23:11:49.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-20T23:11:49.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-20T23:11:49.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-20T23:11:49.922Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.150s coverage: 100.0% of statements [2020-12-20T23:11:49.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-20T23:11:49.922Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.099s coverage: 100.0% of statements [2020-12-20T23:11:49.922Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-20T23:11:51.376Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.340s coverage: 86.7% of statements [2020-12-20T23:11:51.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-20T23:11:52.822Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.403s coverage: 97.5% of statements [2020-12-20T23:11:52.822Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-20T23:11:52.822Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.128s coverage: 78.3% of statements [2020-12-20T23:11:52.823Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-20T23:11:52.823Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-20T23:11:52.823Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-20T23:11:52.823Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-20T23:12:01.138Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.024s coverage: 93.8% of statements [2020-12-20T23:12:01.138Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-20T23:12:01.138Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-20T23:12:01.138Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-20T23:12:01.138Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-20T23:12:01.138Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-20T23:12:01.138Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-20T23:12:01.138Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-20T23:12:01.138Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-20T23:12:01.138Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-20T23:12:01.138Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-20T23:12:01.138Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-20T23:12:01.139Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-20T23:12:01.139Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-20T23:12:01.139Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-20T23:12:01.139Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-20T23:12:01.139Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-20T23:12:01.139Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-20T23:12:01.139Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-20T23:12:01.139Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2020-12-20T23:12:01.139Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-20T23:12:01.139Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-20T23:12:01.139Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.152s coverage: 0.1% of statements [2020-12-20T23:12:01.139Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-20T23:12:01.139Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-20T23:12:01.139Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-20T23:12:01.139Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-20T23:12:01.139Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.072s coverage: 100.0% of statements [2020-12-20T23:12:01.139Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-20T23:12:01.139Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.139s coverage: 75.5% of statements [2020-12-20T23:12:01.139Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-20T23:12:01.139Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.070s coverage: 80.8% of statements [2020-12-20T23:12:01.139Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.153s coverage: 87.2% of statements [2020-12-20T23:12:01.139Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.132s coverage: 84.2% of statements [2020-12-20T23:12:02.587Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.199s coverage: 91.4% of statements [2020-12-20T23:12:02.587Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-20T23:12:06.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.539s coverage: 63.5% of statements [2020-12-20T23:12:06.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-20T23:12:06.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-20T23:12:06.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.078s coverage: 100.0% of statements [2020-12-20T23:12:06.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.110s coverage: 91.3% of statements [2020-12-20T23:12:06.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.081s coverage: 100.0% of statements [2020-12-20T23:12:06.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.136s coverage: 73.7% of statements [2020-12-20T23:12:06.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.068s coverage: 100.0% of statements [2020-12-20T23:12:11.430Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.907s coverage: 55.9% of statements [2020-12-20T23:12:11.430Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-20T23:12:11.430Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-20T23:12:11.430Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-20T23:12:11.430Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-20T23:12:11.430Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-20T23:12:12.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.413s coverage: 37.0% of statements [2020-12-20T23:12:12.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-20T23:12:12.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-20T23:12:12.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.781s coverage: 84.0% of statements [2020-12-20T23:12:12.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.088s coverage: 100.0% of statements [2020-12-20T23:12:19.440Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.394s coverage: 47.1% of statements [2020-12-20T23:12:19.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-20T23:12:19.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-20T23:12:19.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-20T23:12:19.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-20T23:12:19.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-20T23:12:19.440Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.133s coverage: 100.0% of statements [2020-12-20T23:12:19.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-20T23:12:19.440Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.111s coverage: 100.0% of statements [2020-12-20T23:12:19.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-20T23:12:24.882Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.250s coverage: 29.1% of statements [2020-12-20T23:12:24.882Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-20T23:12:24.882Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-20T23:12:24.882Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-20T23:12:24.882Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-20T23:12:24.882Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-20T23:12:24.882Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.249s coverage: 99.0% of statements [2020-12-20T23:12:24.882Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-20T23:12:24.882Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.099s coverage: 100.0% of statements [2020-12-20T23:12:24.882Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-20T23:12:24.882Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.053s coverage: 0.0% of statements [2020-12-20T23:12:24.882Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-20T23:12:24.882Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.096s coverage: 100.0% of statements [2020-12-20T23:12:24.882Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-20T23:12:24.882Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-20T23:12:24.882Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-20T23:12:24.882Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-20T23:12:24.882Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.127s coverage: 87.9% of statements [2020-12-20T23:12:24.882Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-20T23:12:24.882Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-20T23:12:24.882Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.083s coverage: 100.0% of statements [2020-12-20T23:12:25.480Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2020-12-20T23:12:26.074Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2020-12-20T23:12:26.665Z] GO111MODULE=on go vet ./... [2020-12-20T23:13:34.738Z] gofmt -l . [2020-12-20T23:13:34.738Z] [ "`gofmt -l .`" = "" ] [2020-12-20T23:13:36.717Z] ./bin/test-go-mod-tidy.sh [2020-12-20T23:13:37.315Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-20T23:13:41.377Z] + ls -al . [2020-12-20T23:13:41.377Z] total 664 [2020-12-20T23:13:41.377Z] drwxrwxr-x 9 1001 1001 4096 Dec 20 23:13 . [2020-12-20T23:13:41.377Z] drwxr-xr-x 4 root root 4096 Dec 20 23:09 .. [2020-12-20T23:13:41.377Z] -rw-rw-r-- 1 1001 1001 11 Dec 20 23:08 .dockerignore [2020-12-20T23:13:41.377Z] drwxrwxr-x 8 1001 1001 4096 Dec 20 23:08 .git [2020-12-20T23:13:41.377Z] drwxrwxr-x 3 1001 1001 4096 Dec 20 23:08 .github [2020-12-20T23:13:41.377Z] -rw-rw-r-- 1 1001 1001 824 Dec 20 23:08 .gitignore [2020-12-20T23:13:41.377Z] -rw-rw-r-- 1 1001 1001 166 Dec 20 23:08 .sonarcloud.properties [2020-12-20T23:13:41.377Z] -rw-rw-r-- 1 1001 1001 3804 Dec 20 23:08 CONTRIBUTING.md [2020-12-20T23:13:41.377Z] -rw-rw-r-- 1 1001 1001 1035 Dec 20 23:08 Dockerfile.build [2020-12-20T23:13:41.377Z] -rw-rw-r-- 1 1001 1001 863 Dec 20 23:08 Jenkinsfile [2020-12-20T23:13:41.377Z] -rw-rw-r-- 1 1001 1001 10775 Dec 20 23:08 LICENSE [2020-12-20T23:13:41.377Z] -rw-rw-r-- 1 1001 1001 5750 Dec 20 23:08 Makefile [2020-12-20T23:13:41.377Z] -rw-rw-r-- 1 1001 1001 6511 Dec 20 23:08 README.md [2020-12-20T23:13:41.377Z] -rw-rw-r-- 1 1001 1001 6744 Dec 20 23:08 SECURITY.md [2020-12-20T23:13:41.377Z] -rw-rw-r-- 1 1001 1001 5 Dec 20 23:02 VERSION [2020-12-20T23:13:41.377Z] -rw-rw-r-- 1 1001 1001 4131 Dec 20 23:08 ZMQWindows.md [2020-12-20T23:13:41.377Z] drwxrwxr-x 2 1001 1001 4096 Dec 20 23:08 bin [2020-12-20T23:13:41.377Z] drwxrwxr-x 14 1001 1001 4096 Dec 20 23:08 cmd [2020-12-20T23:13:41.377Z] -rw-r--r-- 1 root root 537098 Dec 20 23:12 coverage.out [2020-12-20T23:13:41.377Z] -rw-r--r-- 1 root root 979 Dec 20 23:13 go.mod [2020-12-20T23:13:41.377Z] -rw-r--r-- 1 root root 18739 Dec 20 23:13 go.sum [2020-12-20T23:13:41.377Z] drwxrwxr-x 8 1001 1001 4096 Dec 20 23:08 internal [2020-12-20T23:13:41.377Z] drwxrwxr-x 4 1001 1001 4096 Dec 20 23:08 openapi [2020-12-20T23:13:41.377Z] drwxrwxr-x 4 1001 1001 4096 Dec 20 23:08 snap [2020-12-20T23:13:41.377Z] -rw-rw-r-- 1 1001 1001 168 Dec 20 23:08 version.go [Pipeline] sh [2020-12-20T23:13:42.039Z] + '[' -e coverage.out ] [2020-12-20T23:13:42.039Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-20T23:13:42.125Z] Warning: overwriting stash ‘coverage-report’ [2020-12-20T23:13:43.282Z] Stashed 1 file(s) [Pipeline] sh [2020-12-20T23:13:43.995Z] + make build [2020-12-20T23:13:43.995Z] 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 [2020-12-20T23:13:56.449Z] 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 [2020-12-20T23:14:18.651Z] 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 [2020-12-20T23:14:25.377Z] 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 [2020-12-20T23:14:30.772Z] 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 [2020-12-20T23:14:31.756Z] 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 [2020-12-20T23:14:38.476Z] 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 [2020-12-20T23:14:43.879Z] 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 [2020-12-20T23:14:47.261Z] 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 [2020-12-20T23:14:53.979Z] 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 [2020-12-20T23:14:57.378Z] 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 [2020-12-20T23:15:02.795Z] 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] } [2020-12-20T23:15:06.219Z] $ docker stop --time=1 0d366a6da5a72fdbf9102b6bb3e289e3f17333670378ab83a8fcc5f3458bb9d3 [2020-12-20T23:15:08.851Z] $ docker rm -f 0d366a6da5a72fdbf9102b6bb3e289e3f17333670378ab83a8fcc5f3458bb9d3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-20T23:15:11.173Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-20T23:15:11.173Z] [2020-12-20T23:15:11.173Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-20T23:15:11.841Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-20T23:15:12.115Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-20T23:15:12.115Z] 29e5d40040c1: Pulling fs layer [2020-12-20T23:15:12.115Z] 1ce36da41761: Pulling fs layer [2020-12-20T23:15:12.115Z] 25b303627fd3: Pulling fs layer [2020-12-20T23:15:12.115Z] 29e5d40040c1: Verifying Checksum [2020-12-20T23:15:12.115Z] 29e5d40040c1: Download complete [2020-12-20T23:15:12.718Z] 1ce36da41761: Verifying Checksum [2020-12-20T23:15:12.718Z] 1ce36da41761: Download complete [2020-12-20T23:15:12.991Z] 29e5d40040c1: Pull complete [2020-12-20T23:15:13.972Z] 1ce36da41761: Pull complete [2020-12-20T23:15:14.565Z] 25b303627fd3: Verifying Checksum [2020-12-20T23:15:14.565Z] 25b303627fd3: Download complete [2020-12-20T23:15:24.722Z] 25b303627fd3: Pull complete [2020-12-20T23:15:24.722Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-20T23:15:24.722Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-20T23:15:24.722Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-20T23:15:25.005Z] prd-ubuntu18.04-docker-arm64-4c-16g-16950 does not seem to be running inside a container [2020-12-20T23:15:25.081Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 [2020-12-20T23:15:28.465Z] $ docker top aa76fe9ac790c419fac07853c46ada20e78d12d7c8cef4ec89c860e8a5a4fbcf -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-20T23:15:29.510Z] + + docker-composegrep build parallel --help [2020-12-20T23:15:29.510Z] [2020-12-20T23:15:33.809Z] --parallel Build images in parallel. [Pipeline] } [2020-12-20T23:15:34.100Z] $ docker stop --time=1 aa76fe9ac790c419fac07853c46ada20e78d12d7c8cef4ec89c860e8a5a4fbcf [2020-12-20T23:15:36.105Z] $ docker rm -f aa76fe9ac790c419fac07853c46ada20e78d12d7c8cef4ec89c860e8a5a4fbcf [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-20T23:15:36.965Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-20T23:15:36.965Z] . [Pipeline] withDockerContainer [2020-12-20T23:15:37.246Z] prd-ubuntu18.04-docker-arm64-4c-16g-16950 does not seem to be running inside a container [2020-12-20T23:15:37.350Z] $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 [2020-12-20T23:15:38.841Z] $ docker top 81aff947c449260c764be1e526fccc121c337f61e2cb758a12cc86cb243dde65 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-20T23:15:39.937Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-20T23:15:44.229Z] Building docker-core-command-go ... [2020-12-20T23:15:44.229Z] Building docker-core-data-go ... [2020-12-20T23:15:44.229Z] Building docker-core-metadata-go ... [2020-12-20T23:15:44.229Z] Building docker-security-bootstrap-redis-go ... [2020-12-20T23:15:44.229Z] Building docker-security-proxy-setup-go ... [2020-12-20T23:15:44.229Z] Building docker-security-secretstore-setup-go ... [2020-12-20T23:15:44.229Z] Building docker-support-notifications-go ... [2020-12-20T23:15:44.229Z] Building docker-support-scheduler-go ... [2020-12-20T23:15:44.229Z] Building docker-sys-mgmt-agent-go ... [2020-12-20T23:15:44.229Z] Building docker-sys-mgmt-agent-go [2020-12-20T23:15:44.229Z] Building docker-core-command-go [2020-12-20T23:15:44.229Z] Building docker-security-proxy-setup-go [2020-12-20T23:15:44.229Z] Building docker-core-metadata-go [2020-12-20T23:15:44.229Z] Building docker-security-secretstore-setup-go [2020-12-20T23:16:52.224Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-20T23:16:52.224Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-20T23:16:52.224Z] ---> 416ce9325355 [2020-12-20T23:16:52.224Z] Step 3/22 : WORKDIR /edgex-go [2020-12-20T23:16:52.224Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-20T23:16:52.224Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-20T23:16:52.224Z] ---> 416ce9325355 [2020-12-20T23:16:52.224Z] Step 3/27 : WORKDIR /edgex-go [2020-12-20T23:16:52.224Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-20T23:16:52.224Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-20T23:16:52.224Z] ---> 416ce9325355 [2020-12-20T23:16:52.224Z] Step 3/22 : WORKDIR /edgex-go [2020-12-20T23:16:52.224Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-20T23:16:52.224Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-20T23:16:52.224Z] ---> 416ce9325355 [2020-12-20T23:16:52.224Z] Step 3/24 : WORKDIR /edgex-go [2020-12-20T23:16:52.224Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-20T23:16:52.224Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-20T23:16:52.224Z] ---> 416ce9325355 [2020-12-20T23:16:52.224Z] Step 3/21 : WORKDIR /edgex-go [2020-12-20T23:16:53.662Z] ---> Running in 244e3d9372a8 [2020-12-20T23:16:53.662Z] ---> Running in 5c9c8febf82f [2020-12-20T23:16:53.662Z] ---> Running in 49e7339f0559 [2020-12-20T23:16:53.662Z] ---> Running in b26693a8c28d [2020-12-20T23:16:53.662Z] ---> Running in 7e0a53a98536 [2020-12-20T23:16:54.255Z] Removing intermediate container 7e0a53a98536 [2020-12-20T23:16:54.255Z] Removing intermediate container 244e3d9372a8 [2020-12-20T23:16:54.255Z] ---> add6e1b5c860 [2020-12-20T23:16:54.255Z] ---> 770b02b5c916 [2020-12-20T23:16:54.255Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-20T23:16:54.255Z] [2020-12-20T23:16:54.255Z] Removing intermediate container 49e7339f0559 [2020-12-20T23:16:54.255Z] ---> 4bc60d2b3290 [2020-12-20T23:16:54.255Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-20T23:16:54.255Z] Removing intermediate container b26693a8c28d [2020-12-20T23:16:54.255Z] ---> 46d2ce3817c2 [2020-12-20T23:16:54.255Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-20T23:16:54.527Z] Removing intermediate container 5c9c8febf82f [2020-12-20T23:16:54.527Z] ---> b63be3a0b166 [2020-12-20T23:16:54.527Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-20T23:16:54.527Z] ---> Running in 6b293a62b99b [2020-12-20T23:16:54.527Z] ---> Running in c30582b558a7 [2020-12-20T23:16:54.527Z] ---> Running in 4d8bcad3d311 [2020-12-20T23:16:54.527Z] ---> Running in df2943f361b8 [2020-12-20T23:16:54.802Z] ---> Running in bb7f7331357d [2020-12-20T23:16:58.231Z] Removing intermediate container 6b293a62b99b [2020-12-20T23:16:58.231Z] ---> ebffac50f6e7 [2020-12-20T23:16:58.231Z] Step 5/22 : RUN apk update && apk add make git [2020-12-20T23:16:58.505Z] ---> Running in ec2826452768 [2020-12-20T23:16:58.796Z] Removing intermediate container c30582b558a7 [2020-12-20T23:16:58.796Z] ---> ac4e71fa8f4f [2020-12-20T23:16:58.796Z] Step 5/24 : RUN apk update && apk add make git [2020-12-20T23:16:58.796Z] Removing intermediate container df2943f361b8 [2020-12-20T23:16:58.796Z] ---> a081ae7bc6d9 [2020-12-20T23:16:58.796Z] Step 5/21 : RUN apk update && apk add make git [2020-12-20T23:16:58.796Z] ---> Running in 8963dc051780 [2020-12-20T23:16:59.077Z] Removing intermediate container 4d8bcad3d311 [2020-12-20T23:16:59.077Z] ---> 2022d9d6cb92 [2020-12-20T23:16:59.077Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-20T23:16:59.077Z] ---> Running in 674323b33c84 [2020-12-20T23:16:59.077Z] Removing intermediate container bb7f7331357d [2020-12-20T23:16:59.077Z] ---> 26fc4d54cbb6 [2020-12-20T23:16:59.077Z] Step 5/22 : RUN apk update && apk add make git [2020-12-20T23:16:59.361Z] ---> Running in 6625e07cc5da [2020-12-20T23:16:59.361Z] ---> Running in 1cf682df15e9 [2020-12-20T23:17:00.396Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-20T23:17:00.996Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-20T23:17:01.278Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-20T23:17:01.278Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-20T23:17:01.278Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-20T23:17:01.554Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-20T23:17:01.830Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-20T23:17:02.104Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-20T23:17:02.104Z] v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-20T23:17:02.104Z] OK: 12620 distinct packages available [2020-12-20T23:17:02.104Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-20T23:17:02.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-20T23:17:02.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-20T23:17:02.994Z] OK: 217 MiB in 51 packages [2020-12-20T23:17:02.994Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-20T23:17:02.994Z] v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-20T23:17:02.994Z] OK: 12620 distinct packages available [2020-12-20T23:17:02.994Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-20T23:17:02.994Z] v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-20T23:17:02.994Z] OK: 12620 distinct packages available [2020-12-20T23:17:03.280Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-20T23:17:03.280Z] v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-20T23:17:03.280Z] OK: 12620 distinct packages available [2020-12-20T23:17:03.280Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-20T23:17:03.280Z] v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-20T23:17:03.280Z] OK: 12620 distinct packages available [2020-12-20T23:17:03.903Z] OK: 217 MiB in 51 packages [2020-12-20T23:17:04.178Z] OK: 217 MiB in 51 packages [2020-12-20T23:17:04.178Z] OK: 217 MiB in 51 packages [2020-12-20T23:17:04.178Z] OK: 217 MiB in 51 packages [2020-12-20T23:17:04.784Z] Removing intermediate container ec2826452768 [2020-12-20T23:17:04.784Z] ---> 949582ae406a [2020-12-20T23:17:04.784Z] Step 6/22 : COPY go.mod . [2020-12-20T23:17:05.778Z] Removing intermediate container 8963dc051780 [2020-12-20T23:17:05.778Z] ---> 2f9bcda7a0af [2020-12-20T23:17:05.778Z] Step 6/24 : COPY go.mod . [2020-12-20T23:17:05.778Z] ---> d07e09b40100 [2020-12-20T23:17:05.778Z] Step 7/22 : RUN go mod download [2020-12-20T23:17:06.052Z] Removing intermediate container 674323b33c84 [2020-12-20T23:17:06.052Z] ---> a13f71d7a500 [2020-12-20T23:17:06.052Z] Step 6/21 : COPY go.mod . [2020-12-20T23:17:06.052Z] Removing intermediate container 6625e07cc5da [2020-12-20T23:17:06.052Z] ---> ef933a657181 [2020-12-20T23:17:06.052Z] Step 6/27 : COPY go.mod . [2020-12-20T23:17:06.052Z] Removing intermediate container 1cf682df15e9 [2020-12-20T23:17:06.052Z] ---> 40f610f8846e [2020-12-20T23:17:06.052Z] Step 6/22 : COPY go.mod . [2020-12-20T23:17:06.326Z] ---> Running in b445ffd1c509 [2020-12-20T23:17:06.925Z] ---> cd6b94cca1ec [2020-12-20T23:17:06.925Z] Step 7/24 : RUN go mod download [2020-12-20T23:17:06.925Z] ---> Running in 5a9ea0ab35fa [2020-12-20T23:17:07.199Z] ---> 304e6d2ca732 [2020-12-20T23:17:07.199Z] Step 7/21 : RUN go mod download [2020-12-20T23:17:07.199Z] ---> 857db8705d5f [2020-12-20T23:17:07.199Z] Step 7/27 : RUN go mod download [2020-12-20T23:17:07.199Z] ---> a3fcb6a37c2f [2020-12-20T23:17:07.199Z] Step 7/22 : RUN go mod download [2020-12-20T23:17:07.476Z] ---> Running in 8f0d6953020d [2020-12-20T23:17:07.476Z] ---> Running in e48f030e4fb9 [2020-12-20T23:17:07.476Z] ---> Running in f3ab5c8f1d64 [2020-12-20T23:17:10.117Z] Removing intermediate container b445ffd1c509 [2020-12-20T23:17:10.117Z] ---> 67302c4f8489 [2020-12-20T23:17:10.117Z] Step 8/22 : COPY . . [2020-12-20T23:17:12.742Z] Removing intermediate container 5a9ea0ab35fa [2020-12-20T23:17:12.742Z] ---> bd65260fb3df [2020-12-20T23:17:12.742Z] Step 8/24 : COPY . . [2020-12-20T23:17:15.395Z] Removing intermediate container 8f0d6953020d [2020-12-20T23:17:15.395Z] ---> a8a6c131ffba [2020-12-20T23:17:15.395Z] Step 8/21 : COPY . . [2020-12-20T23:17:17.397Z] Removing intermediate container f3ab5c8f1d64 [2020-12-20T23:17:17.397Z] ---> c7996c6c3dfb [2020-12-20T23:17:17.397Z] Step 8/22 : COPY . . [2020-12-20T23:17:17.397Z] Removing intermediate container e48f030e4fb9 [2020-12-20T23:17:17.397Z] ---> 864587ad1225 [2020-12-20T23:17:17.397Z] Step 8/27 : COPY . . [2020-12-20T23:17:29.830Z] ---> 198b94b5792d [2020-12-20T23:17:29.830Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-20T23:17:30.424Z] ---> Running in 69b5ba96acd6 [2020-12-20T23:17:30.716Z] ---> 8a71382b7e75 [2020-12-20T23:17:30.716Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-20T23:17:31.706Z] ---> Running in f9f5e02830a3 [2020-12-20T23:17:31.706Z] 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 [2020-12-20T23:17:33.152Z] 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 [2020-12-20T23:17:38.612Z] ---> 29d9e2fcb852 [2020-12-20T23:17:38.612Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-20T23:17:38.886Z] ---> Running in 8633ff809b03 [2020-12-20T23:17:41.532Z] 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 [2020-12-20T23:17:42.177Z] ---> 842d205edf9b [2020-12-20T23:17:42.177Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-20T23:17:42.458Z] ---> c8f46baab20a [2020-12-20T23:17:42.458Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-20T23:17:42.458Z] ---> Running in af3778f9a5ee [2020-12-20T23:17:42.741Z] ---> Running in f4123f547658 [2020-12-20T23:17:44.734Z] 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 [2020-12-20T23:17:45.010Z] 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 [2020-12-20T23:17:53.128Z] Running on prd-ubuntu18.04-docker-8c-8g-16962 in /w/workspace/edgexfoundry_edgex-go_PR-2942 [Pipeline] { [Pipeline] ws [2020-12-20T23:17:53.187Z] Running in /w/workspace/edgex-go/19 [Pipeline] { [Pipeline] checkout [2020-12-20T23:17:55.389Z] using credential edgex-jenkins-ssh [2020-12-20T23:17:55.468Z] Cloning the remote Git repository [2020-12-20T23:17:55.685Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-20T23:17:55.764Z] > git init /w/workspace/edgex-go/19 # timeout=10 [2020-12-20T23:17:55.792Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-20T23:17:55.793Z] > git --version # timeout=10 [2020-12-20T23:17:55.798Z] > git --version # 'git version 2.17.1' [2020-12-20T23:17:55.799Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-20T23:17:55.835Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-20T23:18:04.555Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-20T23:18:04.565Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-20T23:18:04.578Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-20T23:18:04.595Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-20T23:18:04.596Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-20T23:18:04.601Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2942/head:refs/remotes/origin/PR-2942 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-20T23:18:05.342Z] Merging remotes/origin/master commit bbb161aa59ef099937232867751a09afbb087fa9 into PR head commit 6b29634e9f7c352df05c5c8ed406ba629501e1e9 [2020-12-20T23:18:05.514Z] Merge succeeded, producing 6b29634e9f7c352df05c5c8ed406ba629501e1e9 [2020-12-20T23:18:05.514Z] Checking out Revision 6b29634e9f7c352df05c5c8ed406ba629501e1e9 (PR-2942) [2020-12-20T23:18:05.545Z] > git config core.sparsecheckout # timeout=10 [2020-12-20T23:18:05.556Z] > git checkout -f 6b29634e9f7c352df05c5c8ed406ba629501e1e9 # timeout=10 [2020-12-20T23:18:05.673Z] > git remote # timeout=10 [2020-12-20T23:18:05.681Z] > git config --get remote.origin.url # timeout=10 [2020-12-20T23:18:05.690Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-20T23:18:05.693Z] > git merge bbb161aa59ef099937232867751a09afbb087fa9 # timeout=10 [2020-12-20T23:18:05.702Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-20T23:18:05.711Z] > git config core.sparsecheckout # timeout=10 [2020-12-20T23:18:05.714Z] > git checkout -f 6b29634e9f7c352df05c5c8ed406ba629501e1e9 # timeout=10 [2020-12-20T23:18:09.255Z] Commit message: "fix: Fix attribution file to include go-yaml V3" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-20T23:18:10.610Z] + echo snap-build.sh [2020-12-20T23:18:10.611Z] snap-build.sh [2020-12-20T23:18:10.611Z] + SNAP_BASE_DIR=. [2020-12-20T23:18:10.611Z] + '[' '!' -z /w/workspace/edgex-go/19 ']' [2020-12-20T23:18:10.611Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/19 [2020-12-20T23:18:10.611Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/19]' [2020-12-20T23:18:10.611Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/19] [2020-12-20T23:18:10.611Z] + cd /w/workspace/edgex-go/19 [2020-12-20T23:18:10.611Z] + sudo apt-get remove -qy --purge lxd lxd-client [2020-12-20T23:18:10.611Z] Reading package lists... [2020-12-20T23:18:10.873Z] Building dependency tree... [2020-12-20T23:18:10.873Z] Reading state information... [2020-12-20T23:18:11.138Z] The following packages were automatically installed and are no longer required: [2020-12-20T23:18:11.138Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2020-12-20T23:18:11.138Z] uidmap xdelta3 [2020-12-20T23:18:11.138Z] Use 'sudo apt autoremove' to remove them. [2020-12-20T23:18:11.138Z] The following packages will be REMOVED: [2020-12-20T23:18:11.138Z] lxd* lxd-client* [2020-12-20T23:18:11.720Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2020-12-20T23:18:11.720Z] After this operation, 31.7 MB disk space will be freed. [2020-12-20T23:18:13.030Z] (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.) [2020-12-20T23:18:13.030Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-20T23:18:13.975Z] Removing lxd dnsmasq configuration [2020-12-20T23:18:13.975Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2020-12-20T23:18:14.237Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-12-20T23:18:14.810Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-20T23:18:15.072Z] (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.) [2020-12-20T23:18:15.072Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-20T23:18:16.997Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2020-12-20T23:18:16.997Z] Processing triggers for ureadahead (0.100.0-21) ... [2020-12-20T23:18:18.386Z] + sudo snap remove --purge lxd [2020-12-20T23:18:18.647Z] snap "lxd" is not installed [2020-12-20T23:18:18.647Z] + sudo groupadd --force --system lxd [2020-12-20T23:18:18.647Z] ++ whoami [2020-12-20T23:18:18.647Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2020-12-20T23:18:18.908Z] + newgrp - lxd [2020-12-20T23:18:18.908Z] + sudo snap install lxd [2020-12-20T23:18:28.981Z] 2020-12-20T23:18:26Z INFO Waiting for automatic snapd restart... [2020-12-20T23:18:43.916Z] lxd 4.9 from Canonical* installed [2020-12-20T23:18:43.916Z] + sudo lxd init --auto [2020-12-20T23:18:52.073Z] + sudo snap install --classic snapcraft [2020-12-20T23:18:53.075Z] 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 [2020-12-20T23:18:58.685Z] snapcraft 4.4.4 from Canonical* installed [2020-12-20T23:18:58.685Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-12-20T23:18:58.685Z] + patch --verbose -p1 [2020-12-20T23:18:58.685Z] Hmm... Looks like a unified diff to me... [2020-12-20T23:18:58.685Z] The text leading up to this was: [2020-12-20T23:18:58.685Z] -------------------------- [2020-12-20T23:18:58.685Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2020-12-20T23:18:58.685Z] |From: Tony Espy [2020-12-20T23:18:58.685Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2020-12-20T23:18:58.685Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2020-12-20T23:18:58.685Z] | [2020-12-20T23:18:58.685Z] |This patch is used by the EdgeX CI pipeline builds to [2020-12-20T23:18:58.685Z] |optimize the snap CI check run for pull requests. When [2020-12-20T23:18:58.685Z] |applied, it essentially strips out everything (apps and [2020-12-20T23:18:58.685Z] |parts) from the snapcraft.yaml file except those required [2020-12-20T23:18:58.685Z] |to build edgex-go, as the whole idea of the CI check is to [2020-12-20T23:18:58.685Z] |catch changes to edgex-go that break the snap build. [2020-12-20T23:18:58.685Z] | [2020-12-20T23:18:58.685Z] |In general, anyone updating snapcraft.yaml will also need [2020-12-20T23:18:58.685Z] |to update this patch file, otherwise it may fail to apply, [2020-12-20T23:18:58.685Z] |resulting in a failed snap build CI check in the associated [2020-12-20T23:18:58.685Z] |pull request. [2020-12-20T23:18:58.685Z] | [2020-12-20T23:18:58.685Z] |Note - in addition to applying this patch, the pipeline also [2020-12-20T23:18:58.685Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2020-12-20T23:18:58.685Z] |need to build the finally binary .snap file (and it won't [2020-12-20T23:18:58.685Z] |work with the patch applied). This further reduces the build [2020-12-20T23:18:58.685Z] |time. [2020-12-20T23:18:58.685Z] |--- [2020-12-20T23:18:58.685Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2020-12-20T23:18:58.685Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2020-12-20T23:18:58.685Z] | [2020-12-20T23:18:58.685Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2020-12-20T23:18:58.685Z] |index 1e537489..faf42425 100644 [2020-12-20T23:18:58.685Z] |--- a/snap/snapcraft.yaml [2020-12-20T23:18:58.685Z] |+++ b/snap/snapcraft.yaml [2020-12-20T23:18:58.685Z] -------------------------- [2020-12-20T23:18:58.685Z] patching file snap/snapcraft.yaml [2020-12-20T23:18:58.685Z] Using Plan A... [2020-12-20T23:18:58.685Z] Hunk #1 succeeded at 73. [2020-12-20T23:18:58.685Z] Hunk #2 succeeded at 202. [2020-12-20T23:18:58.685Z] Hunk #3 succeeded at 214. [2020-12-20T23:18:58.685Z] Hunk #4 succeeded at 222. [2020-12-20T23:18:58.685Z] Hunk #5 succeeded at 229. [2020-12-20T23:18:58.685Z] Hunk #6 succeeded at 256. [2020-12-20T23:18:58.685Z] Hunk #7 succeeded at 290. [2020-12-20T23:18:58.685Z] Hunk #8 succeeded at 341. [2020-12-20T23:18:58.685Z] Hmm... Ignoring the trailing garbage. [2020-12-20T23:18:58.685Z] done [2020-12-20T23:18:58.685Z] + sudo snapcraft prime --use-lxd [2020-12-20T23:18:59.260Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2020-12-20T23:18:59.260Z] 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: [2020-12-20T23:18:59.260Z] - README.md [2020-12-20T23:18:59.260Z] [2020-12-20T23:18:59.260Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-20T23:19:00.205Z] Launching a container. [2020-12-20T23:19:01.393Z] 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 [2020-12-20T23:19:03.388Z] Removing intermediate container f9f5e02830a3 [2020-12-20T23:19:03.388Z] ---> e1332a908a24 [2020-12-20T23:19:03.388Z] [2020-12-20T23:19:03.388Z] Step 10/24 : FROM alpine:3.10 [2020-12-20T23:19:03.666Z] 3.10: Pulling from library/alpine [2020-12-20T23:19:03.667Z] Removing intermediate container 69b5ba96acd6 [2020-12-20T23:19:03.667Z] ---> 1334d9f10fb9 [2020-12-20T23:19:03.667Z] [2020-12-20T23:19:03.667Z] Step 10/22 : FROM scratch [2020-12-20T23:19:03.667Z] ---> [2020-12-20T23:19:03.667Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-20T23:19:03.967Z] ---> Running in e57b01e79b12 [2020-12-20T23:19:04.959Z] Removing intermediate container e57b01e79b12 [2020-12-20T23:19:04.959Z] ---> f90faac1158a [2020-12-20T23:19:04.959Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-20T23:19:04.959Z] ---> Running in 8a8d46221324 [2020-12-20T23:19:05.951Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-20T23:19:05.951Z] Status: Downloaded newer image for alpine:3.10 [2020-12-20T23:19:05.951Z] ---> 536a684cf733 [2020-12-20T23:19:05.951Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-20T23:19:06.225Z] Removing intermediate container 8a8d46221324 [2020-12-20T23:19:06.225Z] ---> 57d85ae5b803 [2020-12-20T23:19:06.225Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-20T23:19:06.225Z] ---> Running in 7db77fe3debc [2020-12-20T23:19:06.225Z] ---> Running in c11695549f83 [2020-12-20T23:19:07.209Z] Removing intermediate container 7db77fe3debc [2020-12-20T23:19:07.209Z] ---> 656d619b40ab [2020-12-20T23:19:07.209Z] Step 14/22 : WORKDIR / [2020-12-20T23:19:07.484Z] ---> Running in 148ed50e677f [2020-12-20T23:19:08.087Z] Removing intermediate container 148ed50e677f [2020-12-20T23:19:08.087Z] ---> 52826bb32dae [2020-12-20T23:19:08.087Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-20T23:19:08.363Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-20T23:19:08.968Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-20T23:19:09.247Z] ---> deae1aed31e7 [2020-12-20T23:19:09.247Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-20T23:19:09.524Z] v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-20T23:19:09.524Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-20T23:19:09.524Z] OK: 10171 distinct packages available [2020-12-20T23:19:10.122Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-20T23:19:10.401Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-20T23:19:10.401Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-20T23:19:10.401Z] (4/5) Installing curl (7.66.0-r3) [2020-12-20T23:19:10.401Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-20T23:19:10.401Z] Executing busybox-1.30.1-r3.trigger [2020-12-20T23:19:10.401Z] Executing ca-certificates-20191127-r2.trigger [2020-12-20T23:19:10.694Z] OK: 7 MiB in 19 packages [2020-12-20T23:19:11.303Z] ---> 5ba3e9c69b81 [2020-12-20T23:19:11.303Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-20T23:19:12.498Z] Waiting for container to be ready [2020-12-20T23:19:12.498Z] To start your first instance, try: lxc launch ubuntu:18.04 [2020-12-20T23:19:12.498Z] [2020-12-20T23:19:13.303Z] ---> 7ee29c412618 [2020-12-20T23:19:13.303Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-20T23:19:13.583Z] ---> Running in 8b5bfb215957 [2020-12-20T23:19:14.612Z] Removing intermediate container c11695549f83 [2020-12-20T23:19:14.612Z] ---> ac11f47d5ffb [2020-12-20T23:19:14.612Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-20T23:19:14.612Z] Removing intermediate container 8b5bfb215957 [2020-12-20T23:19:14.612Z] ---> 805d75c02fc9 [2020-12-20T23:19:14.612Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-20T23:19:14.890Z] ---> Running in 5547f0a1b121 [2020-12-20T23:19:15.488Z] ---> Running in 82af35b7dc54 [2020-12-20T23:19:15.815Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2020-12-20T23:19:16.390Z] Waiting for network to be ready... [2020-12-20T23:19:16.472Z] Removing intermediate container 5547f0a1b121 [2020-12-20T23:19:16.472Z] ---> bcde8afd1711 [2020-12-20T23:19:16.472Z] Step 13/24 : WORKDIR / [2020-12-20T23:19:16.652Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-20T23:19:16.753Z] Removing intermediate container 82af35b7dc54 [2020-12-20T23:19:16.753Z] ---> 53622483f8c8 [2020-12-20T23:19:16.753Z] Step 20/22 : LABEL arch=arm64 [2020-12-20T23:19:16.912Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] [2020-12-20T23:19:16.912Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-20T23:19:16.912Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2020-12-20T23:19:16.912Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2020-12-20T23:19:16.912Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2020-12-20T23:19:16.912Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2020-12-20T23:19:16.912Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2020-12-20T23:19:16.912Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2020-12-20T23:19:17.046Z] ---> Running in 868e2c85942c [2020-12-20T23:19:17.173Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-20T23:19:17.326Z] ---> Running in a1e8e38a817d [2020-12-20T23:19:17.435Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-20T23:19:17.435Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-20T23:19:17.697Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-20T23:19:17.697Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-20T23:19:17.697Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-20T23:19:17.697Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-20T23:19:17.697Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-20T23:19:17.697Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-20T23:19:18.270Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-20T23:19:18.270Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] [2020-12-20T23:19:18.270Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-20T23:19:18.270Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2020-12-20T23:19:18.270Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2020-12-20T23:19:18.270Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-20T23:19:18.270Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2020-12-20T23:19:18.270Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2020-12-20T23:19:18.532Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-20T23:19:18.789Z] Removing intermediate container 868e2c85942c [2020-12-20T23:19:18.789Z] ---> 045f01893cfa [2020-12-20T23:19:18.789Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-20T23:19:18.789Z] Removing intermediate container a1e8e38a817d [2020-12-20T23:19:18.789Z] ---> d79ee9c64aa7 [2020-12-20T23:19:18.789Z] Step 21/22 : LABEL git_sha=6b29634e9f7c352df05c5c8ed406ba629501e1e9 [2020-12-20T23:19:19.074Z] Removing intermediate container f4123f547658 [2020-12-20T23:19:19.074Z] ---> 0b1625af3281 [2020-12-20T23:19:19.074Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-20T23:19:19.354Z] Removing intermediate container 8633ff809b03 [2020-12-20T23:19:19.354Z] ---> 511a2acc1da5 [2020-12-20T23:19:19.354Z] [2020-12-20T23:19:19.354Z] Step 10/21 : FROM alpine [2020-12-20T23:19:19.354Z] ---> Running in 84d9405a9745 [2020-12-20T23:19:19.354Z] latest: Pulling from library/alpine [2020-12-20T23:19:19.354Z] ---> Running in 21ac94cf0eac [2020-12-20T23:19:19.965Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-20T23:19:19.965Z] Status: Downloaded newer image for alpine:latest [2020-12-20T23:19:19.965Z] ---> afeebe901d6b [2020-12-20T23:19:19.965Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-20T23:19:19.965Z] ---> Running in 025fa691d055 [2020-12-20T23:19:20.244Z] ---> 4a8b2def6ab0 [2020-12-20T23:19:20.244Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-20T23:19:20.244Z] Removing intermediate container 84d9405a9745 [2020-12-20T23:19:20.244Z] ---> 357d9c554d61 [2020-12-20T23:19:20.244Z] Step 22/22 : LABEL version=0.0.0 [2020-12-20T23:19:20.517Z] ---> Running in 70ee369f0159 [2020-12-20T23:19:21.498Z] Removing intermediate container 70ee369f0159 [2020-12-20T23:19:21.498Z] ---> c376826ec7b7 [2020-12-20T23:19:21.498Z] [2020-12-20T23:19:21.498Z] 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 [2020-12-20T23:19:21.498Z] ---> f6ef633aaec6 [2020-12-20T23:19:21.498Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-20T23:19:21.776Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-20T23:19:21.837Z] Fetched 23.5 MB in 5s (4639 kB/s) [2020-12-20T23:19:22.052Z] Successfully built c376826ec7b7 [2020-12-20T23:19:22.052Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-20T23:19:22.052Z] Building docker-support-notifications-go [2020-12-20T23:19:22.329Z]  Building docker-core-command-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-20T23:19:22.607Z] ---> a3267a4fdbc9 [2020-12-20T23:19:22.607Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-20T23:19:22.885Z] v3.12.3-13-ga43a0bc1d0 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-20T23:19:22.885Z] v3.12.3-15-ge843fbbe95 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-20T23:19:22.885Z] OK: 12615 distinct packages available [2020-12-20T23:19:23.230Z] Reading package lists... [2020-12-20T23:19:23.490Z] Reading package lists... [2020-12-20T23:19:23.753Z] Building dependency tree... [2020-12-20T23:19:23.753Z] Reading state information... [2020-12-20T23:19:23.753Z] The following additional packages will be installed: [2020-12-20T23:19:23.753Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-20T23:19:23.753Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-20T23:19:23.753Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-20T23:19:23.753Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2020-12-20T23:19:23.753Z] Suggested packages: [2020-12-20T23:19:23.753Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2020-12-20T23:19:23.753Z] Recommended packages: [2020-12-20T23:19:23.753Z] gnupg libsasl2-modules [2020-12-20T23:19:23.753Z] The following NEW packages will be installed: [2020-12-20T23:19:23.753Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-20T23:19:23.753Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-20T23:19:23.753Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-20T23:19:23.753Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2020-12-20T23:19:23.753Z] The following packages will be upgraded: [2020-12-20T23:19:23.753Z] gpg gpg-agent gpgconf libudev1 [2020-12-20T23:19:24.015Z] 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. [2020-12-20T23:19:24.015Z] Need to get 3531 kB of archives. [2020-12-20T23:19:24.015Z] After this operation, 13.3 MB of additional disk space will be used. [2020-12-20T23:19:24.015Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2020-12-20T23:19:24.015Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2020-12-20T23:19:24.277Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2020-12-20T23:19:24.349Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-20T23:19:24.349Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-20T23:19:24.349Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-20T23:19:24.349Z] (4/4) Installing curl (7.69.1-r3) [2020-12-20T23:19:24.349Z] Executing busybox-1.31.1-r19.trigger [2020-12-20T23:19:24.349Z] Executing ca-certificates-20191127-r4.trigger [2020-12-20T23:19:24.540Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2020-12-20T23:19:24.540Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2020-12-20T23:19:24.629Z] OK: 7 MiB in 18 packages [2020-12-20T23:19:24.802Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] [2020-12-20T23:19:24.802Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] [2020-12-20T23:19:24.802Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2020-12-20T23:19:24.802Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2020-12-20T23:19:24.802Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2020-12-20T23:19:24.802Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2020-12-20T23:19:24.802Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2020-12-20T23:19:24.802Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2020-12-20T23:19:24.802Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2020-12-20T23:19:24.802Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2020-12-20T23:19:24.802Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2020-12-20T23:19:24.802Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2020-12-20T23:19:24.802Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2020-12-20T23:19:24.802Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2020-12-20T23:19:24.802Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2020-12-20T23:19:24.802Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2020-12-20T23:19:24.802Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2020-12-20T23:19:24.912Z] ---> 0208b58f02c7 [2020-12-20T23:19:24.912Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-20T23:19:25.065Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-20T23:19:25.065Z] Fetched 3531 kB in 1s (3186 kB/s) [2020-12-20T23:19:25.065Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-20T23:19:25.065Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2020-12-20T23:19:25.331Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-20T23:19:25.331Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2020-12-20T23:19:25.331Z] Selecting previously unselected package udev. [2020-12-20T23:19:25.331Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-20T23:19:25.331Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2020-12-20T23:19:25.331Z] Unpacking udev (237-3ubuntu10.43) ... [2020-12-20T23:19:25.592Z] Selecting previously unselected package libfuse2:amd64. [2020-12-20T23:19:25.592Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2020-12-20T23:19:25.592Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-20T23:19:25.592Z] Selecting previously unselected package fuse. [2020-12-20T23:19:25.592Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2020-12-20T23:19:25.592Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2020-12-20T23:19:25.855Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-20T23:19:25.855Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-20T23:19:25.855Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-20T23:19:25.855Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-20T23:19:26.116Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-20T23:19:26.116Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-20T23:19:26.116Z] Selecting previously unselected package libksba8:amd64. [2020-12-20T23:19:26.116Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2020-12-20T23:19:26.116Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2020-12-20T23:19:26.116Z] Selecting previously unselected package libroken18-heimdal:amd64. [2020-12-20T23:19:26.116Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-20T23:19:26.116Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-20T23:19:26.377Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2020-12-20T23:19:26.377Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-20T23:19:26.377Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-20T23:19:26.377Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2020-12-20T23:19:26.377Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-20T23:19:26.377Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-20T23:19:26.377Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2020-12-20T23:19:26.377Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-20T23:19:26.638Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-20T23:19:26.638Z] Selecting previously unselected package libwind0-heimdal:amd64. [2020-12-20T23:19:26.638Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-20T23:19:26.638Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-20T23:19:26.638Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2020-12-20T23:19:26.638Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-20T23:19:26.638Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-20T23:19:26.899Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2020-12-20T23:19:26.899Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-20T23:19:26.899Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-20T23:19:26.899Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2020-12-20T23:19:26.899Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-20T23:19:26.899Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-20T23:19:26.899Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2020-12-20T23:19:26.899Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-20T23:19:26.899Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-20T23:19:27.161Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2020-12-20T23:19:27.161Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-20T23:19:27.161Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-20T23:19:27.161Z] Selecting previously unselected package libsasl2-2:amd64. [2020-12-20T23:19:27.161Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-20T23:19:27.161Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-20T23:19:27.161Z] Selecting previously unselected package libldap-common. [2020-12-20T23:19:27.161Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2020-12-20T23:19:27.161Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-20T23:19:27.424Z] Selecting previously unselected package libldap-2.4-2:amd64. [2020-12-20T23:19:27.424Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2020-12-20T23:19:27.424Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-20T23:19:27.424Z] Selecting previously unselected package dirmngr. [2020-12-20T23:19:27.424Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-20T23:19:27.424Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-20T23:19:27.424Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-20T23:19:27.564Z] ---> 12dfa286544d [2020-12-20T23:19:27.564Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-20T23:19:27.688Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2020-12-20T23:19:27.688Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-20T23:19:27.688Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-20T23:19:27.688Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-20T23:19:27.688Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2020-12-20T23:19:27.688Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-20T23:19:27.688Z] Setting up libksba8:amd64 (1.3.5-2) ... [2020-12-20T23:19:27.688Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-20T23:19:27.688Z] Setting up udev (237-3ubuntu10.43) ... [2020-12-20T23:19:27.836Z] Removing intermediate container 21ac94cf0eac [2020-12-20T23:19:27.836Z] ---> 86f79d935826 [2020-12-20T23:19:27.836Z] [2020-12-20T23:19:27.836Z] Step 11/27 : FROM docker:latest [2020-12-20T23:19:27.836Z] ---> f66387bf908a [2020-12-20T23:19:27.836Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-20T23:19:27.836Z] Removing intermediate container 025fa691d055 [2020-12-20T23:19:27.836Z] ---> d6f138d2e980 [2020-12-20T23:19:27.836Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-20T23:19:28.264Z] invoke-rc.d: policy-rc.d denied execution of start. [2020-12-20T23:19:28.525Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-20T23:19:28.525Z] Processing triggers for systemd (237-3ubuntu10) ... [2020-12-20T23:19:28.525Z] Setting up fuse (2.9.7-1ubuntu1) ... [2020-12-20T23:19:28.525Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2020-12-20T23:19:28.525Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-20T23:19:28.525Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-20T23:19:28.525Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-20T23:19:28.525Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-20T23:19:28.787Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-20T23:19:28.787Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-20T23:19:28.787Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-20T23:19:28.787Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-20T23:19:28.787Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-20T23:19:28.787Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-20T23:19:28.816Z] ---> Running in e312177278b8 [2020-12-20T23:19:28.816Z] ---> Running in 729f49c3ff25 [2020-12-20T23:19:28.816Z] ---> 4764f8d409c4 [2020-12-20T23:19:28.816Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-20T23:19:29.365Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2020-12-20T23:19:29.365Z] settings in the [Install] section, and DefaultInstance for template units). [2020-12-20T23:19:29.365Z] This means they are not meant to be enabled using systemctl. [2020-12-20T23:19:29.365Z] Possible reasons for having this kind of units are: [2020-12-20T23:19:29.365Z] 1) A unit may be statically enabled by being symlinked from another unit's [2020-12-20T23:19:29.365Z] .wants/ or .requires/ directory. [2020-12-20T23:19:29.365Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2020-12-20T23:19:29.365Z] a requirement dependency on it. [2020-12-20T23:19:29.365Z] 3) A unit may be started when needed via activation (socket, path, timer, [2020-12-20T23:19:29.365Z] D-Bus, udev, scripted systemctl call, ...). [2020-12-20T23:19:29.365Z] 4) In case of template units, the unit is meant to be enabled with some [2020-12-20T23:19:29.365Z] instance name specified. [2020-12-20T23:19:29.417Z] ---> Running in 1470f9700bc4 [2020-12-20T23:19:29.627Z] Reading package lists... [2020-12-20T23:19:29.627Z] Building dependency tree... [2020-12-20T23:19:29.627Z] Reading state information... [2020-12-20T23:19:29.888Z] The following additional packages will be installed: [2020-12-20T23:19:29.888Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2020-12-20T23:19:29.888Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2020-12-20T23:19:29.888Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2020-12-20T23:19:29.888Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2020-12-20T23:19:29.888Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2020-12-20T23:19:29.888Z] Suggested packages: [2020-12-20T23:19:29.888Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2020-12-20T23:19:29.888Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2020-12-20T23:19:29.888Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2020-12-20T23:19:29.888Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2020-12-20T23:19:29.888Z] systemd-container policykit-1 [2020-12-20T23:19:29.888Z] Recommended packages: [2020-12-20T23:19:29.888Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2020-12-20T23:19:29.888Z] The following NEW packages will be installed: [2020-12-20T23:19:29.888Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2020-12-20T23:19:29.888Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2020-12-20T23:19:29.888Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2020-12-20T23:19:29.888Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2020-12-20T23:19:29.888Z] python3.6-minimal snapd squashfs-tools sudo [2020-12-20T23:19:29.888Z] The following packages will be upgraded: [2020-12-20T23:19:29.888Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2020-12-20T23:19:29.888Z] 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. [2020-12-20T23:19:29.888Z] Need to get 35.2 MB of archives. [2020-12-20T23:19:29.888Z] After this operation, 141 MB of additional disk space will be used. [2020-12-20T23:19:29.888Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2020-12-20T23:19:30.020Z] Removing intermediate container 729f49c3ff25 [2020-12-20T23:19:30.020Z] ---> 95cbdbfa11f8 [2020-12-20T23:19:30.020Z] Step 13/21 : WORKDIR /edgex [2020-12-20T23:19:30.166Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2020-12-20T23:19:30.166Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2020-12-20T23:19:30.166Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2020-12-20T23:19:30.166Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2020-12-20T23:19:30.166Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-12-20T23:19:30.166Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2020-12-20T23:19:30.166Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2020-12-20T23:19:30.166Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2020-12-20T23:19:30.166Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-12-20T23:19:30.166Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2020-12-20T23:19:30.166Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2020-12-20T23:19:30.166Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2020-12-20T23:19:30.166Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2020-12-20T23:19:30.299Z] ---> Running in 3f71a34e9b15 [2020-12-20T23:19:30.431Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2020-12-20T23:19:30.431Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2020-12-20T23:19:30.431Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-12-20T23:19:30.575Z] Removing intermediate container af3778f9a5ee [2020-12-20T23:19:30.575Z] ---> 4fa39ff8e8ab [2020-12-20T23:19:30.575Z] [2020-12-20T23:19:30.575Z] Step 10/22 : FROM scratch [2020-12-20T23:19:30.575Z] ---> [2020-12-20T23:19:30.576Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-20T23:19:30.576Z] ---> Using cache [2020-12-20T23:19:30.576Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-20T23:19:30.576Z] ---> f90faac1158a [2020-12-20T23:19:30.576Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-20T23:19:30.860Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-20T23:19:31.004Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2020-12-20T23:19:31.004Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2020-12-20T23:19:31.004Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2020-12-20T23:19:31.004Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2020-12-20T23:19:31.004Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2020-12-20T23:19:31.004Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2020-12-20T23:19:31.004Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2020-12-20T23:19:31.004Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2020-12-20T23:19:31.004Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2020-12-20T23:19:31.004Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-12-20T23:19:31.004Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2020-12-20T23:19:31.004Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2020-12-20T23:19:31.004Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2020-12-20T23:19:31.134Z] ---> Running in ceb66d61586f [2020-12-20T23:19:31.406Z] Removing intermediate container 3f71a34e9b15 [2020-12-20T23:19:31.406Z] ---> ac0c56df8aa6 [2020-12-20T23:19:31.406Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-20T23:19:31.406Z] (1/2) Installing readline (8.0.4-r0) [2020-12-20T23:19:31.406Z] (2/2) Installing bash (5.0.17-r0) [2020-12-20T23:19:31.677Z] Executing bash-5.0.17-r0.post-install [2020-12-20T23:19:31.677Z] Executing busybox-1.31.1-r19.trigger [2020-12-20T23:19:31.677Z] OK: 12 MiB in 22 packages [2020-12-20T23:19:31.955Z] Removing intermediate container ceb66d61586f [2020-12-20T23:19:31.955Z] ---> 2c03716597d2 [2020-12-20T23:19:31.955Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-20T23:19:32.392Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-20T23:19:32.392Z] Fetched 35.2 MB in 2s (16.1 MB/s) [2020-12-20T23:19:32.392Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-20T23:19:32.392Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2020-12-20T23:19:32.392Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-20T23:19:32.561Z] ---> Running in 6cbe8c38a450 [2020-12-20T23:19:32.836Z] ---> 9be330c26eaf [2020-12-20T23:19:32.836Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-20T23:19:33.341Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2020-12-20T23:19:33.341Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-20T23:19:33.341Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2020-12-20T23:19:33.442Z] Removing intermediate container 6cbe8c38a450 [2020-12-20T23:19:33.442Z] ---> 2062454fe095 [2020-12-20T23:19:33.442Z] Step 14/22 : WORKDIR / [2020-12-20T23:19:33.442Z] Removing intermediate container 1470f9700bc4 [2020-12-20T23:19:33.442Z] ---> 887c0be7e812 [2020-12-20T23:19:33.442Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-20T23:19:33.603Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-20T23:19:33.603Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2020-12-20T23:19:33.603Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-20T23:19:33.603Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2020-12-20T23:19:33.866Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-20T23:19:33.866Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2020-12-20T23:19:33.866Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-20T23:19:34.052Z] ---> Running in 330531d1bd4b [2020-12-20T23:19:34.127Z] Setting up apt (1.6.12ubuntu0.2) ... [2020-12-20T23:19:34.127Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2020-12-20T23:19:34.325Z] ---> Running in 97d1961614c8 [2020-12-20T23:19:34.603Z] Removing intermediate container e312177278b8 [2020-12-20T23:19:34.603Z] ---> 9b5d22c40561 [2020-12-20T23:19:34.603Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-20T23:19:34.701Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2020-12-20T23:19:34.878Z] ---> b0fe5e4779d7 [2020-12-20T23:19:34.878Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-20T23:19:34.964Z] (Reading database ... 12764 files and directories currently installed.) [2020-12-20T23:19:34.964Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-20T23:19:34.964Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-20T23:19:35.156Z] ---> Running in 97a4cc1a54a9 [2020-12-20T23:19:35.156Z] Removing intermediate container 330531d1bd4b [2020-12-20T23:19:35.156Z] ---> cc1d7464cc67 [2020-12-20T23:19:35.156Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-20T23:19:35.225Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2020-12-20T23:19:35.225Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-20T23:19:35.225Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-20T23:19:35.432Z] Removing intermediate container 97d1961614c8 [2020-12-20T23:19:35.432Z] ---> 5cb955317c70 [2020-12-20T23:19:35.432Z] Step 22/24 : LABEL arch=arm64 [2020-12-20T23:19:35.486Z] Selecting previously unselected package libexpat1:amd64. [2020-12-20T23:19:35.486Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-12-20T23:19:35.486Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-20T23:19:35.486Z] Selecting previously unselected package python3.6-minimal. [2020-12-20T23:19:35.486Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-20T23:19:35.486Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-20T23:19:35.714Z] ---> Running in 077674bc8501 [2020-12-20T23:19:35.746Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-20T23:19:35.746Z] Checking for services that may need to be restarted...done. [2020-12-20T23:19:35.746Z] Checking for services that may need to be restarted...done. [2020-12-20T23:19:36.007Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-20T23:19:36.007Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-20T23:19:36.007Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-20T23:19:36.579Z] Selecting previously unselected package python3-minimal. [2020-12-20T23:19:36.579Z] (Reading database ... 13012 files and directories currently installed.) [2020-12-20T23:19:36.579Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2020-12-20T23:19:36.579Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2020-12-20T23:19:36.579Z] Selecting previously unselected package mime-support. [2020-12-20T23:19:36.579Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2020-12-20T23:19:36.579Z] Unpacking mime-support (3.60ubuntu1) ... [2020-12-20T23:19:36.711Z] Removing intermediate container 077674bc8501 [2020-12-20T23:19:36.712Z] ---> a32673ba68db [2020-12-20T23:19:36.712Z] Step 23/24 : LABEL git_sha=6b29634e9f7c352df05c5c8ed406ba629501e1e9 [2020-12-20T23:19:36.840Z] Selecting previously unselected package libmpdec2:amd64. [2020-12-20T23:19:36.840Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2020-12-20T23:19:36.840Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-20T23:19:36.840Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2020-12-20T23:19:36.840Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-20T23:19:36.840Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-20T23:19:36.992Z] ---> 6ad0e4458168 [2020-12-20T23:19:36.992Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-20T23:19:37.101Z] Selecting previously unselected package python3.6. [2020-12-20T23:19:37.101Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-20T23:19:37.101Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-20T23:19:37.365Z] Selecting previously unselected package libpython3-stdlib:amd64. [2020-12-20T23:19:37.365Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2020-12-20T23:19:37.365Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-20T23:19:37.365Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2020-12-20T23:19:37.592Z] ---> Running in 9b31b02df624 [2020-12-20T23:19:37.592Z] ---> 4e1c4841f998 [2020-12-20T23:19:37.592Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-20T23:19:37.627Z] Selecting previously unselected package python3. [2020-12-20T23:19:37.627Z] (Reading database ... 13442 files and directories currently installed.) [2020-12-20T23:19:37.627Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2020-12-20T23:19:37.627Z] Unpacking python3 (3.6.7-1~18.04) ... [2020-12-20T23:19:37.627Z] Selecting previously unselected package multiarch-support. [2020-12-20T23:19:37.627Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2020-12-20T23:19:37.627Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2020-12-20T23:19:37.627Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2020-12-20T23:19:37.889Z] Selecting previously unselected package liblzo2-2:amd64. [2020-12-20T23:19:37.889Z] (Reading database ... 13479 files and directories currently installed.) [2020-12-20T23:19:37.889Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2020-12-20T23:19:37.889Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2020-12-20T23:19:37.889Z] Selecting previously unselected package libbsd0:amd64. [2020-12-20T23:19:37.889Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-12-20T23:19:37.889Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-20T23:19:38.152Z] Selecting previously unselected package sudo. [2020-12-20T23:19:38.152Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2020-12-20T23:19:38.152Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-20T23:19:38.152Z] Selecting previously unselected package apparmor. [2020-12-20T23:19:38.152Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2020-12-20T23:19:38.152Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2020-12-20T23:19:38.196Z] ---> Running in 8c3e5748f605 [2020-12-20T23:19:38.481Z] Removing intermediate container 9b31b02df624 [2020-12-20T23:19:38.481Z] ---> 2131b7d7bda2 [2020-12-20T23:19:38.482Z] Step 24/24 : LABEL version=0.0.0 [2020-12-20T23:19:38.727Z] Selecting previously unselected package libedit2:amd64. [2020-12-20T23:19:38.727Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2020-12-20T23:19:38.990Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-12-20T23:19:39.077Z] Removing intermediate container 97a4cc1a54a9 [2020-12-20T23:19:39.077Z] ---> 2cba89a46109 [2020-12-20T23:19:39.077Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-20T23:19:39.078Z] ---> Running in cc4bd9a82a83 [2020-12-20T23:19:39.251Z] Selecting previously unselected package libkrb5support0:amd64. [2020-12-20T23:19:39.251Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2020-12-20T23:19:39.251Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-20T23:19:39.353Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-20T23:19:39.353Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-20T23:19:39.353Z] ---> 416ce9325355 [2020-12-20T23:19:39.353Z] Step 3/24 : WORKDIR /edgex-go [2020-12-20T23:19:39.353Z] ---> Using cache [2020-12-20T23:19:39.353Z] ---> b63be3a0b166 [2020-12-20T23:19:39.353Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-20T23:19:39.353Z] ---> Using cache [2020-12-20T23:19:39.353Z] ---> 26fc4d54cbb6 [2020-12-20T23:19:39.353Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-20T23:19:39.353Z] ---> Running in 8d6c8390e319 [2020-12-20T23:19:39.353Z] ---> 7dc85e4fc7d1 [2020-12-20T23:19:39.353Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-20T23:19:39.353Z] Removing intermediate container 8c3e5748f605 [2020-12-20T23:19:39.353Z] ---> 2cd76e117835 [2020-12-20T23:19:39.353Z] Step 18/21 : CMD ["--init=true"] [2020-12-20T23:19:39.353Z] ---> Running in bb476b631458 [2020-12-20T23:19:39.515Z] Selecting previously unselected package libk5crypto3:amd64. [2020-12-20T23:19:39.515Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-20T23:19:39.515Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-20T23:19:39.515Z] Selecting previously unselected package libkeyutils1:amd64. [2020-12-20T23:19:39.515Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2020-12-20T23:19:39.515Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-20T23:19:39.515Z] Selecting previously unselected package libkrb5-3:amd64. [2020-12-20T23:19:39.515Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-20T23:19:39.515Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-20T23:19:39.626Z] ---> Running in 267d032380fd [2020-12-20T23:19:39.777Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2020-12-20T23:19:39.777Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2020-12-20T23:19:39.777Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-20T23:19:39.777Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-12-20T23:19:39.777Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2020-12-20T23:19:39.777Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-20T23:19:39.904Z] Removing intermediate container cc4bd9a82a83 [2020-12-20T23:19:39.904Z] ---> 9f4e0043a60b [2020-12-20T23:19:39.904Z] [2020-12-20T23:19:39.904Z] Removing intermediate container 8d6c8390e319 [2020-12-20T23:19:39.904Z] ---> 02723e955fc8 [2020-12-20T23:19:39.904Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-20T23:19:40.039Z] Selecting previously unselected package openssh-client. [2020-12-20T23:19:40.039Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-12-20T23:19:40.039Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-20T23:19:40.179Z] Removing intermediate container 267d032380fd [2020-12-20T23:19:40.179Z] ---> 448527ae561c [2020-12-20T23:19:40.179Z] Step 19/21 : LABEL arch=arm64 [2020-12-20T23:19:40.179Z] ---> Running in 91f7359d4700 [2020-12-20T23:19:40.302Z] Selecting previously unselected package squashfs-tools. [2020-12-20T23:19:40.302Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2020-12-20T23:19:40.302Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-20T23:19:40.302Z] Selecting previously unselected package snapd. [2020-12-20T23:19:40.302Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2020-12-20T23:19:40.302Z] Unpacking snapd (2.48+18.04) ... [2020-12-20T23:19:40.453Z] ---> Running in 585447998f9f [2020-12-20T23:19:40.453Z] ---> 418febe5eda4 [2020-12-20T23:19:40.453Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-20T23:19:40.453Z] Successfully built 9f4e0043a60b [2020-12-20T23:19:40.453Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-20T23:19:40.453Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2020-12-20T23:19:40.731Z] ---> Running in 35ab955ffb89 [2020-12-20T23:19:40.731Z] Removing intermediate container 91f7359d4700 [2020-12-20T23:19:40.731Z] ---> 4d8af10a26c9 [2020-12-20T23:19:40.731Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-20T23:19:41.009Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-20T23:19:41.009Z] Removing intermediate container 585447998f9f [2020-12-20T23:19:41.009Z] ---> b7d30ee74d57 [2020-12-20T23:19:41.010Z] Step 20/21 : LABEL git_sha=6b29634e9f7c352df05c5c8ed406ba629501e1e9 [2020-12-20T23:19:41.010Z] ---> Running in 2c83ad5fe0c8 [2020-12-20T23:19:41.289Z] ---> Running in 3fb6e354b7e6 [2020-12-20T23:19:41.289Z] Removing intermediate container 35ab955ffb89 [2020-12-20T23:19:41.289Z] ---> c1505e4817a3 [2020-12-20T23:19:41.289Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-20T23:19:41.561Z] ---> Running in 4d463937d5ff [2020-12-20T23:19:41.837Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-20T23:19:41.838Z] Removing intermediate container 2c83ad5fe0c8 [2020-12-20T23:19:41.838Z] ---> c4b520c00be5 [2020-12-20T23:19:41.838Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-20T23:19:42.122Z] Removing intermediate container 3fb6e354b7e6 [2020-12-20T23:19:42.122Z] ---> 77493e4b6234 [2020-12-20T23:19:42.122Z] Step 21/21 : LABEL version=0.0.0 [2020-12-20T23:19:42.736Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-20T23:19:42.736Z] v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-20T23:19:42.736Z] OK: 12620 distinct packages available [2020-12-20T23:19:42.736Z] Removing intermediate container 4d463937d5ff [2020-12-20T23:19:42.736Z] ---> a9316b63ccab [2020-12-20T23:19:42.736Z] Step 20/22 : LABEL arch=arm64 [2020-12-20T23:19:42.856Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-12-20T23:19:42.857Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-20T23:19:42.857Z] Setting up mime-support (3.60ubuntu1) ... [2020-12-20T23:19:42.857Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-20T23:19:42.857Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-20T23:19:42.857Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-20T23:19:42.857Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-20T23:19:42.857Z] Setting up systemd (237-3ubuntu10.43) ... [2020-12-20T23:19:42.857Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2020-12-20T23:19:43.343Z] OK: 217 MiB in 51 packages [2020-12-20T23:19:43.618Z] ---> Running in 03e9f1bb2cdf [2020-12-20T23:19:43.802Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-20T23:19:43.802Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-20T23:19:43.802Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2020-12-20T23:19:43.802Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-20T23:19:43.802Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-20T23:19:43.802Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-20T23:19:43.906Z] ---> Running in 2fef795b11e4 [2020-12-20T23:19:44.182Z] ---> cd289f9a60a6 [2020-12-20T23:19:44.182Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-20T23:19:44.747Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-20T23:19:44.747Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-20T23:19:44.747Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-20T23:19:44.747Z] Setting up python3 (3.6.7-1~18.04) ... [2020-12-20T23:19:44.747Z] running python rtupdate hooks for python3.6... [2020-12-20T23:19:44.747Z] running python post-rtupdate hooks for python3.6... [2020-12-20T23:19:44.747Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2020-12-20T23:19:44.778Z] Removing intermediate container 03e9f1bb2cdf [2020-12-20T23:19:44.778Z] ---> 68bc5d0db4f3 [2020-12-20T23:19:44.778Z] [2020-12-20T23:19:45.384Z] Successfully built 68bc5d0db4f3 [2020-12-20T23:19:45.656Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-20T23:19:45.656Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrap-redis-go [2020-12-20T23:19:45.930Z] ---> 85550e9ef1cb [2020-12-20T23:19:45.930Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-20T23:19:45.930Z] Removing intermediate container 2fef795b11e4 [2020-12-20T23:19:45.930Z] ---> 3df6a2621a71 [2020-12-20T23:19:45.930Z] Step 21/22 : LABEL git_sha=6b29634e9f7c352df05c5c8ed406ba629501e1e9 [2020-12-20T23:19:45.930Z] ---> Running in f8199955b5d6 [2020-12-20T23:19:45.930Z] Removing intermediate container bb476b631458 [2020-12-20T23:19:45.930Z] ---> 789570197fc1 [2020-12-20T23:19:45.930Z] Step 6/24 : COPY go.mod . [2020-12-20T23:19:46.134Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2020-12-20T23:19:46.395Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-20T23:19:46.396Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-20T23:19:46.396Z] Setting up snapd (2.48+18.04) ... [2020-12-20T23:19:46.932Z] Removing intermediate container f8199955b5d6 [2020-12-20T23:19:46.932Z] ---> efa0787ed139 [2020-12-20T23:19:46.932Z] Step 22/22 : LABEL version=0.0.0 [2020-12-20T23:19:46.932Z] ---> Running in c5ca6d1571f6 [2020-12-20T23:19:46.968Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2020-12-20T23:19:47.205Z] ---> 80174fec92bb [2020-12-20T23:19:47.205Z] Step 7/24 : RUN go mod download [2020-12-20T23:19:47.205Z] ---> b0ad2682d7de [2020-12-20T23:19:47.205Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-20T23:19:47.229Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2020-12-20T23:19:47.230Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2020-12-20T23:19:47.479Z] ---> Running in 1a039ea062ec [2020-12-20T23:19:47.479Z] ---> Running in 37caef8b770e [2020-12-20T23:19:47.479Z] Removing intermediate container c5ca6d1571f6 [2020-12-20T23:19:47.479Z] ---> 5780240dcad9 [2020-12-20T23:19:47.479Z] [2020-12-20T23:19:47.491Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2020-12-20T23:19:47.753Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-20T23:19:47.753Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-20T23:19:48.016Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2020-12-20T23:19:48.082Z] Successfully built 5780240dcad9 [2020-12-20T23:19:48.082Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-20T23:19:48.279Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2020-12-20T23:19:48.279Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2020-12-20T23:19:48.355Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2020-12-20T23:19:48.542Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2020-12-20T23:19:48.804Z] /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' [2020-12-20T23:19:48.804Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-20T23:19:48.804Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-20T23:19:49.344Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-20T23:19:49.344Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-20T23:19:49.946Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-20T23:19:50.193Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-20T23:19:50.193Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-20T23:19:50.193Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-20T23:19:50.284Z] (2/33) Installing expat (2.2.9-r1) [2020-12-20T23:19:50.285Z] (3/33) Installing libffi (3.3-r2) [2020-12-20T23:19:50.285Z] (4/33) Installing gdbm (1.13-r1) [2020-12-20T23:19:50.285Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-20T23:19:50.285Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-20T23:19:50.285Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-20T23:19:51.584Z] Reading package lists... [2020-12-20T23:19:51.845Z] Reading package lists... [2020-12-20T23:19:52.107Z] Building dependency tree... [2020-12-20T23:19:52.107Z] Reading state information... [2020-12-20T23:19:52.107Z] Calculating upgrade... [2020-12-20T23:19:52.269Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-20T23:19:52.269Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-20T23:19:52.269Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-20T23:19:52.269Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-20T23:19:52.269Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-20T23:19:52.269Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-20T23:19:52.269Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-20T23:19:52.369Z] The following packages will be upgraded: [2020-12-20T23:19:52.369Z] advancecomp base-files bash binutils binutils-common [2020-12-20T23:19:52.369Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2020-12-20T23:19:52.369Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2020-12-20T23:19:52.369Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2020-12-20T23:19:52.369Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2020-12-20T23:19:52.369Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2020-12-20T23:19:52.369Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2020-12-20T23:19:52.369Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2020-12-20T23:19:52.369Z] libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2020-12-20T23:19:52.369Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2020-12-20T23:19:52.369Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2020-12-20T23:19:52.369Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2020-12-20T23:19:52.369Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2020-12-20T23:19:52.369Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2020-12-20T23:19:52.550Z] Removing intermediate container 1a039ea062ec [2020-12-20T23:19:52.550Z] ---> 2c92255f2b3b [2020-12-20T23:19:52.550Z] Step 8/24 : COPY . . [2020-12-20T23:19:52.550Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-20T23:19:52.550Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-20T23:19:52.550Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-20T23:19:52.550Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-20T23:19:52.550Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-20T23:19:52.550Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-20T23:19:52.550Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-20T23:19:52.630Z] 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2020-12-20T23:19:52.630Z] Need to get 63.5 MB of archives. [2020-12-20T23:19:52.630Z] After this operation, 5191 kB of additional disk space will be used. [2020-12-20T23:19:52.630Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] [2020-12-20T23:19:52.630Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2020-12-20T23:19:52.825Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-20T23:19:52.825Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-20T23:19:52.825Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-20T23:19:52.825Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-20T23:19:52.825Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-20T23:19:52.825Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-20T23:19:52.825Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-20T23:19:52.825Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-20T23:19:52.825Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-20T23:19:52.825Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-20T23:19:52.825Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-20T23:19:53.098Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-20T23:19:53.098Z] Executing busybox-1.31.1-r19.trigger [2020-12-20T23:19:53.098Z] OK: 71 MiB in 55 packages [2020-12-20T23:19:53.203Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-12-20T23:19:53.203Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-12-20T23:19:53.203Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-12-20T23:19:53.203Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-12-20T23:19:53.203Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-12-20T23:19:53.203Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-12-20T23:19:53.204Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2020-12-20T23:19:53.204Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2020-12-20T23:19:53.204Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-12-20T23:19:53.204Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2020-12-20T23:19:53.204Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2020-12-20T23:19:53.204Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-12-20T23:19:53.465Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2020-12-20T23:19:53.465Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2020-12-20T23:19:53.465Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2020-12-20T23:19:53.465Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2020-12-20T23:19:53.465Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2020-12-20T23:19:53.465Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2020-12-20T23:19:53.465Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2020-12-20T23:19:53.465Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2020-12-20T23:19:53.465Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2020-12-20T23:19:53.465Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2020-12-20T23:19:53.465Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2020-12-20T23:19:53.465Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2020-12-20T23:19:53.465Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2020-12-20T23:19:53.465Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2020-12-20T23:19:53.465Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2020-12-20T23:19:53.465Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2020-12-20T23:19:53.727Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2020-12-20T23:19:53.727Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2020-12-20T23:19:53.727Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2020-12-20T23:19:53.727Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2020-12-20T23:19:53.727Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2020-12-20T23:19:53.727Z] 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] [2020-12-20T23:19:53.727Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2020-12-20T23:19:53.728Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2020-12-20T23:19:53.728Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2020-12-20T23:19:53.728Z] 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] [2020-12-20T23:19:53.728Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2020-12-20T23:19:53.728Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2020-12-20T23:19:53.728Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2020-12-20T23:19:53.728Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2020-12-20T23:19:53.728Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2020-12-20T23:19:53.728Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2020-12-20T23:19:53.728Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2020-12-20T23:19:53.728Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2020-12-20T23:19:53.991Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2020-12-20T23:19:53.991Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2020-12-20T23:19:53.991Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2020-12-20T23:19:53.991Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2020-12-20T23:19:53.991Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2020-12-20T23:19:53.991Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2020-12-20T23:19:53.991Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2020-12-20T23:19:53.991Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2020-12-20T23:19:53.991Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2020-12-20T23:19:53.991Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2020-12-20T23:19:53.991Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2020-12-20T23:19:53.991Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2020-12-20T23:19:53.991Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-12-20T23:19:53.991Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-12-20T23:19:53.991Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2020-12-20T23:19:53.991Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2020-12-20T23:19:53.991Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2020-12-20T23:19:53.991Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2020-12-20T23:19:53.991Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2020-12-20T23:19:53.991Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2020-12-20T23:19:53.991Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2020-12-20T23:19:53.991Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2020-12-20T23:19:53.991Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2020-12-20T23:19:53.992Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2020-12-20T23:19:53.992Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2020-12-20T23:19:53.992Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2020-12-20T23:19:53.992Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2020-12-20T23:19:53.992Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2020-12-20T23:19:54.253Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2020-12-20T23:19:54.253Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2020-12-20T23:19:54.253Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2020-12-20T23:19:54.253Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2020-12-20T23:19:54.253Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2020-12-20T23:19:54.253Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2020-12-20T23:19:54.253Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2020-12-20T23:19:54.253Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-12-20T23:19:54.253Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-12-20T23:19:54.253Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-12-20T23:19:54.253Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-12-20T23:19:54.835Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-12-20T23:19:55.409Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-12-20T23:19:55.409Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-12-20T23:19:55.409Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-12-20T23:19:55.671Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-12-20T23:19:55.671Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-12-20T23:19:55.671Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-12-20T23:19:55.671Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-12-20T23:19:55.671Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-12-20T23:19:55.935Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-20T23:19:55.935Z] Fetched 63.5 MB in 3s (19.0 MB/s) [2020-12-20T23:19:55.935Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-20T23:19:55.935Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2020-12-20T23:19:56.199Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-20T23:19:56.781Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2020-12-20T23:19:56.781Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-20T23:19:57.044Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... [2020-12-20T23:19:57.044Z] Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... [2020-12-20T23:19:57.617Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-20T23:19:57.879Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-20T23:19:57.879Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-20T23:19:57.879Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-20T23:19:58.140Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-20T23:19:58.140Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-20T23:19:58.140Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-20T23:19:58.140Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-20T23:19:58.400Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-20T23:19:58.400Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-20T23:19:58.400Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-20T23:19:58.400Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-20T23:19:58.400Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-20T23:19:58.400Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-20T23:19:58.662Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-20T23:19:58.662Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-20T23:19:58.662Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-20T23:19:58.662Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2020-12-20T23:19:58.662Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-20T23:19:58.923Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-20T23:19:58.923Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-20T23:19:58.923Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-20T23:19:58.923Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-20T23:19:58.923Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-20T23:19:59.185Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-20T23:19:59.185Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-20T23:19:59.185Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-20T23:19:59.453Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-20T23:19:59.453Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2020-12-20T23:19:59.715Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-20T23:20:00.292Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2020-12-20T23:20:00.293Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-20T23:20:00.293Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2020-12-20T23:20:00.293Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2020-12-20T23:20:00.293Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2020-12-20T23:20:00.555Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2020-12-20T23:20:00.555Z] Setting up base-files (10.1ubuntu2.10) ... [2020-12-20T23:20:00.817Z] Installing new version of config file /etc/issue ... [2020-12-20T23:20:00.817Z] Installing new version of config file /etc/issue.net ... [2020-12-20T23:20:00.817Z] Installing new version of config file /etc/lsb-release ... [2020-12-20T23:20:00.817Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2020-12-20T23:20:01.079Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2020-12-20T23:20:01.079Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2020-12-20T23:20:01.079Z] Removing obsolete conffile /etc/default/motd-news ... [2020-12-20T23:20:01.079Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-20T23:20:01.079Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2020-12-20T23:20:01.341Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2020-12-20T23:20:01.341Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2020-12-20T23:20:01.341Z] 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 [2020-12-20T23:20:01.607Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-20T23:20:01.607Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-20T23:20:01.607Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2020-12-20T23:20:01.607Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2020-12-20T23:20:01.876Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-20T23:20:01.876Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2020-12-20T23:20:01.876Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2020-12-20T23:20:01.876Z] Setting up tar (1.29b-2ubuntu0.1) ... [2020-12-20T23:20:02.150Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-20T23:20:02.150Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2020-12-20T23:20:02.150Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-20T23:20:02.417Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2020-12-20T23:20:02.417Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-20T23:20:02.417Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-20T23:20:02.417Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-20T23:20:02.693Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-20T23:20:02.693Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-20T23:20:02.693Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-20T23:20:02.693Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-20T23:20:02.963Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2020-12-20T23:20:02.963Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-20T23:20:02.963Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2020-12-20T23:20:02.963Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2020-12-20T23:20:02.963Z] Setting up grep (3.1-2build1) ... [2020-12-20T23:20:03.229Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-20T23:20:03.229Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-20T23:20:03.229Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-20T23:20:03.229Z] Setting up login (1:4.5-1ubuntu2) ... [2020-12-20T23:20:03.496Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-20T23:20:03.496Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-20T23:20:03.496Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-20T23:20:03.496Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2020-12-20T23:20:03.760Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-20T23:20:03.760Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-20T23:20:03.760Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-20T23:20:04.345Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-20T23:20:04.345Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-20T23:20:04.345Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-20T23:20:04.345Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-20T23:20:04.921Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-12-20T23:20:05.183Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-20T23:20:05.183Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-12-20T23:20:05.183Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-20T23:20:06.128Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-20T23:20:06.128Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-20T23:20:06.128Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-20T23:20:06.390Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-20T23:20:06.390Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2020-12-20T23:20:06.390Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-20T23:20:06.390Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2020-12-20T23:20:06.390Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2020-12-20T23:20:06.652Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2020-12-20T23:20:06.652Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-20T23:20:06.652Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-20T23:20:06.652Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-20T23:20:06.652Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-20T23:20:06.914Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-20T23:20:06.914Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-20T23:20:06.914Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-20T23:20:06.914Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-20T23:20:07.176Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-20T23:20:07.176Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-20T23:20:07.176Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-20T23:20:07.176Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-20T23:20:07.176Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-20T23:20:07.176Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-20T23:20:07.176Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-20T23:20:07.438Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-20T23:20:07.438Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-20T23:20:07.438Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-20T23:20:07.438Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-20T23:20:07.438Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-20T23:20:07.700Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-20T23:20:07.700Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-20T23:20:07.700Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-20T23:20:07.700Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-20T23:20:07.700Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-20T23:20:07.962Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-20T23:20:07.962Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-20T23:20:07.962Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-20T23:20:07.962Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-20T23:20:08.228Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-20T23:20:08.228Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-20T23:20:08.228Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-20T23:20:08.228Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-20T23:20:08.355Z] Removing intermediate container 37caef8b770e [2020-12-20T23:20:08.355Z] ---> fe99b472c50e [2020-12-20T23:20:08.355Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-20T23:20:08.355Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-20T23:20:08.355Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-20T23:20:08.355Z] ---> 416ce9325355 [2020-12-20T23:20:08.355Z] Step 3/21 : WORKDIR /edgex-go [2020-12-20T23:20:08.355Z] ---> Using cache [2020-12-20T23:20:08.355Z] ---> b63be3a0b166 [2020-12-20T23:20:08.355Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-20T23:20:08.355Z] ---> Using cache [2020-12-20T23:20:08.355Z] ---> 26fc4d54cbb6 [2020-12-20T23:20:08.355Z] Step 5/21 : RUN apk update && apk add make git [2020-12-20T23:20:08.355Z] ---> Using cache [2020-12-20T23:20:08.355Z] ---> 40f610f8846e [2020-12-20T23:20:08.355Z] Step 6/21 : COPY go.mod . [2020-12-20T23:20:08.355Z] ---> Using cache [2020-12-20T23:20:08.355Z] ---> a3fcb6a37c2f [2020-12-20T23:20:08.355Z] Step 7/21 : RUN go mod download [2020-12-20T23:20:08.355Z] ---> Using cache [2020-12-20T23:20:08.355Z] ---> c7996c6c3dfb [2020-12-20T23:20:08.355Z] Step 8/21 : COPY . . [2020-12-20T23:20:08.355Z] ---> Using cache [2020-12-20T23:20:08.355Z] ---> 842d205edf9b [2020-12-20T23:20:08.355Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-20T23:20:08.491Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2020-12-20T23:20:08.491Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-20T23:20:08.491Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-20T23:20:08.491Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-20T23:20:08.956Z] ---> fad31e31ed01 [2020-12-20T23:20:08.956Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-20T23:20:08.956Z] ---> Running in e0fc74474479 [2020-12-20T23:20:09.064Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2020-12-20T23:20:09.233Z] ---> Running in 7fabaeaeb92b [2020-12-20T23:20:09.326Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2020-12-20T23:20:09.514Z] ---> Running in dd6f3266173f [2020-12-20T23:20:09.588Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2020-12-20T23:20:09.851Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-20T23:20:09.851Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2020-12-20T23:20:09.851Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-20T23:20:10.111Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2020-12-20T23:20:10.111Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-20T23:20:10.111Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2020-12-20T23:20:10.111Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-20T23:20:10.373Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2020-12-20T23:20:10.373Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-20T23:20:10.373Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2020-12-20T23:20:10.373Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2020-12-20T23:20:10.634Z] Setting up debconf (1.5.66ubuntu1) ... [2020-12-20T23:20:10.897Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-20T23:20:10.897Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-20T23:20:10.897Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-20T23:20:11.160Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-20T23:20:11.160Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-20T23:20:11.160Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-20T23:20:11.160Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-20T23:20:11.422Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-20T23:20:11.422Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-20T23:20:11.422Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-20T23:20:11.496Z] 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 [2020-12-20T23:20:11.496Z] 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 [2020-12-20T23:20:11.684Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-20T23:20:11.684Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-20T23:20:11.953Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-20T23:20:11.953Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-20T23:20:11.953Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-20T23:20:11.953Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2020-12-20T23:20:12.214Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-20T23:20:12.214Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-20T23:20:12.214Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-20T23:20:12.214Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-20T23:20:12.474Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-20T23:20:12.474Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2020-12-20T23:20:12.474Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2020-12-20T23:20:12.737Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2020-12-20T23:20:12.737Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-20T23:20:12.737Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2020-12-20T23:20:12.737Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-20T23:20:12.737Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-20T23:20:13.010Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-20T23:20:13.010Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-20T23:20:13.010Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-20T23:20:13.273Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-20T23:20:13.273Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-20T23:20:13.273Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2020-12-20T23:20:13.273Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2020-12-20T23:20:13.273Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2020-12-20T23:20:13.534Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-20T23:20:13.534Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-20T23:20:13.534Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-20T23:20:13.796Z] Setting up passwd (1:4.5-1ubuntu2) ... [2020-12-20T23:20:14.061Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-20T23:20:14.061Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-20T23:20:14.061Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-20T23:20:14.061Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2020-12-20T23:20:14.322Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-20T23:20:14.322Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2020-12-20T23:20:14.322Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2020-12-20T23:20:14.322Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2020-12-20T23:20:14.585Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-20T23:20:14.585Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2020-12-20T23:20:14.585Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2020-12-20T23:20:14.585Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2020-12-20T23:20:14.847Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-20T23:20:14.847Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2020-12-20T23:20:14.847Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2020-12-20T23:20:15.110Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2020-12-20T23:20:15.372Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-20T23:20:15.372Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2020-12-20T23:20:15.372Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2020-12-20T23:20:15.372Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2020-12-20T23:20:15.372Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-20T23:20:15.372Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2020-12-20T23:20:15.634Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2020-12-20T23:20:15.634Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2020-12-20T23:20:15.634Z] (Reading database ... 13915 files and directories currently installed.) [2020-12-20T23:20:15.634Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-20T23:20:15.634Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-20T23:20:15.897Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-20T23:20:15.897Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-20T23:20:16.159Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-20T23:20:16.159Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-20T23:20:16.159Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2020-12-20T23:20:16.421Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2020-12-20T23:20:16.421Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2020-12-20T23:20:16.421Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2020-12-20T23:20:16.683Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2020-12-20T23:20:16.683Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2020-12-20T23:20:16.683Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2020-12-20T23:20:16.683Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2020-12-20T23:20:16.945Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2020-12-20T23:20:16.945Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2020-12-20T23:20:16.945Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2020-12-20T23:20:16.945Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2020-12-20T23:20:16.945Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2020-12-20T23:20:16.951Z] Collecting docker-compose==1.23.2 [2020-12-20T23:20:16.951Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-20T23:20:17.205Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2020-12-20T23:20:17.205Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2020-12-20T23:20:17.205Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2020-12-20T23:20:17.466Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2020-12-20T23:20:17.466Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2020-12-20T23:20:17.940Z] Collecting texttable<0.10,>=0.9.0 [2020-12-20T23:20:17.940Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-20T23:20:18.410Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2020-12-20T23:20:18.411Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2020-12-20T23:20:18.411Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2020-12-20T23:20:18.411Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2020-12-20T23:20:18.678Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-20T23:20:18.678Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-20T23:20:18.939Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-20T23:20:19.200Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-20T23:20:19.200Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-20T23:20:19.200Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-20T23:20:19.464Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-20T23:20:19.464Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-20T23:20:19.464Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-20T23:20:19.464Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-20T23:20:19.726Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-20T23:20:19.726Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-20T23:20:19.726Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-20T23:20:19.988Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-20T23:20:19.988Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-20T23:20:19.988Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-20T23:20:21.356Z] Collecting cached-property<2,>=1.2.0 [2020-12-20T23:20:21.356Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-20T23:20:21.377Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-20T23:20:21.377Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-20T23:20:22.319Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-20T23:20:22.319Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-20T23:20:22.343Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-20T23:20:22.343Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-20T23:20:22.894Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-20T23:20:22.894Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-20T23:20:23.156Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-20T23:20:23.418Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-20T23:20:23.791Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-20T23:20:23.791Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-20T23:20:23.791Z] ---> 416ce9325355 [2020-12-20T23:20:23.791Z] Step 3/22 : WORKDIR /edgex-go [2020-12-20T23:20:23.791Z] ---> Using cache [2020-12-20T23:20:23.791Z] ---> b63be3a0b166 [2020-12-20T23:20:23.791Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-20T23:20:23.791Z] ---> Using cache [2020-12-20T23:20:23.791Z] ---> 26fc4d54cbb6 [2020-12-20T23:20:23.791Z] Step 5/22 : RUN apk update && apk add make git [2020-12-20T23:20:23.791Z] ---> Using cache [2020-12-20T23:20:23.791Z] ---> 40f610f8846e [2020-12-20T23:20:23.791Z] Step 6/22 : COPY go.mod . [2020-12-20T23:20:23.791Z] ---> Using cache [2020-12-20T23:20:23.791Z] ---> a3fcb6a37c2f [2020-12-20T23:20:23.791Z] Step 7/22 : RUN go mod download [2020-12-20T23:20:23.791Z] ---> Using cache [2020-12-20T23:20:23.791Z] ---> c7996c6c3dfb [2020-12-20T23:20:23.791Z] Step 8/22 : COPY . . [2020-12-20T23:20:23.791Z] ---> Using cache [2020-12-20T23:20:23.791Z] ---> 842d205edf9b [2020-12-20T23:20:23.791Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-20T23:20:24.363Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-20T23:20:24.363Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-20T23:20:24.363Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-20T23:20:24.363Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-20T23:20:24.478Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-20T23:20:24.478Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-20T23:20:24.624Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-12-20T23:20:24.624Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-20T23:20:24.624Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-12-20T23:20:24.624Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-20T23:20:24.885Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-12-20T23:20:24.885Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2020-12-20T23:20:24.885Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-20T23:20:24.885Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-20T23:20:25.082Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-20T23:20:25.082Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-20T23:20:25.082Z] ---> 416ce9325355 [2020-12-20T23:20:25.082Z] Step 3/23 : WORKDIR /edgex-go [2020-12-20T23:20:25.082Z] ---> Using cache [2020-12-20T23:20:25.082Z] ---> b63be3a0b166 [2020-12-20T23:20:25.082Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-20T23:20:25.082Z] ---> Using cache [2020-12-20T23:20:25.082Z] ---> 26fc4d54cbb6 [2020-12-20T23:20:25.082Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-20T23:20:25.147Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-20T23:20:25.147Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-20T23:20:25.147Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2020-12-20T23:20:25.147Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2020-12-20T23:20:25.412Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-20T23:20:25.412Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-20T23:20:25.412Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-20T23:20:25.412Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-20T23:20:25.412Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-20T23:20:25.412Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2020-12-20T23:20:25.674Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2020-12-20T23:20:25.674Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2020-12-20T23:20:25.936Z] [2020-12-20T23:20:25.936Z] Current default time zone: 'Etc/UTC' [2020-12-20T23:20:25.936Z] Local time is now: Sun Dec 20 23:20:25 UTC 2020. [2020-12-20T23:20:25.936Z] Universal Time is now: Sun Dec 20 23:20:25 UTC 2020. [2020-12-20T23:20:25.936Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2020-12-20T23:20:25.936Z] [2020-12-20T23:20:25.936Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2020-12-20T23:20:25.936Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-20T23:20:25.936Z] Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... [2020-12-20T23:20:25.936Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2020-12-20T23:20:25.936Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2020-12-20T23:20:25.936Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2020-12-20T23:20:26.074Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-20T23:20:26.074Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-20T23:20:26.198Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-12-20T23:20:26.198Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2020-12-20T23:20:26.198Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2020-12-20T23:20:26.198Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2020-12-20T23:20:26.198Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-20T23:20:26.198Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2020-12-20T23:20:26.352Z] ---> Running in 0113140e9589 [2020-12-20T23:20:26.352Z] ---> Running in c2903dda9ce9 [2020-12-20T23:20:26.460Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-20T23:20:26.460Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-20T23:20:26.460Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-20T23:20:26.460Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-12-20T23:20:26.460Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-12-20T23:20:26.460Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2020-12-20T23:20:26.460Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-20T23:20:26.460Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2020-12-20T23:20:26.460Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2020-12-20T23:20:26.721Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2020-12-20T23:20:26.721Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-20T23:20:28.363Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-20T23:20:28.640Z] Updating certificates in /etc/ssl/certs... [2020-12-20T23:20:28.642Z] 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 [2020-12-20T23:20:29.218Z] 22 added, 17 removed; done. [2020-12-20T23:20:29.218Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2020-12-20T23:20:29.218Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-20T23:20:29.218Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2020-12-20T23:20:29.218Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2020-12-20T23:20:29.245Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-20T23:20:29.480Z] Setting up pkgbinarymangler (138.18.04.1) ... [2020-12-20T23:20:29.480Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-20T23:20:29.480Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-20T23:20:29.480Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-20T23:20:29.480Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-20T23:20:29.480Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-20T23:20:29.480Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-20T23:20:29.741Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-20T23:20:29.741Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-12-20T23:20:29.741Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-12-20T23:20:29.741Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-12-20T23:20:29.741Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-12-20T23:20:29.741Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-12-20T23:20:29.741Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-20T23:20:29.741Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-20T23:20:29.741Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-12-20T23:20:29.849Z] Collecting PyYAML<4,>=3.10 [2020-12-20T23:20:29.849Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-20T23:20:30.035Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-12-20T23:20:30.035Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-12-20T23:20:30.035Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2020-12-20T23:20:30.035Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-20T23:20:30.035Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-12-20T23:20:30.297Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-20T23:20:30.297Z] Updating certificates in /etc/ssl/certs... [2020-12-20T23:20:30.454Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-20T23:20:30.454Z] v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-20T23:20:30.454Z] OK: 12620 distinct packages available [2020-12-20T23:20:30.870Z] 0 added, 0 removed; done. [2020-12-20T23:20:30.870Z] Running hooks in /etc/ca-certificates/update.d... [2020-12-20T23:20:30.870Z] done. [2020-12-20T23:20:31.445Z] OK: 217 MiB in 51 packages [2020-12-20T23:20:31.816Z] Reading package lists... [2020-12-20T23:20:31.816Z] Building dependency tree... [2020-12-20T23:20:31.816Z] Reading state information... [2020-12-20T23:20:32.079Z] The following NEW packages will be installed: [2020-12-20T23:20:32.079Z] apt-transport-https [2020-12-20T23:20:32.079Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2020-12-20T23:20:32.079Z] Need to get 1696 B of archives. [2020-12-20T23:20:32.079Z] After this operation, 153 kB of additional disk space will be used. [2020-12-20T23:20:32.079Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2020-12-20T23:20:32.340Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-20T23:20:32.340Z] Fetched 1696 B in 0s (37.0 kB/s) [2020-12-20T23:20:32.340Z] Selecting previously unselected package apt-transport-https. [2020-12-20T23:20:32.340Z] (Reading database ... 13929 files and directories currently installed.) [2020-12-20T23:20:32.340Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2020-12-20T23:20:32.340Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-20T23:20:32.340Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-20T23:20:32.602Z] Waiting for network to be ready... [2020-12-20T23:20:33.487Z] Removing intermediate container 0113140e9589 [2020-12-20T23:20:33.487Z] ---> 60d65d864abb [2020-12-20T23:20:33.487Z] Step 6/23 : COPY go.mod . [2020-12-20T23:20:34.490Z] Collecting docopt<0.7,>=0.6.1 [2020-12-20T23:20:34.490Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-20T23:20:34.768Z] ---> 4a77738982a9 [2020-12-20T23:20:34.768Z] Step 7/23 : RUN go mod download [2020-12-20T23:20:34.768Z] ---> Running in 2b996a810281 [2020-12-20T23:20:38.186Z] Collecting jsonschema<3,>=2.5.1 [2020-12-20T23:20:38.186Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-20T23:20:38.186Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-20T23:20:39.176Z] Collecting docker<4.0,>=3.6.0 [2020-12-20T23:20:39.176Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-20T23:20:39.176Z] Removing intermediate container 2b996a810281 [2020-12-20T23:20:39.176Z] ---> 4d1b2e006f66 [2020-12-20T23:20:39.176Z] Step 8/23 : COPY . . [2020-12-20T23:20:39.188Z] 2020-12-20T23:20:36Z INFO Waiting for automatic snapd restart... [2020-12-20T23:20:39.188Z] snapd 2.48.1 from Canonical* installed [2020-12-20T23:20:40.131Z] "snapd" switched to the "latest/stable" channel [2020-12-20T23:20:40.131Z] [2020-12-20T23:20:40.194Z] Collecting idna<2.8,>=2.5 [2020-12-20T23:20:40.194Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-20T23:20:41.670Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-20T23:20:41.670Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-20T23:20:41.966Z] 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) [2020-12-20T23:20:41.966Z] 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) [2020-12-20T23:20:42.244Z] Collecting docker-pycreds>=0.4.0 [2020-12-20T23:20:42.244Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-20T23:20:42.523Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-20T23:20:42.523Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-20T23:20:42.523Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-20T23:20:42.523Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-20T23:20:43.970Z] Installing collected packages: texttable, cached-property, websocket-client, idna, urllib3, requests, dockerpty, PyYAML, docopt, jsonschema, docker-pycreds, docker, docker-compose [2020-12-20T23:20:43.970Z] Running setup.py install for texttable: started [2020-12-20T23:20:44.343Z] core18 20201210 from Canonical* installed [2020-12-20T23:20:44.604Z] "core18" switched to the "latest/stable" channel [2020-12-20T23:20:44.604Z] [2020-12-20T23:20:46.614Z] Running setup.py install for texttable: finished with status 'done' [2020-12-20T23:20:47.222Z] Attempting uninstall: idna [2020-12-20T23:20:47.222Z] Found existing installation: idna 2.9 [2020-12-20T23:20:47.222Z] Uninstalling idna-2.9: [2020-12-20T23:20:47.502Z] Successfully uninstalled idna-2.9 [2020-12-20T23:20:48.108Z] Attempting uninstall: urllib3 [2020-12-20T23:20:48.108Z] Found existing installation: urllib3 1.25.9 [2020-12-20T23:20:48.108Z] Uninstalling urllib3-1.25.9: [2020-12-20T23:20:48.386Z] Successfully uninstalled urllib3-1.25.9 [2020-12-20T23:20:48.997Z] Attempting uninstall: requests [2020-12-20T23:20:48.997Z] Found existing installation: requests 2.23.0 [2020-12-20T23:20:48.997Z] Uninstalling requests-2.23.0: [2020-12-20T23:20:48.997Z] Successfully uninstalled requests-2.23.0 [2020-12-20T23:20:49.602Z] Running setup.py install for dockerpty: started [2020-12-20T23:20:51.203Z] snapcraft 4.4.4 from Canonical* installed [2020-12-20T23:20:51.203Z] "snapcraft" switched to the "latest/stable" channel [2020-12-20T23:20:51.203Z] [2020-12-20T23:20:53.024Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-20T23:20:53.024Z] Running setup.py install for PyYAML: started [2020-12-20T23:20:54.507Z] 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: [2020-12-20T23:20:54.508Z] - README.md [2020-12-20T23:20:54.508Z] [2020-12-20T23:20:54.508Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-20T23:20:56.456Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-20T23:20:56.457Z] Running setup.py install for docopt: started [2020-12-20T23:20:57.061Z] ---> e5970acbfd64 [2020-12-20T23:20:57.061Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-20T23:20:57.342Z] ---> Running in c789f7e3503f [2020-12-20T23:20:58.791Z] Running setup.py install for docopt: finished with status 'done' [2020-12-20T23:20:59.394Z] 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 [2020-12-20T23:21:01.092Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-20T23:21:01.092Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-20T23:21:01.092Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-20T23:21:01.092Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-20T23:21:02.026Z] 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 [2020-12-20T23:21:03.279Z] Reading package lists... [2020-12-20T23:21:03.279Z] 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 [2020-12-20T23:21:07.479Z] Removing intermediate container e0fc74474479 [2020-12-20T23:21:07.479Z] ---> c8a827d96712 [2020-12-20T23:21:07.479Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-20T23:21:07.479Z] ---> Running in c68c4cba8c59 [2020-12-20T23:21:08.941Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-20T23:21:09.219Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-20T23:21:09.887Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-20T23:21:09.887Z] Reading package lists... [2020-12-20T23:21:09.887Z] Building dependency tree... [2020-12-20T23:21:09.887Z] Reading state information... [2020-12-20T23:21:09.887Z] Suggested packages: [2020-12-20T23:21:09.887Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-12-20T23:21:09.887Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2020-12-20T23:21:09.887Z] Recommended packages: [2020-12-20T23:21:09.887Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2020-12-20T23:21:09.887Z] The following NEW packages will be installed: [2020-12-20T23:21:09.887Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2020-12-20T23:21:09.887Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2020-12-20T23:21:09.887Z] pkg-config zip [2020-12-20T23:21:10.148Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2020-12-20T23:21:10.148Z] Need to get 7655 kB of archives. [2020-12-20T23:21:10.148Z] After this operation, 43.7 MB of additional disk space will be used. [2020-12-20T23:21:10.148Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2020-12-20T23:21:10.148Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2020-12-20T23:21:10.214Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-20T23:21:10.214Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-20T23:21:10.214Z] (3/3) Installing curl (7.69.1-r3) [2020-12-20T23:21:10.214Z] Executing busybox-1.31.1-r19.trigger [2020-12-20T23:21:10.214Z] OK: 71 MiB in 58 packages [2020-12-20T23:21:10.410Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2020-12-20T23:21:10.410Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2020-12-20T23:21:10.410Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-12-20T23:21:10.410Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-12-20T23:21:10.671Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-12-20T23:21:10.671Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-12-20T23:21:10.671Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-12-20T23:21:10.671Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2020-12-20T23:21:10.671Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2020-12-20T23:21:10.671Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-12-20T23:21:10.671Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-12-20T23:21:10.934Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-12-20T23:21:10.934Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-12-20T23:21:11.195Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-20T23:21:11.195Z] Fetched 7655 kB in 1s (6854 kB/s) [2020-12-20T23:21:11.195Z] Selecting previously unselected package libglib2.0-0:amd64. [2020-12-20T23:21:11.195Z] (Reading database ... 13933 files and directories currently installed.) [2020-12-20T23:21:11.195Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2020-12-20T23:21:11.195Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-20T23:21:11.456Z] Selecting previously unselected package libpsl5:amd64. [2020-12-20T23:21:11.456Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2020-12-20T23:21:11.456Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2020-12-20T23:21:11.717Z] Selecting previously unselected package libnghttp2-14:amd64. [2020-12-20T23:21:11.717Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2020-12-20T23:21:11.717Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-20T23:21:11.717Z] Selecting previously unselected package librtmp1:amd64. [2020-12-20T23:21:11.717Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2020-12-20T23:21:11.717Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-20T23:21:11.717Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-12-20T23:21:11.717Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2020-12-20T23:21:11.717Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-20T23:21:11.990Z] Selecting previously unselected package liberror-perl. [2020-12-20T23:21:11.990Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2020-12-20T23:21:11.990Z] Unpacking liberror-perl (0.17025-1) ... [2020-12-20T23:21:11.990Z] Selecting previously unselected package git-man. [2020-12-20T23:21:11.990Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-12-20T23:21:11.990Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-20T23:21:12.214Z] Removing intermediate container c68c4cba8c59 [2020-12-20T23:21:12.214Z] ---> 0be88d91b640 [2020-12-20T23:21:12.214Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-20T23:21:12.254Z] Selecting previously unselected package git. [2020-12-20T23:21:12.255Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-12-20T23:21:12.255Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-12-20T23:21:12.493Z] ---> Running in ba9ee91a4dd7 [2020-12-20T23:21:13.105Z] Removing intermediate container ba9ee91a4dd7 [2020-12-20T23:21:13.105Z] ---> 59680552b0cd [2020-12-20T23:21:13.105Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-20T23:21:13.201Z] Selecting previously unselected package libnorm1:amd64. [2020-12-20T23:21:13.201Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-12-20T23:21:13.201Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-20T23:21:13.201Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-12-20T23:21:13.201Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-12-20T23:21:13.201Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-20T23:21:13.385Z] ---> Running in 02754386c7e7 [2020-12-20T23:21:13.463Z] Selecting previously unselected package libsodium23:amd64. [2020-12-20T23:21:13.463Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2020-12-20T23:21:13.463Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-12-20T23:21:13.463Z] Selecting previously unselected package libzmq5:amd64. [2020-12-20T23:21:13.463Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-20T23:21:13.463Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-20T23:21:13.463Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-12-20T23:21:13.463Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-20T23:21:13.463Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-20T23:21:13.724Z] Selecting previously unselected package pkg-config. [2020-12-20T23:21:13.724Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-12-20T23:21:13.724Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-12-20T23:21:13.724Z] Selecting previously unselected package zip. [2020-12-20T23:21:13.724Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2020-12-20T23:21:13.724Z] Unpacking zip (3.0-11build1) ... [2020-12-20T23:21:13.986Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-20T23:21:13.986Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-20T23:21:13.986Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-20T23:21:13.986Z] Setting up liberror-perl (0.17025-1) ... [2020-12-20T23:21:13.986Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2020-12-20T23:21:13.986Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-20T23:21:13.986Z] No schema files found: doing nothing. [2020-12-20T23:21:13.986Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-20T23:21:13.986Z] Setting up zip (3.0-11build1) ... [2020-12-20T23:21:13.986Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-20T23:21:13.986Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-12-20T23:21:13.996Z] Removing intermediate container 02754386c7e7 [2020-12-20T23:21:13.996Z] ---> e735fc4ebf10 [2020-12-20T23:21:13.996Z] Step 25/27 : LABEL arch=arm64 [2020-12-20T23:21:14.248Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-12-20T23:21:14.248Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-20T23:21:14.248Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-20T23:21:14.248Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-20T23:21:14.248Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-12-20T23:21:14.248Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2020-12-20T23:21:14.276Z] ---> Running in 2cd8b094c5b3 [2020-12-20T23:21:14.898Z] Removing intermediate container 2cd8b094c5b3 [2020-12-20T23:21:14.898Z] ---> 3bac36bce91c [2020-12-20T23:21:14.898Z] Step 26/27 : LABEL git_sha=6b29634e9f7c352df05c5c8ed406ba629501e1e9 [2020-12-20T23:21:15.208Z] ---> Running in 9183fc182e5c [2020-12-20T23:21:16.054Z] Removing intermediate container 9183fc182e5c [2020-12-20T23:21:16.054Z] ---> b5eb70faa043 [2020-12-20T23:21:16.054Z] Step 27/27 : LABEL version=0.0.0 [2020-12-20T23:21:16.054Z] ---> Running in b34180a38c52 [2020-12-20T23:21:16.769Z] Removing intermediate container b34180a38c52 [2020-12-20T23:21:16.769Z] ---> 445175a01d4a [2020-12-20T23:21:16.769Z] [2020-12-20T23:21:17.098Z] Successfully built 445175a01d4a [2020-12-20T23:21:17.098Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-20T23:21:20.837Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-20T23:21:21.098Z] git set to automatically installed. [2020-12-20T23:21:21.098Z] git-man set to automatically installed. [2020-12-20T23:21:21.098Z] libcurl3-gnutls set to automatically installed. [2020-12-20T23:21:21.098Z] liberror-perl set to automatically installed. [2020-12-20T23:21:21.098Z] libglib2.0-0 set to automatically installed. [2020-12-20T23:21:21.098Z] libnghttp2-14 set to automatically installed. [2020-12-20T23:21:21.098Z] libnorm1 set to automatically installed. [2020-12-20T23:21:21.098Z] libpgm-5.2-0 set to automatically installed. [2020-12-20T23:21:21.098Z] libpsl5 set to automatically installed. [2020-12-20T23:21:21.098Z] librtmp1 set to automatically installed. [2020-12-20T23:21:21.098Z] libsodium23 set to automatically installed. [2020-12-20T23:21:21.098Z] libzmq3-dev set to automatically installed. [2020-12-20T23:21:21.098Z] libzmq5 set to automatically installed. [2020-12-20T23:21:21.098Z] pkg-config set to automatically installed. [2020-12-20T23:21:21.098Z] zip set to automatically installed. [2020-12-20T23:21:23.012Z] snapd is not logged in, snap install commands will use sudo [2020-12-20T23:21:29.602Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-20T23:21:30.177Z] snap "core18" has no updates available [2020-12-20T23:21:31.121Z] Pulling config-common [2020-12-20T23:21:32.067Z] Pulling go-build-helper [2020-12-20T23:21:44.025Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 7fabaeaeb92b [2020-12-20T23:21:44.026Z] ---> 3f131866cb0f [2020-12-20T23:21:44.026Z] [2020-12-20T23:21:44.026Z] Step 10/21 : FROM scratch [2020-12-20T23:21:44.026Z] ---> [2020-12-20T23:21:44.026Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-20T23:21:44.026Z] ---> Using cache [2020-12-20T23:21:44.026Z] ---> f90faac1158a [2020-12-20T23:21:44.026Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-20T23:21:44.026Z] ---> Running in 8c4c6a80d739 [2020-12-20T23:21:44.629Z] Removing intermediate container dd6f3266173f [2020-12-20T23:21:44.629Z] ---> 8ec55891600b [2020-12-20T23:21:44.629Z] [2020-12-20T23:21:44.629Z] Step 10/24 : FROM scratch [2020-12-20T23:21:44.629Z] ---> [2020-12-20T23:21:44.629Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-20T23:21:44.917Z] ---> Running in 2f001c9aca52 [2020-12-20T23:21:44.917Z] Removing intermediate container 8c4c6a80d739 [2020-12-20T23:21:44.917Z] ---> 806216ab7eeb [2020-12-20T23:21:44.917Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-20T23:21:44.917Z] ---> Running in 8226a55819f6 [2020-12-20T23:21:45.524Z] Removing intermediate container 2f001c9aca52 [2020-12-20T23:21:45.524Z] ---> 6c487dfa96c7 [2020-12-20T23:21:45.524Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-20T23:21:45.524Z] ---> Running in 31629a563320 [2020-12-20T23:21:45.524Z] Removing intermediate container 8226a55819f6 [2020-12-20T23:21:45.524Z] ---> c120756e71f5 [2020-12-20T23:21:45.524Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-20T23:21:46.512Z] Removing intermediate container 31629a563320 [2020-12-20T23:21:46.512Z] ---> b126e4e4b92d [2020-12-20T23:21:46.512Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-20T23:21:46.512Z] ---> Running in d3ebb50b59bc [2020-12-20T23:21:46.786Z] ---> b3998f39494e [2020-12-20T23:21:46.786Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-20T23:21:47.387Z] Removing intermediate container d3ebb50b59bc [2020-12-20T23:21:47.387Z] ---> f6a7650caaf0 [2020-12-20T23:21:47.387Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-20T23:21:49.374Z] ---> fe87e0df6498 [2020-12-20T23:21:49.374Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-20T23:21:49.374Z] ---> 140b86f3cff8 [2020-12-20T23:21:49.374Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-20T23:21:52.017Z] ---> a58f0707008f [2020-12-20T23:21:52.017Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-20T23:21:52.017Z] ---> Running in ecea451a07fa [2020-12-20T23:21:52.017Z] ---> 6150764ef63b [2020-12-20T23:21:52.017Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-20T23:21:52.017Z] Removing intermediate container c2903dda9ce9 [2020-12-20T23:21:52.017Z] ---> 6e712e44dc9a [2020-12-20T23:21:52.017Z] [2020-12-20T23:21:52.017Z] Step 10/22 : FROM alpine:3.10 [2020-12-20T23:21:52.017Z] ---> 536a684cf733 [2020-12-20T23:21:52.017Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-20T23:21:52.293Z] ---> Using cache [2020-12-20T23:21:52.293Z] ---> ac11f47d5ffb [2020-12-20T23:21:52.293Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-20T23:21:52.570Z] ---> Running in 37dfd93e65ad [2020-12-20T23:21:52.570Z] Removing intermediate container ecea451a07fa [2020-12-20T23:21:52.570Z] ---> 377b6aee58d7 [2020-12-20T23:21:52.570Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-20T23:21:52.843Z] ---> Running in 1fbfddc5d2b7 [2020-12-20T23:21:53.444Z] Removing intermediate container 37dfd93e65ad [2020-12-20T23:21:53.444Z] ---> 23b00ee30816 [2020-12-20T23:21:53.444Z] Step 13/22 : WORKDIR / [2020-12-20T23:21:53.716Z] ---> Running in 2ab7214ac1ac [2020-12-20T23:21:53.990Z] Removing intermediate container 1fbfddc5d2b7 [2020-12-20T23:21:53.990Z] ---> 778b51840e7f [2020-12-20T23:21:53.990Z] Step 19/21 : LABEL arch=arm64 [2020-12-20T23:21:54.267Z] ---> 3fbf8faa2388 [2020-12-20T23:21:54.267Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-20T23:21:54.267Z] ---> Running in cee25910b5a5 [2020-12-20T23:21:54.541Z] Removing intermediate container 2ab7214ac1ac [2020-12-20T23:21:54.541Z] ---> 407ede6e0e8a [2020-12-20T23:21:54.541Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-20T23:21:55.140Z] Removing intermediate container cee25910b5a5 [2020-12-20T23:21:55.140Z] ---> d07ffa58a3db [2020-12-20T23:21:55.140Z] Step 20/21 : LABEL git_sha=6b29634e9f7c352df05c5c8ed406ba629501e1e9 [2020-12-20T23:21:55.419Z] ---> Running in 73a2fceb6926 [2020-12-20T23:21:55.692Z] ---> 18857f88886f [2020-12-20T23:21:55.692Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-20T23:21:55.966Z] ---> 7677eff23a7a [2020-12-20T23:21:55.966Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-20T23:21:56.239Z] Removing intermediate container 73a2fceb6926 [2020-12-20T23:21:56.239Z] ---> c1aac3ddeb26 [2020-12-20T23:21:56.239Z] Step 21/21 : LABEL version=0.0.0 [2020-12-20T23:21:56.513Z] ---> Running in 0424b6aecb14 [2020-12-20T23:21:57.956Z] Removing intermediate container 0424b6aecb14 [2020-12-20T23:21:57.956Z] ---> 4138ebf4b2e9 [2020-12-20T23:21:57.956Z] [2020-12-20T23:21:58.232Z] Successfully built 4138ebf4b2e9 [2020-12-20T23:21:58.528Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-20T23:21:58.528Z] ---> fe18676655fd [2020-12-20T23:21:58.528Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-20T23:21:58.528Z] ---> 16282e10cddc [2020-12-20T23:21:58.528Z]  Building docker-support-scheduler-go ... done Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-20T23:21:58.658Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-20T23:21:58.658Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-20T23:21:58.658Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-20T23:21:58.658Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] [2020-12-20T23:21:58.658Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-20T23:21:58.658Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-20T23:21:58.658Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-20T23:21:58.658Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-20T23:21:58.658Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-20T23:21:58.658Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-20T23:21:58.658Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-20T23:21:58.658Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2020-12-20T23:21:58.658Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2020-12-20T23:21:58.658Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2020-12-20T23:21:58.658Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2020-12-20T23:21:58.658Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2020-12-20T23:21:58.658Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2020-12-20T23:21:58.658Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-20T23:21:58.658Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-20T23:21:58.658Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] [2020-12-20T23:21:58.658Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-20T23:21:58.658Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2020-12-20T23:21:58.658Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2020-12-20T23:21:58.658Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-20T23:21:58.658Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2020-12-20T23:21:58.658Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2020-12-20T23:21:58.658Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-20T23:21:58.658Z] Fetched 23.5 MB in 0s (0 B/s) [2020-12-20T23:21:58.658Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2020-12-20T23:21:58.658Z] Fetched 96.5 kB in 0s (0 B/s) [2020-12-20T23:21:58.658Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2020-12-20T23:21:58.658Z] Fetched 279 kB in 0s (0 B/s) [2020-12-20T23:21:58.658Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2020-12-20T23:21:58.658Z] Fetched 122 kB in 0s (0 B/s) [2020-12-20T23:21:58.658Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2020-12-20T23:21:58.658Z] Fetched 77.8 kB in 0s (0 B/s) [2020-12-20T23:21:58.658Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2020-12-20T23:21:58.658Z] Fetched 8848 B in 0s (0 B/s) [2020-12-20T23:21:58.658Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2020-12-20T23:21:58.658Z] Fetched 47.8 kB in 0s (0 B/s) [2020-12-20T23:21:58.658Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2020-12-20T23:21:58.658Z] Fetched 45.6 kB in 0s (0 B/s) [2020-12-20T23:21:58.658Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2020-12-20T23:21:58.658Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-20T23:21:58.658Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2020-12-20T23:21:58.658Z] Fetched 214 kB in 0s (0 B/s) [2020-12-20T23:21:58.658Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2020-12-20T23:21:58.658Z] Fetched 155 kB in 0s (0 B/s) [2020-12-20T23:21:58.658Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2020-12-20T23:21:58.658Z] Fetched 50.6 kB in 0s (0 B/s) [2020-12-20T23:21:58.658Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2020-12-20T23:21:58.658Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-20T23:21:58.658Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2020-12-20T23:21:58.658Z] Fetched 41.8 kB in 0s (0 B/s) [2020-12-20T23:21:58.658Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2020-12-20T23:21:58.658Z] Fetched 499 kB in 0s (0 B/s) [2020-12-20T23:21:58.658Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2020-12-20T23:21:58.658Z] Fetched 111 kB in 0s (0 B/s) [2020-12-20T23:21:58.658Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2020-12-20T23:21:58.658Z] Fetched 240 kB in 0s (0 B/s) [2020-12-20T23:21:58.658Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2020-12-20T23:21:58.658Z] Fetched 29.3 kB in 0s (0 B/s) [2020-12-20T23:21:58.658Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2020-12-20T23:21:58.658Z] Fetched 85.5 kB in 0s (0 B/s) [2020-12-20T23:21:58.658Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2020-12-20T23:21:58.658Z] Fetched 24.5 kB in 0s (0 B/s) [2020-12-20T23:21:58.658Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2020-12-20T23:21:58.658Z] Fetched 49.2 kB in 0s (0 B/s) [2020-12-20T23:21:58.658Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2020-12-20T23:21:58.658Z] Fetched 54.2 kB in 0s (0 B/s) [2020-12-20T23:21:58.658Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2020-12-20T23:21:58.658Z] Fetched 30.8 kB in 0s (0 B/s) [2020-12-20T23:21:58.658Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2020-12-20T23:21:58.658Z] Fetched 17.0 kB in 0s (0 B/s) [2020-12-20T23:21:58.658Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2020-12-20T23:21:58.658Z] Fetched 85.9 kB in 0s (0 B/s) [2020-12-20T23:21:58.658Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2020-12-20T23:21:58.658Z] Fetched 8720 B in 0s (0 B/s) [2020-12-20T23:21:58.658Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2020-12-20T23:21:58.658Z] Fetched 137 kB in 0s (0 B/s) [2020-12-20T23:21:58.658Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2020-12-20T23:21:58.658Z] Fetched 119 kB in 0s (0 B/s) [2020-12-20T23:21:58.658Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2020-12-20T23:21:58.658Z] Fetched 109 kB in 0s (0 B/s) [2020-12-20T23:21:58.658Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2020-12-20T23:21:58.658Z] Fetched 11.1 kB in 0s (0 B/s) [2020-12-20T23:21:58.658Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2020-12-20T23:21:58.658Z] Fetched 645 kB in 0s (0 B/s) [2020-12-20T23:21:58.658Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2020-12-20T23:21:58.658Z] Fetched 41.3 kB in 0s (0 B/s) [2020-12-20T23:21:58.658Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2020-12-20T23:21:58.658Z] Fetched 17.9 kB in 0s (0 B/s) [2020-12-20T23:21:58.659Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2020-12-20T23:21:58.659Z] Fetched 368 kB in 0s (0 B/s) [2020-12-20T23:21:58.659Z] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2020-12-20T23:21:58.659Z] Fetched 187 kB in 0s (0 B/s) [2020-12-20T23:21:58.659Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2020-12-20T23:21:58.659Z] Fetched 175 kB in 0s (0 B/s) [2020-12-20T23:21:58.659Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2020-12-20T23:21:59.602Z] Fetched 206 kB in 0s (0 B/s) [2020-12-20T23:21:59.602Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2020-12-20T23:21:59.602Z] Fetched 1301 kB in 0s (0 B/s) [2020-12-20T23:21:59.602Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2020-12-20T23:21:59.602Z] Fetched 36.2 kB in 0s (0 B/s) [2020-12-20T23:21:59.602Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2020-12-20T23:21:59.602Z] Fetched 159 kB in 0s (0 B/s) [2020-12-20T23:21:59.602Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2020-12-20T23:21:59.602Z] Fetched 107 kB in 0s (0 B/s) [2020-12-20T23:21:59.602Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2020-12-20T23:21:59.602Z] Fetched 48.7 kB in 0s (0 B/s) [2020-12-20T23:21:59.602Z] Pulling static-packages [2020-12-20T23:21:59.972Z] ---> 705a8e98ee73 [2020-12-20T23:21:59.972Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-20T23:21:59.972Z] ---> 08c42d9823c5 [2020-12-20T23:21:59.972Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-20T23:22:00.251Z] ---> Running in 154c7bfb5020 [2020-12-20T23:22:00.996Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2020-12-20T23:22:00.996Z] Skipping pull go-build-helper (already ran) [2020-12-20T23:22:00.996Z] Skipping pull static-packages (already ran) [2020-12-20T23:22:00.996Z] Building go-build-helper [2020-12-20T23:22:01.235Z] Removing intermediate container 154c7bfb5020 [2020-12-20T23:22:01.235Z] ---> 5491f6c4b52d [2020-12-20T23:22:01.235Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-20T23:22:01.235Z] ---> d76fedc38be7 [2020-12-20T23:22:01.235Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-20T23:22:01.235Z] ---> Running in 72412f466447 [2020-12-20T23:22:01.513Z] ---> Running in c0846a3ba090 [2020-12-20T23:22:02.121Z] Removing intermediate container 72412f466447 [2020-12-20T23:22:02.121Z] ---> 9c3c57a5a72e [2020-12-20T23:22:02.121Z] Step 22/24 : LABEL arch=arm64 [2020-12-20T23:22:02.393Z] ---> Running in 8aabd193b653 [2020-12-20T23:22:02.987Z] Removing intermediate container 8aabd193b653 [2020-12-20T23:22:02.987Z] ---> bce16d477d70 [2020-12-20T23:22:02.987Z] Step 23/24 : LABEL git_sha=6b29634e9f7c352df05c5c8ed406ba629501e1e9 [2020-12-20T23:22:03.260Z] ---> Running in 3dac6d43dc43 [2020-12-20T23:22:03.864Z] Removing intermediate container 3dac6d43dc43 [2020-12-20T23:22:03.864Z] ---> 33d2cde5a764 [2020-12-20T23:22:03.864Z] Step 24/24 : LABEL version=0.0.0 [2020-12-20T23:22:04.142Z] ---> Running in d74c5b904419 [2020-12-20T23:22:04.746Z] Removing intermediate container d74c5b904419 [2020-12-20T23:22:04.746Z] ---> 7722de4f5ba7 [2020-12-20T23:22:04.746Z] [2020-12-20T23:22:05.207Z] Building static-packages [2020-12-20T23:22:05.351Z] Successfully built 7722de4f5ba7 [2020-12-20T23:22:05.351Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-20T23:22:05.351Z] Removing intermediate container c0846a3ba090 [2020-12-20T23:22:05.351Z] ---> 98f77e383d1d [2020-12-20T23:22:05.351Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-20T23:22:05.351Z]  Building docker-support-notifications-go ... done  ---> Running in 7343982641c5 [2020-12-20T23:22:05.950Z] Removing intermediate container 7343982641c5 [2020-12-20T23:22:05.950Z] ---> 4a5b92471fb2 [2020-12-20T23:22:05.950Z] Step 20/22 : LABEL arch=arm64 [2020-12-20T23:22:06.224Z] ---> Running in 96d2a36942db [2020-12-20T23:22:06.825Z] Removing intermediate container 96d2a36942db [2020-12-20T23:22:06.825Z] ---> c99303db458d [2020-12-20T23:22:06.825Z] Step 21/22 : LABEL git_sha=6b29634e9f7c352df05c5c8ed406ba629501e1e9 [2020-12-20T23:22:06.825Z] ---> Running in 54c41bfc981b [2020-12-20T23:22:07.426Z] Removing intermediate container 54c41bfc981b [2020-12-20T23:22:07.426Z] ---> b818bb90f2b6 [2020-12-20T23:22:07.426Z] Step 22/22 : LABEL version=0.0.0 [2020-12-20T23:22:07.426Z] ---> Running in 27d1e622301d [2020-12-20T23:22:07.758Z] Staging go-build-helper [2020-12-20T23:22:08.024Z] Removing intermediate container 27d1e622301d [2020-12-20T23:22:08.024Z] ---> 968971ed7caf [2020-12-20T23:22:08.024Z] [2020-12-20T23:22:08.298Z] Successfully built 968971ed7caf [2020-12-20T23:22:08.298Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-20T23:22:09.155Z] Staging static-packages [2020-12-20T23:22:10.097Z] Pulling go115 [2020-12-20T23:22:11.492Z] 'edgex-go' has dependencies that need to be staged: go115 [2020-12-20T23:22:11.492Z] Skipping pull go115 (already ran) [2020-12-20T23:22:11.492Z] Building go115 [2020-12-20T23:22:11.492Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-20T23:22:11.492Z] Dload Upload Total Spent Left Speed [2020-12-20T23:22:15.467Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 14 115M 14 16.7M 0 0 18.5M 0 0:00:06 --:--:-- 0:00:06 18.5M 41 115M 41 48.0M 0 0 25.2M 0 0:00:04 0:00:01 0:00:03 25.2M 72 115M 72 83.9M 0 0 28.9M 0 0:00:03 0:00:02 0:00:01 28.9M 100 115M 100 115M 0 0 29.7M 0 0:00:03 0:00:03 --:--:-- 29.7M [2020-12-20T23:22:16.040Z] go1.15.2.linux-amd64.tar.gz: OK [2020-12-20T23:22:18.444Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container c789f7e3503f [2020-12-20T23:22:18.444Z] ---> 2837c345f855 [2020-12-20T23:22:18.444Z] [2020-12-20T23:22:18.444Z] Step 10/23 : FROM alpine [2020-12-20T23:22:18.444Z] ---> afeebe901d6b [2020-12-20T23:22:18.445Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-20T23:22:18.719Z] ---> Running in 1a4df25a815f [2020-12-20T23:22:18.990Z] Removing intermediate container 1a4df25a815f [2020-12-20T23:22:18.990Z] ---> 4e47a6dfbd20 [2020-12-20T23:22:18.990Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-20T23:22:19.263Z] ---> Running in 1375e79cb83f [2020-12-20T23:22:19.536Z] Removing intermediate container 1375e79cb83f [2020-12-20T23:22:19.536Z] ---> 4cedc109bfd0 [2020-12-20T23:22:19.536Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-20T23:22:19.807Z] ---> Running in 4720b74d38fa [2020-12-20T23:22:20.399Z] Removing intermediate container 4720b74d38fa [2020-12-20T23:22:20.399Z] ---> 24c18f18531a [2020-12-20T23:22:20.399Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-20T23:22:20.399Z] ---> Running in 6c1e8cfca342 [2020-12-20T23:22:21.339Z] Staging go115 [2020-12-20T23:22:22.368Z] Removing intermediate container 6c1e8cfca342 [2020-12-20T23:22:22.368Z] ---> 837bd92d6bf2 [2020-12-20T23:22:22.368Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-20T23:22:22.649Z] ---> Running in 814514009daa [2020-12-20T23:22:23.624Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-20T23:22:24.215Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-20T23:22:25.190Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-20T23:22:25.190Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-20T23:22:25.190Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-20T23:22:25.190Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-20T23:22:25.460Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-20T23:22:25.460Z] Executing busybox-1.31.1-r19.trigger [2020-12-20T23:22:25.460Z] OK: 8 MiB in 19 packages [2020-12-20T23:22:26.935Z] Removing intermediate container 814514009daa [2020-12-20T23:22:26.935Z] ---> f152d67de083 [2020-12-20T23:22:26.935Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-20T23:22:27.527Z] ---> 19968f6e4349 [2020-12-20T23:22:27.527Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-20T23:22:27.935Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-20T23:22:27.935Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-20T23:22:27.935Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-20T23:22:27.935Z] Fetched 0 B in 0s (0 B/s) [2020-12-20T23:22:27.935Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-12-20T23:22:27.935Z] Fetched 224 kB in 0s (0 B/s) [2020-12-20T23:22:27.935Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-12-20T23:22:27.935Z] Fetched 157 kB in 0s (0 B/s) [2020-12-20T23:22:27.935Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-12-20T23:22:27.935Z] Fetched 221 kB in 0s (0 B/s) [2020-12-20T23:22:27.935Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-12-20T23:22:27.935Z] Fetched 143 kB in 0s (0 B/s) [2020-12-20T23:22:27.935Z] Pulling edgex-go [2020-12-20T23:22:28.957Z] ---> 4998e45617b2 [2020-12-20T23:22:28.957Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-20T23:22:29.548Z] ---> 5df5793d8075 [2020-12-20T23:22:29.548Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-20T23:22:29.820Z] ---> Running in f32a15a0ef8d [2020-12-20T23:22:29.851Z] Pulling version [2020-12-20T23:22:30.415Z] Removing intermediate container f32a15a0ef8d [2020-12-20T23:22:30.415Z] ---> 5b7a66c57476 [2020-12-20T23:22:30.415Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-20T23:22:30.415Z] ---> Running in c7b3c3b2b18d [2020-12-20T23:22:30.794Z] Building config-common [2020-12-20T23:22:31.007Z] Removing intermediate container c7b3c3b2b18d [2020-12-20T23:22:31.007Z] ---> 0ad93b9b3d66 [2020-12-20T23:22:31.007Z] Step 21/23 : LABEL arch=arm64 [2020-12-20T23:22:31.007Z] ---> Running in 4004615380d1 [2020-12-20T23:22:31.600Z] Removing intermediate container 4004615380d1 [2020-12-20T23:22:31.600Z] ---> 74694c9b2893 [2020-12-20T23:22:31.600Z] Step 22/23 : LABEL git_sha=6b29634e9f7c352df05c5c8ed406ba629501e1e9 [2020-12-20T23:22:31.600Z] ---> Running in 5fb705ee1af8 [2020-12-20T23:22:32.191Z] Removing intermediate container 5fb705ee1af8 [2020-12-20T23:22:32.191Z] ---> ccdc45069b39 [2020-12-20T23:22:32.191Z] Step 23/23 : LABEL version=0.0.0 [2020-12-20T23:22:32.191Z] ---> Running in fe61c81de35e [2020-12-20T23:22:32.785Z] Removing intermediate container fe61c81de35e [2020-12-20T23:22:32.785Z] ---> c48b971a5ce1 [2020-12-20T23:22:32.785Z] [2020-12-20T23:22:33.057Z] Successfully built c48b971a5ce1 [2020-12-20T23:22:33.057Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-20T23:22:33.342Z] Skipping build go-build-helper (already ran) [2020-12-20T23:22:33.342Z] Skipping build static-packages (already ran) [2020-12-20T23:22:33.342Z] Skipping build go115 (already ran) [2020-12-20T23:22:33.342Z] Building edgex-go [2020-12-20T23:22:33.345Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-12-20T23:22:33.348Z] $ docker stop --time=1 81aff947c449260c764be1e526fccc121c337f61e2cb758a12cc86cb243dde65 [2020-12-20T23:22:33.916Z] 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 [2020-12-20T23:22:35.235Z] $ docker rm -f 81aff947c449260c764be1e526fccc121c337f61e2cb758a12cc86cb243dde65 [2020-12-20T23:22:35.314Z] go: downloading github.com/gorilla/mux v1.8.0 [2020-12-20T23:22:35.314Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-12-20T23:22:35.315Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 [2020-12-20T23:22:35.315Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.64 [2020-12-20T23:22:35.315Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.131 [2020-12-20T23:22:35.315Z] go: downloading github.com/google/uuid v1.1.2 [2020-12-20T23:22:35.315Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 [2020-12-20T23:22:35.315Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2020-12-20T23:22:35.315Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-20T23:22:35.315Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-12-20T23:22:35.315Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2020-12-20T23:22:35.315Z] go: downloading github.com/pkg/errors v0.8.1 [2020-12-20T23:22:35.315Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2020-12-20T23:22:35.315Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-12-20T23:22:35.315Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-12-20T23:22:35.315Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2020-12-20T23:22:35.315Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-12-20T23:22:35.315Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-12-20T23:22:35.315Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2020-12-20T23:22:35.315Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-12-20T23:22:35.315Z] go: downloading github.com/x448/float16 v0.8.4 [2020-12-20T23:22:35.315Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-20T23:22:35.315Z] go: downloading github.com/imdario/mergo v0.3.11 [2020-12-20T23:22:35.315Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-12-20T23:22:35.315Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-12-20T23:22:35.315Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-12-20T23:22:35.315Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2020-12-20T23:22:35.315Z] go: downloading github.com/leodido/go-urn v1.2.0 [2020-12-20T23:22:35.315Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-12-20T23:22:35.315Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-20T23:22:35.315Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-12-20T23:22:35.315Z] go: downloading github.com/go-playground/locales v0.13.0 [2020-12-20T23:22:35.315Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-12-20T23:22:35.315Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-12-20T23:22:35.315Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [Pipeline] // withDockerContainer [2020-12-20T23:22:35.595Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-12-20T23:22:35.595Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-12-20T23:22:35.595Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [Pipeline] sh [2020-12-20T23:22:35.857Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-12-20T23:22:35.857Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-12-20T23:22:35.940Z] + grep docker [2020-12-20T23:22:35.940Z] + docker images [2020-12-20T23:22:36.212Z] docker-core-data-go-arm64 latest c48b971a5ce1 3 seconds ago 21MB [2020-12-20T23:22:36.212Z] docker-security-bootstrap-redis-go-arm64 latest 968971ed7caf 28 seconds ago 15.2MB [2020-12-20T23:22:36.212Z] docker-support-notifications-go-arm64 latest 7722de4f5ba7 31 seconds ago 11.4MB [2020-12-20T23:22:36.212Z] docker-support-scheduler-go-arm64 latest 4138ebf4b2e9 38 seconds ago 10.1MB [2020-12-20T23:22:36.212Z] docker-sys-mgmt-agent-go-arm64 latest 445175a01d4a About a minute ago 300MB [2020-12-20T23:22:36.212Z] docker-core-metadata-go-arm64 latest 5780240dcad9 2 minutes ago 12.3MB [2020-12-20T23:22:36.212Z] docker-security-proxy-setup-go-arm64 latest 68bc5d0db4f3 2 minutes ago 23.4MB [2020-12-20T23:22:36.212Z] docker-security-secretstore-setup-go-arm64 latest 9f4e0043a60b 2 minutes ago 23.5MB [2020-12-20T23:22:36.212Z] docker-core-command-go-arm64 latest c376826ec7b7 3 minutes ago 9.98MB [2020-12-20T23:22:36.212Z] docker latest f66387bf908a 2 days 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] } [2020-12-20T23:22:44.031Z] 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 [2020-12-20T23:22:49.326Z] 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 [2020-12-20T23:22:50.717Z] 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 [2020-12-20T23:22:52.105Z] 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 [2020-12-20T23:22:52.369Z] 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 [2020-12-20T23:22:52.369Z] go: downloading github.com/stretchr/testify v1.6.1 [2020-12-20T23:22:52.369Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-20T23:22:52.369Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-20T23:22:52.369Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2020-12-20T23:22:54.290Z] 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 [2020-12-20T23:22:54.290Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2020-12-20T23:22:54.290Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-12-20T23:22:55.682Z] 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 [2020-12-20T23:22:55.682Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-12-20T23:22:57.071Z] 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 [2020-12-20T23:22:57.071Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-20T23:22:58.461Z] 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 [2020-12-20T23:22:59.407Z] 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 [2020-12-20T23:23:00.382Z] 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 [2020-12-20T23:23:03.763Z] Building version [2020-12-20T23:23:06.405Z] Staging config-common [2020-12-20T23:23:07.405Z] Skipping stage go-build-helper (already ran) [2020-12-20T23:23:07.405Z] Skipping stage static-packages (already ran) [2020-12-20T23:23:07.405Z] Skipping stage go115 (already ran) [2020-12-20T23:23:07.405Z] Staging edgex-go [2020-12-20T23:23:08.880Z] Staging version [2020-12-20T23:23:10.290Z] Priming config-common [2020-12-20T23:23:11.251Z] Priming go-build-helper [2020-12-20T23:23:12.637Z] Priming static-packages [2020-12-20T23:23:15.186Z] Priming go115 [2020-12-20T23:23:16.130Z] Priming edgex-go [2020-12-20T23:23:17.518Z] Priming version [2020-12-20T23:23:18.904Z] 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-12-20T23:23:22.672Z] provisioning config files... [2020-12-20T23:23:22.688Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/19@tmp/config3720879008629282932tmp [Pipeline] { [Pipeline] sh [2020-12-20T23:23:23.085Z] + set +x [2020-12-20T23:23:23.085Z] + curl -s https://codecov.io/bash [2020-12-20T23:23:23.085Z] + bash -s -- [2020-12-20T23:23:23.664Z] [2020-12-20T23:23:23.664Z] _____ _ [2020-12-20T23:23:23.664Z] / ____| | | [2020-12-20T23:23:23.664Z] | | ___ __| | ___ ___ _____ __ [2020-12-20T23:23:23.664Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-20T23:23:23.664Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-20T23:23:23.664Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-20T23:23:23.664Z] Bash-20201217-3d3df35 [2020-12-20T23:23:23.664Z] [2020-12-20T23:23:23.664Z] [2020-12-20T23:23:23.664Z] git version 2.24.3 found [2020-12-20T23:23:23.664Z] 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 [2020-12-20T23:23:23.664Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2020-12-20T23:23:23.664Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets found [2020-12-20T23:23:23.664Z] ==> Jenkins CI detected. [2020-12-20T23:23:23.664Z] project root: . [2020-12-20T23:23:23.664Z] --> token set from env [2020-12-20T23:23:23.664Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-20T23:23:23.664Z] ==> Running gcov in . (disable via -X gcov) [2020-12-20T23:23:23.664Z] ==> Python coveragepy not found [2020-12-20T23:23:23.664Z] ==> Searching for coverage reports in: [2020-12-20T23:23:23.664Z] + . [2020-12-20T23:23:23.664Z] -> Found 1 reports [2020-12-20T23:23:23.664Z] ==> Detecting git/mercurial file structure [2020-12-20T23:23:23.925Z] ==> Reading reports [2020-12-20T23:23:23.925Z] + ./coverage.out bytes=537098 [2020-12-20T23:23:23.925Z] ==> Appending adjustments [2020-12-20T23:23:23.925Z] https://docs.codecov.io/docs/fixing-reports [2020-12-20T23:23:27.238Z] + Found adjustments [2020-12-20T23:23:27.238Z] ==> Gzipping contents [2020-12-20T23:23:27.238Z] 80K /tmp/codecov.Lo8UEK.gz [2020-12-20T23:23:27.238Z] ==> Uploading reports [2020-12-20T23:23:27.238Z] url: https://codecov.io [2020-12-20T23:23:27.238Z] query: branch=PR-2942&commit=6b29634e9f7c352df05c5c8ed406ba629501e1e9&build=19&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2942%2F19%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2942&job=&cmd_args= [2020-12-20T23:23:27.238Z] -> Pinging Codecov [2020-12-20T23:23:27.238Z] https://codecov.io/upload/v4?package=bash-20201217-3d3df35&token=secret&branch=PR-2942&commit=6b29634e9f7c352df05c5c8ed406ba629501e1e9&build=19&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2942%2F19%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2942&job=&cmd_args= [2020-12-20T23:23:27.238Z] -> Uploading to [2020-12-20T23:23:27.238Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-20/00271124DB129430A58F1EEE437C3FCB/6b29634e9f7c352df05c5c8ed406ba629501e1e9/50defc47-cc95-4566-aaf7-29e9c3653bc7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201220%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201220T232327Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=21a53513d86cf5eddc24882c4364f23f0c071113ae47256ef085423a9d1990c6 [2020-12-20T23:23:27.238Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-20T23:23:27.238Z] Dload Upload Total Spent Left Speed [2020-12-20T23:23:27.812Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 81788 0 0 100 81788 0 158k --:--:-- --:--:-- --:--:-- 158k [2020-12-20T23:23:27.812Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/6b29634e9f7c352df05c5c8ed406ba629501e1e9 [Pipeline] } [2020-12-20T23:23:27.822Z] 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 [2020-12-20T23:23:30.181Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-20T23:23:31.070Z] ---> package-listing.sh [2020-12-20T23:23:31.070Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-20T23:23:31.070Z] ++ facter osfamily [2020-12-20T23:23:31.070Z] + OS_FAMILY=redhat [2020-12-20T23:23:31.070Z] + workspace=/w/workspace/edgex-go/19 [2020-12-20T23:23:31.070Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-20T23:23:31.070Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-20T23:23:31.070Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-20T23:23:31.070Z] + PACKAGES=/tmp/packages_start.txt [2020-12-20T23:23:31.070Z] + '[' /w/workspace/edgex-go/19 ']' [2020-12-20T23:23:31.070Z] + PACKAGES=/tmp/packages_end.txt [2020-12-20T23:23:31.070Z] + case "${OS_FAMILY}" in [2020-12-20T23:23:31.070Z] + rpm -qa [2020-12-20T23:23:31.070Z] + sort [2020-12-20T23:23:36.384Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-20T23:23:36.384Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-20T23:23:36.384Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-20T23:23:36.384Z] + '[' /w/workspace/edgex-go/19 ']' [2020-12-20T23:23:36.384Z] + mkdir -p /w/workspace/edgex-go/19/archives/ [2020-12-20T23:23:36.384Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/19/archives/ [Pipeline] echo [2020-12-20T23:23:36.398Z] 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/19/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-20T23:23:36.692Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-20T23:23:36.997Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-20T23:23:36.998Z] [2020-12-20T23:23:36.998Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-20T23:23:37.349Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-20T23:23:37.349Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-20T23:23:37.349Z] df20fa9351a1: Pulling fs layer [2020-12-20T23:23:37.349Z] 36b3adc4ff6f: Pulling fs layer [2020-12-20T23:23:37.349Z] 8ad3a11d3b57: Pulling fs layer [2020-12-20T23:23:37.349Z] 46f8f816bc3b: Pulling fs layer [2020-12-20T23:23:37.349Z] 93b61091891f: Pulling fs layer [2020-12-20T23:23:37.349Z] 93b9cdb0e59b: Pulling fs layer [2020-12-20T23:23:37.349Z] 5e14af77c1be: Pulling fs layer [2020-12-20T23:23:37.349Z] 01666e4c0597: Pulling fs layer [2020-12-20T23:23:37.349Z] aa168da1d23b: Pulling fs layer [2020-12-20T23:23:37.349Z] 46f8f816bc3b: Waiting [2020-12-20T23:23:37.349Z] 93b61091891f: Waiting [2020-12-20T23:23:37.349Z] 93b9cdb0e59b: Waiting [2020-12-20T23:23:37.349Z] 5e14af77c1be: Waiting [2020-12-20T23:23:37.349Z] 01666e4c0597: Waiting [2020-12-20T23:23:37.349Z] aa168da1d23b: Waiting [2020-12-20T23:23:37.349Z] 36b3adc4ff6f: Download complete [2020-12-20T23:23:37.349Z] 46f8f816bc3b: Verifying Checksum [2020-12-20T23:23:37.349Z] 46f8f816bc3b: Download complete [2020-12-20T23:23:37.611Z] df20fa9351a1: Verifying Checksum [2020-12-20T23:23:37.611Z] 93b9cdb0e59b: Verifying Checksum [2020-12-20T23:23:37.611Z] 93b9cdb0e59b: Download complete [2020-12-20T23:23:37.611Z] 5e14af77c1be: Verifying Checksum [2020-12-20T23:23:37.611Z] 93b61091891f: Verifying Checksum [2020-12-20T23:23:37.611Z] 93b61091891f: Download complete [2020-12-20T23:23:37.611Z] 5e14af77c1be: Download complete [2020-12-20T23:23:37.611Z] 01666e4c0597: Verifying Checksum [2020-12-20T23:23:37.611Z] 01666e4c0597: Download complete [2020-12-20T23:23:37.873Z] df20fa9351a1: Pull complete [2020-12-20T23:23:38.140Z] 36b3adc4ff6f: Pull complete [2020-12-20T23:23:38.405Z] 8ad3a11d3b57: Verifying Checksum [2020-12-20T23:23:38.405Z] 8ad3a11d3b57: Download complete [2020-12-20T23:23:39.359Z] 8ad3a11d3b57: Pull complete [2020-12-20T23:23:39.964Z] aa168da1d23b: Verifying Checksum [2020-12-20T23:23:39.964Z] aa168da1d23b: Download complete [2020-12-20T23:23:41.889Z] 46f8f816bc3b: Pull complete [2020-12-20T23:23:41.889Z] 93b61091891f: Pull complete [2020-12-20T23:23:42.152Z] 93b9cdb0e59b: Pull complete [2020-12-20T23:23:42.152Z] 5e14af77c1be: Pull complete [2020-12-20T23:23:42.415Z] 01666e4c0597: Pull complete [2020-12-20T23:23:52.463Z] aa168da1d23b: Pull complete [2020-12-20T23:23:52.463Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-20T23:23:52.463Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-20T23:23:52.463Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-20T23:23:52.667Z] prd-centos7-docker-4c-2g-16948 does not seem to be running inside a container [2020-12-20T23:23:52.720Z] $ 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/19/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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-20T23:24:00.125Z] $ docker top cde32c91e4379861b83215d51a0e1d24c061f1a1a9704eb6b1b07abc29a6e1d2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-20T23:24:00.816Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-20T23:24:01.116Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-20T23:24:01.420Z] + ls /var/log/sa-host [2020-12-20T23:24:01.420Z] + sadf -c /var/log/sa-host/sa20 [2020-12-20T23:24:01.420Z] file_magic: OK [2020-12-20T23:24:01.420Z] HZ: Using current value: 100 [2020-12-20T23:24:01.420Z] file_header: OK [2020-12-20T23:24:01.420Z] 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 [2020-12-20T23:24:01.420Z] Statistics: [2020-12-20T23:24:01.420Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-20T23:24:01.420Z] File successfully converted to sysstat format version 12.2.1 [2020-12-20T23:24:01.420Z] + sadf -c /var/log/sa-host/sa23 [2020-12-20T23:24:01.420Z] file_magic: OK [2020-12-20T23:24:01.420Z] HZ: Using current value: 100 [2020-12-20T23:24:01.420Z] file_header: OK [2020-12-20T23:24:01.420Z] 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 [2020-12-20T23:24:01.420Z] Statistics: [2020-12-20T23:24:01.420Z] Hnuu...uuuununununu... [2020-12-20T23:24:01.420Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-20T23:24:02.167Z] provisioning config files... [2020-12-20T23:24:02.181Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/19@tmp/config3485806466013736103tmp [Pipeline] { [Pipeline] echo [2020-12-20T23:24:02.268Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-20T23:24:02.656Z] ---> create-netrc.sh [Pipeline] } [2020-12-20T23:24:02.673Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-20T23:24:02.776Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-20T23:24:03.111Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-20T23:24:03.122Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-20T23:24:03.420Z] ---> sudo-logs.sh [2020-12-20T23:24:03.420Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-20T23:24:03.431Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-20T23:24:03.725Z] ---> job-cost.sh [2020-12-20T23:24:03.725Z] lf-activate-venv: SKIPPING [2020-12-20T23:24:03.725Z] INFO: No Stack... [2020-12-20T23:24:04.669Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-20T23:24:05.248Z] INFO: Archiving Costs [Pipeline] echo [2020-12-20T23:24:05.261Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-20T23:24:05.558Z] ---> logs-deploy.sh [2020-12-20T23:24:05.558Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2942/19 [2020-12-20T23:24:05.558Z] INFO: archiving workspace using pattern(s): [2020-12-20T23:24:06.952Z] Archives upload complete. [2020-12-20T23:24:06.952Z] INFO: archiving logs to Nexus