Pull request #3147 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 jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 266ed883c0884e7f732e2f5dbbce128779779a07+cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 (b5dab65f5613d9b887fbcee36dbe915a2550171b) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-25787 in /w/workspace/edgexfoundry_edgex-go_PR-3147 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 into PR head commit 266ed883c0884e7f732e2f5dbbce128779779a07 > 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/3147/head:refs/remotes/origin/PR-3147 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merge succeeded, producing 266ed883c0884e7f732e2f5dbbce128779779a07 Checking out Revision 266ed883c0884e7f732e2f5dbbce128779779a07 (PR-3147) > git config core.sparsecheckout # timeout=10 > git checkout -f 266ed883c0884e7f732e2f5dbbce128779779a07 # 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 cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 266ed883c0884e7f732e2f5dbbce128779779a07 # timeout=10 Commit message: "feat(security): Remove Writable from security services" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-09T15:28:03.211Z] Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk 1328e27822f90754017cbd8e20c4b6742003374b # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-09T15:28:03.499Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-09T15:28:03.596Z] ========================================================= [2021-02-09T15:28:03.596Z] EdgeX Global Pipelines Version Info [2021-02-09T15:28:03.596Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-09T15:28:05.074Z] ------------------- [2021-02-09T15:28:05.075Z] stable info: [2021-02-09T15:28:05.075Z] ------------------- [2021-02-09T15:28:05.075Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-09T15:28:05.075Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-09T15:28:05.075Z] Message: update stable to v1.0.179 [2021-02-09T15:28:06.020Z] ------------------- [2021-02-09T15:28:06.020Z] experimental info: [2021-02-09T15:28:06.020Z] ------------------- [2021-02-09T15:28:06.020Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-09T15:28:06.020Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-09T15:28:06.020Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-09T15:28:06.307Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-09T15:28:06.420Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-09T15:28:06.515Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-09T15:28:06.611Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-09T15:28:06.703Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-09T15:28:06.803Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-09T15:28:06.912Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-09T15:28:06.999Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-09T15:28:07.085Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-09T15:28:07.190Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-09T15:28:07.281Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-09T15:28:07.370Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-09T15:28:07.469Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-09T15:28:07.589Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-09T15:28:07.687Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-09T15:28:07.783Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-09T15:28:07.879Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-09T15:28:07.970Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-09T15:28:08.059Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-09T15:28:08.148Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-09T15:28:08.271Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-09T15:28:08.362Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-09T15:28:08.466Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-09T15:28:08.552Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3147 [Pipeline] echo [2021-02-09T15:28:08.637Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3147 [Pipeline] echo [2021-02-09T15:28:08.723Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3147 [Pipeline] echo [2021-02-09T15:28:08.808Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 266ed883c0884e7f732e2f5dbbce128779779a07 [Pipeline] echo [2021-02-09T15:28:08.901Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 266ed88 [Pipeline] echo [2021-02-09T15:28:08.985Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-09T15:28:09.197Z] provisioning config files... [2021-02-09T15:28:09.226Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config6757789678294164881tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-09T15:28:09.626Z] ---> docker-login.sh [2021-02-09T15:28:09.626Z] nexus3.edgexfoundry.org:10001 [2021-02-09T15:28:09.889Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T15:28:09.889Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T15:28:09.889Z] Configure a credential helper to remove this warning. See [2021-02-09T15:28:09.889Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T15:28:09.889Z] [2021-02-09T15:28:09.889Z] Login Succeeded [2021-02-09T15:28:09.889Z] nexus3.edgexfoundry.org:10002 [2021-02-09T15:28:10.153Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T15:28:10.153Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T15:28:10.153Z] Configure a credential helper to remove this warning. See [2021-02-09T15:28:10.153Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T15:28:10.153Z] [2021-02-09T15:28:10.153Z] Login Succeeded [2021-02-09T15:28:10.153Z] nexus3.edgexfoundry.org:10003 [2021-02-09T15:28:10.416Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T15:28:10.416Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T15:28:10.416Z] Configure a credential helper to remove this warning. See [2021-02-09T15:28:10.416Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T15:28:10.416Z] [2021-02-09T15:28:10.416Z] Login Succeeded [2021-02-09T15:28:10.416Z] nexus3.edgexfoundry.org:10004 [2021-02-09T15:28:10.416Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T15:28:10.679Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T15:28:10.679Z] Configure a credential helper to remove this warning. See [2021-02-09T15:28:10.679Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T15:28:10.679Z] [2021-02-09T15:28:10.679Z] Login Succeeded [2021-02-09T15:28:10.679Z] docker.io [2021-02-09T15:28:10.679Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T15:28:10.941Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T15:28:10.941Z] Configure a credential helper to remove this warning. See [2021-02-09T15:28:10.941Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T15:28:10.941Z] [2021-02-09T15:28:10.941Z] Login Succeeded [2021-02-09T15:28:10.941Z] ---> docker-login.sh ends [Pipeline] } [2021-02-09T15:28:10.951Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-09T15:28:11.443Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-02-09T15:28:11.443Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T15:28:11.443Z] ++ dirname cmd/core-command/Dockerfile [2021-02-09T15:28:11.443Z] ++ cut -d/ -f2 [2021-02-09T15:28:11.443Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-09T15:28:11.443Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T15:28:11.443Z] ++ dirname cmd/core-data/Dockerfile [2021-02-09T15:28:11.443Z] ++ cut -d/ -f2 [2021-02-09T15:28:11.443Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-09T15:28:11.443Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T15:28:11.443Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-09T15:28:11.443Z] ++ cut -d/ -f2 [2021-02-09T15:28:11.443Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-09T15:28:11.443Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T15:28:11.443Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-09T15:28:11.443Z] ++ cut -d/ -f2 [2021-02-09T15:28:11.443Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-09T15:28:11.443Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T15:28:11.443Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-09T15:28:11.443Z] ++ cut -d/ -f2 [2021-02-09T15:28:11.443Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-09T15:28:11.443Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T15:28:11.443Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-09T15:28:11.443Z] ++ cut -d/ -f2 [2021-02-09T15:28:11.443Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-09T15:28:11.443Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T15:28:11.443Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-09T15:28:11.443Z] ++ cut -d/ -f2 [2021-02-09T15:28:11.443Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-09T15:28:11.443Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T15:28:11.443Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-09T15:28:11.443Z] ++ cut -d/ -f2 [2021-02-09T15:28:11.443Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-09T15:28:11.443Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T15:28:11.443Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-09T15:28:11.443Z] ++ cut -d/ -f2 [2021-02-09T15:28:11.443Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-09T15:28:11.539Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-02-09T15:28:13.074Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T15:28:13.074Z] [2021-02-09T15:28:13.074Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T15:28:13.421Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T15:28:13.421Z] latest: Pulling from edgex-devops/git-semver [2021-02-09T15:28:13.421Z] 31603596830f: Pulling fs layer [2021-02-09T15:28:13.421Z] 2a8b12db71e7: Pulling fs layer [2021-02-09T15:28:13.421Z] 6ca5941a6612: Pulling fs layer [2021-02-09T15:28:13.421Z] ecc8261a40a4: Pulling fs layer [2021-02-09T15:28:13.421Z] ecc8261a40a4: Waiting [2021-02-09T15:28:13.421Z] 2a8b12db71e7: Verifying Checksum [2021-02-09T15:28:13.421Z] 2a8b12db71e7: Download complete [2021-02-09T15:28:13.688Z] 31603596830f: Verifying Checksum [2021-02-09T15:28:13.688Z] 31603596830f: Download complete [2021-02-09T15:28:13.688Z] ecc8261a40a4: Verifying Checksum [2021-02-09T15:28:13.688Z] ecc8261a40a4: Download complete [2021-02-09T15:28:13.688Z] 6ca5941a6612: Verifying Checksum [2021-02-09T15:28:13.688Z] 6ca5941a6612: Download complete [2021-02-09T15:28:13.951Z] 31603596830f: Pull complete [2021-02-09T15:28:13.951Z] 2a8b12db71e7: Pull complete [2021-02-09T15:28:14.908Z] 6ca5941a6612: Pull complete [2021-02-09T15:28:15.170Z] ecc8261a40a4: Pull complete [2021-02-09T15:28:15.170Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-09T15:28:15.170Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T15:28:15.170Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-09T15:28:15.270Z] prd-centos7-docker-4c-2g-25787 does not seem to be running inside a container [2021-02-09T15:28:15.321Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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:10004/edgex-devops/git-semver:latest cat [2021-02-09T15:28:17.789Z] $ docker top fb0732f9c5afbc4e88e0f7769bf359e5b10f1a160e82abc43d6b4f83a837fc0c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-09T15:28:18.083Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-09T15:28:18.083Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-09T15:28:18.288Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-09T15:28:18.291Z] $ docker exec fb0732f9c5afbc4e88e0f7769bf359e5b10f1a160e82abc43d6b4f83a837fc0c ssh-agent [2021-02-09T15:28:18.451Z] SSH_AUTH_SOCK=/tmp/ssh-rrQ3RyVmrZgG/agent.11 [2021-02-09T15:28:18.451Z] SSH_AGENT_PID=17 [2021-02-09T15:28:18.460Z] Running ssh-add (command line suppressed) [2021-02-09T15:28:18.583Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_5233630150603001205.key (/w/workspace/edgex-go/4@tmp/private_key_5233630150603001205.key) [2021-02-09T15:28:18.632Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-09T15:28:18.971Z] + git tag --points-at HEAD [Pipeline] } [2021-02-09T15:28:18.993Z] $ docker exec --env ******** --env ******** fb0732f9c5afbc4e88e0f7769bf359e5b10f1a160e82abc43d6b4f83a837fc0c ssh-agent -k [2021-02-09T15:28:19.103Z] unset SSH_AUTH_SOCK; [2021-02-09T15:28:19.103Z] unset SSH_AGENT_PID; [2021-02-09T15:28:19.103Z] echo Agent pid 17 killed; [2021-02-09T15:28:19.155Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-09T15:28:19.290Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-09T15:28:19.291Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-09T15:28:19.451Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-09T15:28:19.454Z] $ docker exec fb0732f9c5afbc4e88e0f7769bf359e5b10f1a160e82abc43d6b4f83a837fc0c ssh-agent [2021-02-09T15:28:19.610Z] SSH_AUTH_SOCK=/tmp/ssh-tWcqF0VnOHMs/agent.45 [2021-02-09T15:28:19.610Z] SSH_AGENT_PID=50 [2021-02-09T15:28:19.617Z] Running ssh-add (command line suppressed) [2021-02-09T15:28:19.739Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_4699066057642545111.key (/w/workspace/edgex-go/4@tmp/private_key_4699066057642545111.key) [2021-02-09T15:28:19.799Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-09T15:28:20.162Z] + git semver init [2021-02-09T15:28:20.162Z] # -> Open(): unable to determine branch for HEAD [2021-02-09T15:28:20.162Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-02-09T15:28:20.162Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-02-09T15:28:20.162Z] # $SEMVER_REMOTE_NAME = origin [2021-02-09T15:28:20.162Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-09T15:28:20.162Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-09T15:28:20.162Z] # $SEMVER_BRANCH = PR-3147 [2021-02-09T15:28:20.162Z] # $SEMVER_TEMP = /tmp/semver-091817110 [2021-02-09T15:28:20.162Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-09T15:28:38.327Z] # '/tmp/semver-091817110' -> '/w/workspace/edgex-go/4/.semver' [2021-02-09T15:28:38.328Z] # -> Force: false [2021-02-09T15:28:38.328Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-02-09T15:28:38.343Z] $ docker exec --env ******** --env ******** fb0732f9c5afbc4e88e0f7769bf359e5b10f1a160e82abc43d6b4f83a837fc0c ssh-agent -k [2021-02-09T15:28:38.579Z] unset SSH_AUTH_SOCK; [2021-02-09T15:28:38.580Z] unset SSH_AGENT_PID; [2021-02-09T15:28:38.580Z] echo Agent pid 50 killed; [2021-02-09T15:28:38.662Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-09T15:28:39.227Z] + git semver [Pipeline] } [2021-02-09T15:28:39.246Z] $ docker stop --time=1 fb0732f9c5afbc4e88e0f7769bf359e5b10f1a160e82abc43d6b4f83a837fc0c [2021-02-09T15:28:41.094Z] $ docker rm -f fb0732f9c5afbc4e88e0f7769bf359e5b10f1a160e82abc43d6b4f83a837fc0c [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-09T15:28:41.647Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-09T15:28:42.336Z] Stashed 1 file(s) [Pipeline] echo [2021-02-09T15:28:42.339Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-09T15:28:43.300Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-09T15:28:43.610Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-09T15:28:43.914Z] + sudo service docker restart [2021-02-09T15:28:43.914Z] + true [2021-02-09T15:28:43.914Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-09T15:28:44.503Z] ========================================================= [2021-02-09T15:28:44.503Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-09T15:28:44.503Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-09T15:28:44.902Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-09T15:28:48.212Z] Sending build context to Docker daemon 327.8MB [2021-02-09T15:28:48.212Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-09T15:28:48.212Z] Step 2/6 : FROM ${BASE} [2021-02-09T15:28:48.475Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-09T15:28:48.475Z] 188c0c94c7c5: Pulling fs layer [2021-02-09T15:28:48.475Z] 0ef7d3d256c8: Pulling fs layer [2021-02-09T15:28:48.475Z] de9db76c5a1d: Pulling fs layer [2021-02-09T15:28:48.475Z] bca2f99d35d6: Pulling fs layer [2021-02-09T15:28:48.475Z] 93359f2a8cfa: Pulling fs layer [2021-02-09T15:28:48.475Z] 7c6f9722023f: Pulling fs layer [2021-02-09T15:28:48.475Z] a35cf1a2eb13: Pulling fs layer [2021-02-09T15:28:48.475Z] 93359f2a8cfa: Waiting [2021-02-09T15:28:48.475Z] 7c6f9722023f: Waiting [2021-02-09T15:28:48.475Z] a35cf1a2eb13: Waiting [2021-02-09T15:28:48.475Z] bca2f99d35d6: Waiting [2021-02-09T15:28:48.475Z] de9db76c5a1d: Verifying Checksum [2021-02-09T15:28:48.475Z] de9db76c5a1d: Download complete [2021-02-09T15:28:48.475Z] 0ef7d3d256c8: Download complete [2021-02-09T15:28:48.475Z] 93359f2a8cfa: Download complete [2021-02-09T15:28:48.475Z] 188c0c94c7c5: Verifying Checksum [2021-02-09T15:28:48.475Z] 188c0c94c7c5: Download complete [2021-02-09T15:28:48.475Z] 7c6f9722023f: Verifying Checksum [2021-02-09T15:28:48.475Z] 7c6f9722023f: Download complete [2021-02-09T15:28:48.737Z] 188c0c94c7c5: Pull complete [2021-02-09T15:28:49.000Z] 0ef7d3d256c8: Pull complete [2021-02-09T15:28:49.263Z] de9db76c5a1d: Pull complete [2021-02-09T15:28:50.209Z] a35cf1a2eb13: Verifying Checksum [2021-02-09T15:28:50.209Z] a35cf1a2eb13: Download complete [2021-02-09T15:28:50.785Z] bca2f99d35d6: Verifying Checksum [2021-02-09T15:28:50.785Z] bca2f99d35d6: Download complete [2021-02-09T15:28:57.394Z] bca2f99d35d6: Pull complete [2021-02-09T15:28:57.394Z] 93359f2a8cfa: Pull complete [2021-02-09T15:28:57.394Z] 7c6f9722023f: Pull complete [2021-02-09T15:28:57.759Z] Still waiting to schedule task [2021-02-09T15:28:57.759Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-09T15:29:02.715Z] a35cf1a2eb13: Pull complete [2021-02-09T15:29:02.715Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-09T15:29:02.715Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-09T15:29:02.715Z] ---> a62c8e92a672 [2021-02-09T15:29:02.715Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-09T15:29:02.715Z] ---> Running in 6212710dc7bf [2021-02-09T15:29:02.715Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T15:29:03.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T15:29:03.883Z] (1/12) Installing libmagic (5.38-r0) [2021-02-09T15:29:04.146Z] (2/12) Installing file (5.38-r0) [2021-02-09T15:29:04.412Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-09T15:29:04.412Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-09T15:29:08.633Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-09T15:29:08.633Z] (6/12) Installing patch (2.7.6-r6) [2021-02-09T15:29:08.633Z] (7/12) Installing build-base (0.5-r2) [2021-02-09T15:29:08.633Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-09T15:29:08.633Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-09T15:29:08.898Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-09T15:29:08.898Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-09T15:29:08.898Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-09T15:29:09.163Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T15:29:09.163Z] OK: 233 MiB in 51 packages [2021-02-09T15:29:13.385Z] Removing intermediate container 6212710dc7bf [2021-02-09T15:29:13.385Z] ---> c07f152abe69 [2021-02-09T15:29:13.385Z] Step 4/6 : WORKDIR /edgex-go [2021-02-09T15:29:13.385Z] ---> Running in 351311a85e01 [2021-02-09T15:29:13.647Z] Removing intermediate container 351311a85e01 [2021-02-09T15:29:13.647Z] ---> ad7d7b026c65 [2021-02-09T15:29:13.647Z] Step 5/6 : COPY go.mod . [2021-02-09T15:29:13.911Z] ---> 3acc4c079b3f [2021-02-09T15:29:13.911Z] Step 6/6 : RUN go mod download [2021-02-09T15:29:13.911Z] ---> Running in b70898df942d [2021-02-09T15:29:35.930Z] Removing intermediate container b70898df942d [2021-02-09T15:29:35.930Z] ---> 62df74aca313 [2021-02-09T15:29:35.930Z] Successfully built 62df74aca313 [2021-02-09T15:29:35.930Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T15:29:36.256Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-09T15:29:36.256Z] . [Pipeline] withDockerContainer [2021-02-09T15:29:36.361Z] prd-centos7-docker-4c-2g-25787 does not seem to be running inside a container [2021-02-09T15:29:36.409Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-09T15:29:37.164Z] $ docker top 33f6aef7f4c2056f6e7ac69cff73dd3158be54e80f2f5ce04609b42f1e7a3266 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T15:29:37.685Z] + go version [2021-02-09T15:29:37.685Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-09T15:29:37.700Z] $ docker stop --time=1 33f6aef7f4c2056f6e7ac69cff73dd3158be54e80f2f5ce04609b42f1e7a3266 [2021-02-09T15:29:39.037Z] $ docker rm -f 33f6aef7f4c2056f6e7ac69cff73dd3158be54e80f2f5ce04609b42f1e7a3266 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T15:29:39.899Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-09T15:29:39.899Z] . [Pipeline] withDockerContainer [2021-02-09T15:29:40.002Z] prd-centos7-docker-4c-2g-25787 does not seem to be running inside a container [2021-02-09T15:29:40.049Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-09T15:29:41.406Z] $ docker top fe72886736290f7362eac4e14206e85cff4495b6d5b13c84bf146df441fa604c -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-09T15:29:41.676Z] ========================================================= [2021-02-09T15:29:41.676Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-09T15:29:41.676Z] ========================================================= [Pipeline] sh [2021-02-09T15:29:42.000Z] + make test [2021-02-09T15:29:42.000Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-09T15:29:52.081Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-09T15:30:10.311Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-09T15:30:10.311Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-09T15:30:12.280Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-09T15:30:12.280Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-09T15:30:13.242Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-09T15:30:13.242Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-09T15:30:13.242Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-09T15:30:14.211Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-09T15:30:14.211Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-09T15:30:15.169Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-09T15:30:17.111Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-09T15:30:17.111Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-09T15:30:17.111Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-09T15:30:19.718Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.138s coverage: 45.6% of statements [2021-02-09T15:30:19.718Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-09T15:30:19.718Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-09T15:30:19.718Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-09T15:30:19.718Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-09T15:30:19.718Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-09T15:30:19.718Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-09T15:30:19.718Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-09T15:30:19.718Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.072s coverage: 100.0% of statements [2021-02-09T15:30:24.005Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.164s coverage: 27.1% of statements [2021-02-09T15:30:24.005Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-09T15:30:24.005Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-09T15:30:24.005Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-09T15:30:24.005Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-09T15:30:24.005Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-09T15:30:24.005Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-09T15:30:24.005Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.046s coverage: 100.0% of statements [2021-02-09T15:30:24.005Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-09T15:30:24.005Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.033s coverage: 100.0% of statements [2021-02-09T15:30:24.005Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-09T15:30:24.005Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-09T15:30:24.005Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.129s coverage: 65.8% of statements [2021-02-09T15:30:24.005Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-09T15:30:24.005Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-09T15:30:24.005Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.440s coverage: 82.3% of statements [2021-02-09T15:30:24.005Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-09T15:30:24.005Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T15:30:24.005Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-09T15:30:24.005Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-09T15:30:25.421Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.299s coverage: 28.6% of statements [2021-02-09T15:30:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-09T15:30:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-09T15:30:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-09T15:30:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-09T15:30:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-09T15:30:25.421Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.068s coverage: 100.0% of statements [2021-02-09T15:30:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-09T15:30:25.421Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.037s coverage: 100.0% of statements [2021-02-09T15:30:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-09T15:30:25.698Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.113s coverage: 86.7% of statements [2021-02-09T15:30:25.698Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-09T15:30:25.966Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.155s coverage: 97.5% of statements [2021-02-09T15:30:25.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-09T15:30:25.966Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.057s coverage: 78.3% of statements [2021-02-09T15:30:25.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-09T15:30:25.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-09T15:30:25.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-09T15:30:25.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-09T15:30:28.580Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.407s coverage: 92.8% of statements [2021-02-09T15:30:28.580Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-09T15:30:28.580Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T15:30:28.580Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-09T15:30:28.580Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-09T15:30:28.580Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-09T15:30:28.580Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-09T15:30:28.580Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-09T15:30:28.580Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-09T15:30:28.580Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-09T15:30:28.580Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-09T15:30:28.580Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-09T15:30:28.580Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-09T15:30:28.580Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-09T15:30:28.580Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-09T15:30:28.580Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-09T15:30:28.580Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-09T15:30:28.580Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-09T15:30:28.580Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-09T15:30:28.580Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements [2021-02-09T15:30:28.580Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-09T15:30:28.580Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-09T15:30:28.580Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.059s coverage: 0.1% of statements [2021-02-09T15:30:28.580Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-09T15:30:28.580Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-09T15:30:28.580Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-09T15:30:28.580Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.037s coverage: 45.5% of statements [2021-02-09T15:30:28.580Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.040s coverage: 79.5% of statements [2021-02-09T15:30:28.580Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.031s coverage: 94.1% of statements [2021-02-09T15:30:28.580Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.062s coverage: 96.3% of statements [2021-02-09T15:30:28.580Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.033s coverage: 87.5% of statements [2021-02-09T15:30:40.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.075s coverage: 94.4% of statements [2021-02-09T15:30:40.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements [2021-02-09T15:30:50.263Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25788 in /w/workspace/edgexfoundry_edgex-go_PR-3147 [Pipeline] { [Pipeline] ws [2021-02-09T15:30:50.329Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-02-09T15:30:53.170Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.065s coverage: 92.9% of statements [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-09T15:30:53.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.036s coverage: 77.8% of statements [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-09T15:30:53.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.051s coverage: 87.2% of statements [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-09T15:30:53.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-09T15:30:53.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-09T15:30:53.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-09T15:30:53.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-02-09T15:30:53.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements [2021-02-09T15:30:53.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.4% of statements [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-09T15:30:53.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.141s coverage: 63.5% of statements [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-09T15:30:53.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-02-09T15:30:53.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements [2021-02-09T15:30:53.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-02-09T15:30:53.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-02-09T15:30:53.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-02-09T15:30:53.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.291s coverage: 68.9% of statements [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-09T15:30:53.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.087s coverage: 37.0% of statements [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-09T15:30:53.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.320s coverage: 84.0% of statements [2021-02-09T15:30:53.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements [2021-02-09T15:30:53.171Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.127s coverage: 47.0% of statements [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-09T15:30:53.171Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-09T15:30:53.171Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.067s coverage: 100.0% of statements [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-09T15:30:53.171Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.099s coverage: 87.7% of statements [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-09T15:30:53.171Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.703s coverage: 29.1% of statements [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-09T15:30:53.171Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-09T15:30:53.171Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-09T15:30:53.171Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.054s coverage: 100.0% of statements [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-09T15:30:53.171Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-09T15:30:53.171Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-09T15:30:53.171Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-09T15:30:53.171Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-09T15:30:53.171Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2021-02-09T15:30:53.171Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-02-09T15:30:53.171Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-02-09T15:30:53.171Z] GO111MODULE=on go vet ./... [2021-02-09T15:30:55.554Z] using credential edgex-jenkins-ssh [2021-02-09T15:30:55.613Z] Cloning the remote Git repository [2021-02-09T15:30:55.671Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-09T15:30:55.774Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-02-09T15:30:55.863Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-09T15:30:55.864Z] > git --version # timeout=10 [2021-02-09T15:30:55.884Z] > git --version # 'git version 2.17.1' [2021-02-09T15:30:55.886Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T15:30:55.950Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T15:31:11.712Z] Merging remotes/origin/master commit cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 into PR head commit 266ed883c0884e7f732e2f5dbbce128779779a07 [2021-02-09T15:31:12.162Z] Merge succeeded, producing 266ed883c0884e7f732e2f5dbbce128779779a07 [2021-02-09T15:31:12.163Z] Checking out Revision 266ed883c0884e7f732e2f5dbbce128779779a07 (PR-3147) [2021-02-09T15:31:10.814Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-09T15:31:10.831Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T15:31:10.866Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-09T15:31:10.911Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-09T15:31:10.911Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T15:31:10.926Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3147/head:refs/remotes/origin/PR-3147 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-09T15:31:11.735Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T15:31:11.752Z] > git checkout -f 266ed883c0884e7f732e2f5dbbce128779779a07 # timeout=10 [2021-02-09T15:31:12.075Z] > git remote # timeout=10 [2021-02-09T15:31:12.098Z] > git config --get remote.origin.url # timeout=10 [2021-02-09T15:31:12.110Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T15:31:12.119Z] > git merge cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 # timeout=10 [2021-02-09T15:31:12.142Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-09T15:31:12.174Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T15:31:12.189Z] > git checkout -f 266ed883c0884e7f732e2f5dbbce128779779a07 # timeout=10 [2021-02-09T15:31:16.751Z] Commit message: "feat(security): Remove Writable from security services" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-09T15:31:18.201Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-09T15:31:18.601Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-09T15:31:18.937Z] + + sudo service docker restart [2021-02-09T15:31:18.937Z] true [2021-02-09T15:31:19.935Z] gofmt -l . [2021-02-09T15:31:19.936Z] [ "`gofmt -l .`" = "" ] [2021-02-09T15:31:19.936Z] ./bin/test-go-mod-tidy.sh [2021-02-09T15:31:19.936Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-09T15:31:20.243Z] + ls -al . [2021-02-09T15:31:20.243Z] total 696 [2021-02-09T15:31:20.243Z] drwxrwxr-x 10 1001 1001 4096 Feb 9 15:31 . [2021-02-09T15:31:20.243Z] drwxr-xr-x 4 root root 28 Feb 9 15:29 .. [2021-02-09T15:31:20.243Z] -rw-rw-r-- 1 1001 1001 11 Feb 9 15:27 .dockerignore [2021-02-09T15:31:20.243Z] drwxrwxr-x 8 1001 1001 179 Feb 9 15:28 .git [2021-02-09T15:31:20.243Z] drwxrwxr-x 3 1001 1001 125 Feb 9 15:27 .github [2021-02-09T15:31:20.243Z] -rw-rw-r-- 1 1001 1001 818 Feb 9 15:27 .gitignore [2021-02-09T15:31:20.243Z] drwx------ 3 1001 1001 60 Feb 9 15:28 .semver [2021-02-09T15:31:20.243Z] -rw-rw-r-- 1 1001 1001 166 Feb 9 15:27 .sonarcloud.properties [2021-02-09T15:31:20.243Z] -rw-rw-r-- 1 1001 1001 7859 Feb 9 15:27 Attribution.txt [2021-02-09T15:31:20.243Z] -rw-rw-r-- 1 1001 1001 3804 Feb 9 15:27 CONTRIBUTING.md [2021-02-09T15:31:20.243Z] -rw-rw-r-- 1 1001 1001 931 Feb 9 15:27 Dockerfile.build [2021-02-09T15:31:20.243Z] -rw-rw-r-- 1 1001 1001 863 Feb 9 15:27 Jenkinsfile [2021-02-09T15:31:20.243Z] -rw-rw-r-- 1 1001 1001 10775 Feb 9 15:27 LICENSE [2021-02-09T15:31:20.243Z] -rw-rw-r-- 1 1001 1001 5774 Feb 9 15:27 Makefile [2021-02-09T15:31:20.243Z] -rw-rw-r-- 1 1001 1001 6524 Feb 9 15:27 README.md [2021-02-09T15:31:20.243Z] -rw-rw-r-- 1 1001 1001 6755 Feb 9 15:27 SECURITY.md [2021-02-09T15:31:20.243Z] -rw-rw-r-- 1 1001 1001 5 Feb 9 15:28 VERSION [2021-02-09T15:31:20.243Z] -rw-rw-r-- 1 1001 1001 4131 Feb 9 15:27 ZMQWindows.md [2021-02-09T15:31:20.243Z] drwxrwxr-x 2 1001 1001 117 Feb 9 15:27 bin [2021-02-09T15:31:20.243Z] drwxrwxr-x 14 1001 1001 4096 Feb 9 15:27 cmd [2021-02-09T15:31:20.243Z] -rw-r--r-- 1 root root 592672 Feb 9 15:30 coverage.out [2021-02-09T15:31:20.243Z] -rw-r--r-- 1 root root 1054 Feb 9 15:31 go.mod [2021-02-09T15:31:20.243Z] -rw-r--r-- 1 root root 19290 Feb 9 15:31 go.sum [2021-02-09T15:31:20.243Z] drwxrwxr-x 8 1001 1001 127 Feb 9 15:27 internal [2021-02-09T15:31:20.243Z] drwxrwxr-x 4 1001 1001 26 Feb 9 15:27 openapi [2021-02-09T15:31:20.243Z] drwxrwxr-x 4 1001 1001 71 Feb 9 15:27 snap [2021-02-09T15:31:20.243Z] -rw-rw-r-- 1 1001 1001 168 Feb 9 15:27 version.go [Pipeline] sh [2021-02-09T15:31:20.540Z] + '[' -e coverage.out ] [2021-02-09T15:31:20.540Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-09T15:31:20.826Z] Stashed 1 file(s) [Pipeline] sh [2021-02-09T15:31:21.165Z] + make build [2021-02-09T15:31:21.165Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-09T15:31:21.631Z] provisioning config files... [2021-02-09T15:31:21.736Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config8441057936653364489tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-09T15:31:22.223Z] ---> docker-login.sh [2021-02-09T15:31:22.223Z] nexus3.edgexfoundry.org:10001 [2021-02-09T15:31:23.203Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T15:31:23.480Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T15:31:23.480Z] Configure a credential helper to remove this warning. See [2021-02-09T15:31:23.480Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T15:31:23.480Z] [2021-02-09T15:31:23.480Z] Login Succeeded [2021-02-09T15:31:23.480Z] nexus3.edgexfoundry.org:10002 [2021-02-09T15:31:24.084Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T15:31:24.084Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T15:31:24.084Z] Configure a credential helper to remove this warning. See [2021-02-09T15:31:24.084Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T15:31:24.084Z] [2021-02-09T15:31:24.084Z] Login Succeeded [2021-02-09T15:31:24.084Z] nexus3.edgexfoundry.org:10003 [2021-02-09T15:31:24.366Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T15:31:24.640Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-09T15:31:24.641Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T15:31:24.641Z] Configure a credential helper to remove this warning. See [2021-02-09T15:31:24.641Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T15:31:24.641Z] [2021-02-09T15:31:24.641Z] Login Succeeded [2021-02-09T15:31:24.641Z] nexus3.edgexfoundry.org:10004 [2021-02-09T15:31:24.914Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T15:31:25.188Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T15:31:25.188Z] Configure a credential helper to remove this warning. See [2021-02-09T15:31:25.188Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T15:31:25.188Z] [2021-02-09T15:31:25.188Z] Login Succeeded [2021-02-09T15:31:25.188Z] docker.io [2021-02-09T15:31:25.460Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T15:31:25.733Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T15:31:25.733Z] Configure a credential helper to remove this warning. See [2021-02-09T15:31:25.733Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T15:31:25.733Z] [2021-02-09T15:31:25.733Z] Login Succeeded [2021-02-09T15:31:25.733Z] ---> docker-login.sh ends [Pipeline] } [2021-02-09T15:31:25.750Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-09T15:31:26.163Z] ========================================================= [2021-02-09T15:31:26.163Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-09T15:31:26.163Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-09T15:31:26.543Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-09T15:31:29.186Z] Sending build context to Docker daemon 166.3MB [2021-02-09T15:31:29.186Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-09T15:31:29.186Z] Step 2/6 : FROM ${BASE} [2021-02-09T15:31:29.186Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-09T15:31:29.186Z] 5f621e34cdf4: Pulling fs layer [2021-02-09T15:31:29.186Z] a4357932f1b6: Pulling fs layer [2021-02-09T15:31:29.186Z] 18c013af1878: Pulling fs layer [2021-02-09T15:31:29.186Z] 00ac8860ef70: Pulling fs layer [2021-02-09T15:31:29.186Z] 63d7cb157983: Pulling fs layer [2021-02-09T15:31:29.186Z] b116817d02f9: Pulling fs layer [2021-02-09T15:31:29.186Z] 745a02a5169b: Pulling fs layer [2021-02-09T15:31:29.186Z] 00ac8860ef70: Waiting [2021-02-09T15:31:29.186Z] 63d7cb157983: Waiting [2021-02-09T15:31:29.186Z] b116817d02f9: Waiting [2021-02-09T15:31:29.186Z] 745a02a5169b: Waiting [2021-02-09T15:31:29.186Z] 18c013af1878: Verifying Checksum [2021-02-09T15:31:29.186Z] 18c013af1878: Download complete [2021-02-09T15:31:29.186Z] a4357932f1b6: Verifying Checksum [2021-02-09T15:31:29.186Z] a4357932f1b6: Download complete [2021-02-09T15:31:29.186Z] 63d7cb157983: Download complete [2021-02-09T15:31:29.186Z] b116817d02f9: Verifying Checksum [2021-02-09T15:31:29.186Z] b116817d02f9: Download complete [2021-02-09T15:31:29.186Z] 5f621e34cdf4: Verifying Checksum [2021-02-09T15:31:29.186Z] 5f621e34cdf4: Download complete [2021-02-09T15:31:29.784Z] 5f621e34cdf4: Pull complete [2021-02-09T15:31:30.061Z] a4357932f1b6: Pull complete [2021-02-09T15:31:30.664Z] 18c013af1878: Pull complete [2021-02-09T15:31:31.654Z] 745a02a5169b: Verifying Checksum [2021-02-09T15:31:31.654Z] 745a02a5169b: Download complete [2021-02-09T15:31:32.889Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-09T15:31:33.095Z] 00ac8860ef70: Verifying Checksum [2021-02-09T15:31:33.095Z] 00ac8860ef70: Download complete [2021-02-09T15:31:33.843Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-09T15:31:35.251Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-09T15:31:35.521Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-09T15:31:37.452Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-09T15:31:38.859Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-09T15:31:39.448Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-09T15:31:40.862Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-09T15:31:41.822Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-09T15:31:42.790Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-09T15:31:43.256Z] 00ac8860ef70: Pull complete [2021-02-09T15:31:43.532Z] 63d7cb157983: Pull complete [2021-02-09T15:31:43.814Z] b116817d02f9: Pull complete [Pipeline] } [2021-02-09T15:31:44.772Z] $ docker stop --time=1 fe72886736290f7362eac4e14206e85cff4495b6d5b13c84bf146df441fa604c [2021-02-09T15:31:46.410Z] $ docker rm -f fe72886736290f7362eac4e14206e85cff4495b6d5b13c84bf146df441fa604c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-02-09T15:31:48.139Z] 745a02a5169b: Pull complete [2021-02-09T15:31:48.139Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-09T15:31:48.139Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-09T15:31:48.139Z] ---> b7e6874047d6 [2021-02-09T15:31:48.139Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [Pipeline] isUnix [Pipeline] sh [2021-02-09T15:31:50.132Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-09T15:31:50.133Z] [2021-02-09T15:31:50.133Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T15:31:50.552Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-09T15:31:50.826Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-09T15:31:50.826Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-09T15:31:50.826Z] ca9280d653b3: Pulling fs layer [2021-02-09T15:31:50.826Z] 7e9c9ca2126c: Pulling fs layer [2021-02-09T15:31:50.826Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-09T15:31:50.826Z] cbdbe7a5bc2a: Download complete [2021-02-09T15:31:51.090Z] cbdbe7a5bc2a: Pull complete [2021-02-09T15:31:51.354Z] ca9280d653b3: Verifying Checksum [2021-02-09T15:31:51.354Z] ca9280d653b3: Download complete [2021-02-09T15:31:51.604Z] ---> Running in 11ce69143761 [2021-02-09T15:31:52.202Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T15:31:52.768Z] ca9280d653b3: Pull complete [2021-02-09T15:31:52.769Z] 7e9c9ca2126c: Download complete [2021-02-09T15:31:53.191Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T15:31:53.782Z] (1/12) Installing libmagic (5.38-r0) [2021-02-09T15:31:53.782Z] (2/12) Installing file (5.38-r0) [2021-02-09T15:31:54.059Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-09T15:31:54.059Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-09T15:31:58.377Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-09T15:31:58.377Z] (6/12) Installing patch (2.7.6-r6) [2021-02-09T15:31:58.377Z] (7/12) Installing build-base (0.5-r2) [2021-02-09T15:31:58.377Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-09T15:31:58.377Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-09T15:31:58.672Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-09T15:31:58.672Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-09T15:31:58.942Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-09T15:31:59.214Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T15:31:59.214Z] OK: 217 MiB in 51 packages [2021-02-09T15:31:59.417Z] 7e9c9ca2126c: Pull complete [2021-02-09T15:31:59.417Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-09T15:31:59.417Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-09T15:31:59.417Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-09T15:31:59.537Z] prd-centos7-docker-4c-2g-25787 does not seem to be running inside a container [2021-02-09T15:31:59.587Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-09T15:32:02.302Z] $ docker top a7232723fcdb0e7e31a705e78233deba3cff62f488fa3b604c07d1d45a1b1002 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T15:32:02.872Z] + docker-compose build --help [2021-02-09T15:32:02.872Z] + grep parallel [2021-02-09T15:32:03.533Z] Removing intermediate container 11ce69143761 [2021-02-09T15:32:03.533Z] ---> 6e19c00d7841 [2021-02-09T15:32:03.533Z] Step 4/6 : WORKDIR /edgex-go [2021-02-09T15:32:03.533Z] ---> Running in 29f956122690 [2021-02-09T15:32:03.809Z] Removing intermediate container 29f956122690 [2021-02-09T15:32:03.809Z] ---> 6ec67931ad09 [2021-02-09T15:32:03.809Z] Step 5/6 : COPY go.mod . [2021-02-09T15:32:03.818Z] --parallel Build images in parallel. [Pipeline] } [2021-02-09T15:32:03.832Z] $ docker stop --time=1 a7232723fcdb0e7e31a705e78233deba3cff62f488fa3b604c07d1d45a1b1002 [2021-02-09T15:32:04.422Z] ---> b9010e1ecb63 [2021-02-09T15:32:04.422Z] Step 6/6 : RUN go mod download [2021-02-09T15:32:04.422Z] ---> Running in a3a6a2db6ac3 [2021-02-09T15:32:05.190Z] $ docker rm -f a7232723fcdb0e7e31a705e78233deba3cff62f488fa3b604c07d1d45a1b1002 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T15:32:05.822Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-09T15:32:05.822Z] . [Pipeline] withDockerContainer [2021-02-09T15:32:05.946Z] prd-centos7-docker-4c-2g-25787 does not seem to be running inside a container [2021-02-09T15:32:05.994Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-09T15:32:06.690Z] $ docker top ef4127e31d035e0d62aa18cd9ad95d5e0c9deb5f303fda01c8b282a8300e19a9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T15:32:07.174Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-09T15:32:08.123Z] Building docker-core-command-go ... [2021-02-09T15:32:08.123Z] Building docker-core-data-go ... [2021-02-09T15:32:08.123Z] Building docker-core-metadata-go ... [2021-02-09T15:32:08.123Z] Building docker-security-bootstrapper-go ... [2021-02-09T15:32:08.123Z] Building docker-security-proxy-setup-go ... [2021-02-09T15:32:08.123Z] Building docker-security-secretstore-setup-go ... [2021-02-09T15:32:08.123Z] Building docker-support-notifications-go ... [2021-02-09T15:32:08.123Z] Building docker-support-scheduler-go ... [2021-02-09T15:32:08.123Z] Building docker-sys-mgmt-agent-go ... [2021-02-09T15:32:08.123Z] Building docker-security-bootstrapper-go [2021-02-09T15:32:08.123Z] Building docker-core-data-go [2021-02-09T15:32:08.123Z] Building docker-support-notifications-go [2021-02-09T15:32:08.123Z] Building docker-security-secretstore-setup-go [2021-02-09T15:32:08.123Z] Building docker-support-scheduler-go [2021-02-09T15:32:31.307Z] Removing intermediate container a3a6a2db6ac3 [2021-02-09T15:32:31.307Z] ---> 353060a360f1 [2021-02-09T15:32:31.307Z] Successfully built 353060a360f1 [2021-02-09T15:32:31.307Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T15:32:31.682Z] + docker inspect -f . ci-base-image-arm64 [2021-02-09T15:32:31.682Z] . [Pipeline] withDockerContainer [2021-02-09T15:32:31.952Z] prd-ubuntu18.04-docker-arm64-4c-16g-25788 does not seem to be running inside a container [2021-02-09T15:32:32.081Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-09T15:32:33.605Z] $ docker top 484a0e005cc06972dbb578c31fe6e31e84c4e73cff4c165ead13b0e6e86fa502 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T15:32:34.700Z] + go version [2021-02-09T15:32:34.700Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-09T15:32:34.724Z] $ docker stop --time=1 484a0e005cc06972dbb578c31fe6e31e84c4e73cff4c165ead13b0e6e86fa502 [2021-02-09T15:32:36.633Z] $ docker rm -f 484a0e005cc06972dbb578c31fe6e31e84c4e73cff4c165ead13b0e6e86fa502 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T15:32:37.629Z] + docker inspect -f . ci-base-image-arm64 [2021-02-09T15:32:37.629Z] . [Pipeline] withDockerContainer [2021-02-09T15:32:37.859Z] prd-ubuntu18.04-docker-arm64-4c-16g-25788 does not seem to be running inside a container [2021-02-09T15:32:37.980Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-09T15:32:39.451Z] $ docker top d94bce77cba008cf219706ed2943c795d016ffbdc6c714d0cf1d3163dc6cbaf9 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-09T15:32:39.829Z] ========================================================= [2021-02-09T15:32:39.829Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-09T15:32:39.829Z] ========================================================= [Pipeline] sh [2021-02-09T15:32:40.386Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T15:32:40.386Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-09T15:32:40.386Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T15:32:40.386Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-09T15:32:40.386Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T15:32:40.386Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-09T15:32:40.386Z] ---> 62df74aca313 [2021-02-09T15:32:40.386Z] Step 3/22 : WORKDIR /edgex-go [2021-02-09T15:32:40.386Z] ---> 62df74aca313 [2021-02-09T15:32:40.386Z] Step 3/22 : WORKDIR /edgex-go [2021-02-09T15:32:40.386Z] ---> 62df74aca313 [2021-02-09T15:32:40.386Z] Step 3/24 : WORKDIR /edgex-go [2021-02-09T15:32:40.386Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T15:32:40.386Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-09T15:32:40.386Z] ---> 62df74aca313 [2021-02-09T15:32:40.386Z] Step 3/30 : WORKDIR /edgex-go [2021-02-09T15:32:40.386Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T15:32:40.386Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T15:32:40.386Z] ---> 62df74aca313 [2021-02-09T15:32:40.386Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T15:32:40.386Z] ---> Running in 9487af812f66 [2021-02-09T15:32:40.386Z] ---> Running in 400fc93cea3d [2021-02-09T15:32:40.386Z] ---> Running in 028d5c8d7dbe [2021-02-09T15:32:40.386Z] ---> Running in b645e07da38b [2021-02-09T15:32:40.386Z] ---> Running in d1b470a07eb5 [2021-02-09T15:32:40.476Z] + make test [2021-02-09T15:32:40.476Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-09T15:32:40.967Z] Removing intermediate container 9487af812f66 [2021-02-09T15:32:40.967Z] ---> b6e448ca0ac4 [2021-02-09T15:32:40.967Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T15:32:40.967Z] Removing intermediate container 400fc93cea3d [2021-02-09T15:32:40.967Z] ---> 222719584ade [2021-02-09T15:32:40.967Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T15:32:40.967Z] Removing intermediate container d1b470a07eb5 [2021-02-09T15:32:40.967Z] ---> 6ebfa8c4ab63 [2021-02-09T15:32:40.967Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T15:32:40.967Z] Removing intermediate container 028d5c8d7dbe [2021-02-09T15:32:40.967Z] ---> fcaac09637a9 [2021-02-09T15:32:40.967Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T15:32:40.967Z] Removing intermediate container b645e07da38b [2021-02-09T15:32:40.967Z] ---> c24e567c76e2 [2021-02-09T15:32:40.967Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T15:32:41.231Z] ---> Running in f2d183e90fc6 [2021-02-09T15:32:41.231Z] ---> Running in 51c3676be04a [2021-02-09T15:32:41.231Z] ---> Running in e495121a799d [2021-02-09T15:32:41.231Z] ---> Running in 13b6b2fa7977 [2021-02-09T15:32:41.231Z] ---> Running in 634a9dc609b3 [2021-02-09T15:32:43.807Z] Removing intermediate container f2d183e90fc6 [2021-02-09T15:32:43.807Z] ---> b3c4c5d3c2c6 [2021-02-09T15:32:43.807Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-09T15:32:43.807Z] ---> Running in 56009aaae3fc [2021-02-09T15:32:43.807Z] Removing intermediate container e495121a799d [2021-02-09T15:32:43.807Z] ---> 21e926a5ebc9 [2021-02-09T15:32:43.807Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-09T15:32:44.071Z] Removing intermediate container 13b6b2fa7977 [2021-02-09T15:32:44.071Z] ---> 6473448b5e2a [2021-02-09T15:32:44.071Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-09T15:32:44.071Z] ---> Running in a7bf2cf1b81b [2021-02-09T15:32:44.336Z] Removing intermediate container 51c3676be04a [2021-02-09T15:32:44.336Z] ---> e7a577b4393c [2021-02-09T15:32:44.336Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-09T15:32:44.336Z] ---> Running in 407ad4576c79 [2021-02-09T15:32:44.336Z] Removing intermediate container 634a9dc609b3 [2021-02-09T15:32:44.336Z] ---> 7c9e41b740ee [2021-02-09T15:32:44.336Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-09T15:32:44.604Z] ---> Running in b4d1216f87a2 [2021-02-09T15:32:44.604Z] ---> Running in 8c4f888be6e0 [2021-02-09T15:32:44.872Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T15:32:44.872Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T15:32:45.135Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T15:32:45.398Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T15:32:45.398Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T15:32:45.398Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T15:32:45.659Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T15:32:45.931Z] OK: 233 MiB in 51 packages [2021-02-09T15:32:45.931Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T15:32:45.931Z] OK: 233 MiB in 51 packages [2021-02-09T15:32:46.203Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T15:32:46.203Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T15:32:46.203Z] Removing intermediate container 56009aaae3fc [2021-02-09T15:32:46.203Z] ---> c46e1ebbaee1 [2021-02-09T15:32:46.203Z] Step 6/24 : COPY go.mod . [2021-02-09T15:32:46.473Z] OK: 233 MiB in 51 packages [2021-02-09T15:32:46.473Z] OK: 233 MiB in 51 packages [2021-02-09T15:32:46.473Z] Removing intermediate container a7bf2cf1b81b [2021-02-09T15:32:46.473Z] ---> 3f918d2f4bc6 [2021-02-09T15:32:46.473Z] Step 6/22 : COPY go.mod . [2021-02-09T15:32:46.473Z] ---> a4db925c5f98 [2021-02-09T15:32:46.473Z] Step 7/24 : RUN go mod download [2021-02-09T15:32:46.473Z] OK: 233 MiB in 51 packages [2021-02-09T15:32:46.742Z] ---> Running in fb4372942135 [2021-02-09T15:32:47.004Z] ---> f379f7af9346 [2021-02-09T15:32:47.004Z] Step 7/22 : RUN go mod download [2021-02-09T15:32:47.272Z] ---> Running in 24c207a2923f [2021-02-09T15:32:47.272Z] Removing intermediate container 407ad4576c79 [2021-02-09T15:32:47.272Z] ---> a9652c7ddea7 [2021-02-09T15:32:47.272Z] Step 6/30 : COPY go.mod . [2021-02-09T15:32:47.534Z] Removing intermediate container b4d1216f87a2 [2021-02-09T15:32:47.534Z] ---> d0a5ee2e3157 [2021-02-09T15:32:47.534Z] Step 6/22 : COPY go.mod . [2021-02-09T15:32:47.801Z] ---> 72f4046c2790 [2021-02-09T15:32:47.801Z] Step 7/30 : RUN go mod download [2021-02-09T15:32:47.801Z] Removing intermediate container 8c4f888be6e0 [2021-02-09T15:32:47.801Z] ---> def4be0feb1d [2021-02-09T15:32:47.801Z] Step 6/23 : COPY go.mod . [2021-02-09T15:32:47.801Z] ---> Running in fb3783d5eb54 [2021-02-09T15:32:48.073Z] ---> 5f718c42bbb9 [2021-02-09T15:32:48.073Z] Step 7/22 : RUN go mod download [2021-02-09T15:32:48.073Z] ---> Running in bcfdc4febb03 [2021-02-09T15:32:48.073Z] ---> 8b27e259d75a [2021-02-09T15:32:48.073Z] Step 7/23 : RUN go mod download [2021-02-09T15:32:48.339Z] ---> Running in 4f038d3a0a33 [2021-02-09T15:32:49.815Z] Removing intermediate container 24c207a2923f [2021-02-09T15:32:49.815Z] ---> 7acf4b7ae93e [2021-02-09T15:32:49.815Z] Step 8/22 : COPY . . [2021-02-09T15:32:49.815Z] Removing intermediate container fb4372942135 [2021-02-09T15:32:49.815Z] ---> b2238fd379aa [2021-02-09T15:32:49.815Z] Step 8/24 : COPY . . [2021-02-09T15:32:49.815Z] Removing intermediate container fb3783d5eb54 [2021-02-09T15:32:49.815Z] ---> a4d6ffa2c48b [2021-02-09T15:32:49.815Z] Step 8/30 : COPY . . [2021-02-09T15:32:50.179Z] Removing intermediate container bcfdc4febb03 [2021-02-09T15:32:50.179Z] ---> 1359d9239b36 [2021-02-09T15:32:50.179Z] Step 8/22 : COPY . . [2021-02-09T15:32:50.476Z] Removing intermediate container 4f038d3a0a33 [2021-02-09T15:32:50.476Z] ---> ceba8ff563d1 [2021-02-09T15:32:50.476Z] Step 8/23 : COPY . . [2021-02-09T15:33:02.658Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-09T15:33:29.770Z] ---> 096fdbb12c39 [2021-02-09T15:33:29.770Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-09T15:33:29.770Z] ---> 78c7d2671a4b [2021-02-09T15:33:29.770Z] ---> c224a486e6d1 [2021-02-09T15:33:29.770Z] Step 9/22 : RUN make cmd/support-notifications/support-notificationsStep 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-09T15:33:29.770Z] ---> 1566ddd30999 [2021-02-09T15:33:29.770Z] [2021-02-09T15:33:29.770Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-09T15:33:29.770Z] ---> Running in 7736ab7a9f8e [2021-02-09T15:33:29.770Z] ---> Running in 0289ce7c86ce [2021-02-09T15:33:29.770Z] ---> Running in 1fb1b8cc16d1 [2021-02-09T15:33:29.770Z] ---> Running in 16d6614a2587 [2021-02-09T15:33:29.770Z] ---> ceaa5562e385 [2021-02-09T15:33:29.770Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-09T15:33:29.770Z] ---> Running in 16361666b3b2 [2021-02-09T15:33:30.361Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-09T15:33:30.361Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-09T15:33:30.361Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-09T15:33:30.635Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-09T15:33:30.636Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-09T15:33:49.703Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-09T15:33:54.057Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-09T15:33:57.348Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-09T15:34:02.381Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-09T15:34:02.382Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-09T15:34:02.758Z] Removing intermediate container 0289ce7c86ce [2021-02-09T15:34:02.758Z] ---> d71c12028e1d [2021-02-09T15:34:02.758Z] [2021-02-09T15:34:02.758Z] Step 10/30 : FROM alpine:3.12 [2021-02-09T15:34:02.758Z] 3.12: Pulling from library/alpine [2021-02-09T15:34:02.758Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-09T15:34:02.758Z] Status: Downloaded newer image for alpine:3.12 [2021-02-09T15:34:02.758Z] ---> 389fef711851 [2021-02-09T15:34:02.758Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-09T15:34:05.034Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-09T15:34:05.034Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-09T15:34:05.034Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-09T15:34:05.034Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-09T15:34:07.030Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-09T15:34:08.082Z] ---> Running in febfd6355fa6 [2021-02-09T15:34:08.083Z] Removing intermediate container 1fb1b8cc16d1 [2021-02-09T15:34:08.083Z] ---> 76fba3bfd997 [2021-02-09T15:34:08.083Z] [2021-02-09T15:34:08.083Z] Step 10/24 : FROM alpine:3.12 [2021-02-09T15:34:08.083Z] ---> 389fef711851 [2021-02-09T15:34:08.083Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-09T15:34:08.351Z] Removing intermediate container 7736ab7a9f8e [2021-02-09T15:34:08.351Z] ---> 79cdc2ae5c5e [2021-02-09T15:34:08.351Z] [2021-02-09T15:34:08.351Z] Step 10/22 : FROM alpine:3.12 [2021-02-09T15:34:08.351Z] ---> 389fef711851 [2021-02-09T15:34:08.351Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-09T15:34:08.351Z] Removing intermediate container 16361666b3b2 [2021-02-09T15:34:08.351Z] ---> 4eb670e0eff2 [2021-02-09T15:34:08.351Z] [2021-02-09T15:34:08.351Z] Step 10/22 : FROM alpine:3.12 [2021-02-09T15:34:08.351Z] ---> 389fef711851 [2021-02-09T15:34:08.351Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-09T15:34:08.351Z] ---> Running in ded4cdf071ad [2021-02-09T15:34:08.478Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-09T15:34:08.613Z] Removing intermediate container febfd6355fa6 [2021-02-09T15:34:08.613Z] ---> 2d970e25ec75 [2021-02-09T15:34:08.613Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-09T15:34:08.613Z] ---> Running in 32c6a30dd3d9 [2021-02-09T15:34:08.613Z] ---> Running in eb232201c4b6 [2021-02-09T15:34:08.878Z] ---> Running in e59a14141462 [2021-02-09T15:34:09.464Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T15:34:09.464Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T15:34:09.736Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T15:34:09.736Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T15:34:09.736Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-09T15:34:09.736Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T15:34:09.736Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T15:34:09.736Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-09T15:34:09.736Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T15:34:09.736Z] (4/5) Installing curl (7.69.1-r3) [2021-02-09T15:34:09.736Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-09T15:34:09.736Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T15:34:09.736Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T15:34:09.736Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T15:34:10.005Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T15:34:10.005Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-09T15:34:10.005Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-09T15:34:10.005Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-09T15:34:10.005Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T15:34:10.005Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T15:34:10.005Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T15:34:10.005Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-09T15:34:10.266Z] OK: 7 MiB in 19 packages [2021-02-09T15:34:10.266Z] (2/2) Installing su-exec (0.2-r1) [2021-02-09T15:34:10.266Z] OK: 6 MiB in 15 packages [2021-02-09T15:34:10.529Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T15:34:10.529Z] OK: 6 MiB in 16 packages [2021-02-09T15:34:11.106Z] OK: 6 MiB in 16 packages [2021-02-09T15:34:12.054Z] Removing intermediate container 16d6614a2587 [2021-02-09T15:34:12.054Z] ---> 66895402c714 [2021-02-09T15:34:12.054Z] [2021-02-09T15:34:12.054Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T15:34:12.054Z] ---> 389fef711851 [2021-02-09T15:34:12.054Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-09T15:34:12.317Z] ---> Running in 1920b8435b9b [2021-02-09T15:34:14.244Z] Removing intermediate container 1920b8435b9b [2021-02-09T15:34:14.244Z] ---> 9b756ed1d6bc [2021-02-09T15:34:14.244Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-09T15:34:14.506Z] ---> Running in 10f206379328 [2021-02-09T15:34:14.506Z] Removing intermediate container eb232201c4b6 [2021-02-09T15:34:14.506Z] ---> 8b0b71174887 [2021-02-09T15:34:14.506Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T15:34:14.506Z] Removing intermediate container ded4cdf071ad [2021-02-09T15:34:14.506Z] ---> f50c1b3c8439 [2021-02-09T15:34:14.506Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-09T15:34:14.769Z] ---> Running in 0f5341334344 [2021-02-09T15:34:14.769Z] Removing intermediate container 32c6a30dd3d9 [2021-02-09T15:34:14.769Z] ---> 50996be56ec3 [2021-02-09T15:34:14.769Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T15:34:14.769Z] Removing intermediate container e59a14141462 [2021-02-09T15:34:14.769Z] ---> a64a835cf200 [2021-02-09T15:34:14.769Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-09T15:34:14.769Z] Removing intermediate container 10f206379328 [2021-02-09T15:34:14.769Z] ---> 27712e9f0cb4 [2021-02-09T15:34:14.769Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-09T15:34:14.769Z] ---> Running in 9cff5fa57728 [2021-02-09T15:34:15.031Z] ---> Running in fb3027e1c18d [2021-02-09T15:34:15.031Z] ---> Running in a2243a45bf69 [2021-02-09T15:34:15.031Z] ---> Running in 9c2c75799a01 [2021-02-09T15:34:15.031Z] Removing intermediate container 0f5341334344 [2021-02-09T15:34:15.031Z] ---> 031db0938dde [2021-02-09T15:34:15.031Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-09T15:34:15.220Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-09T15:34:15.220Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-09T15:34:15.220Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-09T15:34:15.293Z] Removing intermediate container 9cff5fa57728 [2021-02-09T15:34:15.293Z] ---> 663dcccf19f2 [2021-02-09T15:34:15.293Z] Step 13/24 : WORKDIR / [2021-02-09T15:34:15.293Z] ---> Running in bed8648499dd [2021-02-09T15:34:15.293Z] Removing intermediate container fb3027e1c18d [2021-02-09T15:34:15.293Z] ---> a2b2d91eadb9 [2021-02-09T15:34:15.293Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-09T15:34:15.293Z] ---> Running in e9616a4b54ee [2021-02-09T15:34:15.554Z] Removing intermediate container 9c2c75799a01 [2021-02-09T15:34:15.554Z] ---> ce0773de692c [2021-02-09T15:34:15.554Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T15:34:15.554Z] Removing intermediate container a2243a45bf69 [2021-02-09T15:34:15.554Z] ---> c8a0bb23b162 [2021-02-09T15:34:15.554Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-09T15:34:15.554Z] ---> Running in 26dcdbd3406b [2021-02-09T15:34:15.817Z] ---> Running in 50fc1fb8bd8d [2021-02-09T15:34:15.817Z] ---> Running in ff53c09c89b5 [2021-02-09T15:34:15.817Z] Removing intermediate container bed8648499dd [2021-02-09T15:34:15.817Z] ---> 7bd3a610ef4a [2021-02-09T15:34:15.817Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-09T15:34:15.817Z] Removing intermediate container e9616a4b54ee [2021-02-09T15:34:15.817Z] ---> 3796254e03eb [2021-02-09T15:34:15.817Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-09T15:34:16.080Z] ---> Running in bf94e8f6dced [2021-02-09T15:34:16.348Z] Removing intermediate container 26dcdbd3406b [2021-02-09T15:34:16.348Z] ---> cf6e69a55211 [2021-02-09T15:34:16.348Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-09T15:34:16.348Z] Removing intermediate container ff53c09c89b5 [2021-02-09T15:34:16.348Z] ---> d9ad5063206a [2021-02-09T15:34:16.348Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-09T15:34:16.348Z] ---> 9d0ecc533b35 [2021-02-09T15:34:16.348Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-09T15:34:16.348Z] ---> Running in 05ac6a1e91fb [2021-02-09T15:34:16.611Z] ---> Running in 0b69e92e326c [2021-02-09T15:34:16.611Z] Removing intermediate container bf94e8f6dced [2021-02-09T15:34:16.611Z] ---> 19e9039b2b79 [2021-02-09T15:34:16.611Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T15:34:16.883Z] Removing intermediate container 05ac6a1e91fb [2021-02-09T15:34:16.883Z] ---> 02e3522661d6 [2021-02-09T15:34:16.883Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T15:34:17.150Z] ---> c4fd67b71204 [2021-02-09T15:34:17.150Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-09T15:34:17.150Z] ---> 1c81202f577c [2021-02-09T15:34:17.150Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-09T15:34:17.417Z] ---> 6b39f8dad477 [2021-02-09T15:34:17.417Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-09T15:34:17.417Z] ---> 49788f7994b6 [2021-02-09T15:34:17.417Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-09T15:34:17.680Z] Removing intermediate container 50fc1fb8bd8d [2021-02-09T15:34:17.680Z] ---> 8e55edd17291 [2021-02-09T15:34:17.680Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-09T15:34:17.943Z] ---> 006360eff8bb [2021-02-09T15:34:17.943Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-09T15:34:17.943Z] ---> Running in c82d8bd9d965 [2021-02-09T15:34:18.206Z] ---> e17289ae7131 [2021-02-09T15:34:18.206Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-09T15:34:18.206Z] ---> a3a151d12302 [2021-02-09T15:34:18.206Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-09T15:34:18.468Z] Removing intermediate container 0b69e92e326c [2021-02-09T15:34:18.468Z] ---> 7bb046e726ed [2021-02-09T15:34:18.468Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-09T15:34:18.468Z] ---> 40091a4e1852 [2021-02-09T15:34:18.468Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-09T15:34:18.468Z] ---> 5ba383f76e44 [2021-02-09T15:34:18.468Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-09T15:34:18.730Z] ---> Running in fc943eefc439 [2021-02-09T15:34:18.730Z] ---> Running in 4ba609990443 [2021-02-09T15:34:18.730Z] ---> Running in c166086851a5 [2021-02-09T15:34:18.730Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T15:34:18.993Z] ---> eb40a5188867 [2021-02-09T15:34:18.993Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-09T15:34:18.993Z] Removing intermediate container fc943eefc439 [2021-02-09T15:34:18.993Z] ---> 3aa2166227ed [2021-02-09T15:34:18.993Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-09T15:34:18.993Z] Removing intermediate container c166086851a5 [2021-02-09T15:34:18.993Z] ---> 9136e7193fcc [2021-02-09T15:34:18.993Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T15:34:18.993Z] Removing intermediate container 4ba609990443 [2021-02-09T15:34:18.993Z] ---> 3db5fbd287ed [2021-02-09T15:34:18.993Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T15:34:19.571Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T15:34:19.571Z] ---> Running in 122a5b5b8575 [2021-02-09T15:34:19.571Z] ---> Running in fc554695b663 [2021-02-09T15:34:19.833Z] ---> 7fd3a4472659 [2021-02-09T15:34:19.833Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-09T15:34:19.833Z] ---> f38b8344ae67 [2021-02-09T15:34:19.833Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-09T15:34:19.834Z] ---> Running in 00bd0fcac87f [2021-02-09T15:34:19.834Z] ---> Running in 9daf3048912b [2021-02-09T15:34:19.834Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-09T15:34:20.097Z] Removing intermediate container 122a5b5b8575 [2021-02-09T15:34:20.097Z] ---> 73cac9130d7e [2021-02-09T15:34:20.097Z] Step 20/22 : LABEL arch=x86_64 [2021-02-09T15:34:20.097Z] Removing intermediate container fc554695b663 [2021-02-09T15:34:20.097Z] ---> 6207f1920c94 [2021-02-09T15:34:20.097Z] Step 20/22 : LABEL arch=x86_64 [2021-02-09T15:34:20.097Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-09T15:34:20.097Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-09T15:34:20.097Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-09T15:34:20.361Z] ---> Running in 9c97832e0f14 [2021-02-09T15:34:20.361Z] ---> Running in fcfdc45015a0 [2021-02-09T15:34:20.361Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-09T15:34:20.625Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-09T15:34:20.625Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T15:34:20.625Z] OK: 8 MiB in 20 packages [2021-02-09T15:34:20.625Z] Removing intermediate container 9c97832e0f14 [2021-02-09T15:34:20.625Z] ---> 4d17a48ce56f [2021-02-09T15:34:20.625Z] Step 21/22 : LABEL git_sha=266ed883c0884e7f732e2f5dbbce128779779a07 [2021-02-09T15:34:20.625Z] Removing intermediate container fcfdc45015a0 [2021-02-09T15:34:20.625Z] ---> 85df83b5d1f5 [2021-02-09T15:34:20.625Z] Step 21/22 : LABEL git_sha=266ed883c0884e7f732e2f5dbbce128779779a07 [2021-02-09T15:34:20.625Z] ---> Running in 3cdc2b7965e7 [2021-02-09T15:34:20.625Z] ---> Running in 16388d150282 [2021-02-09T15:34:21.200Z] Removing intermediate container 16388d150282 [2021-02-09T15:34:21.200Z] ---> bdb87ef372a1 [2021-02-09T15:34:21.200Z] Step 22/22 : LABEL version=0.0.0 [2021-02-09T15:34:21.200Z] Removing intermediate container 3cdc2b7965e7 [2021-02-09T15:34:21.200Z] ---> 0699ab2572e8 [2021-02-09T15:34:21.200Z] Step 22/22 : LABEL version=0.0.0 [2021-02-09T15:34:21.462Z] ---> Running in 1257bede0bc0 [2021-02-09T15:34:21.462Z] ---> Running in d76b7c66f65c [2021-02-09T15:34:21.724Z] Removing intermediate container c82d8bd9d965 [2021-02-09T15:34:21.724Z] ---> c384f0560956 [2021-02-09T15:34:21.724Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T15:34:21.947Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.303s coverage: 45.6% of statements [2021-02-09T15:34:21.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-09T15:34:21.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-09T15:34:21.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-09T15:34:21.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-09T15:34:21.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-09T15:34:21.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-09T15:34:21.947Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-09T15:34:21.947Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.176s coverage: 100.0% of statements [2021-02-09T15:34:21.986Z] Removing intermediate container d76b7c66f65c [2021-02-09T15:34:21.986Z] ---> b930713c4231 [2021-02-09T15:34:21.986Z] [2021-02-09T15:34:21.986Z] Removing intermediate container 1257bede0bc0 [2021-02-09T15:34:21.986Z] ---> 085a24fcd5b4 [2021-02-09T15:34:21.986Z] [2021-02-09T15:34:22.248Z] ---> 36465350c62d [2021-02-09T15:34:22.248Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-09T15:34:22.248Z] Successfully built b930713c4231 [2021-02-09T15:34:22.248Z] Successfully built 085a24fcd5b4 [2021-02-09T15:34:22.248Z] Removing intermediate container 00bd0fcac87f [2021-02-09T15:34:22.248Z] ---> 363043d6ea64 [2021-02-09T15:34:22.248Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T15:34:22.248Z] Successfully tagged docker-support-notifications-go:latest [2021-02-09T15:34:22.248Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-09T15:34:22.248Z] Removing intermediate container 9daf3048912b [2021-02-09T15:34:22.248Z] ---> 0734ffc31f8f [2021-02-09T15:34:22.248Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-09T15:34:22.248Z] Building docker-sys-mgmt-agent-go [2021-02-09T15:34:22.248Z]  Building docker-support-notifications-go ... done  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-02-09T15:34:22.512Z] ---> Running in ec3ed3270640 [2021-02-09T15:34:22.775Z] ---> e42159f23f8f [2021-02-09T15:34:22.775Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-09T15:34:22.775Z] Removing intermediate container ec3ed3270640 [2021-02-09T15:34:22.775Z] ---> 025ba086f3f1 [2021-02-09T15:34:22.775Z] Step 22/24 : LABEL arch=x86_64 [2021-02-09T15:34:22.775Z] ---> e2a645d199e4 [2021-02-09T15:34:22.775Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-09T15:34:22.775Z] ---> Running in 72d158d8283c [2021-02-09T15:34:23.037Z] Removing intermediate container 72d158d8283c [2021-02-09T15:34:23.037Z] ---> 9b6a139db31c [2021-02-09T15:34:23.037Z] Step 23/24 : LABEL git_sha=266ed883c0884e7f732e2f5dbbce128779779a07 [2021-02-09T15:34:23.613Z] ---> 026569578999 [2021-02-09T15:34:23.613Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-09T15:34:23.881Z] ---> Running in cac24fc32947 [2021-02-09T15:34:25.291Z] ---> Running in 776240a8017b [2021-02-09T15:34:25.291Z] ---> f6cbed74d33c [2021-02-09T15:34:25.291Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-09T15:34:27.875Z] Removing intermediate container cac24fc32947 [2021-02-09T15:34:27.875Z] ---> f1e6a61a3fc3 [2021-02-09T15:34:27.875Z] Step 24/24 : LABEL version=0.0.0 [2021-02-09T15:34:28.690Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.635s coverage: 27.1% of statements [2021-02-09T15:34:28.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-09T15:34:28.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-09T15:34:28.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-09T15:34:28.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-09T15:34:28.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-09T15:34:28.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-09T15:34:28.690Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.074s coverage: 100.0% of statements [2021-02-09T15:34:28.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-09T15:34:28.690Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.077s coverage: 100.0% of statements [2021-02-09T15:34:28.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-09T15:34:28.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-09T15:34:28.690Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.225s coverage: 65.8% of statements [2021-02-09T15:34:28.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-09T15:34:28.690Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-09T15:34:29.802Z] Removing intermediate container 776240a8017b [2021-02-09T15:34:29.802Z] ---> a94d918221c2 [2021-02-09T15:34:29.802Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T15:34:30.065Z] ---> f81ac7eaf666 [2021-02-09T15:34:30.065Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-09T15:34:30.065Z] ---> Running in dac8babff74c [2021-02-09T15:34:30.065Z] ---> Running in f3c6bfb3e024 [2021-02-09T15:34:30.136Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.645s coverage: 82.3% of statements [2021-02-09T15:34:30.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-09T15:34:30.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T15:34:30.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-09T15:34:30.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-09T15:34:30.650Z] Removing intermediate container dac8babff74c [2021-02-09T15:34:30.650Z] Removing intermediate container f3c6bfb3e024 [2021-02-09T15:34:30.650Z] ---> 1e98adf997c1 [2021-02-09T15:34:30.650Z] ---> 9b6862f33fed [2021-02-09T15:34:30.650Z] [2021-02-09T15:34:30.650Z] Step 21/23 : LABEL arch=x86_64 [2021-02-09T15:34:30.650Z] ---> 713db80ff7e0 [2021-02-09T15:34:30.650Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-09T15:34:30.650Z] ---> Running in 5082ba090bdf [2021-02-09T15:34:31.231Z] Successfully built 1e98adf997c1 [2021-02-09T15:34:31.231Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-09T15:34:31.231Z] Building docker-core-metadata-go [2021-02-09T15:34:34.592Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in e858fed9d0ef [2021-02-09T15:34:35.548Z] Removing intermediate container 5082ba090bdf [2021-02-09T15:34:35.548Z] ---> 666dea97c879 [2021-02-09T15:34:35.548Z] Step 22/23 : LABEL git_sha=266ed883c0884e7f732e2f5dbbce128779779a07 [2021-02-09T15:34:36.969Z] ---> Running in d2242eb9384f [2021-02-09T15:34:36.969Z] Removing intermediate container e858fed9d0ef [2021-02-09T15:34:36.969Z] ---> 1c970e1bdaf9 [2021-02-09T15:34:36.969Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-09T15:34:37.559Z] Removing intermediate container d2242eb9384f [2021-02-09T15:34:37.559Z] ---> 95f6d124870c [2021-02-09T15:34:37.559Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T15:34:38.483Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.331s coverage: 28.6% of statements [2021-02-09T15:34:38.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-09T15:34:38.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-09T15:34:38.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-09T15:34:38.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-09T15:34:38.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-09T15:34:38.483Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.143s coverage: 100.0% of statements [2021-02-09T15:34:38.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-09T15:34:38.483Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.092s coverage: 100.0% of statements [2021-02-09T15:34:38.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-09T15:34:38.483Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.303s coverage: 86.7% of statements [2021-02-09T15:34:38.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-09T15:34:38.483Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.424s coverage: 97.5% of statements [2021-02-09T15:34:38.483Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-09T15:34:38.539Z] ---> 4672f12bd569 [2021-02-09T15:34:38.539Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-09T15:34:38.770Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.147s coverage: 78.3% of statements [2021-02-09T15:34:38.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-09T15:34:38.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-09T15:34:38.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-09T15:34:38.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-09T15:34:41.134Z] ---> Running in 38294312b6ec [2021-02-09T15:34:42.545Z] ---> Running in 28f53c9376b2 [2021-02-09T15:34:42.825Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T15:34:42.825Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-09T15:34:42.825Z] ---> 62df74aca313 [2021-02-09T15:34:42.825Z] Step 3/26 : WORKDIR /edgex-go [2021-02-09T15:34:43.089Z] ---> Using cache [2021-02-09T15:34:43.089Z] ---> c24e567c76e2 [2021-02-09T15:34:43.089Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T15:34:43.089Z] ---> Using cache [2021-02-09T15:34:43.089Z] ---> 7c9e41b740ee [2021-02-09T15:34:43.089Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-09T15:34:43.089Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T15:34:43.089Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-09T15:34:43.089Z] ---> 62df74aca313 [2021-02-09T15:34:43.089Z] Step 3/21 : WORKDIR /edgex-go [2021-02-09T15:34:43.089Z] ---> Using cache [2021-02-09T15:34:43.089Z] ---> c24e567c76e2 [2021-02-09T15:34:43.089Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T15:34:43.089Z] ---> Using cache [2021-02-09T15:34:43.089Z] ---> 7c9e41b740ee [2021-02-09T15:34:43.089Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-09T15:34:44.507Z] Removing intermediate container 38294312b6ec [2021-02-09T15:34:44.507Z] ---> 628f10d32f0b [2021-02-09T15:34:44.507Z] [2021-02-09T15:34:44.507Z] ---> Running in 7aeb7e550c21 [2021-02-09T15:34:44.507Z] ---> Running in ac74b0a4b39a [2021-02-09T15:34:44.769Z] Successfully built 628f10d32f0b [2021-02-09T15:34:44.769Z] Successfully tagged docker-core-data-go:latest [2021-02-09T15:34:44.769Z] Building docker-core-command-go [2021-02-09T15:34:47.350Z]  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T15:34:47.351Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T15:34:47.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T15:34:47.882Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T15:34:48.464Z] OK: 233 MiB in 51 packages [2021-02-09T15:34:48.464Z] OK: 233 MiB in 51 packages [2021-02-09T15:34:48.948Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.257s coverage: 92.8% of statements [2021-02-09T15:34:48.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-09T15:34:48.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T15:34:48.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-09T15:34:48.948Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-09T15:34:48.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-09T15:34:48.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-09T15:34:48.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-09T15:34:48.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-09T15:34:48.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-09T15:34:48.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-09T15:34:48.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-09T15:34:48.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-09T15:34:48.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-09T15:34:48.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-09T15:34:48.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-09T15:34:48.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-09T15:34:48.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-09T15:34:48.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-09T15:34:48.948Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.068s coverage: 58.8% of statements [2021-02-09T15:34:48.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-09T15:34:48.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-09T15:34:48.948Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.225s coverage: 0.1% of statements [2021-02-09T15:34:48.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-09T15:34:48.948Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-09T15:34:48.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-09T15:34:48.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.069s coverage: 45.5% of statements [2021-02-09T15:34:48.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.077s coverage: 79.5% of statements [2021-02-09T15:34:48.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.058s coverage: 94.1% of statements [2021-02-09T15:34:48.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.110s coverage: 96.3% of statements [2021-02-09T15:34:48.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.080s coverage: 87.5% of statements [2021-02-09T15:34:49.863Z] Removing intermediate container 28f53c9376b2 [2021-02-09T15:34:49.863Z] ---> 417fc0813d55 [2021-02-09T15:34:49.863Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-09T15:34:51.798Z] ---> Running in ad2c119dea4c [2021-02-09T15:34:52.760Z] Removing intermediate container ac74b0a4b39a [2021-02-09T15:34:52.760Z] ---> b456090f57cd [2021-02-09T15:34:52.760Z] Step 6/26 : COPY go.mod . [2021-02-09T15:34:52.760Z] Removing intermediate container ad2c119dea4c [2021-02-09T15:34:52.760Z] ---> 66d349f9fb39 [2021-02-09T15:34:52.760Z] Step 27/30 : CMD ["gate"] [2021-02-09T15:34:52.760Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T15:34:52.760Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T15:34:52.760Z] ---> 62df74aca313 [2021-02-09T15:34:52.760Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T15:34:52.760Z] ---> Using cache [2021-02-09T15:34:52.760Z] ---> c24e567c76e2 [2021-02-09T15:34:52.760Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T15:34:52.760Z] ---> Using cache [2021-02-09T15:34:52.760Z] ---> 7c9e41b740ee [2021-02-09T15:34:52.760Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-09T15:34:52.760Z] ---> Using cache [2021-02-09T15:34:52.760Z] ---> 3b771cf46b5a [2021-02-09T15:34:52.760Z] Step 6/23 : COPY go.mod . [2021-02-09T15:34:53.733Z] Removing intermediate container 7aeb7e550c21 [2021-02-09T15:34:53.733Z] ---> 3b771cf46b5a [2021-02-09T15:34:53.733Z] Step 6/21 : COPY go.mod . [2021-02-09T15:34:54.005Z] ---> 4dddd7f9c477 [2021-02-09T15:34:54.005Z] Step 7/23 : RUN go mod download [2021-02-09T15:34:54.268Z] ---> 5af4416de972 [2021-02-09T15:34:54.268Z] Step 7/26 : RUN go mod download [2021-02-09T15:34:54.268Z] ---> Running in 5f96a9695380 [2021-02-09T15:34:54.533Z] ---> Running in d41110dcb048 [2021-02-09T15:34:54.533Z] ---> Running in 50b770f0fd09 [2021-02-09T15:34:54.800Z] ---> da6b37280c3c [2021-02-09T15:34:54.800Z] Step 7/21 : RUN go mod download [2021-02-09T15:34:54.800Z] Removing intermediate container 5f96a9695380 [2021-02-09T15:34:54.800Z] ---> 48a9817488ed [2021-02-09T15:34:54.800Z] Step 28/30 : LABEL arch=x86_64 [2021-02-09T15:34:55.071Z] ---> Running in 865a4aaa45bb [2021-02-09T15:34:56.485Z] ---> Running in a05db954888b [2021-02-09T15:34:57.884Z] Removing intermediate container a05db954888b [2021-02-09T15:34:57.884Z] ---> 59244d59adca [2021-02-09T15:34:57.884Z] Step 29/30 : LABEL git_sha=266ed883c0884e7f732e2f5dbbce128779779a07 [2021-02-09T15:34:59.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.090s coverage: 94.4% of statements [2021-02-09T15:34:59.104Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.067s coverage: 44.8% of statements [2021-02-09T15:34:59.298Z] ---> Running in b822621c6b4d [2021-02-09T15:35:01.235Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T15:35:01.235Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T15:35:01.235Z] ---> 62df74aca313 [2021-02-09T15:35:01.235Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T15:35:01.235Z] ---> Using cache [2021-02-09T15:35:01.235Z] ---> c24e567c76e2 [2021-02-09T15:35:01.235Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T15:35:01.235Z] ---> Using cache [2021-02-09T15:35:01.235Z] ---> 7c9e41b740ee [2021-02-09T15:35:01.235Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-09T15:35:01.235Z] ---> Using cache [2021-02-09T15:35:01.235Z] ---> 3b771cf46b5a [2021-02-09T15:35:01.235Z] Step 6/23 : COPY go.mod . [2021-02-09T15:35:01.235Z] ---> Using cache [2021-02-09T15:35:01.235Z] ---> da6b37280c3c [2021-02-09T15:35:01.235Z] Step 7/23 : RUN go mod download [2021-02-09T15:35:01.812Z] Removing intermediate container b822621c6b4d [2021-02-09T15:35:01.812Z] ---> 59d92b1a0209 [2021-02-09T15:35:01.812Z] Step 30/30 : LABEL version=0.0.0 [2021-02-09T15:35:02.077Z] ---> Running in 207be68d3f50 [2021-02-09T15:35:02.077Z] ---> Running in 53649219e1ff [2021-02-09T15:35:02.077Z] Removing intermediate container 50b770f0fd09 [2021-02-09T15:35:02.077Z] ---> 673df71c2385 [2021-02-09T15:35:02.077Z] Step 8/26 : COPY . . [2021-02-09T15:35:02.346Z] Removing intermediate container d41110dcb048 [2021-02-09T15:35:02.346Z] ---> f5bfebc333f1 [2021-02-09T15:35:02.346Z] Step 8/23 : COPY . . [2021-02-09T15:35:02.346Z] Removing intermediate container 865a4aaa45bb [2021-02-09T15:35:02.346Z] ---> 62b9eacc11e8 [2021-02-09T15:35:02.346Z] Step 8/21 : COPY . . [2021-02-09T15:35:02.613Z] Removing intermediate container 53649219e1ff [2021-02-09T15:35:02.613Z] ---> 18f8f5c002dd [2021-02-09T15:35:02.613Z] [2021-02-09T15:35:02.613Z] Successfully built 18f8f5c002dd [2021-02-09T15:35:03.200Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-09T15:35:15.512Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 207be68d3f50 [2021-02-09T15:35:15.512Z] ---> fe6a555f6b6f [2021-02-09T15:35:15.512Z] Step 8/23 : COPY . . [2021-02-09T15:35:17.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.133s coverage: 92.9% of statements [2021-02-09T15:35:17.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-09T15:35:17.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-09T15:35:17.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-09T15:35:17.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.059s coverage: 77.8% of statements [2021-02-09T15:35:17.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-09T15:35:17.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-09T15:35:17.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-09T15:35:17.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-09T15:35:17.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-09T15:35:17.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements [2021-02-09T15:35:17.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-09T15:35:17.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-09T15:35:17.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements [2021-02-09T15:35:17.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-09T15:35:17.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements [2021-02-09T15:35:17.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-09T15:35:17.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements [2021-02-09T15:35:17.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.123s coverage: 87.2% of statements [2021-02-09T15:35:17.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.129s coverage: 84.2% of statements [2021-02-09T15:35:17.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.163s coverage: 91.4% of statements [2021-02-09T15:35:17.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-09T15:35:17.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.516s coverage: 63.5% of statements [2021-02-09T15:35:17.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-09T15:35:17.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-09T15:35:17.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.067s coverage: 100.0% of statements [2021-02-09T15:35:17.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.077s coverage: 91.3% of statements [2021-02-09T15:35:17.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.058s coverage: 100.0% of statements [2021-02-09T15:35:17.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.067s coverage: 73.7% of statements [2021-02-09T15:35:17.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements [2021-02-09T15:35:17.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.769s coverage: 68.9% of statements [2021-02-09T15:35:17.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-09T15:35:17.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-09T15:35:17.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.354s coverage: 37.0% of statements [2021-02-09T15:35:17.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-09T15:35:17.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-09T15:35:17.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.489s coverage: 84.0% of statements [2021-02-09T15:35:17.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.120s coverage: 100.0% of statements [2021-02-09T15:35:22.989Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.480s coverage: 47.0% of statements [2021-02-09T15:35:22.989Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-09T15:35:22.989Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-09T15:35:22.989Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-09T15:35:22.989Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-09T15:35:22.989Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-09T15:35:22.989Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.149s coverage: 100.0% of statements [2021-02-09T15:35:22.989Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-09T15:35:22.989Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.092s coverage: 100.0% of statements [2021-02-09T15:35:22.989Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-09T15:35:22.989Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-09T15:35:22.989Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-09T15:35:22.989Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-09T15:35:22.989Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.284s coverage: 87.7% of statements [2021-02-09T15:35:22.989Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-09T15:35:22.989Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T15:35:22.989Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-09T15:35:31.285Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.127s coverage: 29.1% of statements [2021-02-09T15:35:31.285Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-09T15:35:31.286Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-09T15:35:31.286Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-09T15:35:31.286Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-09T15:35:31.286Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-09T15:35:31.286Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.189s coverage: 99.0% of statements [2021-02-09T15:35:31.286Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-09T15:35:31.286Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.114s coverage: 100.0% of statements [2021-02-09T15:35:31.286Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-09T15:35:31.286Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-09T15:35:31.286Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-09T15:35:31.286Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-09T15:35:31.286Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.141s coverage: 100.0% of statements [2021-02-09T15:35:31.286Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-09T15:35:31.286Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T15:35:31.286Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-09T15:35:31.286Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-02-09T15:35:31.286Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-09T15:35:31.286Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.057s coverage: 100.0% of statements [2021-02-09T15:35:31.286Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-09T15:35:31.286Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-09T15:35:31.286Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-09T15:35:31.286Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-09T15:35:31.286Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.095s coverage: 87.9% of statements [2021-02-09T15:35:31.286Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-09T15:35:31.286Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-09T15:35:31.286Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.064s coverage: 100.0% of statements [2021-02-09T15:35:31.286Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-02-09T15:35:31.286Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements [2021-02-09T15:35:32.264Z] GO111MODULE=on go vet ./... [2021-02-09T15:35:42.948Z] ---> 47c5b243016e [2021-02-09T15:35:42.948Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-09T15:35:42.948Z] ---> 4440874d1aed [2021-02-09T15:35:42.948Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-09T15:35:42.948Z] ---> cc8dc5cd7252 [2021-02-09T15:35:42.948Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-09T15:35:42.948Z] ---> Running in 66522649ccdf [2021-02-09T15:35:42.948Z] ---> Running in 746a8a3e1fda [2021-02-09T15:35:42.948Z] ---> Running in cf23aeee967d [2021-02-09T15:35:42.948Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-09T15:35:42.948Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-09T15:35:42.948Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-09T15:35:42.948Z] ---> 3d0094c97ac2 [2021-02-09T15:35:42.948Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-09T15:35:42.948Z] ---> Running in 32d893994784 [2021-02-09T15:35:44.001Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-09T15:36:02.232Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-09T15:36:08.871Z] Removing intermediate container cf23aeee967d [2021-02-09T15:36:08.871Z] ---> 4657ce4eb084 [2021-02-09T15:36:08.871Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-09T15:36:08.871Z] ---> Running in b645424cc198 [2021-02-09T15:36:08.871Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-09T15:36:13.104Z] Removing intermediate container 66522649ccdf [2021-02-09T15:36:13.104Z] ---> e1eb61941350 [2021-02-09T15:36:13.104Z] [2021-02-09T15:36:13.104Z] Step 10/21 : FROM alpine:3.12 [2021-02-09T15:36:13.104Z] ---> 389fef711851 [2021-02-09T15:36:13.104Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-09T15:36:13.104Z] Removing intermediate container 32d893994784 [2021-02-09T15:36:13.104Z] ---> 932ecffe7804 [2021-02-09T15:36:13.104Z] [2021-02-09T15:36:13.104Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T15:36:13.104Z] ---> 389fef711851 [2021-02-09T15:36:13.104Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-09T15:36:13.104Z] ---> Using cache [2021-02-09T15:36:13.104Z] ---> 8b0b71174887 [2021-02-09T15:36:13.104Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T15:36:13.366Z] ---> Using cache [2021-02-09T15:36:13.366Z] ---> 031db0938dde [2021-02-09T15:36:13.366Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-09T15:36:15.928Z] ---> Running in 37571f1f8b54 [2021-02-09T15:36:15.928Z] ---> Running in fa2172d36f66 [2021-02-09T15:36:15.928Z] Removing intermediate container 746a8a3e1fda [2021-02-09T15:36:15.928Z] ---> 01a84507e9f2 [2021-02-09T15:36:15.928Z] [2021-02-09T15:36:15.928Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T15:36:15.928Z] ---> 389fef711851 [2021-02-09T15:36:15.928Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-09T15:36:15.928Z] ---> Using cache [2021-02-09T15:36:15.928Z] ---> 8b0b71174887 [2021-02-09T15:36:15.928Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T15:36:15.928Z] ---> Using cache [2021-02-09T15:36:15.928Z] ---> 031db0938dde [2021-02-09T15:36:15.928Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-09T15:36:15.928Z] Removing intermediate container b645424cc198 [2021-02-09T15:36:15.928Z] ---> 21cbec4b7a4b [2021-02-09T15:36:15.928Z] [2021-02-09T15:36:15.928Z] Step 11/26 : FROM docker:20.10.0 [2021-02-09T15:36:15.928Z] 20.10.0: Pulling from library/docker [2021-02-09T15:36:15.928Z] ---> Running in 75c26a30be26 [2021-02-09T15:36:15.928Z] Removing intermediate container 37571f1f8b54 [2021-02-09T15:36:15.928Z] ---> 430ccba1a34f [2021-02-09T15:36:15.928Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-09T15:36:15.928Z] ---> Running in bd7f2ebe2264 [2021-02-09T15:36:16.198Z] Removing intermediate container 75c26a30be26 [2021-02-09T15:36:16.198Z] ---> 4b9f64c4c11e [2021-02-09T15:36:16.198Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-09T15:36:16.198Z] ---> Running in 064144c8d87c [2021-02-09T15:36:16.198Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T15:36:16.198Z] Removing intermediate container bd7f2ebe2264 [2021-02-09T15:36:16.198Z] ---> 863ccb341c04 [2021-02-09T15:36:16.198Z] Step 15/23 : WORKDIR / [2021-02-09T15:36:16.198Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T15:36:16.467Z] ---> Running in 588a0ae6efa1 [2021-02-09T15:36:16.467Z] Removing intermediate container 064144c8d87c [2021-02-09T15:36:16.467Z] ---> 35fb3990cee2 [2021-02-09T15:36:16.467Z] Step 15/23 : WORKDIR / [2021-02-09T15:36:16.467Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-09T15:36:16.467Z] ---> Running in b0463b9c4c85 [2021-02-09T15:36:16.467Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T15:36:16.467Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-09T15:36:16.467Z] (4/4) Installing curl (7.69.1-r3) [2021-02-09T15:36:16.467Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T15:36:16.732Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T15:36:16.732Z] OK: 7 MiB in 18 packages [2021-02-09T15:36:17.316Z] Removing intermediate container 588a0ae6efa1 [2021-02-09T15:36:17.316Z] ---> 410ea01ae4a5 [2021-02-09T15:36:17.316Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T15:36:17.907Z] Removing intermediate container b0463b9c4c85 [2021-02-09T15:36:17.907Z] ---> 2f1167939851 [2021-02-09T15:36:17.907Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T15:36:18.483Z] ---> ef3f72651071 [2021-02-09T15:36:18.483Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-09T15:36:18.483Z] Removing intermediate container fa2172d36f66 [2021-02-09T15:36:18.483Z] ---> 210bd1d58335 [2021-02-09T15:36:18.483Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-09T15:36:18.483Z] ---> 46f2fca3864d [2021-02-09T15:36:18.483Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-09T15:36:18.751Z] ---> Running in 59d2263abfc7 [2021-02-09T15:36:19.018Z] ---> 01c18d7bb7c7 [2021-02-09T15:36:19.018Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-09T15:36:19.288Z] Removing intermediate container 59d2263abfc7 [2021-02-09T15:36:19.288Z] ---> 98277400249b [2021-02-09T15:36:19.288Z] Step 13/21 : WORKDIR /edgex [2021-02-09T15:36:19.288Z] ---> Running in 40b6da22b5ed [2021-02-09T15:36:19.288Z] ---> 87778a2da320 [2021-02-09T15:36:19.288Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-09T15:36:19.555Z] ---> 3a22ee38c206 [2021-02-09T15:36:19.555Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-09T15:36:19.555Z] Removing intermediate container 40b6da22b5ed [2021-02-09T15:36:19.555Z] ---> 137e2a093d88 [2021-02-09T15:36:19.555Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-09T15:36:19.555Z] ---> Running in cca4ba0ee603 [2021-02-09T15:36:19.819Z] ---> f4065e5fad79 [2021-02-09T15:36:19.819Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-09T15:36:19.819Z] ---> Running in fe12f0d9d62c [2021-02-09T15:36:19.819Z] Removing intermediate container cca4ba0ee603 [2021-02-09T15:36:19.819Z] ---> 2e59d5ac48f5 [2021-02-09T15:36:19.819Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T15:36:20.088Z] ---> 6d1028c3bd0a [2021-02-09T15:36:20.088Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-09T15:36:20.088Z] ---> Running in 0af78a1bd553 [2021-02-09T15:36:20.088Z] Removing intermediate container fe12f0d9d62c [2021-02-09T15:36:20.088Z] ---> 540f2f100dc9 [2021-02-09T15:36:20.088Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T15:36:20.353Z] ---> Running in 062244598d38 [2021-02-09T15:36:20.353Z] Removing intermediate container 0af78a1bd553 [2021-02-09T15:36:20.353Z] ---> f32e2b4b461f [2021-02-09T15:36:20.353Z] Step 21/23 : LABEL arch=x86_64 [2021-02-09T15:36:20.617Z] ---> Running in 3a3f8fe21c44 [2021-02-09T15:36:20.617Z] Removing intermediate container 062244598d38 [2021-02-09T15:36:20.617Z] ---> cdd93dca0fa7 [2021-02-09T15:36:20.617Z] Step 21/23 : LABEL arch=x86_64 [2021-02-09T15:36:22.539Z] ---> bdcf60cab06d [2021-02-09T15:36:22.539Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-09T15:36:22.801Z] ---> Running in fe6d371a2d6d [2021-02-09T15:36:22.801Z] Removing intermediate container 3a3f8fe21c44 [2021-02-09T15:36:22.801Z] ---> ea1bec3012f9 [2021-02-09T15:36:22.801Z] Step 22/23 : LABEL git_sha=266ed883c0884e7f732e2f5dbbce128779779a07 [2021-02-09T15:36:22.801Z] ---> Running in cfb9c43b0f22 [2021-02-09T15:36:22.801Z] ---> 35907923ea4f [2021-02-09T15:36:22.801Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-09T15:36:22.801Z] ---> Running in 45af35fafafc [2021-02-09T15:36:23.063Z] Removing intermediate container fe6d371a2d6d [2021-02-09T15:36:23.063Z] ---> 43f8655ecab3 [2021-02-09T15:36:23.063Z] Step 22/23 : LABEL git_sha=266ed883c0884e7f732e2f5dbbce128779779a07 [2021-02-09T15:36:23.063Z] Removing intermediate container cfb9c43b0f22 [2021-02-09T15:36:23.063Z] ---> 0f783e596075 [2021-02-09T15:36:23.063Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T15:36:23.063Z] ---> Running in ebd1f0b3cc26 [2021-02-09T15:36:23.324Z] ---> Running in 033418a8d063 [2021-02-09T15:36:23.324Z] Removing intermediate container 45af35fafafc [2021-02-09T15:36:23.324Z] ---> 44afb4f84a70 [2021-02-09T15:36:23.324Z] Step 18/21 : CMD ["--init=true"] [2021-02-09T15:36:23.589Z] Removing intermediate container ebd1f0b3cc26 [2021-02-09T15:36:23.589Z] ---> a83dc561c734 [2021-02-09T15:36:23.589Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T15:36:23.589Z] ---> Running in fdee16fded37 [2021-02-09T15:36:23.589Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-09T15:36:23.589Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-09T15:36:23.589Z] ---> aefe523efa57 [2021-02-09T15:36:23.589Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-09T15:36:23.589Z] Removing intermediate container 033418a8d063 [2021-02-09T15:36:23.589Z] ---> bee0223645ee [2021-02-09T15:36:23.589Z] [2021-02-09T15:36:23.589Z] ---> Running in e54f0b66d406 [2021-02-09T15:36:23.852Z] ---> Running in 5c2840b802dd [2021-02-09T15:36:23.852Z] Successfully built bee0223645ee [2021-02-09T15:36:23.852Z] Successfully tagged docker-core-command-go:latest [2021-02-09T15:36:23.852Z]  Building docker-core-command-go ... done Removing intermediate container fdee16fded37 [2021-02-09T15:36:23.852Z] ---> 81d74163558e [2021-02-09T15:36:23.852Z] Step 19/21 : LABEL arch=x86_64 [2021-02-09T15:36:24.121Z] Removing intermediate container e54f0b66d406 [2021-02-09T15:36:24.121Z] ---> 238f1435e92d [2021-02-09T15:36:24.121Z] [2021-02-09T15:36:24.121Z] ---> Running in c9dd5021b1b9 [2021-02-09T15:36:24.387Z] Successfully built 238f1435e92d [2021-02-09T15:36:24.387Z] Successfully tagged docker-core-metadata-go:latest [2021-02-09T15:36:24.387Z]  Building docker-core-metadata-go ... done Removing intermediate container c9dd5021b1b9 [2021-02-09T15:36:24.387Z] ---> 0902cf2eb5d9 [2021-02-09T15:36:24.387Z] Step 20/21 : LABEL git_sha=266ed883c0884e7f732e2f5dbbce128779779a07 [2021-02-09T15:36:24.387Z] ---> Running in 95b93d97839d [2021-02-09T15:36:24.387Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T15:36:24.387Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T15:36:24.650Z] Removing intermediate container 95b93d97839d [2021-02-09T15:36:24.650Z] ---> be22c8768e9d [2021-02-09T15:36:24.650Z] Step 21/21 : LABEL version=0.0.0 [2021-02-09T15:36:24.650Z] (1/2) Installing readline (8.0.4-r0) [2021-02-09T15:36:24.650Z] (2/2) Installing bash (5.0.17-r0) [2021-02-09T15:36:24.650Z] ---> Running in 73fff8cfb9eb [2021-02-09T15:36:24.650Z] Executing bash-5.0.17-r0.post-install [2021-02-09T15:36:24.650Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T15:36:24.650Z] OK: 12 MiB in 22 packages [2021-02-09T15:36:25.228Z] Removing intermediate container 73fff8cfb9eb [2021-02-09T15:36:25.228Z] ---> 0d41070a037b [2021-02-09T15:36:25.228Z] [2021-02-09T15:36:25.228Z] Successfully built 0d41070a037b [2021-02-09T15:36:25.228Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-09T15:36:25.228Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 5c2840b802dd [2021-02-09T15:36:25.228Z] ---> f41289286ec9 [2021-02-09T15:36:25.228Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-09T15:36:25.489Z] ---> Running in cc97c380e32a [2021-02-09T15:36:25.489Z] Removing intermediate container cc97c380e32a [2021-02-09T15:36:25.489Z] ---> b00219af3bb7 [2021-02-09T15:36:25.489Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-09T15:36:25.489Z] ---> Running in 71ffe0816415 [2021-02-09T15:36:25.751Z] Removing intermediate container 71ffe0816415 [2021-02-09T15:36:25.751Z] ---> a60d6cc582b6 [2021-02-09T15:36:25.751Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-09T15:36:25.751Z] ---> Running in 0687d45b4717 [2021-02-09T15:36:26.013Z] Removing intermediate container 0687d45b4717 [2021-02-09T15:36:26.013Z] ---> f283b3328fac [2021-02-09T15:36:26.013Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-09T15:36:26.588Z] ---> ebd8a1eef290 [2021-02-09T15:36:26.588Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-09T15:36:26.850Z] ---> 245af2f8c262 [2021-02-09T15:36:26.850Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-09T15:36:27.113Z] ---> 415295679ff4 [2021-02-09T15:36:27.113Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-09T15:36:27.113Z] ---> Running in 738416eff9f2 [2021-02-09T15:36:27.686Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T15:36:27.686Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T15:36:27.686Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-09T15:36:27.686Z] (2/33) Installing expat (2.2.9-r1) [2021-02-09T15:36:27.686Z] (3/33) Installing libffi (3.3-r2) [2021-02-09T15:36:27.686Z] (4/33) Installing gdbm (1.13-r1) [2021-02-09T15:36:27.686Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-09T15:36:27.686Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-09T15:36:27.686Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-09T15:36:29.606Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-09T15:36:29.606Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-09T15:36:29.606Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-09T15:36:29.606Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-09T15:36:29.606Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-09T15:36:29.606Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-09T15:36:29.606Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-09T15:36:29.606Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-09T15:36:29.606Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-09T15:36:29.606Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-09T15:36:29.606Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-09T15:36:29.606Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-09T15:36:29.606Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-09T15:36:29.606Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-09T15:36:29.606Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-09T15:36:29.606Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-09T15:36:29.606Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-09T15:36:29.606Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-09T15:36:29.606Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-09T15:36:29.606Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-09T15:36:29.606Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-09T15:36:29.606Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-09T15:36:29.606Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-09T15:36:29.606Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-09T15:36:29.606Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-09T15:36:29.606Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-09T15:36:29.868Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T15:36:29.868Z] OK: 71 MiB in 55 packages [2021-02-09T15:36:38.031Z] Removing intermediate container 738416eff9f2 [2021-02-09T15:36:38.031Z] ---> ff5afcc4acc0 [2021-02-09T15:36:38.031Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-09T15:36:38.295Z] ---> Running in 95e19465ccfd [2021-02-09T15:36:39.689Z] Collecting docker-compose==1.23.2 [2021-02-09T15:36:39.689Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-09T15:36:39.689Z] Collecting docopt<0.7,>=0.6.1 [2021-02-09T15:36:39.953Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-09T15:36:40.527Z] Collecting texttable<0.10,>=0.9.0 [2021-02-09T15:36:40.527Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-09T15:36:40.789Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-09T15:36:41.052Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-09T15:36:41.052Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-09T15:36:41.314Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-09T15:36:41.314Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-09T15:36:41.314Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-09T15:36:41.314Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-09T15:36:42.261Z] Collecting PyYAML<4,>=3.10 [2021-02-09T15:36:42.261Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-09T15:36:42.835Z] Collecting cached-property<2,>=1.2.0 [2021-02-09T15:36:42.835Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-09T15:36:43.098Z] Collecting docker<4.0,>=3.6.0 [2021-02-09T15:36:43.098Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-09T15:36:43.364Z] Collecting jsonschema<3,>=2.5.1 [2021-02-09T15:36:43.364Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-09T15:36:43.364Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-09T15:36:43.364Z] Collecting idna<2.8,>=2.5 [2021-02-09T15:36:43.364Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-09T15:36:43.364Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-09T15:36:43.626Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-09T15:36:43.626Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-09T15:36:43.626Z] Collecting docker-pycreds>=0.4.0 [2021-02-09T15:36:43.888Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-09T15:36:43.888Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-09T15:36:43.888Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-09T15:36:43.888Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-09T15:36:43.888Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-09T15:36:43.888Z] Installing collected packages: docopt, texttable, idna, urllib3, requests, websocket-client, dockerpty, PyYAML, cached-property, docker-pycreds, docker, jsonschema, docker-compose [2021-02-09T15:36:43.888Z] Running setup.py install for docopt: started [2021-02-09T15:36:44.841Z] Running setup.py install for docopt: finished with status 'done' [2021-02-09T15:36:44.841Z] Running setup.py install for texttable: started [2021-02-09T15:36:45.420Z] Running setup.py install for texttable: finished with status 'done' [2021-02-09T15:36:45.420Z] Attempting uninstall: idna [2021-02-09T15:36:45.420Z] Found existing installation: idna 2.9 [2021-02-09T15:36:45.420Z] Uninstalling idna-2.9: [2021-02-09T15:36:45.420Z] Successfully uninstalled idna-2.9 [2021-02-09T15:36:45.689Z] Attempting uninstall: urllib3 [2021-02-09T15:36:45.689Z] Found existing installation: urllib3 1.25.9 [2021-02-09T15:36:45.689Z] Uninstalling urllib3-1.25.9: [2021-02-09T15:36:45.689Z] Successfully uninstalled urllib3-1.25.9 [2021-02-09T15:36:45.952Z] Attempting uninstall: requests [2021-02-09T15:36:45.952Z] Found existing installation: requests 2.23.0 [2021-02-09T15:36:45.952Z] Uninstalling requests-2.23.0: [2021-02-09T15:36:45.952Z] Successfully uninstalled requests-2.23.0 [2021-02-09T15:36:46.214Z] Running setup.py install for dockerpty: started [2021-02-09T15:36:46.477Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-09T15:36:46.477Z] Running setup.py install for PyYAML: started [2021-02-09T15:36:47.051Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-09T15:36:47.626Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-09T15:36:50.941Z] Removing intermediate container 95e19465ccfd [2021-02-09T15:36:50.941Z] ---> 77a1b9d20334 [2021-02-09T15:36:50.941Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-09T15:36:50.941Z] ---> Running in 545c2adff09c [2021-02-09T15:36:50.941Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T15:36:51.205Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T15:36:51.205Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T15:36:51.205Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-09T15:36:51.205Z] (3/3) Installing curl (7.69.1-r3) [2021-02-09T15:36:51.205Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T15:36:51.205Z] OK: 72 MiB in 58 packages [2021-02-09T15:36:51.779Z] Removing intermediate container 545c2adff09c [2021-02-09T15:36:51.780Z] ---> d7af6cbf6480 [2021-02-09T15:36:51.780Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-09T15:36:51.780Z] ---> Running in 64d229861599 [2021-02-09T15:36:52.043Z] Removing intermediate container 64d229861599 [2021-02-09T15:36:52.043Z] ---> 0c1ea23c4333 [2021-02-09T15:36:52.043Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T15:36:52.043Z] ---> Running in c0826b76de8a [2021-02-09T15:36:52.305Z] Removing intermediate container c0826b76de8a [2021-02-09T15:36:52.305Z] ---> 3d08bc16dd01 [2021-02-09T15:36:52.305Z] Step 24/26 : LABEL arch=x86_64 [2021-02-09T15:36:52.305Z] ---> Running in 7cd6b8fdae7d [2021-02-09T15:36:52.305Z] Removing intermediate container 7cd6b8fdae7d [2021-02-09T15:36:52.305Z] ---> 050d116af0eb [2021-02-09T15:36:52.305Z] Step 25/26 : LABEL git_sha=266ed883c0884e7f732e2f5dbbce128779779a07 [2021-02-09T15:36:52.568Z] ---> Running in f6a201e55d5c [2021-02-09T15:36:52.568Z] Removing intermediate container f6a201e55d5c [2021-02-09T15:36:52.568Z] ---> 2003f6e643fc [2021-02-09T15:36:52.568Z] Step 26/26 : LABEL version=0.0.0 [2021-02-09T15:36:52.830Z] ---> Running in e11bd5b9d430 [2021-02-09T15:36:52.830Z] Removing intermediate container e11bd5b9d430 [2021-02-09T15:36:52.830Z] ---> 7fa9f70cc084 [2021-02-09T15:36:52.830Z] [2021-02-09T15:36:53.093Z] Successfully built 7fa9f70cc084 [2021-02-09T15:36:53.093Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-09T15:36:54.056Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-09T15:36:54.063Z] $ docker stop --time=1 ef4127e31d035e0d62aa18cd9ad95d5e0c9deb5f303fda01c8b282a8300e19a9 [2021-02-09T15:36:54.074Z] gofmt -l . [2021-02-09T15:36:54.074Z] [ "`gofmt -l .`" = "" ] [2021-02-09T15:36:54.074Z] ./bin/test-go-mod-tidy.sh [2021-02-09T15:36:54.074Z] ./bin/test-attribution-txt.sh [2021-02-09T15:36:55.600Z] $ docker rm -f ef4127e31d035e0d62aa18cd9ad95d5e0c9deb5f303fda01c8b282a8300e19a9 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh [2021-02-09T15:36:56.111Z] + docker images [2021-02-09T15:36:56.112Z] + grep docker [2021-02-09T15:36:56.377Z] docker-sys-mgmt-agent-go latest 7fa9f70cc084 4 seconds ago 313MB [2021-02-09T15:36:56.377Z] docker-security-proxy-setup-go latest 0d41070a037b 32 seconds ago 24.4MB [2021-02-09T15:36:56.377Z] docker-core-command-go latest bee0223645ee 33 seconds ago 16.9MB [2021-02-09T15:36:56.377Z] docker-core-metadata-go latest 238f1435e92d 33 seconds ago 18.8MB [2021-02-09T15:36:56.377Z] docker-security-bootstrapper-go latest 18f8f5c002dd About a minute ago 17.9MB [2021-02-09T15:36:56.377Z] docker-core-data-go latest 628f10d32f0b 2 minutes ago 22.3MB [2021-02-09T15:36:56.377Z] docker-security-secretstore-setup-go latest 1e98adf997c1 2 minutes ago 24.6MB [2021-02-09T15:36:56.377Z] docker-support-scheduler-go latest b930713c4231 2 minutes ago 17MB [2021-02-09T15:36:56.377Z] docker-support-notifications-go latest 085a24fcd5b4 2 minutes ago 17.6MB [2021-02-09T15:36:56.377Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-02-09T15:36:56.493Z] + ls -al . [2021-02-09T15:36:56.493Z] total 724 [2021-02-09T15:36:56.493Z] drwxrwxr-x 9 1001 1001 4096 Feb 9 15:36 . [2021-02-09T15:36:56.493Z] drwxr-xr-x 4 root root 4096 Feb 9 15:32 .. [2021-02-09T15:36:56.493Z] -rw-rw-r-- 1 1001 1001 11 Feb 9 15:31 .dockerignore [2021-02-09T15:36:56.493Z] drwxrwxr-x 8 1001 1001 4096 Feb 9 15:31 .git [2021-02-09T15:36:56.493Z] drwxrwxr-x 3 1001 1001 4096 Feb 9 15:31 .github [2021-02-09T15:36:56.493Z] -rw-rw-r-- 1 1001 1001 818 Feb 9 15:31 .gitignore [2021-02-09T15:36:56.493Z] -rw-rw-r-- 1 1001 1001 166 Feb 9 15:31 .sonarcloud.properties [2021-02-09T15:36:56.493Z] -rw-rw-r-- 1 1001 1001 7859 Feb 9 15:31 Attribution.txt [2021-02-09T15:36:56.493Z] -rw-rw-r-- 1 1001 1001 3804 Feb 9 15:31 CONTRIBUTING.md [2021-02-09T15:36:56.493Z] -rw-rw-r-- 1 1001 1001 931 Feb 9 15:31 Dockerfile.build [2021-02-09T15:36:56.493Z] -rw-rw-r-- 1 1001 1001 863 Feb 9 15:31 Jenkinsfile [2021-02-09T15:36:56.493Z] -rw-rw-r-- 1 1001 1001 10775 Feb 9 15:31 LICENSE [2021-02-09T15:36:56.493Z] -rw-rw-r-- 1 1001 1001 5774 Feb 9 15:31 Makefile [2021-02-09T15:36:56.493Z] -rw-rw-r-- 1 1001 1001 6524 Feb 9 15:31 README.md [2021-02-09T15:36:56.493Z] -rw-rw-r-- 1 1001 1001 6755 Feb 9 15:31 SECURITY.md [2021-02-09T15:36:56.493Z] -rw-rw-r-- 1 1001 1001 5 Feb 9 15:28 VERSION [2021-02-09T15:36:56.493Z] -rw-rw-r-- 1 1001 1001 4131 Feb 9 15:31 ZMQWindows.md [2021-02-09T15:36:56.493Z] drwxrwxr-x 2 1001 1001 4096 Feb 9 15:31 bin [2021-02-09T15:36:56.493Z] drwxrwxr-x 14 1001 1001 4096 Feb 9 15:31 cmd [2021-02-09T15:36:56.493Z] -rw-r--r-- 1 root root 592672 Feb 9 15:35 coverage.out [2021-02-09T15:36:56.493Z] -rw-r--r-- 1 root root 1054 Feb 9 15:36 go.mod [2021-02-09T15:36:56.493Z] -rw-r--r-- 1 root root 19290 Feb 9 15:36 go.sum [2021-02-09T15:36:56.493Z] drwxrwxr-x 8 1001 1001 4096 Feb 9 15:31 internal [2021-02-09T15:36:56.493Z] drwxrwxr-x 4 1001 1001 4096 Feb 9 15:31 openapi [2021-02-09T15:36:56.493Z] drwxrwxr-x 4 1001 1001 4096 Feb 9 15:31 snap [2021-02-09T15:36:56.493Z] -rw-rw-r-- 1 1001 1001 168 Feb 9 15:31 version.go [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-02-09T15:36:57.227Z] + '[' -e coverage.out ] [2021-02-09T15:36:57.227Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-09T15:36:57.293Z] Warning: overwriting stash ‘coverage-report’ [2021-02-09T15:36:58.473Z] Stashed 1 file(s) [Pipeline] sh [2021-02-09T15:36:59.122Z] + make build [2021-02-09T15:36:59.122Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-09T15:37:09.293Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-09T15:37:12.177Z] Still waiting to schedule task [2021-02-09T15:37:12.177Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-09T15:37:31.486Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-09T15:37:35.792Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-09T15:37:41.215Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-09T15:37:42.651Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-09T15:37:46.975Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-09T15:37:52.387Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-09T15:37:55.785Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-09T15:37:59.177Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-09T15:38:03.551Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-09T15:38:03.772Z] Running on prd-ubuntu18.04-docker-8c-8g-25789 in /w/workspace/edgexfoundry_edgex-go_PR-3147 [Pipeline] { [Pipeline] ws [2021-02-09T15:38:03.828Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-02-09T15:38:06.164Z] using credential edgex-jenkins-ssh [2021-02-09T15:38:06.221Z] Cloning the remote Git repository [2021-02-09T15:38:06.247Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-09T15:38:06.961Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-09T15:38:06.315Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-02-09T15:38:06.344Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-09T15:38:06.344Z] > git --version # timeout=10 [2021-02-09T15:38:06.358Z] > git --version # 'git version 2.17.1' [2021-02-09T15:38:06.359Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T15:38:06.384Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T15:38:13.711Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-09T15:38:13.717Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T15:38:13.728Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-09T15:38:13.740Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-09T15:38:13.740Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T15:38:13.744Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3147/head:refs/remotes/origin/PR-3147 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] } [2021-02-09T15:38:13.808Z] $ docker stop --time=1 d94bce77cba008cf219706ed2943c795d016ffbdc6c714d0cf1d3163dc6cbaf9 [2021-02-09T15:38:14.399Z] Merging remotes/origin/master commit cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 into PR head commit 266ed883c0884e7f732e2f5dbbce128779779a07 [2021-02-09T15:38:14.568Z] Merge succeeded, producing 266ed883c0884e7f732e2f5dbbce128779779a07 [2021-02-09T15:38:14.568Z] Checking out Revision 266ed883c0884e7f732e2f5dbbce128779779a07 (PR-3147) [2021-02-09T15:38:14.407Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T15:38:14.412Z] > git checkout -f 266ed883c0884e7f732e2f5dbbce128779779a07 # timeout=10 [2021-02-09T15:38:14.538Z] > git remote # timeout=10 [2021-02-09T15:38:14.544Z] > git config --get remote.origin.url # timeout=10 [2021-02-09T15:38:14.549Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T15:38:14.553Z] > git merge cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 # timeout=10 [2021-02-09T15:38:14.562Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-09T15:38:14.570Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T15:38:14.574Z] > git checkout -f 266ed883c0884e7f732e2f5dbbce128779779a07 # timeout=10 [2021-02-09T15:38:16.420Z] $ docker rm -f d94bce77cba008cf219706ed2943c795d016ffbdc6c714d0cf1d3163dc6cbaf9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T15:38:18.292Z] Commit message: "feat(security): Remove Writable from security services" [2021-02-09T15:38:18.532Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-09T15:38:18.532Z] [2021-02-09T15:38:18.532Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-09T15:38:18.976Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-09T15:38:19.273Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-09T15:38:19.273Z] 29e5d40040c1: Pulling fs layer [2021-02-09T15:38:19.273Z] 1ce36da41761: Pulling fs layer [2021-02-09T15:38:19.273Z] 25b303627fd3: Pulling fs layer [2021-02-09T15:38:19.552Z] + echo snap-build.sh [2021-02-09T15:38:19.553Z] snap-build.sh [2021-02-09T15:38:19.553Z] + SNAP_BASE_DIR=. [2021-02-09T15:38:19.553Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2021-02-09T15:38:19.553Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2021-02-09T15:38:19.553Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2021-02-09T15:38:19.553Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2021-02-09T15:38:19.553Z] + cd /w/workspace/edgex-go/4 [2021-02-09T15:38:19.553Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-09T15:38:19.553Z] Reading package lists... [2021-02-09T15:38:19.815Z] Building dependency tree... [2021-02-09T15:38:19.815Z] Reading state information... [2021-02-09T15:38:19.815Z] The following packages were automatically installed and are no longer required: [2021-02-09T15:38:19.815Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-09T15:38:19.815Z] uidmap xdelta3 [2021-02-09T15:38:19.815Z] Use 'sudo apt autoremove' to remove them. [2021-02-09T15:38:19.872Z] 29e5d40040c1: Verifying Checksum [2021-02-09T15:38:19.872Z] 29e5d40040c1: Download complete [2021-02-09T15:38:20.091Z] The following packages will be REMOVED: [2021-02-09T15:38:20.091Z] lxd* lxd-client* [2021-02-09T15:38:20.354Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-09T15:38:20.354Z] After this operation, 31.7 MB disk space will be freed. [2021-02-09T15:38:20.479Z] 1ce36da41761: Verifying Checksum [2021-02-09T15:38:20.479Z] 1ce36da41761: Download complete [2021-02-09T15:38:20.479Z] 29e5d40040c1: Pull complete [2021-02-09T15:38:21.663Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-02-09T15:38:21.663Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-09T15:38:21.919Z] 1ce36da41761: Pull complete [2021-02-09T15:38:22.517Z] 25b303627fd3: Download complete [2021-02-09T15:38:22.608Z] Removing lxd dnsmasq configuration [2021-02-09T15:38:22.608Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-09T15:38:22.870Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-09T15:38:23.816Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-09T15:38:23.816Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-02-09T15:38:23.816Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-09T15:38:25.202Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-09T15:38:25.463Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-09T15:38:26.850Z] + sudo snap remove --purge lxd [2021-02-09T15:38:27.112Z] snap "lxd" is not installed [2021-02-09T15:38:27.112Z] + sudo groupadd --force --system lxd [2021-02-09T15:38:27.112Z] ++ whoami [2021-02-09T15:38:27.112Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-09T15:38:27.391Z] + newgrp - lxd [2021-02-09T15:38:27.391Z] + sudo snap install lxd [2021-02-09T15:38:32.660Z] 25b303627fd3: Pull complete [2021-02-09T15:38:32.660Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-09T15:38:32.660Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-09T15:38:32.660Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-09T15:38:32.945Z] prd-ubuntu18.04-docker-arm64-4c-16g-25788 does not seem to be running inside a container [2021-02-09T15:38:33.041Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-09T15:38:35.535Z] 2021-02-09T15:38:33Z INFO Waiting for automatic snapd restart... [2021-02-09T15:38:36.121Z] $ docker top f1133ff02e26aa288611dfcf1552f0151b54b42c73f6c2d1e723335d78498496 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T15:38:37.153Z] + grep parallel [2021-02-09T15:38:37.153Z] + docker-compose build --help [2021-02-09T15:38:40.526Z] --parallel Build images in parallel. [Pipeline] } [2021-02-09T15:38:40.812Z] $ docker stop --time=1 f1133ff02e26aa288611dfcf1552f0151b54b42c73f6c2d1e723335d78498496 [2021-02-09T15:38:42.747Z] $ docker rm -f f1133ff02e26aa288611dfcf1552f0151b54b42c73f6c2d1e723335d78498496 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T15:38:43.526Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-09T15:38:43.526Z] . [Pipeline] withDockerContainer [2021-02-09T15:38:43.785Z] prd-ubuntu18.04-docker-arm64-4c-16g-25788 does not seem to be running inside a container [2021-02-09T15:38:43.857Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-09T15:38:45.279Z] $ docker top 2b1b979681839741890483c006eb3fa7a31414134fd5dcaceb7734ad37670b0c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T15:38:46.312Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-09T15:38:50.603Z] Building docker-core-command-go ... [2021-02-09T15:38:50.603Z] Building docker-core-data-go ... [2021-02-09T15:38:50.603Z] Building docker-core-metadata-go ... [2021-02-09T15:38:50.603Z] Building docker-security-bootstrapper-go ... [2021-02-09T15:38:50.603Z] Building docker-security-proxy-setup-go ... [2021-02-09T15:38:50.603Z] Building docker-security-secretstore-setup-go ... [2021-02-09T15:38:50.603Z] Building docker-support-notifications-go ... [2021-02-09T15:38:50.603Z] Building docker-support-scheduler-go ... [2021-02-09T15:38:50.603Z] Building docker-sys-mgmt-agent-go ... [2021-02-09T15:38:50.603Z] Building docker-sys-mgmt-agent-go [2021-02-09T15:38:50.603Z] Building docker-security-bootstrapper-go [2021-02-09T15:38:50.603Z] Building docker-security-secretstore-setup-go [2021-02-09T15:38:50.603Z] Building docker-core-metadata-go [2021-02-09T15:38:50.603Z] Building docker-security-proxy-setup-go [2021-02-09T15:39:07.717Z] lxd 4.11 from Canonical* installed [2021-02-09T15:39:07.717Z] + sudo lxd init --auto [2021-02-09T15:39:11.955Z] + sudo snap install --classic snapcraft [2021-02-09T15:39:33.956Z] snapcraft 4.4.4 from Canonical* installed [2021-02-09T15:39:33.956Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-09T15:39:33.956Z] + patch --verbose -p1 [2021-02-09T15:39:33.956Z] Hmm... Looks like a unified diff to me... [2021-02-09T15:39:33.956Z] The text leading up to this was: [2021-02-09T15:39:33.956Z] -------------------------- [2021-02-09T15:39:33.956Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-09T15:39:33.956Z] |From: Tony Espy [2021-02-09T15:39:33.956Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-09T15:39:33.956Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-09T15:39:33.956Z] | [2021-02-09T15:39:33.956Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-09T15:39:33.956Z] |optimize the snap CI check run for pull requests. When [2021-02-09T15:39:33.956Z] |applied, it essentially strips out everything (apps and [2021-02-09T15:39:33.956Z] |parts) from the snapcraft.yaml file except those required [2021-02-09T15:39:33.956Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-09T15:39:33.956Z] |catch changes to edgex-go that break the snap build. [2021-02-09T15:39:33.956Z] | [2021-02-09T15:39:33.956Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-09T15:39:33.956Z] |to update this patch file, otherwise it may fail to apply, [2021-02-09T15:39:33.956Z] |resulting in a failed snap build CI check in the associated [2021-02-09T15:39:33.956Z] |pull request. [2021-02-09T15:39:33.956Z] | [2021-02-09T15:39:33.956Z] |Note - in addition to applying this patch, the pipeline also [2021-02-09T15:39:33.956Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-09T15:39:33.956Z] |need to build the finally binary .snap file (and it won't [2021-02-09T15:39:33.956Z] |work with the patch applied). This further reduces the build [2021-02-09T15:39:33.956Z] |time. [2021-02-09T15:39:33.956Z] |--- [2021-02-09T15:39:33.956Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-09T15:39:33.956Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-09T15:39:33.956Z] | [2021-02-09T15:39:33.956Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-09T15:39:33.956Z] |index 1e537489..faf42425 100644 [2021-02-09T15:39:33.956Z] |--- a/snap/snapcraft.yaml [2021-02-09T15:39:33.956Z] |+++ b/snap/snapcraft.yaml [2021-02-09T15:39:33.956Z] -------------------------- [2021-02-09T15:39:33.956Z] patching file snap/snapcraft.yaml [2021-02-09T15:39:33.956Z] Using Plan A... [2021-02-09T15:39:33.956Z] Hunk #1 succeeded at 73. [2021-02-09T15:39:33.956Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-02-09T15:39:33.956Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-02-09T15:39:33.956Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-02-09T15:39:33.956Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-02-09T15:39:33.956Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-02-09T15:39:33.956Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-02-09T15:39:33.956Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-02-09T15:39:33.956Z] Hmm... Ignoring the trailing garbage. [2021-02-09T15:39:33.956Z] done [2021-02-09T15:39:33.956Z] + sudo snapcraft prime --use-lxd [2021-02-09T15:39:33.956Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-09T15:39:33.956Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-02-09T15:39:33.956Z] - README.md [2021-02-09T15:39:33.956Z] - snapcraft.yaml.orig [2021-02-09T15:39:33.956Z] [2021-02-09T15:39:33.956Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-09T15:39:33.956Z] Launching a container. [2021-02-09T15:39:48.899Z] Waiting for container to be ready [2021-02-09T15:39:48.899Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-09T15:39:48.899Z] [2021-02-09T15:39:50.826Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-09T15:39:51.088Z] Waiting for network to be ready... [2021-02-09T15:39:51.660Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-09T15:39:51.660Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-09T15:39:52.234Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1543 kB] [2021-02-09T15:39:52.234Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-09T15:39:52.234Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-09T15:39:52.496Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-09T15:39:52.496Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-09T15:39:52.496Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-09T15:39:52.496Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-09T15:39:52.496Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-09T15:39:52.496Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-09T15:39:52.496Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-09T15:39:52.496Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-09T15:39:52.496Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-09T15:39:52.496Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-09T15:39:52.496Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-09T15:39:52.496Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1108 kB] [2021-02-09T15:39:52.496Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-09T15:39:52.758Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-09T15:39:52.758Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1883 kB] [2021-02-09T15:39:53.020Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-09T15:39:53.020Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-09T15:39:53.020Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-09T15:39:53.020Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-09T15:39:53.020Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-09T15:39:53.020Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1717 kB] [2021-02-09T15:39:53.020Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-09T15:39:57.244Z] Fetched 23.9 MB in 6s (4093 kB/s) [2021-02-09T15:39:58.597Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T15:39:58.598Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-09T15:39:58.598Z] ---> 353060a360f1 [2021-02-09T15:39:58.598Z] Step 3/21 : WORKDIR /edgex-go [2021-02-09T15:39:58.636Z] Reading package lists... [2021-02-09T15:39:58.897Z] Reading package lists... [2021-02-09T15:39:58.897Z] Building dependency tree... [2021-02-09T15:39:58.897Z] Reading state information... [2021-02-09T15:39:59.160Z] The following additional packages will be installed: [2021-02-09T15:39:59.160Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-09T15:39:59.160Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-09T15:39:59.160Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-09T15:39:59.160Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-09T15:39:59.160Z] Suggested packages: [2021-02-09T15:39:59.160Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-09T15:39:59.160Z] Recommended packages: [2021-02-09T15:39:59.160Z] gnupg libsasl2-modules [2021-02-09T15:39:59.160Z] The following NEW packages will be installed: [2021-02-09T15:39:59.160Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-09T15:39:59.160Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-09T15:39:59.160Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-09T15:39:59.160Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-09T15:39:59.160Z] The following packages will be upgraded: [2021-02-09T15:39:59.160Z] gpg gpg-agent gpgconf libudev1 [2021-02-09T15:39:59.160Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-09T15:39:59.160Z] Need to get 3532 kB of archives. [2021-02-09T15:39:59.160Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-09T15:39:59.160Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-09T15:39:59.213Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T15:39:59.422Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-09T15:39:59.422Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-09T15:39:59.422Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-02-09T15:39:59.422Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-02-09T15:39:59.422Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] [2021-02-09T15:39:59.422Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] [2021-02-09T15:39:59.422Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-09T15:39:59.422Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-09T15:39:59.535Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-09T15:39:59.535Z] ---> 353060a360f1 [2021-02-09T15:39:59.535Z] Step 3/24 : WORKDIR /edgex-go [2021-02-09T15:39:59.535Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T15:39:59.535Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T15:39:59.535Z] ---> 353060a360f1 [2021-02-09T15:39:59.535Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T15:39:59.535Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T15:39:59.535Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-09T15:39:59.535Z] ---> 353060a360f1 [2021-02-09T15:39:59.535Z] Step 3/30 : WORKDIR /edgex-go [2021-02-09T15:39:59.684Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-09T15:39:59.824Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T15:39:59.824Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-09T15:39:59.824Z] ---> 353060a360f1 [2021-02-09T15:39:59.824Z] Step 3/26 : WORKDIR /edgex-go [2021-02-09T15:40:00.259Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-09T15:40:00.259Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-09T15:40:00.259Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-09T15:40:00.259Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-09T15:40:00.259Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-09T15:40:00.259Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-09T15:40:00.259Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-09T15:40:00.259Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-09T15:40:00.259Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-09T15:40:00.259Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-09T15:40:00.259Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-09T15:40:00.259Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-09T15:40:00.523Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-09T15:40:00.523Z] Fetched 3532 kB in 1s (3220 kB/s) [2021-02-09T15:40:00.523Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-09T15:40:00.523Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-09T15:40:00.523Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-09T15:40:00.786Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-09T15:40:00.786Z] Selecting previously unselected package udev. [2021-02-09T15:40:00.786Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-09T15:40:00.786Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-09T15:40:00.786Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-09T15:40:01.050Z] Selecting previously unselected package libfuse2:amd64. [2021-02-09T15:40:01.050Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-09T15:40:01.050Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-09T15:40:01.050Z] Selecting previously unselected package fuse. [2021-02-09T15:40:01.050Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-09T15:40:01.050Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-09T15:40:01.312Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-09T15:40:01.312Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-09T15:40:01.312Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-09T15:40:01.312Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-09T15:40:01.575Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-09T15:40:01.575Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-09T15:40:01.575Z] Selecting previously unselected package libksba8:amd64. [2021-02-09T15:40:01.575Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-09T15:40:01.575Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-09T15:40:01.837Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-09T15:40:01.837Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T15:40:01.837Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T15:40:01.837Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-09T15:40:01.837Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T15:40:01.837Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T15:40:01.837Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-09T15:40:01.837Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T15:40:02.100Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T15:40:02.100Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-09T15:40:02.100Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T15:40:02.100Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T15:40:02.100Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-09T15:40:02.100Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T15:40:02.100Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T15:40:02.363Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-09T15:40:02.363Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T15:40:02.363Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T15:40:02.363Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-09T15:40:02.363Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T15:40:02.363Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T15:40:02.624Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-09T15:40:02.624Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T15:40:02.624Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T15:40:02.624Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-09T15:40:02.624Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T15:40:02.624Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T15:40:02.624Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-09T15:40:02.624Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-09T15:40:02.624Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-09T15:40:02.887Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-09T15:40:02.887Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-09T15:40:02.887Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-09T15:40:02.887Z] Selecting previously unselected package libldap-common. [2021-02-09T15:40:02.887Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... [2021-02-09T15:40:02.887Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-09T15:40:02.887Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-09T15:40:02.887Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... [2021-02-09T15:40:02.887Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-09T15:40:03.157Z] Selecting previously unselected package dirmngr. [2021-02-09T15:40:03.157Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-09T15:40:03.157Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-09T15:40:03.157Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-09T15:40:03.157Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-09T15:40:03.420Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-09T15:40:03.421Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-09T15:40:03.421Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-09T15:40:03.421Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-09T15:40:03.421Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T15:40:03.421Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-09T15:40:03.421Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-09T15:40:03.682Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-09T15:40:03.945Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-09T15:40:04.135Z] ---> Running in 25911ab7867f [2021-02-09T15:40:04.135Z] ---> Running in ef603845bbdb [2021-02-09T15:40:04.135Z] ---> Running in 679f2c4ff3a6 [2021-02-09T15:40:04.135Z] ---> Running in 308b63d3e404 [2021-02-09T15:40:04.135Z] ---> Running in 37f8383f4a8c [2021-02-09T15:40:04.208Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T15:40:04.208Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-09T15:40:04.208Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-09T15:40:04.208Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-09T15:40:04.208Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T15:40:04.208Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T15:40:04.406Z] Removing intermediate container 679f2c4ff3a6 [2021-02-09T15:40:04.406Z] ---> ffd2b4c4afcb [2021-02-09T15:40:04.407Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T15:40:04.478Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T15:40:04.478Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T15:40:04.478Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T15:40:04.478Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T15:40:04.478Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T15:40:04.683Z] Removing intermediate container ef603845bbdb [2021-02-09T15:40:04.684Z] ---> c4b67bf773e3 [2021-02-09T15:40:04.684Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T15:40:04.684Z] Removing intermediate container 308b63d3e404 [2021-02-09T15:40:04.684Z] ---> 6ab5b3552319 [2021-02-09T15:40:04.684Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T15:40:04.684Z] Removing intermediate container 25911ab7867f [2021-02-09T15:40:04.684Z] ---> 83b09f4ad4a7 [2021-02-09T15:40:04.684Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T15:40:04.684Z] Removing intermediate container 37f8383f4a8c [2021-02-09T15:40:04.684Z] ---> a6e71e65a6e0 [2021-02-09T15:40:04.684Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T15:40:04.742Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-09T15:40:04.957Z] ---> Running in 25b770ea71ae [2021-02-09T15:40:04.957Z] ---> Running in 2ac98dce2a95 [2021-02-09T15:40:04.957Z] ---> Running in 95929d5b5898 [2021-02-09T15:40:04.957Z] ---> Running in 73323577e59a [2021-02-09T15:40:04.957Z] ---> Running in 6e9ed6a62125 [2021-02-09T15:40:05.006Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-09T15:40:05.006Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-09T15:40:05.580Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-09T15:40:05.580Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-09T15:40:05.580Z] This means they are not meant to be enabled using systemctl. [2021-02-09T15:40:05.580Z] Possible reasons for having this kind of units are: [2021-02-09T15:40:05.580Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-09T15:40:05.580Z] .wants/ or .requires/ directory. [2021-02-09T15:40:05.580Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-09T15:40:05.580Z] a requirement dependency on it. [2021-02-09T15:40:05.581Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-09T15:40:05.581Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-09T15:40:05.581Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-09T15:40:05.581Z] instance name specified. [2021-02-09T15:40:05.843Z] Reading package lists... [2021-02-09T15:40:06.104Z] Building dependency tree... [2021-02-09T15:40:06.104Z] Reading state information... [2021-02-09T15:40:06.104Z] The following additional packages will be installed: [2021-02-09T15:40:06.104Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-09T15:40:06.104Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-09T15:40:06.104Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-09T15:40:06.104Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-09T15:40:06.104Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-09T15:40:06.104Z] Suggested packages: [2021-02-09T15:40:06.104Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-09T15:40:06.104Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-09T15:40:06.104Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-09T15:40:06.104Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-09T15:40:06.104Z] systemd-container policykit-1 [2021-02-09T15:40:06.104Z] Recommended packages: [2021-02-09T15:40:06.104Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-09T15:40:06.104Z] The following NEW packages will be installed: [2021-02-09T15:40:06.105Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-09T15:40:06.105Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-09T15:40:06.105Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-09T15:40:06.105Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-09T15:40:06.105Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-09T15:40:06.105Z] The following packages will be upgraded: [2021-02-09T15:40:06.105Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-09T15:40:06.366Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-09T15:40:06.366Z] Need to get 35.2 MB of archives. [2021-02-09T15:40:06.366Z] After this operation, 141 MB of additional disk space will be used. [2021-02-09T15:40:06.366Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-09T15:40:06.366Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-09T15:40:06.952Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-09T15:40:07.229Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-02-09T15:40:07.229Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-09T15:40:07.229Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-09T15:40:07.229Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-09T15:40:07.229Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-09T15:40:07.229Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-09T15:40:07.229Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-09T15:40:07.229Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-09T15:40:07.229Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-09T15:40:07.229Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-09T15:40:07.229Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-09T15:40:07.229Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-09T15:40:07.229Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-09T15:40:07.229Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-09T15:40:07.229Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-09T15:40:07.492Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-09T15:40:07.492Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-09T15:40:07.492Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-09T15:40:07.492Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-09T15:40:07.492Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-09T15:40:07.492Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-09T15:40:07.492Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-09T15:40:07.492Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-09T15:40:07.492Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-09T15:40:07.492Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-09T15:40:07.492Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-09T15:40:07.492Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-09T15:40:08.401Z] Removing intermediate container 25b770ea71ae [2021-02-09T15:40:08.401Z] ---> 3e287754a120 [2021-02-09T15:40:08.401Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-09T15:40:08.437Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-09T15:40:08.437Z] Fetched 35.2 MB in 2s (16.3 MB/s) [2021-02-09T15:40:08.683Z] Removing intermediate container 95929d5b5898 [2021-02-09T15:40:08.683Z] ---> 23e22bd656ab [2021-02-09T15:40:08.683Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-09T15:40:08.683Z] ---> Running in 3d19638e98c8 [2021-02-09T15:40:08.699Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-09T15:40:08.699Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-09T15:40:08.699Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-09T15:40:08.963Z] Removing intermediate container 2ac98dce2a95 [2021-02-09T15:40:08.964Z] ---> 7d8c6ee0fcd5 [2021-02-09T15:40:08.964Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-09T15:40:09.241Z] ---> Running in 4889fa72df84 [2021-02-09T15:40:09.241Z] ---> Running in f8aa4a56f5e7 [2021-02-09T15:40:09.528Z] Removing intermediate container 73323577e59a [2021-02-09T15:40:09.528Z] ---> 1d6b168ed9c1 [2021-02-09T15:40:09.528Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-09T15:40:09.643Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-09T15:40:09.644Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-09T15:40:09.644Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-09T15:40:09.644Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-09T15:40:09.644Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-09T15:40:09.801Z] ---> Running in b183919841de [2021-02-09T15:40:09.801Z] Removing intermediate container 6e9ed6a62125 [2021-02-09T15:40:09.801Z] ---> 1393de960839 [2021-02-09T15:40:09.801Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-09T15:40:09.906Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-09T15:40:09.906Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-09T15:40:10.085Z] ---> Running in a1112bbdc367 [2021-02-09T15:40:10.167Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-09T15:40:10.167Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-09T15:40:10.167Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-09T15:40:10.429Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-09T15:40:10.429Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-09T15:40:10.687Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T15:40:11.003Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-09T15:40:11.003Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-09T15:40:11.003Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-09T15:40:11.003Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-09T15:40:11.265Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-09T15:40:11.265Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-09T15:40:11.265Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T15:40:11.318Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T15:40:11.318Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T15:40:11.528Z] Selecting previously unselected package libexpat1:amd64. [2021-02-09T15:40:11.528Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-09T15:40:11.528Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-09T15:40:11.607Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T15:40:11.607Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T15:40:11.791Z] Selecting previously unselected package python3.6-minimal. [2021-02-09T15:40:11.791Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-09T15:40:11.791Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T15:40:11.898Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T15:40:11.898Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T15:40:12.053Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-09T15:40:12.053Z] Checking for services that may need to be restarted...done. [2021-02-09T15:40:12.053Z] Checking for services that may need to be restarted...done. [2021-02-09T15:40:12.053Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T15:40:12.185Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T15:40:12.185Z] OK: 217 MiB in 51 packages [2021-02-09T15:40:12.315Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-09T15:40:12.315Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T15:40:12.467Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T15:40:12.467Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T15:40:12.741Z] OK: 217 MiB in 51 packages [2021-02-09T15:40:12.891Z] Selecting previously unselected package python3-minimal. [2021-02-09T15:40:12.891Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-09T15:40:12.891Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-09T15:40:12.891Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-09T15:40:12.891Z] Selecting previously unselected package mime-support. [2021-02-09T15:40:12.891Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-09T15:40:12.891Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-09T15:40:13.018Z] OK: 217 MiB in 51 packages [2021-02-09T15:40:13.153Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-09T15:40:13.153Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-09T15:40:13.153Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-09T15:40:13.153Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-09T15:40:13.153Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-09T15:40:13.153Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T15:40:13.293Z] OK: 217 MiB in 51 packages [2021-02-09T15:40:13.415Z] Selecting previously unselected package python3.6. [2021-02-09T15:40:13.415Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-09T15:40:13.415Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T15:40:13.579Z] OK: 217 MiB in 51 packages [2021-02-09T15:40:13.678Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-09T15:40:13.678Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-09T15:40:13.678Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-09T15:40:13.678Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-09T15:40:13.941Z] Selecting previously unselected package python3. [2021-02-09T15:40:13.941Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-09T15:40:13.941Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-09T15:40:13.941Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-09T15:40:14.186Z] Removing intermediate container 3d19638e98c8 [2021-02-09T15:40:14.186Z] ---> 9c87790e05af [2021-02-09T15:40:14.186Z] Step 6/26 : COPY go.mod . [2021-02-09T15:40:14.203Z] Selecting previously unselected package multiarch-support. [2021-02-09T15:40:14.203Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-09T15:40:14.203Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-09T15:40:14.203Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-09T15:40:14.203Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-09T15:40:14.203Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-09T15:40:14.203Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-09T15:40:14.203Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-09T15:40:14.460Z] Removing intermediate container 4889fa72df84 [2021-02-09T15:40:14.460Z] ---> f7f968dc2a90 [2021-02-09T15:40:14.461Z] Step 6/21 : COPY go.mod . [2021-02-09T15:40:14.465Z] Selecting previously unselected package libbsd0:amd64. [2021-02-09T15:40:14.465Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-09T15:40:14.465Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-09T15:40:14.465Z] Selecting previously unselected package sudo. [2021-02-09T15:40:14.465Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-09T15:40:14.465Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-09T15:40:14.728Z] Selecting previously unselected package apparmor. [2021-02-09T15:40:14.728Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-09T15:40:14.728Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-09T15:40:14.992Z] Selecting previously unselected package libedit2:amd64. [2021-02-09T15:40:14.992Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-09T15:40:14.992Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-09T15:40:15.071Z] ---> 836bdb978b73 [2021-02-09T15:40:15.071Z] Step 7/26 : RUN go mod download [2021-02-09T15:40:15.071Z] Removing intermediate container f8aa4a56f5e7 [2021-02-09T15:40:15.072Z] ---> 36d6ff1333dd [2021-02-09T15:40:15.072Z] Step 6/23 : COPY go.mod . [2021-02-09T15:40:15.351Z] ---> Running in e4d8e48210d1 [2021-02-09T15:40:15.351Z] Removing intermediate container b183919841de [2021-02-09T15:40:15.351Z] ---> f858094e62b4 [2021-02-09T15:40:15.351Z] Step 6/24 : COPY go.mod . [2021-02-09T15:40:15.351Z] Removing intermediate container a1112bbdc367 [2021-02-09T15:40:15.351Z] ---> b97a61079f10 [2021-02-09T15:40:15.351Z] Step 6/30 : COPY go.mod . [2021-02-09T15:40:15.625Z] ---> eaca70f64a54 [2021-02-09T15:40:15.625Z] Step 7/21 : RUN go mod download [2021-02-09T15:40:15.904Z] ---> Running in cfd0afe6aa45 [2021-02-09T15:40:15.939Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-09T15:40:15.939Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-09T15:40:15.939Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T15:40:16.178Z] ---> 8f351e217587 [2021-02-09T15:40:16.178Z] Step 7/23 : RUN go mod download [2021-02-09T15:40:16.201Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-09T15:40:16.201Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-09T15:40:16.201Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T15:40:16.201Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-09T15:40:16.201Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-09T15:40:16.201Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-09T15:40:16.452Z] ---> ca24adcaf38a [2021-02-09T15:40:16.452Z] Step 7/24 : RUN go mod download [2021-02-09T15:40:16.462Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-09T15:40:16.462Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-09T15:40:16.462Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T15:40:16.462Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-09T15:40:16.462Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-09T15:40:16.462Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T15:40:16.723Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-09T15:40:16.724Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-09T15:40:16.724Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-09T15:40:16.724Z] Selecting previously unselected package openssh-client. [2021-02-09T15:40:16.724Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-09T15:40:16.732Z] ---> Running in a438bd3e44bb [2021-02-09T15:40:16.732Z] ---> Running in a94bd6256d51 [2021-02-09T15:40:16.732Z] ---> d7aa30b9fd6f [2021-02-09T15:40:16.732Z] Step 7/30 : RUN go mod download [2021-02-09T15:40:16.986Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-09T15:40:16.986Z] Selecting previously unselected package squashfs-tools. [2021-02-09T15:40:16.986Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-09T15:40:16.986Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-09T15:40:17.002Z] ---> Running in b774a5974225 [2021-02-09T15:40:17.249Z] Selecting previously unselected package snapd. [2021-02-09T15:40:17.249Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-09T15:40:17.249Z] Unpacking snapd (2.48+18.04) ... [2021-02-09T15:40:19.629Z] Removing intermediate container e4d8e48210d1 [2021-02-09T15:40:19.629Z] ---> a213e126cd2f [2021-02-09T15:40:19.629Z] Step 8/26 : COPY . . [2021-02-09T15:40:19.810Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-09T15:40:19.811Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-09T15:40:19.811Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-09T15:40:19.811Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-09T15:40:19.811Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-09T15:40:19.811Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T15:40:19.811Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-09T15:40:19.811Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-09T15:40:19.811Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-09T15:40:20.235Z] Removing intermediate container cfd0afe6aa45 [2021-02-09T15:40:20.236Z] ---> f2ff3d8c4873 [2021-02-09T15:40:20.236Z] Step 8/21 : COPY . . [2021-02-09T15:40:20.757Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-09T15:40:21.019Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-09T15:40:21.019Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-09T15:40:21.019Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T15:40:21.019Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T15:40:21.019Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T15:40:21.697Z] Removing intermediate container a438bd3e44bb [2021-02-09T15:40:21.698Z] ---> 005610f98a3a [2021-02-09T15:40:21.698Z] Step 8/23 : COPY . . [2021-02-09T15:40:21.963Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-09T15:40:21.964Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T15:40:21.964Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-09T15:40:21.964Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-09T15:40:21.964Z] running python rtupdate hooks for python3.6... [2021-02-09T15:40:21.964Z] running python post-rtupdate hooks for python3.6... [2021-02-09T15:40:21.975Z] Removing intermediate container b774a5974225 [2021-02-09T15:40:21.975Z] ---> 2824929c04d4 [2021-02-09T15:40:21.975Z] Step 8/30 : COPY . . [2021-02-09T15:40:22.225Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-09T15:40:22.957Z] Removing intermediate container a94bd6256d51 [2021-02-09T15:40:22.957Z] ---> a27769b9a3d9 [2021-02-09T15:40:22.957Z] Step 8/24 : COPY . . [2021-02-09T15:40:23.614Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-09T15:40:23.876Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T15:40:23.876Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-09T15:40:24.138Z] Setting up snapd (2.48+18.04) ... [2021-02-09T15:40:24.711Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-09T15:40:24.711Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-09T15:40:24.976Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-09T15:40:25.238Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-09T15:40:25.499Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-09T15:40:25.499Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-09T15:40:25.760Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-09T15:40:26.022Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-09T15:40:26.283Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-09T15:40:26.283Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-09T15:40:26.545Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-02-09T15:40:26.545Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-09T15:40:26.545Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-09T15:40:27.935Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-09T15:40:27.935Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-09T15:40:27.935Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-09T15:40:29.585Z] Reading package lists... [2021-02-09T15:40:29.847Z] Reading package lists... [2021-02-09T15:40:30.109Z] Building dependency tree... [2021-02-09T15:40:30.109Z] Reading state information... [2021-02-09T15:40:30.109Z] Calculating upgrade... [2021-02-09T15:40:30.371Z] The following packages will be upgraded: [2021-02-09T15:40:30.371Z] advancecomp base-files bash binutils binutils-common [2021-02-09T15:40:30.371Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-09T15:40:30.371Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-09T15:40:30.371Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-09T15:40:30.371Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-09T15:40:30.371Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-09T15:40:30.371Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-09T15:40:30.371Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-09T15:40:30.371Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-09T15:40:30.371Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-09T15:40:30.371Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-09T15:40:30.371Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-09T15:40:30.371Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-09T15:40:30.371Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-09T15:40:30.371Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-09T15:40:30.371Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-09T15:40:30.371Z] Need to get 63.8 MB of archives. [2021-02-09T15:40:30.371Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-09T15:40:30.371Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-09T15:40:30.371Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-09T15:40:30.632Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-09T15:40:30.633Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-09T15:40:30.633Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-09T15:40:30.633Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-09T15:40:30.633Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-09T15:40:30.633Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-09T15:40:30.633Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-02-09T15:40:30.633Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-09T15:40:30.633Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-09T15:40:30.633Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-09T15:40:30.633Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-09T15:40:30.633Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-09T15:40:30.633Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-09T15:40:30.633Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-09T15:40:30.633Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-09T15:40:30.633Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-09T15:40:30.633Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-09T15:40:30.633Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-09T15:40:30.633Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-09T15:40:30.633Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-09T15:40:30.633Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-09T15:40:30.633Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-09T15:40:30.633Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-09T15:40:30.633Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-09T15:40:30.633Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-09T15:40:30.633Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-09T15:40:30.633Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-09T15:40:30.633Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-09T15:40:30.633Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-09T15:40:30.897Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-09T15:40:30.897Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-09T15:40:30.897Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-09T15:40:30.897Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-09T15:40:30.897Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-09T15:40:30.897Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-09T15:40:30.897Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-09T15:40:30.897Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-09T15:40:30.897Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-09T15:40:30.897Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-09T15:40:30.897Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-09T15:40:30.897Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-09T15:40:30.897Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-09T15:40:30.897Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-09T15:40:30.897Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-09T15:40:30.897Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-09T15:40:30.897Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-09T15:40:30.897Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-09T15:40:30.897Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-09T15:40:30.897Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-09T15:40:30.897Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-09T15:40:30.897Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-09T15:40:30.897Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-09T15:40:30.897Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-09T15:40:30.897Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-09T15:40:31.160Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-09T15:40:31.423Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-09T15:40:31.423Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-09T15:40:31.423Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-09T15:40:31.423Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-09T15:40:31.423Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-09T15:40:31.423Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-09T15:40:31.423Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-09T15:40:31.423Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-09T15:40:31.423Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-09T15:40:31.423Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-09T15:40:31.423Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-09T15:40:31.423Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-09T15:40:31.423Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-09T15:40:31.423Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-09T15:40:31.424Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-09T15:40:31.424Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-09T15:40:31.424Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-09T15:40:31.424Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-09T15:40:31.685Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-09T15:40:31.685Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-09T15:40:31.685Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-09T15:40:31.685Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-09T15:40:31.685Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-09T15:40:31.685Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-09T15:40:31.685Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-09T15:40:31.685Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-02-09T15:40:31.685Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-09T15:40:31.685Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-09T15:40:31.685Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-09T15:40:31.685Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-09T15:40:31.685Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-09T15:40:31.685Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-09T15:40:31.947Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-09T15:40:31.947Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-09T15:40:31.947Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-09T15:40:31.947Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-02-09T15:40:31.947Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-09T15:40:31.947Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-09T15:40:31.947Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-09T15:40:31.947Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-09T15:40:31.947Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-09T15:40:31.947Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-09T15:40:32.210Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-09T15:40:32.210Z] Fetched 63.8 MB in 2s (38.6 MB/s) [2021-02-09T15:40:32.210Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T15:40:32.210Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-09T15:40:32.210Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-09T15:40:33.153Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-09T15:40:33.153Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-09T15:40:33.153Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-09T15:40:33.153Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-09T15:40:34.098Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T15:40:34.099Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T15:40:34.099Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T15:40:34.360Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T15:40:34.360Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T15:40:34.360Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T15:40:34.360Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T15:40:34.622Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T15:40:34.622Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T15:40:34.622Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T15:40:34.622Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T15:40:34.887Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T15:40:34.887Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T15:40:34.887Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T15:40:34.887Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T15:40:35.148Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-09T15:40:35.148Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T15:40:35.148Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-09T15:40:35.148Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-09T15:40:35.409Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-09T15:40:35.409Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T15:40:35.409Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T15:40:35.409Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T15:40:35.409Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T15:40:35.671Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T15:40:35.671Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T15:40:35.932Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T15:40:35.932Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-09T15:40:35.932Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-09T15:40:36.194Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-09T15:40:36.767Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-09T15:40:37.031Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-09T15:40:37.031Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-09T15:40:37.031Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-09T15:40:37.031Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-09T15:40:37.031Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-09T15:40:37.294Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-09T15:40:37.294Z] Installing new version of config file /etc/issue ... [2021-02-09T15:40:37.294Z] Installing new version of config file /etc/issue.net ... [2021-02-09T15:40:37.294Z] Installing new version of config file /etc/lsb-release ... [2021-02-09T15:40:37.555Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-09T15:40:37.818Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-09T15:40:37.818Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-09T15:40:37.818Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-09T15:40:37.818Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T15:40:37.818Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-09T15:40:38.079Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-09T15:40:38.079Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-09T15:40:38.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 [2021-02-09T15:40:38.341Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T15:40:38.341Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T15:40:38.341Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-09T15:40:38.341Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-09T15:40:38.602Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T15:40:38.602Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-09T15:40:38.602Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-09T15:40:38.602Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-09T15:40:38.864Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T15:40:38.864Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-09T15:40:38.864Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-09T15:40:39.125Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-09T15:40:39.125Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T15:40:39.125Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-09T15:40:39.387Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-09T15:40:39.387Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-09T15:40:39.387Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T15:40:39.387Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-09T15:40:39.387Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-09T15:40:39.649Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-09T15:40:39.649Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T15:40:39.649Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-09T15:40:39.649Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-09T15:40:39.911Z] Setting up grep (3.1-2build1) ... [2021-02-09T15:40:39.911Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T15:40:39.911Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-09T15:40:39.911Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-09T15:40:40.172Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-09T15:40:40.172Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T15:40:40.172Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-09T15:40:40.434Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-09T15:40:40.434Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-09T15:40:40.434Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T15:40:40.434Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-09T15:40:40.434Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-09T15:40:41.006Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-09T15:40:41.267Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-09T15:40:41.267Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-09T15:40:41.267Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-09T15:40:41.839Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-09T15:40:41.839Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T15:40:41.839Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-09T15:40:41.839Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-09T15:40:43.228Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-09T15:40:43.228Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-09T15:40:43.228Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-09T15:40:43.228Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-09T15:40:43.228Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-09T15:40:43.491Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T15:40:43.491Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-09T15:40:43.491Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-09T15:40:43.491Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-09T15:40:43.753Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T15:40:43.753Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T15:40:43.753Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T15:40:43.753Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-09T15:40:44.015Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T15:40:44.015Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T15:40:44.015Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T15:40:44.015Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-09T15:40:44.277Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T15:40:44.277Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T15:40:44.277Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T15:40:44.277Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-09T15:40:44.540Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T15:40:44.540Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T15:40:44.540Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T15:40:44.540Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-09T15:40:44.540Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T15:40:44.540Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-09T15:40:44.801Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-09T15:40:44.801Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-09T15:40:44.801Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-09T15:40:45.063Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-09T15:40:45.063Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T15:40:45.063Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-09T15:40:45.063Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-09T15:40:45.063Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-09T15:40:45.324Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T15:40:45.324Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T15:40:45.324Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T15:40:45.324Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-09T15:40:45.586Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T15:40:45.586Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T15:40:45.586Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T15:40:45.586Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-09T15:40:45.847Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T15:40:45.847Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T15:40:45.847Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T15:40:46.420Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-09T15:40:46.682Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-09T15:40:46.943Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-09T15:40:47.205Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T15:40:47.205Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-09T15:40:47.205Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-09T15:40:47.467Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-09T15:40:47.467Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T15:40:47.467Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-09T15:40:47.467Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-09T15:40:47.729Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-09T15:40:47.729Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T15:40:47.729Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-09T15:40:47.729Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-09T15:40:47.991Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-09T15:40:48.253Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T15:40:48.253Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-09T15:40:48.253Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-09T15:40:48.518Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-09T15:40:48.518Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T15:40:48.518Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-09T15:40:48.518Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-09T15:40:48.786Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-09T15:40:48.786Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T15:40:48.786Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-09T15:40:48.786Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-09T15:40:49.048Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-09T15:40:49.048Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T15:40:49.048Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-09T15:40:49.048Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-09T15:40:49.309Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-09T15:40:49.309Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T15:40:49.309Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-09T15:40:49.572Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-09T15:40:49.572Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-09T15:40:49.766Z] ---> fc7d94670bdd [2021-02-09T15:40:49.766Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-09T15:40:49.766Z] ---> e7b9f5140fee [2021-02-09T15:40:49.766Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-09T15:40:49.766Z] ---> 82b850861f24 [2021-02-09T15:40:49.766Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-09T15:40:49.766Z] ---> b0da512b5726 [2021-02-09T15:40:49.766Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-09T15:40:49.766Z] ---> 8ab41ed16ce5 [2021-02-09T15:40:49.766Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-09T15:40:49.766Z] ---> Running in feef820cf0c8 [2021-02-09T15:40:49.766Z] ---> Running in 481e4eecf73b [2021-02-09T15:40:49.766Z] ---> Running in d3beff0ced7c [2021-02-09T15:40:49.766Z] ---> Running in c6c18b5efe23 [2021-02-09T15:40:49.766Z] ---> Running in bc1616e9b529 [2021-02-09T15:40:49.766Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-09T15:40:49.766Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-09T15:40:49.766Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-09T15:40:49.766Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-09T15:40:49.766Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-09T15:40:49.833Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T15:40:49.833Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T15:40:49.833Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T15:40:50.095Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-09T15:40:50.095Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-09T15:40:50.095Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-09T15:40:50.095Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-09T15:40:50.356Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-09T15:40:50.356Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T15:40:50.356Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-09T15:40:50.356Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-09T15:40:50.618Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-09T15:40:50.618Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T15:40:50.618Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-09T15:40:50.618Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-09T15:40:50.880Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-09T15:40:51.142Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T15:40:51.142Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-09T15:40:51.142Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-09T15:40:51.404Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-09T15:40:51.404Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T15:40:51.404Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-09T15:40:51.404Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-09T15:40:51.667Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-09T15:40:51.667Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T15:40:51.667Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-09T15:40:51.667Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-09T15:40:52.243Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-09T15:40:52.819Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T15:40:52.819Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-09T15:40:52.819Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-09T15:40:52.819Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-09T15:40:53.082Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T15:40:53.082Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-09T15:40:53.082Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-09T15:40:53.349Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-09T15:40:53.349Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T15:40:53.349Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-09T15:40:53.349Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-09T15:40:53.349Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-09T15:40:53.611Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T15:40:53.611Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-09T15:40:53.611Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-09T15:40:53.902Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-09T15:40:53.902Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T15:40:53.902Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-09T15:40:53.902Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-09T15:40:54.182Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-09T15:40:54.182Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T15:40:54.182Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-09T15:40:54.182Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-09T15:40:54.182Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-09T15:40:54.492Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T15:40:54.492Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-09T15:40:54.492Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-09T15:40:54.492Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-09T15:40:54.759Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-09T15:40:54.759Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-09T15:40:54.759Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-09T15:40:54.759Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-09T15:40:55.022Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-09T15:40:55.022Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-09T15:40:55.290Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-09T15:40:55.290Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-09T15:40:55.290Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-09T15:40:55.599Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-09T15:40:55.599Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-09T15:40:55.599Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-09T15:40:55.866Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-09T15:40:55.866Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-09T15:40:55.866Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-09T15:40:55.866Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-09T15:40:55.866Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-09T15:40:56.135Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-09T15:40:56.135Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-09T15:40:56.135Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-09T15:40:56.135Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-09T15:40:56.401Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-09T15:40:56.402Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-09T15:40:56.664Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-09T15:40:56.664Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-09T15:40:57.612Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-09T15:40:57.612Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-09T15:40:57.612Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-09T15:40:57.612Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-09T15:40:57.874Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-09T15:40:57.874Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-09T15:40:58.446Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-09T15:40:58.446Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-09T15:40:58.446Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-09T15:40:58.446Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-09T15:40:58.709Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-09T15:40:58.709Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-09T15:40:58.709Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T15:40:58.970Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T15:40:58.970Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T15:40:58.970Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T15:40:59.232Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T15:40:59.232Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T15:40:59.232Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T15:40:59.232Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T15:41:00.619Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T15:41:00.619Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T15:41:01.564Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T15:41:01.564Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T15:41:02.140Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T15:41:02.140Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T15:41:02.714Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T15:41:02.714Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T15:41:03.660Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T15:41:03.660Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T15:41:03.660Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-09T15:41:03.660Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-09T15:41:03.928Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-09T15:41:03.928Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-09T15:41:04.190Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-09T15:41:04.191Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-09T15:41:04.452Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-09T15:41:04.452Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-09T15:41:04.452Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-09T15:41:04.452Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-09T15:41:04.714Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-09T15:41:04.714Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-09T15:41:04.978Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-09T15:41:04.978Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-09T15:41:05.239Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T15:41:05.239Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-09T15:41:05.239Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T15:41:05.239Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T15:41:05.239Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T15:41:05.239Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-09T15:41:05.239Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-09T15:41:05.239Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-09T15:41:05.502Z] [2021-02-09T15:41:05.502Z] Current default time zone: 'Etc/UTC' [2021-02-09T15:41:05.502Z] Local time is now: Tue Feb 9 15:41:05 UTC 2021. [2021-02-09T15:41:05.502Z] Universal Time is now: Tue Feb 9 15:41:05 UTC 2021. [2021-02-09T15:41:05.502Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-09T15:41:05.502Z] [2021-02-09T15:41:05.502Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-09T15:41:05.502Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T15:41:05.502Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-09T15:41:05.769Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-09T15:41:05.769Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-09T15:41:05.769Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-09T15:41:05.769Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-09T15:41:05.769Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-09T15:41:05.769Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-09T15:41:05.769Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-09T15:41:06.031Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T15:41:06.031Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-09T15:41:06.294Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T15:41:06.294Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-09T15:41:06.294Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T15:41:06.294Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-09T15:41:06.294Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-09T15:41:06.294Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-09T15:41:06.557Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-09T15:41:06.557Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-09T15:41:06.557Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-09T15:41:06.557Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-09T15:41:06.557Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-09T15:41:08.478Z] Updating certificates in /etc/ssl/certs... [2021-02-09T15:41:09.113Z] 23 added, 27 removed; done. [2021-02-09T15:41:09.376Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-09T15:41:09.376Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T15:41:09.376Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-09T15:41:09.376Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-09T15:41:09.376Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-09T15:41:09.638Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T15:41:09.638Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-09T15:41:09.638Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T15:41:09.638Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T15:41:09.638Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T15:41:09.638Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T15:41:09.638Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T15:41:09.638Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-09T15:41:09.900Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-09T15:41:09.900Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-09T15:41:09.900Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-09T15:41:09.900Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-09T15:41:09.900Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T15:41:09.900Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T15:41:09.900Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-09T15:41:10.162Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-09T15:41:10.162Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-09T15:41:10.162Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-09T15:41:10.162Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-09T15:41:10.424Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-09T15:41:10.424Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-09T15:41:10.424Z] Updating certificates in /etc/ssl/certs... [2021-02-09T15:41:10.999Z] 0 added, 0 removed; done. [2021-02-09T15:41:10.999Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-09T15:41:10.999Z] done. [2021-02-09T15:41:11.572Z] Reading package lists... [2021-02-09T15:41:11.833Z] Building dependency tree... [2021-02-09T15:41:11.833Z] Reading state information... [2021-02-09T15:41:12.108Z] The following NEW packages will be installed: [2021-02-09T15:41:12.108Z] apt-transport-https [2021-02-09T15:41:12.382Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-09T15:41:12.382Z] Need to get 1696 B of archives. [2021-02-09T15:41:12.382Z] After this operation, 153 kB of additional disk space will be used. [2021-02-09T15:41:12.382Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-09T15:41:12.382Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-09T15:41:12.382Z] Fetched 1696 B in 0s (8478 B/s) [2021-02-09T15:41:12.382Z] Selecting previously unselected package apt-transport-https. [2021-02-09T15:41:12.382Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-09T15:41:12.382Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-09T15:41:12.382Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-09T15:41:12.645Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-09T15:41:12.906Z] Waiting for network to be ready... [2021-02-09T15:41:21.066Z] 2021-02-09T15:41:18Z INFO Waiting for automatic snapd restart... [2021-02-09T15:41:22.462Z] snapd 2.48.2.1 from Canonical* installed [2021-02-09T15:41:23.411Z] "snapd" switched to the "latest/stable" channel [2021-02-09T15:41:23.411Z] [2021-02-09T15:41:28.704Z] core18 20210128 from Canonical* installed [2021-02-09T15:41:28.704Z] "core18" switched to the "latest/stable" channel [2021-02-09T15:41:28.704Z] [2021-02-09T15:41:35.303Z] snapcraft 4.4.4 from Canonical* installed [2021-02-09T15:41:35.303Z] "snapcraft" switched to the "latest/stable" channel [2021-02-09T15:41:35.303Z] [2021-02-09T15:41:38.610Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-02-09T15:41:38.610Z] - README.md [2021-02-09T15:41:38.610Z] - snapcraft.yaml.orig [2021-02-09T15:41:38.610Z] [2021-02-09T15:41:38.610Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-09T15:41:45.230Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-09T15:41:45.230Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-09T15:41:45.230Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-09T15:41:45.230Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-09T15:41:47.146Z] Reading package lists... [2021-02-09T15:41:47.146Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-02-09T15:41:53.755Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-09T15:41:53.755Z] Reading package lists... [2021-02-09T15:41:53.755Z] Building dependency tree... [2021-02-09T15:41:53.755Z] Reading state information... [2021-02-09T15:41:53.755Z] Suggested packages: [2021-02-09T15:41:53.755Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-09T15:41:53.755Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-09T15:41:53.755Z] Recommended packages: [2021-02-09T15:41:53.755Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-09T15:41:53.755Z] The following NEW packages will be installed: [2021-02-09T15:41:53.755Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-09T15:41:53.755Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-09T15:41:53.755Z] pkg-config zip [2021-02-09T15:41:54.016Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-09T15:41:54.016Z] Need to get 7655 kB of archives. [2021-02-09T15:41:54.016Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-09T15:41:54.016Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-09T15:41:54.016Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-09T15:41:54.016Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-09T15:41:54.278Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-09T15:41:54.278Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-09T15:41:54.278Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-09T15:41:54.278Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-09T15:41:54.540Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-09T15:41:54.540Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-09T15:41:54.540Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-09T15:41:54.540Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-09T15:41:54.540Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-09T15:41:54.540Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-09T15:41:54.802Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-09T15:41:54.802Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-09T15:41:55.065Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-09T15:41:55.065Z] Fetched 7655 kB in 1s (7289 kB/s) [2021-02-09T15:41:55.065Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-09T15:41:55.065Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-09T15:41:55.065Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-09T15:41:55.065Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-09T15:41:55.327Z] Selecting previously unselected package libpsl5:amd64. [2021-02-09T15:41:55.327Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-09T15:41:55.327Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-09T15:41:55.327Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-09T15:41:55.327Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-09T15:41:55.589Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-09T15:41:55.589Z] Selecting previously unselected package librtmp1:amd64. [2021-02-09T15:41:55.589Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-09T15:41:55.589Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-09T15:41:55.589Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-09T15:41:55.589Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-09T15:41:55.589Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-09T15:41:55.852Z] Selecting previously unselected package liberror-perl. [2021-02-09T15:41:55.852Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-09T15:41:55.852Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-09T15:41:55.852Z] Selecting previously unselected package git-man. [2021-02-09T15:41:55.852Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-09T15:41:55.852Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-09T15:41:56.114Z] Selecting previously unselected package git. [2021-02-09T15:41:56.114Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-09T15:41:56.114Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-09T15:41:57.062Z] Selecting previously unselected package libnorm1:amd64. [2021-02-09T15:41:57.062Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-09T15:41:57.062Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-09T15:41:57.062Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-09T15:41:57.062Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-09T15:41:57.062Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-09T15:41:57.062Z] Selecting previously unselected package libsodium23:amd64. [2021-02-09T15:41:57.062Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-09T15:41:57.062Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-09T15:41:57.330Z] Selecting previously unselected package libzmq5:amd64. [2021-02-09T15:41:57.330Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-09T15:41:57.330Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-09T15:41:57.330Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-09T15:41:57.330Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-09T15:41:57.330Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-09T15:41:57.595Z] Selecting previously unselected package pkg-config. [2021-02-09T15:41:57.595Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-09T15:41:57.595Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-09T15:41:57.595Z] Selecting previously unselected package zip. [2021-02-09T15:41:57.595Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-09T15:41:57.595Z] Unpacking zip (3.0-11build1) ... [2021-02-09T15:41:57.595Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-09T15:41:57.595Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-09T15:41:57.595Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-09T15:41:57.947Z] Setting up liberror-perl (0.17025-1) ... [2021-02-09T15:41:57.947Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-09T15:41:57.947Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-09T15:41:57.947Z] No schema files found: doing nothing. [2021-02-09T15:41:57.947Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-09T15:41:57.947Z] Setting up zip (3.0-11build1) ... [2021-02-09T15:41:57.947Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-09T15:41:57.947Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-09T15:41:57.947Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-09T15:41:57.947Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-09T15:41:58.232Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-09T15:41:58.232Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-09T15:41:58.232Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-09T15:41:58.232Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-09T15:42:04.891Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-09T15:42:05.153Z] git set to automatically installed. [2021-02-09T15:42:05.153Z] git-man set to automatically installed. [2021-02-09T15:42:05.153Z] libcurl3-gnutls set to automatically installed. [2021-02-09T15:42:05.153Z] liberror-perl set to automatically installed. [2021-02-09T15:42:05.153Z] libglib2.0-0 set to automatically installed. [2021-02-09T15:42:05.153Z] libnghttp2-14 set to automatically installed. [2021-02-09T15:42:05.153Z] libnorm1 set to automatically installed. [2021-02-09T15:42:05.153Z] libpgm-5.2-0 set to automatically installed. [2021-02-09T15:42:05.153Z] libpsl5 set to automatically installed. [2021-02-09T15:42:05.153Z] librtmp1 set to automatically installed. [2021-02-09T15:42:05.153Z] libsodium23 set to automatically installed. [2021-02-09T15:42:05.153Z] libzmq3-dev set to automatically installed. [2021-02-09T15:42:05.153Z] libzmq5 set to automatically installed. [2021-02-09T15:42:05.153Z] pkg-config set to automatically installed. [2021-02-09T15:42:05.153Z] zip set to automatically installed. [2021-02-09T15:42:06.542Z] snapd is not logged in, snap install commands will use sudo [2021-02-09T15:42:11.692Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-09T15:42:11.692Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-09T15:42:13.140Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-09T15:42:13.712Z] snap "core18" has no updates available [2021-02-09T15:42:14.285Z] Pulling config-common [2021-02-09T15:42:15.232Z] Pulling go-build-helper [2021-02-09T15:42:21.898Z] Removing intermediate container c6c18b5efe23 [2021-02-09T15:42:21.899Z] ---> 1358ee7dcfee [2021-02-09T15:42:21.899Z] [2021-02-09T15:42:21.899Z] Step 10/30 : FROM alpine:3.12 [2021-02-09T15:42:21.899Z] 3.12: Pulling from library/alpine [2021-02-09T15:42:23.927Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-09T15:42:23.927Z] Status: Downloaded newer image for alpine:3.12 [2021-02-09T15:42:23.927Z] ---> afeebe901d6b [2021-02-09T15:42:23.927Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-09T15:42:25.973Z] ---> Running in 9ba4b2c99c72 [2021-02-09T15:42:25.973Z] Removing intermediate container bc1616e9b529 [2021-02-09T15:42:25.973Z] ---> ca9691520bb4 [2021-02-09T15:42:25.973Z] [2021-02-09T15:42:25.973Z] Step 10/24 : FROM alpine:3.12 [2021-02-09T15:42:25.973Z] ---> afeebe901d6b [2021-02-09T15:42:25.973Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-09T15:42:26.253Z] Removing intermediate container d3beff0ced7c [2021-02-09T15:42:26.253Z] ---> 222613dc7799 [2021-02-09T15:42:26.253Z] [2021-02-09T15:42:26.253Z] Step 10/21 : FROM alpine:3.12 [2021-02-09T15:42:26.253Z] ---> afeebe901d6b [2021-02-09T15:42:26.253Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-09T15:42:26.253Z] Removing intermediate container feef820cf0c8 [2021-02-09T15:42:26.253Z] ---> 28d3ad81d1a5 [2021-02-09T15:42:26.253Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-09T15:42:26.527Z] ---> Running in fb4c8cec4734 [2021-02-09T15:42:26.527Z] ---> Running in e2d868e19cf6 [2021-02-09T15:42:26.527Z] Removing intermediate container 9ba4b2c99c72 [2021-02-09T15:42:26.527Z] ---> f56e82dc3926 [2021-02-09T15:42:26.527Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-09T15:42:26.527Z] ---> Running in 7f8c02f2b953 [2021-02-09T15:42:26.798Z] ---> Running in d84ecd792202 [2021-02-09T15:42:29.437Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T15:42:29.437Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T15:42:29.437Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-09T15:42:29.437Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T15:42:29.717Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T15:42:29.717Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T15:42:29.717Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T15:42:29.995Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-09T15:42:30.273Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T15:42:30.273Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-09T15:42:30.273Z] (4/5) Installing curl (7.69.1-r3) [2021-02-09T15:42:30.273Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-09T15:42:30.273Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-09T15:42:30.273Z] (2/2) Installing su-exec (0.2-r1) [2021-02-09T15:42:30.273Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T15:42:30.273Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T15:42:30.273Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T15:42:30.273Z] OK: 5 MiB in 16 packages [2021-02-09T15:42:30.551Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-09T15:42:30.551Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T15:42:30.551Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-09T15:42:30.551Z] (4/4) Installing curl (7.69.1-r3) [2021-02-09T15:42:30.551Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T15:42:30.551Z] OK: 7 MiB in 19 packages [2021-02-09T15:42:30.551Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T15:42:30.843Z] OK: 7 MiB in 18 packages [2021-02-09T15:42:32.844Z] Removing intermediate container d84ecd792202 [2021-02-09T15:42:32.844Z] ---> c1b1134374bd [2021-02-09T15:42:32.844Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-09T15:42:33.119Z] ---> Running in 8ed43c290a68 [2021-02-09T15:42:33.715Z] Removing intermediate container fb4c8cec4734 [2021-02-09T15:42:33.715Z] ---> a3875d0e336f [2021-02-09T15:42:33.715Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-09T15:42:33.986Z] Removing intermediate container 8ed43c290a68 [2021-02-09T15:42:33.986Z] ---> aa105c47cc0c [2021-02-09T15:42:33.986Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-09T15:42:33.986Z] Removing intermediate container e2d868e19cf6 [2021-02-09T15:42:33.986Z] ---> 80b8e5a72ea2 [2021-02-09T15:42:33.986Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-09T15:42:34.260Z] ---> Running in dce731a87f71 [2021-02-09T15:42:34.547Z] ---> Running in f0a621ac95d0 [2021-02-09T15:42:34.547Z] ---> Running in a15e127a99fa [2021-02-09T15:42:34.547Z] Removing intermediate container 7f8c02f2b953 [2021-02-09T15:42:34.547Z] ---> c60bee43f649 [2021-02-09T15:42:34.547Z] [2021-02-09T15:42:34.547Z] Step 11/26 : FROM docker:20.10.0 [2021-02-09T15:42:34.817Z] Removing intermediate container dce731a87f71 [2021-02-09T15:42:34.817Z] ---> 81778e52cfc5 [2021-02-09T15:42:34.817Z] Step 13/24 : WORKDIR / [2021-02-09T15:42:34.817Z] 20.10.0: Pulling from library/docker [2021-02-09T15:42:35.091Z] ---> Running in 15c104d8b4bc [2021-02-09T15:42:35.091Z] Removing intermediate container f0a621ac95d0 [2021-02-09T15:42:35.091Z] ---> 61a9b86557e9 [2021-02-09T15:42:35.091Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-09T15:42:35.091Z] Removing intermediate container a15e127a99fa [2021-02-09T15:42:35.091Z] ---> 44ca5941f3b8 [2021-02-09T15:42:35.091Z] Step 13/21 : WORKDIR /edgex [2021-02-09T15:42:36.066Z] ---> Running in e5ae33a860ec [2021-02-09T15:42:36.066Z] ---> Running in 8af1797f9682 [2021-02-09T15:42:37.256Z] Removing intermediate container 15c104d8b4bc [2021-02-09T15:42:37.256Z] ---> 5d03a147dd75 [2021-02-09T15:42:37.256Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-09T15:42:37.865Z] Removing intermediate container 481e4eecf73b [2021-02-09T15:42:37.865Z] ---> 84d6d857243b [2021-02-09T15:42:37.865Z] [2021-02-09T15:42:37.865Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T15:42:37.865Z] ---> afeebe901d6b [2021-02-09T15:42:37.865Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-09T15:42:38.145Z] Removing intermediate container 8af1797f9682 [2021-02-09T15:42:38.145Z] ---> e6c1a9966054 [2021-02-09T15:42:38.145Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-09T15:42:38.422Z] ---> Running in c7aac8aa47ff [2021-02-09T15:42:38.422Z] ---> 9024edd98a21 [2021-02-09T15:42:38.422Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-09T15:42:39.413Z] ---> a46348b406de [2021-02-09T15:42:39.413Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-09T15:42:40.008Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T15:42:40.283Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T15:42:40.555Z] ---> dc39417f033f [2021-02-09T15:42:40.555Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-09T15:42:40.828Z] Removing intermediate container e5ae33a860ec [2021-02-09T15:42:40.828Z] ---> f73433dc297e [2021-02-09T15:42:40.828Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-09T15:42:41.101Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-09T15:42:41.101Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T15:42:41.101Z] OK: 5 MiB in 15 packages [2021-02-09T15:42:41.387Z] ---> Running in c955b4d8c6ea [2021-02-09T15:42:41.658Z] ---> fc838c8cc641 [2021-02-09T15:42:41.658Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-09T15:42:41.825Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-09T15:42:41.825Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-09T15:42:41.825Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-09T15:42:41.825Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1543 kB] [2021-02-09T15:42:41.825Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-09T15:42:41.825Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-09T15:42:41.825Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-09T15:42:41.825Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-09T15:42:41.825Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-09T15:42:41.825Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-09T15:42:41.825Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-09T15:42:41.825Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-09T15:42:41.825Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-09T15:42:41.825Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-09T15:42:41.826Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-09T15:42:41.826Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-09T15:42:41.826Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1108 kB] [2021-02-09T15:42:41.826Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-09T15:42:41.826Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-09T15:42:41.826Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1883 kB] [2021-02-09T15:42:41.826Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-09T15:42:41.826Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-09T15:42:41.826Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-09T15:42:41.826Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-09T15:42:41.826Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-09T15:42:41.826Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1717 kB] [2021-02-09T15:42:41.826Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-09T15:42:41.826Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-09T15:42:41.826Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-09T15:42:41.826Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-09T15:42:41.826Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-09T15:42:41.826Z] Fetched 279 kB in 0s (0 B/s) [2021-02-09T15:42:41.826Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-09T15:42:41.826Z] Fetched 122 kB in 0s (0 B/s) [2021-02-09T15:42:41.826Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-09T15:42:41.826Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-09T15:42:41.826Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-09T15:42:41.826Z] Fetched 8848 B in 0s (0 B/s) [2021-02-09T15:42:41.826Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-09T15:42:41.826Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-09T15:42:41.826Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-09T15:42:41.826Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-09T15:42:41.826Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-09T15:42:41.826Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-09T15:42:41.826Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-09T15:42:41.826Z] Fetched 214 kB in 0s (0 B/s) [2021-02-09T15:42:41.826Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] [2021-02-09T15:42:41.826Z] Fetched 155 kB in 0s (0 B/s) [2021-02-09T15:42:41.826Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-09T15:42:41.826Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-09T15:42:41.826Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-09T15:42:41.826Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-09T15:42:41.826Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-09T15:42:41.826Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-09T15:42:41.826Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-09T15:42:41.826Z] Fetched 499 kB in 0s (0 B/s) [2021-02-09T15:42:41.826Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-09T15:42:41.826Z] Fetched 111 kB in 0s (0 B/s) [2021-02-09T15:42:41.826Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-09T15:42:41.826Z] Fetched 240 kB in 0s (0 B/s) [2021-02-09T15:42:41.826Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-09T15:42:41.826Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-09T15:42:41.826Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-09T15:42:41.826Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-09T15:42:41.826Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-09T15:42:41.826Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-09T15:42:41.826Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-09T15:42:41.826Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-09T15:42:41.826Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-09T15:42:41.826Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-09T15:42:41.826Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-09T15:42:41.826Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-09T15:42:41.826Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] [2021-02-09T15:42:41.826Z] Fetched 16.6 kB in 0s (0 B/s) [2021-02-09T15:42:41.826Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-09T15:42:41.826Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-09T15:42:41.826Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-09T15:42:41.826Z] Fetched 8720 B in 0s (0 B/s) [2021-02-09T15:42:41.826Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-09T15:42:41.826Z] Fetched 137 kB in 0s (0 B/s) [2021-02-09T15:42:41.826Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-09T15:42:41.826Z] Fetched 119 kB in 0s (0 B/s) [2021-02-09T15:42:41.826Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-09T15:42:41.826Z] Fetched 109 kB in 0s (0 B/s) [2021-02-09T15:42:41.826Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-09T15:42:41.826Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-09T15:42:41.826Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-09T15:42:41.826Z] Fetched 645 kB in 0s (0 B/s) [2021-02-09T15:42:41.826Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-09T15:42:41.826Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-09T15:42:41.826Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-09T15:42:41.826Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-09T15:42:41.826Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-09T15:42:41.826Z] Fetched 368 kB in 0s (0 B/s) [2021-02-09T15:42:41.826Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-09T15:42:41.826Z] Fetched 187 kB in 0s (0 B/s) [2021-02-09T15:42:41.826Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-09T15:42:41.826Z] Fetched 175 kB in 0s (0 B/s) [2021-02-09T15:42:41.826Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-09T15:42:42.276Z] ---> 436bb173b51d [2021-02-09T15:42:42.276Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-09T15:42:42.551Z] Removing intermediate container c955b4d8c6ea [2021-02-09T15:42:42.551Z] ---> 82fe82af204f [2021-02-09T15:42:42.551Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-09T15:42:43.218Z] Fetched 206 kB in 0s (0 B/s) [2021-02-09T15:42:43.218Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-09T15:42:43.219Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-09T15:42:43.219Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-09T15:42:43.219Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-09T15:42:43.219Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-09T15:42:43.219Z] Fetched 159 kB in 0s (0 B/s) [2021-02-09T15:42:43.219Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-09T15:42:43.219Z] Fetched 107 kB in 0s (0 B/s) [2021-02-09T15:42:43.219Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-09T15:42:43.219Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-09T15:42:43.219Z] Pulling static-packages [2021-02-09T15:42:43.537Z] Removing intermediate container c7aac8aa47ff [2021-02-09T15:42:43.538Z] ---> cf92e4697e42 [2021-02-09T15:42:43.538Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T15:42:44.134Z] ---> Running in 375ae2c54533 [2021-02-09T15:42:44.407Z] ---> c105c862a857 [2021-02-09T15:42:44.407Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-09T15:42:44.407Z] ---> dd397baf5b08 [2021-02-09T15:42:44.407Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-09T15:42:44.407Z] ---> dacd7a291669 [2021-02-09T15:42:44.407Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-09T15:42:44.617Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-02-09T15:42:44.617Z] Skipping pull go-build-helper (already ran) [2021-02-09T15:42:44.618Z] Skipping pull static-packages (already ran) [2021-02-09T15:42:44.618Z] Building go-build-helper [2021-02-09T15:42:44.680Z] ---> Running in 7ae870d8997e [2021-02-09T15:42:44.680Z] ---> Running in 67570617b682 [2021-02-09T15:42:44.680Z] Removing intermediate container 375ae2c54533 [2021-02-09T15:42:44.680Z] ---> 7dd3c5696361 [2021-02-09T15:42:44.680Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-09T15:42:45.662Z] ---> Running in f2d031ee059c [2021-02-09T15:42:45.936Z] Removing intermediate container 7ae870d8997e [2021-02-09T15:42:45.936Z] ---> d9e9805cfe88 [2021-02-09T15:42:45.936Z] Step 18/21 : CMD ["--init=true"] [2021-02-09T15:42:46.212Z] ---> cebba2fedb72 [2021-02-09T15:42:46.212Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-09T15:42:46.487Z] ---> Running in e89456e0d855 [2021-02-09T15:42:46.487Z] Removing intermediate container f2d031ee059c [2021-02-09T15:42:46.487Z] ---> ff5ee16301c5 [2021-02-09T15:42:46.487Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-09T15:42:47.100Z] ---> Running in b466219a2e8c [2021-02-09T15:42:47.100Z] Removing intermediate container e89456e0d855 [2021-02-09T15:42:47.100Z] ---> f137b636c3ae [2021-02-09T15:42:47.100Z] Step 19/21 : LABEL arch=arm64 [2021-02-09T15:42:47.375Z] ---> 1901791acc6d [2021-02-09T15:42:47.375Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-09T15:42:47.375Z] ---> Running in 88923af0cb7d [2021-02-09T15:42:47.650Z] ---> Running in 23735441b292 [2021-02-09T15:42:47.924Z] Removing intermediate container b466219a2e8c [2021-02-09T15:42:47.924Z] ---> 45009b6f5f86 [2021-02-09T15:42:47.924Z] Step 15/23 : WORKDIR / [2021-02-09T15:42:48.197Z] Removing intermediate container 88923af0cb7d [2021-02-09T15:42:48.197Z] ---> b6ca929deb12 [2021-02-09T15:42:48.197Z] Step 20/21 : LABEL git_sha=266ed883c0884e7f732e2f5dbbce128779779a07 [2021-02-09T15:42:48.197Z] ---> Running in 836df5c99911 [2021-02-09T15:42:48.485Z] ---> Running in b7c7428f8eed [2021-02-09T15:42:48.760Z] Removing intermediate container 67570617b682 [2021-02-09T15:42:48.760Z] ---> 5fc07cd50e0d [2021-02-09T15:42:48.760Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T15:42:48.760Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-09T15:42:48.760Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-09T15:42:48.760Z] ---> eeaf43b92773 [2021-02-09T15:42:48.760Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-09T15:42:48.831Z] Building static-packages [2021-02-09T15:42:49.038Z] ---> Running in c69537c807cf [2021-02-09T15:42:49.312Z] Removing intermediate container 836df5c99911 [2021-02-09T15:42:49.312Z] ---> 21c3c68f260b [2021-02-09T15:42:49.312Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T15:42:49.312Z] Removing intermediate container b7c7428f8eed [2021-02-09T15:42:49.312Z] ---> 41b71cd92079 [2021-02-09T15:42:49.312Z] Step 21/21 : LABEL version=0.0.0 [2021-02-09T15:42:49.312Z] ---> Running in 4e0d73f60baf [2021-02-09T15:42:49.921Z] ---> 625f503454e3 [2021-02-09T15:42:49.921Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-09T15:42:50.661Z] Removing intermediate container 4e0d73f60baf [2021-02-09T15:42:50.661Z] ---> f52d5acc29a0 [2021-02-09T15:42:50.661Z] [2021-02-09T15:42:50.661Z] ---> db309a89d528 [2021-02-09T15:42:50.661Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-09T15:42:51.341Z] Removing intermediate container 23735441b292 [2021-02-09T15:42:51.341Z] ---> 82c29fe91409 [2021-02-09T15:42:51.341Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-09T15:42:51.341Z] Successfully built f52d5acc29a0 [2021-02-09T15:42:51.380Z] Staging go-build-helper [2021-02-09T15:42:51.613Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T15:42:51.613Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-09T15:42:51.613Z] ---> Running in 5515dec749b3 [2021-02-09T15:42:51.613Z] Building docker-support-scheduler-go [2021-02-09T15:42:51.613Z]  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T15:42:52.228Z] ---> 780a7de1ea3f [2021-02-09T15:42:52.228Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-09T15:42:52.326Z] Staging static-packages [2021-02-09T15:42:52.516Z] (1/2) Installing readline (8.0.4-r0) [2021-02-09T15:42:52.516Z] (2/2) Installing bash (5.0.17-r0) [2021-02-09T15:42:52.516Z] Executing bash-5.0.17-r0.post-install [2021-02-09T15:42:52.516Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T15:42:52.516Z] Removing intermediate container 5515dec749b3 [2021-02-09T15:42:52.516Z] ---> df113ef264c5 [2021-02-09T15:42:52.516Z] Step 22/24 : LABEL arch=arm64 [2021-02-09T15:42:52.516Z] OK: 12 MiB in 22 packages [2021-02-09T15:42:52.516Z] ---> de7feaa0da66 [2021-02-09T15:42:52.788Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-09T15:42:52.788Z] ---> Running in fb63a1a1caa8 [2021-02-09T15:42:53.714Z] Pulling go115 [2021-02-09T15:42:53.773Z] ---> 7fbb77eb4369 [2021-02-09T15:42:53.773Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-09T15:42:54.372Z] ---> 9110502695b2 [2021-02-09T15:42:54.372Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-09T15:42:54.372Z] Removing intermediate container fb63a1a1caa8 [2021-02-09T15:42:54.372Z] ---> 7ead390a1d30 [2021-02-09T15:42:54.372Z] Step 23/24 : LABEL git_sha=266ed883c0884e7f732e2f5dbbce128779779a07 [2021-02-09T15:42:54.659Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-09T15:42:54.659Z] Skipping pull go115 (already ran) [2021-02-09T15:42:54.659Z] Building go115 [2021-02-09T15:42:54.659Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-09T15:42:54.659Z] Dload Upload Total Spent Left Speed [2021-02-09T15:42:54.972Z] ---> Running in 051a0f59dc57 [2021-02-09T15:42:54.972Z] ---> Running in 97f458dc03e3 [2021-02-09T15:42:55.247Z] Removing intermediate container c69537c807cf [2021-02-09T15:42:55.247Z] ---> 8b66d90532e0 [2021-02-09T15:42:55.247Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-09T15:42:55.247Z] ---> 6c6ef864f264 [2021-02-09T15:42:55.247Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-09T15:42:55.859Z] ---> Running in 69c235dbf30e [2021-02-09T15:42:55.859Z] ---> Running in 5b11691c1bc9 [2021-02-09T15:42:55.859Z] Removing intermediate container 97f458dc03e3 [2021-02-09T15:42:55.859Z] ---> 00ad71a90812 [2021-02-09T15:42:55.859Z] Step 24/24 : LABEL version=0.0.0 [2021-02-09T15:42:55.859Z] Removing intermediate container 051a0f59dc57 [2021-02-09T15:42:55.859Z] ---> 495dde370ed0 [2021-02-09T15:42:55.859Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T15:42:56.136Z] ---> Running in 59609240a1fc [2021-02-09T15:42:56.136Z] ---> Running in dc7d3945a365 [2021-02-09T15:42:56.740Z] Removing intermediate container 5b11691c1bc9 [2021-02-09T15:42:56.740Z] ---> 3e2ef18a8e8f [2021-02-09T15:42:56.740Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-09T15:42:56.740Z] Removing intermediate container 69c235dbf30e [2021-02-09T15:42:56.740Z] ---> 4d287a3f74c9 [2021-02-09T15:42:56.740Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-09T15:42:57.015Z] Removing intermediate container 59609240a1fc [2021-02-09T15:42:57.291Z] ---> 5a62244e3230 [2021-02-09T15:42:57.292Z] [2021-02-09T15:42:57.292Z] ---> Running in 638a8f38e04f [2021-02-09T15:42:57.292Z] Removing intermediate container dc7d3945a365 [2021-02-09T15:42:57.292Z] ---> c2443e188299 [2021-02-09T15:42:57.292Z] Step 21/23 : LABEL arch=arm64 [2021-02-09T15:42:57.839Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 15 115M 15 18.2M 0 0 24.3M 0 0:00:04 --:--:-- 0:00:04 24.3M 55 115M 55 63.8M 0 0 36.4M 0 0:00:03 0:00:01 0:00:02 36.4M 87 115M 87 100M 0 0 36.6M 0 0:00:03 0:00:02 0:00:01 36.6M 100 115M 100 115M 0 0 37.6M 0 0:00:03 0:00:03 --:--:-- 37.6M [2021-02-09T15:42:57.887Z] Successfully built 5a62244e3230 [2021-02-09T15:42:57.887Z] ---> Running in 64ce5d00af20 [2021-02-09T15:42:57.887Z] ---> ff5a02893347 [2021-02-09T15:42:57.887Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-09T15:42:57.887Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-09T15:42:57.887Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2021-02-09T15:42:58.161Z] Removing intermediate container 638a8f38e04f [2021-02-09T15:42:58.161Z] ---> 86bce35f8822 [2021-02-09T15:42:58.161Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-09T15:42:58.433Z] ---> Running in d58106e70b03 [2021-02-09T15:42:58.433Z] ---> Running in a4edf8ffc493 [2021-02-09T15:42:58.727Z] Removing intermediate container 64ce5d00af20 [2021-02-09T15:42:58.727Z] ---> 8d44c1e590b8 [2021-02-09T15:42:58.727Z] Step 22/23 : LABEL git_sha=266ed883c0884e7f732e2f5dbbce128779779a07 [2021-02-09T15:42:58.782Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-09T15:42:59.009Z] ---> Running in 71d209e1e568 [2021-02-09T15:42:59.285Z] Removing intermediate container a4edf8ffc493 [2021-02-09T15:42:59.285Z] ---> 5f66be40b82a [2021-02-09T15:42:59.285Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-09T15:42:59.560Z] Removing intermediate container 71d209e1e568 [2021-02-09T15:42:59.837Z] ---> 02beaa1c2996 [2021-02-09T15:42:59.837Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T15:43:00.116Z] ---> Running in f1a017b99cfe [2021-02-09T15:43:01.114Z] Removing intermediate container f1a017b99cfe [2021-02-09T15:43:01.114Z] ---> 695036559337 [2021-02-09T15:43:01.114Z] [2021-02-09T15:43:01.114Z] ---> a7cded9f288d [2021-02-09T15:43:01.114Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-09T15:43:01.723Z] Successfully built 695036559337 [2021-02-09T15:43:01.723Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-09T15:43:01.723Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2021-02-09T15:43:01.723Z] Removing intermediate container d58106e70b03 [2021-02-09T15:43:01.723Z] ---> a8ae05522694 [2021-02-09T15:43:01.723Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-09T15:43:02.320Z] ---> Running in 2c9e7fb31555 [2021-02-09T15:43:02.320Z] ---> af1d6545650e [2021-02-09T15:43:02.320Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-09T15:43:02.915Z] Removing intermediate container 2c9e7fb31555 [2021-02-09T15:43:02.915Z] ---> f8d81a314369 [2021-02-09T15:43:02.915Z] Step 27/30 : CMD ["gate"] [2021-02-09T15:43:03.514Z] ---> Running in b4fc353e9894 [2021-02-09T15:43:03.514Z] ---> 7c695b772b29 [2021-02-09T15:43:03.514Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-09T15:43:03.788Z] ---> Running in 7272b52a18f7 [2021-02-09T15:43:04.071Z] Removing intermediate container b4fc353e9894 [2021-02-09T15:43:04.071Z] ---> b6f9a55900c1 [2021-02-09T15:43:04.071Z] Step 28/30 : LABEL arch=arm64 [2021-02-09T15:43:04.084Z] Staging go115 [2021-02-09T15:43:05.056Z] ---> Running in b6a9ffba4ba1 [2021-02-09T15:43:05.654Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T15:43:05.937Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T15:43:05.937Z] Removing intermediate container b6a9ffba4ba1 [2021-02-09T15:43:05.937Z] ---> 7940be80360a [2021-02-09T15:43:05.937Z] Step 29/30 : LABEL git_sha=266ed883c0884e7f732e2f5dbbce128779779a07 [2021-02-09T15:43:06.540Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-09T15:43:06.540Z] (2/33) Installing expat (2.2.9-r1) [2021-02-09T15:43:06.540Z] ---> Running in af319e66f928 [2021-02-09T15:43:06.540Z] (3/33) Installing libffi (3.3-r2) [2021-02-09T15:43:06.540Z] (4/33) Installing gdbm (1.13-r1) [2021-02-09T15:43:06.540Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-09T15:43:06.819Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-09T15:43:06.819Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-09T15:43:08.266Z] Removing intermediate container af319e66f928 [2021-02-09T15:43:08.266Z] ---> ca1059a01145 [2021-02-09T15:43:08.266Z] Step 30/30 : LABEL version=0.0.0 [2021-02-09T15:43:08.864Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-09T15:43:08.864Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-09T15:43:08.864Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-09T15:43:08.864Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-09T15:43:08.864Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-09T15:43:08.864Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-09T15:43:08.864Z] ---> Running in 4ad7f1266c81 [2021-02-09T15:43:09.142Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-09T15:43:09.142Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-09T15:43:09.142Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-09T15:43:09.142Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-09T15:43:09.142Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-09T15:43:09.142Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-09T15:43:09.142Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-09T15:43:09.425Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-09T15:43:09.425Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-09T15:43:09.425Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-09T15:43:09.425Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-09T15:43:09.425Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-09T15:43:09.425Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-09T15:43:09.425Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-09T15:43:09.425Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-09T15:43:09.425Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-09T15:43:09.425Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-09T15:43:09.425Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-09T15:43:09.711Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-09T15:43:09.711Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-09T15:43:09.711Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T15:43:09.711Z] OK: 71 MiB in 55 packages [2021-02-09T15:43:09.986Z] Removing intermediate container 4ad7f1266c81 [2021-02-09T15:43:09.986Z] ---> a587539521e0 [2021-02-09T15:43:09.986Z] [2021-02-09T15:43:10.595Z] Successfully built a587539521e0 [2021-02-09T15:43:10.595Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-09T15:43:10.595Z] Building docker-core-data-go [2021-02-09T15:43:10.685Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-09T15:43:10.685Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-09T15:43:10.685Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-09T15:43:10.685Z] Fetched 0 B in 0s (0 B/s) [2021-02-09T15:43:10.685Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-09T15:43:10.685Z] Fetched 224 kB in 0s (0 B/s) [2021-02-09T15:43:10.685Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-09T15:43:10.685Z] Fetched 157 kB in 0s (0 B/s) [2021-02-09T15:43:10.685Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-09T15:43:10.685Z] Fetched 221 kB in 0s (0 B/s) [2021-02-09T15:43:10.685Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-09T15:43:10.685Z] Fetched 143 kB in 0s (0 B/s) [2021-02-09T15:43:10.685Z] Pulling edgex-go [2021-02-09T15:43:12.609Z] Pulling version [2021-02-09T15:43:13.999Z] Building config-common [2021-02-09T15:43:16.554Z] Skipping build go-build-helper (already ran) [2021-02-09T15:43:16.554Z] Skipping build static-packages (already ran) [2021-02-09T15:43:16.554Z] Skipping build go115 (already ran) [2021-02-09T15:43:16.554Z] Building edgex-go [2021-02-09T15:43:17.329Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 7272b52a18f7 [2021-02-09T15:43:17.329Z] ---> ba578a4dab3e [2021-02-09T15:43:17.329Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-09T15:43:17.503Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-09T15:43:18.305Z] ---> Running in 6f3ae94fb58a [2021-02-09T15:43:18.892Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-09T15:43:18.892Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.29 [2021-02-09T15:43:18.892Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 [2021-02-09T15:43:18.892Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-09T15:43:18.892Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-09T15:43:18.892Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-09T15:43:18.892Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-02-09T15:43:18.892Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-09T15:43:18.892Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-09T15:43:18.892Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-09T15:43:18.892Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-09T15:43:18.892Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-02-09T15:43:18.892Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-09T15:43:18.892Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-09T15:43:18.892Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-09T15:43:18.892Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-09T15:43:18.892Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-09T15:43:18.892Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-09T15:43:18.892Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-09T15:43:18.892Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-09T15:43:18.892Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-09T15:43:18.892Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-09T15:43:18.892Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-09T15:43:18.892Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-09T15:43:18.892Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-09T15:43:18.892Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-09T15:43:18.892Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-09T15:43:18.892Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-09T15:43:18.892Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-09T15:43:18.892Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-09T15:43:18.892Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-09T15:43:18.892Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-09T15:43:18.892Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-09T15:43:18.892Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-09T15:43:18.892Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-09T15:43:18.892Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-09T15:43:19.155Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-09T15:43:19.418Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-09T15:43:19.418Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-09T15:43:23.838Z] Collecting docker-compose==1.23.2 [2021-02-09T15:43:23.838Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-09T15:43:25.811Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-09T15:43:25.811Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-09T15:43:26.406Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-09T15:43:26.406Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-09T15:43:27.585Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-09T15:43:27.585Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-09T15:43:29.787Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-09T15:43:29.787Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-09T15:43:29.787Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T15:43:29.787Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-09T15:43:29.787Z] ---> 353060a360f1 [2021-02-09T15:43:29.787Z] Step 3/22 : WORKDIR /edgex-go [2021-02-09T15:43:29.787Z] ---> Using cache [2021-02-09T15:43:29.787Z] ---> a6e71e65a6e0 [2021-02-09T15:43:29.787Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T15:43:29.787Z] ---> Using cache [2021-02-09T15:43:29.787Z] ---> 1d6b168ed9c1 [2021-02-09T15:43:29.787Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-09T15:43:29.787Z] ---> Using cache [2021-02-09T15:43:29.787Z] ---> f858094e62b4 [2021-02-09T15:43:29.787Z] Step 6/22 : COPY go.mod . [2021-02-09T15:43:29.787Z] ---> Using cache [2021-02-09T15:43:29.787Z] ---> ca24adcaf38a [2021-02-09T15:43:29.787Z] Step 7/22 : RUN go mod download [2021-02-09T15:43:29.787Z] ---> Using cache [2021-02-09T15:43:29.787Z] ---> a27769b9a3d9 [2021-02-09T15:43:29.787Z] Step 8/22 : COPY . . [2021-02-09T15:43:29.787Z] ---> Using cache [2021-02-09T15:43:29.787Z] ---> 8ab41ed16ce5 [2021-02-09T15:43:29.787Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-09T15:43:30.082Z] Collecting docopt<0.7,>=0.6.1 [2021-02-09T15:43:30.360Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-09T15:43:32.385Z] ---> Running in f208dc171b0d [2021-02-09T15:43:32.916Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-09T15:43:33.371Z] Collecting cached-property<2,>=1.2.0 [2021-02-09T15:43:33.655Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-09T15:43:33.936Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-09T15:43:34.216Z] Collecting jsonschema<3,>=2.5.1 [2021-02-09T15:43:34.324Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-09T15:43:34.492Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-09T15:43:34.769Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-09T15:43:35.711Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-09T15:43:35.763Z] Collecting PyYAML<4,>=3.10 [2021-02-09T15:43:35.973Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-09T15:43:35.973Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-09T15:43:36.039Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-09T15:43:36.235Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-09T15:43:36.235Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-09T15:43:36.235Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-09T15:43:38.152Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-09T15:43:38.152Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-09T15:43:38.152Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-09T15:43:39.539Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-09T15:43:40.488Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-09T15:43:40.488Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-09T15:43:41.470Z] Collecting docker<4.0,>=3.6.0 [2021-02-09T15:43:41.470Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-09T15:43:41.747Z] Collecting texttable<0.10,>=0.9.0 [2021-02-09T15:43:41.747Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-09T15:43:42.405Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-09T15:43:42.978Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-09T15:43:42.978Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-09T15:43:44.369Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-09T15:43:44.369Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-09T15:43:44.396Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T15:43:44.396Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-09T15:43:44.396Z] ---> 353060a360f1 [2021-02-09T15:43:44.396Z] Step 3/22 : WORKDIR /edgex-go [2021-02-09T15:43:44.396Z] ---> Using cache [2021-02-09T15:43:44.396Z] ---> a6e71e65a6e0 [2021-02-09T15:43:44.396Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T15:43:44.396Z] ---> Using cache [2021-02-09T15:43:44.396Z] ---> 1d6b168ed9c1 [2021-02-09T15:43:44.396Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-09T15:43:44.396Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-09T15:43:45.414Z] Collecting idna<2.8,>=2.5 [2021-02-09T15:43:45.414Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-09T15:43:46.015Z] ---> Running in ced48619a0df [2021-02-09T15:43:46.308Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T15:43:46.308Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T15:43:46.308Z] ---> 353060a360f1 [2021-02-09T15:43:46.308Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T15:43:46.308Z] ---> Using cache [2021-02-09T15:43:46.308Z] ---> a6e71e65a6e0 [2021-02-09T15:43:46.308Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T15:43:46.308Z] ---> Using cache [2021-02-09T15:43:46.308Z] ---> 1d6b168ed9c1 [2021-02-09T15:43:46.308Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-09T15:43:46.308Z] ---> Using cache [2021-02-09T15:43:46.308Z] ---> f858094e62b4 [2021-02-09T15:43:46.308Z] Step 6/23 : COPY go.mod . [2021-02-09T15:43:46.308Z] ---> Using cache [2021-02-09T15:43:46.308Z] ---> ca24adcaf38a [2021-02-09T15:43:46.308Z] Step 7/23 : RUN go mod download [2021-02-09T15:43:46.308Z] ---> Using cache [2021-02-09T15:43:46.308Z] ---> a27769b9a3d9 [2021-02-09T15:43:46.308Z] Step 8/23 : COPY . . [2021-02-09T15:43:46.596Z] ---> Using cache [2021-02-09T15:43:46.596Z] ---> 8ab41ed16ce5 [2021-02-09T15:43:46.596Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-09T15:43:46.875Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-09T15:43:46.875Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-09T15:43:47.477Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-09T15:43:47.477Z] ---> Running in 9c0ac05af558 [2021-02-09T15:43:47.757Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T15:43:47.757Z] Collecting docker-pycreds>=0.4.0 [2021-02-09T15:43:48.033Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-09T15:43:48.308Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-09T15:43:48.308Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-09T15:43:48.308Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-09T15:43:48.308Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-09T15:43:48.585Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T15:43:48.588Z] Building version [2021-02-09T15:43:49.573Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-09T15:43:49.573Z] Installing collected packages: idna, urllib3, requests, dockerpty, websocket-client, docopt, cached-property, jsonschema, PyYAML, docker-pycreds, docker, texttable, docker-compose [2021-02-09T15:43:49.573Z] Attempting uninstall: idna [2021-02-09T15:43:49.573Z] Found existing installation: idna 2.9 [2021-02-09T15:43:49.573Z] Uninstalling idna-2.9: [2021-02-09T15:43:49.573Z] OK: 217 MiB in 51 packages [2021-02-09T15:43:49.849Z] Successfully uninstalled idna-2.9 [2021-02-09T15:43:51.237Z] Staging config-common [2021-02-09T15:43:51.841Z] Attempting uninstall: urllib3 [2021-02-09T15:43:51.841Z] Found existing installation: urllib3 1.25.9 [2021-02-09T15:43:51.841Z] Uninstalling urllib3-1.25.9: [2021-02-09T15:43:51.841Z] Successfully uninstalled urllib3-1.25.9 [2021-02-09T15:43:52.182Z] Skipping stage go-build-helper (already ran) [2021-02-09T15:43:52.182Z] Skipping stage static-packages (already ran) [2021-02-09T15:43:52.182Z] Skipping stage go115 (already ran) [2021-02-09T15:43:52.182Z] Staging edgex-go [2021-02-09T15:43:52.446Z] Removing intermediate container ced48619a0df [2021-02-09T15:43:52.446Z] ---> b2fa66cc6ef6 [2021-02-09T15:43:52.446Z] Step 6/22 : COPY go.mod . [2021-02-09T15:43:52.778Z] Attempting uninstall: requests [2021-02-09T15:43:52.778Z] Found existing installation: requests 2.23.0 [2021-02-09T15:43:52.778Z] Uninstalling requests-2.23.0: [2021-02-09T15:43:53.123Z] Staging version [2021-02-09T15:43:53.145Z] Successfully uninstalled requests-2.23.0 [2021-02-09T15:43:53.425Z] Running setup.py install for dockerpty: started [2021-02-09T15:43:54.511Z] Priming config-common [2021-02-09T15:43:54.551Z] ---> 1bcddbd63514 [2021-02-09T15:43:54.552Z] Step 7/22 : RUN go mod download [2021-02-09T15:43:54.829Z] ---> Running in 0a69c5b06b1a [2021-02-09T15:43:55.457Z] Priming go-build-helper [2021-02-09T15:43:55.830Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T15:43:55.830Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T15:43:55.830Z] ---> 353060a360f1 [2021-02-09T15:43:55.830Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T15:43:55.830Z] ---> Using cache [2021-02-09T15:43:55.830Z] ---> a6e71e65a6e0 [2021-02-09T15:43:55.830Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T15:43:55.830Z] ---> Using cache [2021-02-09T15:43:55.830Z] ---> 1d6b168ed9c1 [2021-02-09T15:43:55.830Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-09T15:43:55.830Z] ---> Running in a608b9d8851e [2021-02-09T15:43:56.401Z] Priming static-packages [2021-02-09T15:43:56.833Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-09T15:43:57.120Z] Running setup.py install for docopt: started [2021-02-09T15:43:57.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T15:43:58.732Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T15:43:58.955Z] Priming go115 [2021-02-09T15:43:59.341Z] Removing intermediate container 0a69c5b06b1a [2021-02-09T15:43:59.341Z] ---> 25a3daaf1b0e [2021-02-09T15:43:59.341Z] Step 8/22 : COPY . . [2021-02-09T15:43:59.341Z] OK: 217 MiB in 51 packages [2021-02-09T15:43:59.904Z] Priming edgex-go [2021-02-09T15:43:59.948Z] Running setup.py install for docopt: finished with status 'done' [2021-02-09T15:44:00.552Z] Running setup.py install for PyYAML: started [2021-02-09T15:44:01.293Z] Priming version [2021-02-09T15:44:02.006Z] Removing intermediate container a608b9d8851e [2021-02-09T15:44:02.007Z] ---> d331f0e6e1f7 [2021-02-09T15:44:02.007Z] Step 6/23 : COPY go.mod . [2021-02-09T15:44:02.682Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-02-09T15:44:03.475Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-09T15:44:04.487Z] ---> a67e29f0c816 [2021-02-09T15:44:04.487Z] Step 7/23 : RUN go mod download [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-09T15:44:05.508Z] ---> Running in 452bd40362be [2021-02-09T15:44:05.508Z] Running setup.py install for texttable: started [2021-02-09T15:44:08.933Z] Running setup.py install for texttable: finished with status 'done' [2021-02-09T15:44:10.413Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-09T15:44:11.439Z] Removing intermediate container 452bd40362be [2021-02-09T15:44:11.439Z] ---> 6994670d3700 [2021-02-09T15:44:11.439Z] Step 8/23 : COPY . . [2021-02-09T15:44:19.799Z] Removing intermediate container 6f3ae94fb58a [2021-02-09T15:44:19.799Z] ---> 325eab422df4 [2021-02-09T15:44:19.799Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-09T15:44:19.799Z] ---> Running in 4ce328795a6b [2021-02-09T15:44:22.500Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T15:44:22.500Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T15:44:23.137Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T15:44:23.137Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-09T15:44:23.137Z] (3/3) Installing curl (7.69.1-r3) [2021-02-09T15:44:23.137Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T15:44:23.137Z] OK: 71 MiB in 58 packages [2021-02-09T15:44:24.142Z] ---> 6c457836cb29 [2021-02-09T15:44:24.142Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-09T15:44:25.122Z] ---> Running in 308ddfa81bb6 [2021-02-09T15:44:26.105Z] Removing intermediate container 4ce328795a6b [2021-02-09T15:44:26.105Z] ---> 5b086daa5aa9 [2021-02-09T15:44:26.105Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-09T15:44:26.433Z] ---> Running in d57da6583e56 [2021-02-09T15:44:27.510Z] Removing intermediate container d57da6583e56 [2021-02-09T15:44:27.510Z] ---> 14f2917c7b19 [2021-02-09T15:44:27.510Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T15:44:27.836Z] ---> Running in 67e221160fd5 [2021-02-09T15:44:28.109Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-09T15:44:29.116Z] Removing intermediate container 67e221160fd5 [2021-02-09T15:44:29.116Z] ---> c5cd24866f30 [2021-02-09T15:44:29.116Z] Step 24/26 : LABEL arch=arm64 [2021-02-09T15:44:29.722Z] ---> Running in 071e99d988fb [2021-02-09T15:44:30.717Z] Removing intermediate container 071e99d988fb [2021-02-09T15:44:30.717Z] ---> 029d84019100 [2021-02-09T15:44:30.717Z] Step 25/26 : LABEL git_sha=266ed883c0884e7f732e2f5dbbce128779779a07 [2021-02-09T15:44:31.320Z] ---> Running in 4798806b5f8b [2021-02-09T15:44:32.772Z] Removing intermediate container 4798806b5f8b [2021-02-09T15:44:32.772Z] ---> e2685f025470 [2021-02-09T15:44:32.772Z] Step 26/26 : LABEL version=0.0.0 [2021-02-09T15:44:33.060Z] ---> Running in c6e86d25dd5d [2021-02-09T15:44:34.511Z] Removing intermediate container c6e86d25dd5d [2021-02-09T15:44:34.511Z] ---> 89a72fff4784 [2021-02-09T15:44:34.511Z] [2021-02-09T15:44:35.499Z] Successfully built 89a72fff4784 [2021-02-09T15:44:35.499Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-09T15:44:39.827Z]  Building docker-sys-mgmt-agent-go ... done  ---> 7b2a9cdc67ec [2021-02-09T15:44:39.827Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-09T15:44:39.827Z] ---> Running in 1553648962f7 [2021-02-09T15:44:41.826Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-09T15:45:08.695Z] Removing intermediate container f208dc171b0d [2021-02-09T15:45:08.695Z] ---> 7c2250660dd6 [2021-02-09T15:45:08.695Z] [2021-02-09T15:45:08.695Z] Step 10/22 : FROM alpine:3.12 [2021-02-09T15:45:08.695Z] ---> afeebe901d6b [2021-02-09T15:45:08.695Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-09T15:45:08.695Z] ---> Using cache [2021-02-09T15:45:08.695Z] ---> cf92e4697e42 [2021-02-09T15:45:08.695Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T15:45:08.695Z] ---> Using cache [2021-02-09T15:45:08.695Z] ---> 7dd3c5696361 [2021-02-09T15:45:08.695Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-09T15:45:08.695Z] ---> Running in 9cebad1c8cef [2021-02-09T15:45:08.695Z] Removing intermediate container 9cebad1c8cef [2021-02-09T15:45:08.695Z] ---> faa04180c327 [2021-02-09T15:45:08.695Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-09T15:45:08.695Z] ---> Running in 217e5bda5ed7 [2021-02-09T15:45:09.305Z] Removing intermediate container 217e5bda5ed7 [2021-02-09T15:45:09.305Z] ---> c95275af286c [2021-02-09T15:45:09.305Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T15:45:10.308Z] ---> 86c563b24125 [2021-02-09T15:45:10.308Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-09T15:45:12.985Z] ---> 57f24a4852b6 [2021-02-09T15:45:12.985Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-09T15:45:13.999Z] ---> 2a5242238a0c [2021-02-09T15:45:13.999Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-09T15:45:13.999Z] ---> Running in 0b9f16a98209 [2021-02-09T15:45:14.613Z] Removing intermediate container 0b9f16a98209 [2021-02-09T15:45:14.613Z] ---> 20c04f74677b [2021-02-09T15:45:14.613Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T15:45:14.891Z] ---> Running in e39ef3ea4ef3 [2021-02-09T15:45:15.514Z] Removing intermediate container e39ef3ea4ef3 [2021-02-09T15:45:15.514Z] ---> ebe77623613d [2021-02-09T15:45:15.514Z] Step 20/22 : LABEL arch=arm64 [2021-02-09T15:45:15.794Z] ---> Running in 651ccb6249dc [2021-02-09T15:45:16.091Z] Removing intermediate container 651ccb6249dc [2021-02-09T15:45:16.091Z] ---> 0ea899c1f1b3 [2021-02-09T15:45:16.091Z] Step 21/22 : LABEL git_sha=266ed883c0884e7f732e2f5dbbce128779779a07 [2021-02-09T15:45:16.440Z] ---> Running in bfce926e7d09 [2021-02-09T15:45:17.400Z] Removing intermediate container bfce926e7d09 [2021-02-09T15:45:17.400Z] ---> 2e1022077e32 [2021-02-09T15:45:17.400Z] Step 22/22 : LABEL version=0.0.0 [2021-02-09T15:45:17.400Z] ---> Running in 64b0e6203cc0 [2021-02-09T15:45:18.039Z] Removing intermediate container 64b0e6203cc0 [2021-02-09T15:45:18.039Z] ---> f2dc48a337c6 [2021-02-09T15:45:18.039Z] [2021-02-09T15:45:18.647Z] Successfully built f2dc48a337c6 [2021-02-09T15:45:18.647Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-09T15:45:25.397Z]  Building docker-support-scheduler-go ... done Removing intermediate container 9c0ac05af558 [2021-02-09T15:45:25.397Z] ---> f38bdc814b76 [2021-02-09T15:45:25.397Z] [2021-02-09T15:45:25.398Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T15:45:25.398Z] ---> afeebe901d6b [2021-02-09T15:45:25.398Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-09T15:45:25.398Z] ---> Using cache [2021-02-09T15:45:25.398Z] ---> cf92e4697e42 [2021-02-09T15:45:25.398Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T15:45:25.398Z] ---> Using cache [2021-02-09T15:45:25.398Z] ---> 7dd3c5696361 [2021-02-09T15:45:25.398Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-09T15:45:25.398Z] ---> Running in cd03eb5e6e40 [2021-02-09T15:45:25.678Z] Removing intermediate container cd03eb5e6e40 [2021-02-09T15:45:25.678Z] ---> eed871f67954 [2021-02-09T15:45:25.678Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-09T15:45:25.678Z] ---> Running in bc101438ddef [2021-02-09T15:45:26.689Z] Removing intermediate container bc101438ddef [2021-02-09T15:45:26.689Z] ---> 3679c9df195f [2021-02-09T15:45:26.689Z] Step 15/23 : WORKDIR / [2021-02-09T15:45:26.689Z] ---> Running in 44631cdd77d6 [2021-02-09T15:45:27.304Z] Removing intermediate container 44631cdd77d6 [2021-02-09T15:45:27.304Z] ---> bcf5c9bc06f4 [2021-02-09T15:45:27.304Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T15:45:28.768Z] ---> 673befb7b616 [2021-02-09T15:45:28.768Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-09T15:45:30.773Z] ---> a6cf55ceca51 [2021-02-09T15:45:30.773Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-09T15:45:32.248Z] ---> 24e7e8771798 [2021-02-09T15:45:32.248Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-09T15:45:32.248Z] ---> Running in 1dd5f1744eae [2021-02-09T15:45:32.873Z] Removing intermediate container 1dd5f1744eae [2021-02-09T15:45:32.873Z] ---> 78db97f76993 [2021-02-09T15:45:32.873Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T15:45:32.873Z] ---> Running in e18168dacd29 [2021-02-09T15:45:33.874Z] Removing intermediate container e18168dacd29 [2021-02-09T15:45:33.874Z] ---> 147cdd8a16a7 [2021-02-09T15:45:33.874Z] Step 21/23 : LABEL arch=arm64 [2021-02-09T15:45:33.874Z] ---> Running in f0be1fcae83b [2021-02-09T15:45:34.491Z] Removing intermediate container f0be1fcae83b [2021-02-09T15:45:34.491Z] ---> 78286907b240 [2021-02-09T15:45:34.491Z] Step 22/23 : LABEL git_sha=266ed883c0884e7f732e2f5dbbce128779779a07 [2021-02-09T15:45:34.779Z] ---> Running in c11484c7366c [2021-02-09T15:45:35.401Z] Removing intermediate container c11484c7366c [2021-02-09T15:45:35.401Z] ---> 23f6529cff3f [2021-02-09T15:45:35.401Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T15:45:35.682Z] ---> Running in 31448c635a7e [2021-02-09T15:45:36.288Z] Removing intermediate container 31448c635a7e [2021-02-09T15:45:36.288Z] ---> 8a9d061d93a8 [2021-02-09T15:45:36.288Z] [2021-02-09T15:45:36.895Z] Successfully built 8a9d061d93a8 [2021-02-09T15:45:36.895Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-09T15:45:52.050Z]  Building docker-core-command-go ... done Removing intermediate container 308ddfa81bb6 [2021-02-09T15:45:52.050Z] ---> a9d7e04718dd [2021-02-09T15:45:52.050Z] [2021-02-09T15:45:52.050Z] Step 10/22 : FROM alpine:3.12 [2021-02-09T15:45:52.050Z] ---> afeebe901d6b [2021-02-09T15:45:52.050Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-09T15:45:52.050Z] ---> Running in b547959d91e4 [2021-02-09T15:45:52.050Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T15:45:52.050Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T15:45:52.650Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-09T15:45:52.927Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-09T15:45:52.927Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T15:45:52.927Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T15:45:52.927Z] OK: 6 MiB in 16 packages [2021-02-09T15:45:55.565Z] Removing intermediate container b547959d91e4 [2021-02-09T15:45:55.565Z] ---> c8c8d90a5182 [2021-02-09T15:45:55.565Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T15:45:55.565Z] ---> Running in 54aaca4b5b2e [2021-02-09T15:45:55.565Z] Removing intermediate container 54aaca4b5b2e [2021-02-09T15:45:55.565Z] ---> 6bdda7b3d765 [2021-02-09T15:45:55.565Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-09T15:45:55.839Z] ---> Running in 68acb2f0b1a9 [2021-02-09T15:45:56.112Z] Removing intermediate container 68acb2f0b1a9 [2021-02-09T15:45:56.112Z] ---> a909c3a1df56 [2021-02-09T15:45:56.112Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-09T15:45:56.388Z] ---> Running in 30752655f140 [2021-02-09T15:45:56.662Z] Removing intermediate container 30752655f140 [2021-02-09T15:45:56.662Z] ---> 29c8b8b87fab [2021-02-09T15:45:56.662Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T15:45:57.694Z] ---> 23edf9801f89 [2021-02-09T15:45:57.694Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-09T15:45:59.700Z] ---> d2f7d44f2b71 [2021-02-09T15:45:59.700Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-09T15:46:00.298Z] ---> 85e21fa0ad74 [2021-02-09T15:46:00.298Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-09T15:46:00.570Z] ---> Running in 61bf5eed87f1 [2021-02-09T15:46:00.570Z] Removing intermediate container 1553648962f7 [2021-02-09T15:46:00.570Z] ---> 1b870ae9906b [2021-02-09T15:46:00.570Z] [2021-02-09T15:46:00.570Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T15:46:00.570Z] ---> afeebe901d6b [2021-02-09T15:46:00.570Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-09T15:46:00.843Z] ---> Running in 732b1d96ca99 [2021-02-09T15:46:00.843Z] Removing intermediate container 61bf5eed87f1 [2021-02-09T15:46:01.137Z] ---> 9f301b0d75ed [2021-02-09T15:46:01.137Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T15:46:01.137Z] ---> Running in 064c56b833d7 [2021-02-09T15:46:01.409Z] Removing intermediate container 732b1d96ca99 [2021-02-09T15:46:01.409Z] ---> b1752c083d49 [2021-02-09T15:46:01.409Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-09T15:46:01.409Z] ---> Running in 96db39426917 [2021-02-09T15:46:01.680Z] Removing intermediate container 064c56b833d7 [2021-02-09T15:46:01.680Z] ---> 850ce4bbbc14 [2021-02-09T15:46:01.680Z] Step 20/22 : LABEL arch=arm64 [2021-02-09T15:46:01.954Z] Removing intermediate container 96db39426917 [2021-02-09T15:46:01.954Z] ---> 3d2609dae35d [2021-02-09T15:46:01.954Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-09T15:46:01.954Z] ---> Running in 431678d0e8ff [2021-02-09T15:46:01.954Z] ---> Running in 6e66c4759367 [2021-02-09T15:46:02.573Z] Removing intermediate container 431678d0e8ff [2021-02-09T15:46:02.573Z] ---> eeac96931c5b [2021-02-09T15:46:02.573Z] Step 21/22 : LABEL git_sha=266ed883c0884e7f732e2f5dbbce128779779a07 [2021-02-09T15:46:02.573Z] ---> Running in aa6f0afc4d6c [2021-02-09T15:46:02.573Z] Removing intermediate container 6e66c4759367 [2021-02-09T15:46:02.573Z] ---> cdbf2b62df7a [2021-02-09T15:46:02.573Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T15:46:02.573Z] ---> Running in bd5d9345cd30 [2021-02-09T15:46:03.231Z] Removing intermediate container aa6f0afc4d6c [2021-02-09T15:46:03.231Z] ---> 7b12c753ee52 [2021-02-09T15:46:03.231Z] Step 22/22 : LABEL version=0.0.0 [2021-02-09T15:46:03.231Z] ---> Running in 05758eb3df3d [2021-02-09T15:46:03.842Z] Removing intermediate container 05758eb3df3d [2021-02-09T15:46:03.842Z] ---> 5c89ef2bbe1b [2021-02-09T15:46:03.842Z] [2021-02-09T15:46:04.117Z] Successfully built 5c89ef2bbe1b [2021-02-09T15:46:04.117Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-09T15:46:05.104Z]  Building docker-support-notifications-go ... done Removing intermediate container bd5d9345cd30 [2021-02-09T15:46:05.104Z] ---> 2305726af703 [2021-02-09T15:46:05.104Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-09T15:46:05.104Z] ---> Running in 8720e50bd4b7 [2021-02-09T15:46:06.547Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T15:46:07.147Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T15:46:08.133Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-09T15:46:08.133Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-09T15:46:08.133Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-09T15:46:08.407Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-09T15:46:08.681Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-09T15:46:08.681Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-09T15:46:08.956Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T15:46:08.956Z] OK: 8 MiB in 20 packages [2021-02-09T15:46:10.401Z] Removing intermediate container 8720e50bd4b7 [2021-02-09T15:46:10.401Z] ---> f1918f1a47b2 [2021-02-09T15:46:10.401Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T15:46:11.003Z] ---> ea3eead7ab1a [2021-02-09T15:46:11.003Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-09T15:46:12.447Z] ---> fea8db7496d4 [2021-02-09T15:46:12.447Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-09T15:46:13.044Z] ---> 1fccca4aff33 [2021-02-09T15:46:13.044Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-09T15:46:13.320Z] ---> Running in cb4fe1b4f7df [2021-02-09T15:46:13.923Z] Removing intermediate container cb4fe1b4f7df [2021-02-09T15:46:13.923Z] ---> 792df67cba8d [2021-02-09T15:46:13.924Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T15:46:13.924Z] ---> Running in 2612256bb727 [2021-02-09T15:46:14.524Z] Removing intermediate container 2612256bb727 [2021-02-09T15:46:14.524Z] ---> 4abb027ebe89 [2021-02-09T15:46:14.524Z] Step 21/23 : LABEL arch=arm64 [2021-02-09T15:46:14.524Z] ---> Running in 78859f521e20 [2021-02-09T15:46:15.124Z] Removing intermediate container 78859f521e20 [2021-02-09T15:46:15.124Z] ---> 5279dbc66f71 [2021-02-09T15:46:15.124Z] Step 22/23 : LABEL git_sha=266ed883c0884e7f732e2f5dbbce128779779a07 [2021-02-09T15:46:15.124Z] ---> Running in 2f375a4f0954 [2021-02-09T15:46:15.417Z] Removing intermediate container 2f375a4f0954 [2021-02-09T15:46:15.417Z] ---> 1195856af933 [2021-02-09T15:46:15.417Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T15:46:15.703Z] ---> Running in 326f0b0470fd [2021-02-09T15:46:16.301Z] Removing intermediate container 326f0b0470fd [2021-02-09T15:46:16.301Z] ---> bd94b1dd3584 [2021-02-09T15:46:16.301Z] [2021-02-09T15:46:16.574Z] Successfully built bd94b1dd3584 [2021-02-09T15:46:16.574Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-09T15:46:16.862Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-09T15:46:16.853Z] $ docker stop --time=1 2b1b979681839741890483c006eb3fa7a31414134fd5dcaceb7734ad37670b0c [2021-02-09T15:46:18.832Z] $ docker rm -f 2b1b979681839741890483c006eb3fa7a31414134fd5dcaceb7734ad37670b0c [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-09T15:46:19.515Z] + + grepdocker docker [2021-02-09T15:46:19.515Z] images [2021-02-09T15:46:19.788Z] docker-core-data-go-arm64 latest bd94b1dd3584 4 seconds ago 21MB [2021-02-09T15:46:19.788Z] docker-support-notifications-go-arm64 latest 5c89ef2bbe1b 16 seconds ago 16.7MB [2021-02-09T15:46:19.788Z] docker-core-command-go-arm64 latest 8a9d061d93a8 44 seconds ago 16MB [2021-02-09T15:46:19.788Z] docker-support-scheduler-go-arm64 latest f2dc48a337c6 About a minute ago 16.1MB [2021-02-09T15:46:19.788Z] docker-sys-mgmt-agent-go-arm64 latest 89a72fff4784 About a minute ago 300MB [2021-02-09T15:46:19.788Z] docker-security-bootstrapper-go-arm64 latest a587539521e0 3 minutes ago 17MB [2021-02-09T15:46:19.788Z] docker-core-metadata-go-arm64 latest 695036559337 3 minutes ago 17.8MB [2021-02-09T15:46:19.788Z] docker-security-secretstore-setup-go-arm64 latest 5a62244e3230 3 minutes ago 23.4MB [2021-02-09T15:46:19.788Z] docker-security-proxy-setup-go-arm64 latest f52d5acc29a0 3 minutes ago 23.2MB [2021-02-09T15:46:19.788Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-09T15:46:21.561Z] provisioning config files... [2021-02-09T15:46:21.594Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config7640444736596317691tmp [Pipeline] { [Pipeline] sh [2021-02-09T15:46:22.140Z] + set +x [2021-02-09T15:46:22.140Z] + curl -s https://codecov.io/bash [2021-02-09T15:46:22.140Z] + bash -s -- [2021-02-09T15:46:22.412Z] [2021-02-09T15:46:22.412Z] _____ _ [2021-02-09T15:46:22.412Z] / ____| | | [2021-02-09T15:46:22.412Z] | | ___ __| | ___ ___ _____ __ [2021-02-09T15:46:22.412Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-09T15:46:22.412Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-09T15:46:22.412Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-09T15:46:22.412Z] Bash-20210129-7c25fce [2021-02-09T15:46:22.412Z] [2021-02-09T15:46:22.412Z] [2021-02-09T15:46:22.412Z] ==> git version 2.24.3 found [2021-02-09T15:46:22.412Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-09T15:46:22.412Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-09T15:46:22.412Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-09T15:46:22.412Z] ==> Jenkins CI detected. [2021-02-09T15:46:22.412Z] project root: . [2021-02-09T15:46:22.412Z] --> token set from env [2021-02-09T15:46:22.684Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-09T15:46:22.684Z] ==> Running gcov in . (disable via -X gcov) [2021-02-09T15:46:22.684Z] ==> Python coveragepy not found [2021-02-09T15:46:22.684Z] ==> Searching for coverage reports in: [2021-02-09T15:46:22.684Z] + . [2021-02-09T15:46:22.684Z] -> Found 1 reports [2021-02-09T15:46:22.684Z] ==> Detecting git/mercurial file structure [2021-02-09T15:46:22.684Z] ==> Reading reports [2021-02-09T15:46:22.684Z] + ./coverage.out bytes=592672 [2021-02-09T15:46:22.684Z] ==> Appending adjustments [2021-02-09T15:46:22.684Z] https://docs.codecov.io/docs/fixing-reports [2021-02-09T15:46:26.032Z] + Found adjustments [2021-02-09T15:46:26.032Z] ==> Gzipping contents [2021-02-09T15:46:26.032Z] 88K /tmp/codecov.FwgGm1.gz [2021-02-09T15:46:26.032Z] ==> Uploading reports [2021-02-09T15:46:26.032Z] url: https://codecov.io [2021-02-09T15:46:26.032Z] query: branch=PR-3147&commit=266ed883c0884e7f732e2f5dbbce128779779a07&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3147%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3147&job=&cmd_args= [2021-02-09T15:46:26.032Z] -> Pinging Codecov [2021-02-09T15:46:26.032Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3147&commit=266ed883c0884e7f732e2f5dbbce128779779a07&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3147%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3147&job=&cmd_args= [2021-02-09T15:46:26.981Z] -> Uploading to [2021-02-09T15:46:26.981Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-09/00271124DB129430A58F1EEE437C3FCB/266ed883c0884e7f732e2f5dbbce128779779a07/b471dd3c-edc9-4581-9879-826427e01595.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210209%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210209T154626Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=092d78af451278140dde80d6a8d46a0a7e905e058760531ad9afc1f50b4173f8 [2021-02-09T15:46:26.981Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-09T15:46:26.981Z] Dload Upload Total Spent Left Speed [2021-02-09T15:46:27.558Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89108 0 0 100 89108 0 182k --:--:-- --:--:-- --:--:-- 183k [2021-02-09T15:46:27.558Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/266ed883c0884e7f732e2f5dbbce128779779a07 [Pipeline] } [2021-02-09T15:46:27.568Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-09T15:46:29.329Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T15:46:30.241Z] ---> package-listing.sh [2021-02-09T15:46:30.241Z] ++ facter osfamily [2021-02-09T15:46:30.241Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-09T15:46:30.241Z] + OS_FAMILY=redhat [2021-02-09T15:46:30.241Z] + workspace=/w/workspace/edgex-go/4 [2021-02-09T15:46:30.241Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-09T15:46:30.241Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-09T15:46:30.241Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-09T15:46:30.241Z] + PACKAGES=/tmp/packages_start.txt [2021-02-09T15:46:30.241Z] + '[' /w/workspace/edgex-go/4 ']' [2021-02-09T15:46:30.241Z] + PACKAGES=/tmp/packages_end.txt [2021-02-09T15:46:30.241Z] + case "${OS_FAMILY}" in [2021-02-09T15:46:30.241Z] + rpm -qa [2021-02-09T15:46:30.241Z] + sort [2021-02-09T15:46:35.545Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-09T15:46:35.545Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-09T15:46:35.545Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-09T15:46:35.545Z] + '[' /w/workspace/edgex-go/4 ']' [2021-02-09T15:46:35.545Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-02-09T15:46:35.545Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-02-09T15:46:35.559Z] 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-09T15:46:35.880Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-09T15:46:36.189Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-09T15:46:36.452Z] [2021-02-09T15:46:36.452Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-09T15:46:36.796Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-09T15:46:36.796Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-09T15:46:36.796Z] df20fa9351a1: Pulling fs layer [2021-02-09T15:46:36.796Z] 36b3adc4ff6f: Pulling fs layer [2021-02-09T15:46:36.796Z] 8ad3a11d3b57: Pulling fs layer [2021-02-09T15:46:36.796Z] 46f8f816bc3b: Pulling fs layer [2021-02-09T15:46:36.796Z] 93b61091891f: Pulling fs layer [2021-02-09T15:46:36.796Z] 93b9cdb0e59b: Pulling fs layer [2021-02-09T15:46:36.796Z] 5e14af77c1be: Pulling fs layer [2021-02-09T15:46:36.796Z] 01666e4c0597: Pulling fs layer [2021-02-09T15:46:36.796Z] aa168da1d23b: Pulling fs layer [2021-02-09T15:46:36.796Z] 93b61091891f: Waiting [2021-02-09T15:46:36.796Z] 93b9cdb0e59b: Waiting [2021-02-09T15:46:36.796Z] 5e14af77c1be: Waiting [2021-02-09T15:46:36.796Z] 01666e4c0597: Waiting [2021-02-09T15:46:36.796Z] aa168da1d23b: Waiting [2021-02-09T15:46:36.796Z] 46f8f816bc3b: Waiting [2021-02-09T15:46:36.796Z] 36b3adc4ff6f: Download complete [2021-02-09T15:46:37.066Z] 46f8f816bc3b: Verifying Checksum [2021-02-09T15:46:37.066Z] 46f8f816bc3b: Download complete [2021-02-09T15:46:37.066Z] df20fa9351a1: Download complete [2021-02-09T15:46:37.066Z] 93b9cdb0e59b: Verifying Checksum [2021-02-09T15:46:37.066Z] 93b9cdb0e59b: Download complete [2021-02-09T15:46:37.066Z] 5e14af77c1be: Verifying Checksum [2021-02-09T15:46:37.066Z] 5e14af77c1be: Download complete [2021-02-09T15:46:37.066Z] 01666e4c0597: Verifying Checksum [2021-02-09T15:46:37.066Z] 01666e4c0597: Download complete [2021-02-09T15:46:37.066Z] 93b61091891f: Download complete [2021-02-09T15:46:37.333Z] df20fa9351a1: Pull complete [2021-02-09T15:46:37.596Z] 36b3adc4ff6f: Pull complete [2021-02-09T15:46:37.596Z] 8ad3a11d3b57: Verifying Checksum [2021-02-09T15:46:37.596Z] 8ad3a11d3b57: Download complete [2021-02-09T15:46:38.179Z] 8ad3a11d3b57: Pull complete [2021-02-09T15:46:38.445Z] 46f8f816bc3b: Pull complete [2021-02-09T15:46:40.371Z] aa168da1d23b: Verifying Checksum [2021-02-09T15:46:40.371Z] aa168da1d23b: Download complete [2021-02-09T15:46:40.952Z] 93b61091891f: Pull complete [2021-02-09T15:46:41.819Z] 93b9cdb0e59b: Pull complete [2021-02-09T15:46:41.819Z] 5e14af77c1be: Pull complete [2021-02-09T15:46:42.087Z] 01666e4c0597: Pull complete [2021-02-09T15:46:52.162Z] aa168da1d23b: Pull complete [2021-02-09T15:46:52.162Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-09T15:46:52.162Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-09T15:46:52.162Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-09T15:46:52.424Z] prd-centos7-docker-4c-2g-25787 does not seem to be running inside a container [2021-02-09T15:46:52.476Z] $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-09T15:46:55.421Z] $ docker top bd01d454127c597645a254068e1204df0f452e92f252742639e16a7358358154 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T15:46:55.926Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-09T15:46:56.231Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-09T15:46:56.560Z] + ls /var/log/sa-host [2021-02-09T15:46:56.560Z] + sadf -c /var/log/sa-host/sa09 [2021-02-09T15:46:56.560Z] file_magic: OK [2021-02-09T15:46:56.560Z] HZ: Using current value: 100 [2021-02-09T15:46:56.560Z] file_header: OK [2021-02-09T15:46:56.560Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-09T15:46:56.560Z] Statistics: [2021-02-09T15:46:56.560Z] 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... [2021-02-09T15:46:56.560Z] File successfully converted to sysstat format version 12.2.1 [2021-02-09T15:46:56.560Z] + sadf -c /var/log/sa-host/sa23 [2021-02-09T15:46:56.560Z] file_magic: OK [2021-02-09T15:46:56.560Z] HZ: Using current value: 100 [2021-02-09T15:46:56.560Z] file_header: OK [2021-02-09T15:46:56.560Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-09T15:46:56.560Z] Statistics: [2021-02-09T15:46:56.560Z] Hnuu...uuuununununu... [2021-02-09T15:46:56.560Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-09T15:46:56.800Z] provisioning config files... [2021-02-09T15:46:56.819Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config7386338900102919717tmp [Pipeline] { [Pipeline] echo [2021-02-09T15:46:56.903Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T15:46:57.204Z] ---> create-netrc.sh [Pipeline] } [2021-02-09T15:46:57.214Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-09T15:46:57.304Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T15:46:57.604Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-09T15:46:57.616Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T15:46:57.924Z] ---> sudo-logs.sh [2021-02-09T15:46:57.924Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-09T15:46:57.948Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T15:46:58.476Z] ---> job-cost.sh [2021-02-09T15:46:58.476Z] lf-activate-venv: SKIPPING [2021-02-09T15:46:58.476Z] INFO: No Stack... [2021-02-09T15:46:59.437Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-09T15:46:59.719Z] INFO: Archiving Costs [Pipeline] echo [2021-02-09T15:46:59.745Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T15:47:00.080Z] ---> logs-deploy.sh [2021-02-09T15:47:00.081Z] lf-activate-venv: SKIPPING [2021-02-09T15:47:00.081Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3147/4 [2021-02-09T15:47:00.081Z] INFO: archiving workspace using pattern(s): [2021-02-09T15:47:02.023Z] Archives upload complete. [2021-02-09T15:47:02.023Z] INFO: archiving logs to Nexus