Pull request #2970 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 295f404a3bda84e22c3d6843133b44749a727654+4ca1de52de98fea5214ec757781974277347748a (2fdb1a610834dc28c1984076e725bf1f0cebc1f2) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-22015 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/36 [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/36 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 4ca1de52de98fea5214ec757781974277347748a into PR head commit 295f404a3bda84e22c3d6843133b44749a727654 Merge succeeded, producing 9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b Checking out Revision 9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b (PR-2970) > git config core.sparsecheckout # timeout=10 > git checkout -f 295f404a3bda84e22c3d6843133b44749a727654 # 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 4ca1de52de98fea5214ec757781974277347748a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b # timeout=10 Commit message: "Merge commit '4ca1de52de98fea5214ec757781974277347748a' into HEAD" > git rev-list --no-walk c4eb6dd5dc08378382a8720c3740a8cc81c6949e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-21T18:27:02.500Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-21T18:27:02.750Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-21T18:27:02.855Z] ========================================================= [2021-01-21T18:27:02.855Z] EdgeX Global Pipelines Version Info [2021-01-21T18:27:02.855Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-21T18:27:04.852Z] ------------------- [2021-01-21T18:27:04.852Z] stable info: [2021-01-21T18:27:04.852Z] ------------------- [2021-01-21T18:27:04.852Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-21T18:27:04.852Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-21T18:27:04.852Z] Message: update stable to v1.0.179 [2021-01-21T18:27:05.817Z] ------------------- [2021-01-21T18:27:05.817Z] experimental info: [2021-01-21T18:27:05.817Z] ------------------- [2021-01-21T18:27:05.817Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-21T18:27:05.817Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-21T18:27:05.817Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-21T18:27:06.301Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-21T18:27:06.393Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-21T18:27:06.485Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-21T18:27:06.578Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-21T18:27:06.760Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-21T18:27:06.854Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-21T18:27:06.942Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-21T18:27:07.032Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-21T18:27:07.121Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-21T18:27:07.210Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-21T18:27:07.296Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-21T18:27:07.384Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-21T18:27:07.490Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-21T18:27:07.583Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-21T18:27:07.675Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-21T18:27:07.763Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-21T18:27:07.852Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-21T18:27:07.940Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-21T18:27:08.030Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-21T18:27:08.112Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-21T18:27:08.207Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-21T18:27:08.292Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-21T18:27:08.379Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-21T18:27:08.497Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2970 [Pipeline] echo [2021-01-21T18:27:08.581Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2970 [Pipeline] echo [2021-01-21T18:27:08.686Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2970 [Pipeline] echo [2021-01-21T18:27:08.774Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b [Pipeline] echo [2021-01-21T18:27:08.857Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9ce72e9 [Pipeline] echo [2021-01-21T18:27:08.947Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-21T18:27:09.132Z] provisioning config files... [2021-01-21T18:27:09.169Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/36@tmp/config8059761580708636196tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T18:27:09.546Z] ---> docker-login.sh [2021-01-21T18:27:09.546Z] nexus3.edgexfoundry.org:10001 [2021-01-21T18:27:09.810Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T18:27:10.072Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T18:27:10.073Z] Configure a credential helper to remove this warning. See [2021-01-21T18:27:10.073Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T18:27:10.073Z] [2021-01-21T18:27:10.073Z] Login Succeeded [2021-01-21T18:27:10.073Z] nexus3.edgexfoundry.org:10002 [2021-01-21T18:27:10.073Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T18:27:10.353Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T18:27:10.353Z] Configure a credential helper to remove this warning. See [2021-01-21T18:27:10.353Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T18:27:10.353Z] [2021-01-21T18:27:10.353Z] Login Succeeded [2021-01-21T18:27:10.353Z] nexus3.edgexfoundry.org:10003 [2021-01-21T18:27:10.353Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T18:27:10.353Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T18:27:10.353Z] Configure a credential helper to remove this warning. See [2021-01-21T18:27:10.353Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T18:27:10.353Z] [2021-01-21T18:27:10.353Z] Login Succeeded [2021-01-21T18:27:10.353Z] nexus3.edgexfoundry.org:10004 [2021-01-21T18:27:10.626Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T18:27:10.626Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T18:27:10.626Z] Configure a credential helper to remove this warning. See [2021-01-21T18:27:10.626Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T18:27:10.626Z] [2021-01-21T18:27:10.626Z] Login Succeeded [2021-01-21T18:27:10.626Z] docker.io [2021-01-21T18:27:10.626Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T18:27:10.888Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T18:27:10.889Z] Configure a credential helper to remove this warning. See [2021-01-21T18:27:10.889Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T18:27:10.889Z] [2021-01-21T18:27:10.889Z] Login Succeeded [2021-01-21T18:27:10.889Z] ---> docker-login.sh ends [Pipeline] } [2021-01-21T18:27:10.898Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-21T18:27:11.489Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-21T18:27:11.490Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T18:27:11.490Z] ++ dirname cmd/core-command/Dockerfile [2021-01-21T18:27:11.490Z] ++ cut -d/ -f2 [2021-01-21T18:27:11.490Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-21T18:27:11.490Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T18:27:11.490Z] ++ dirname cmd/core-data/Dockerfile [2021-01-21T18:27:11.490Z] ++ cut -d/ -f2 [2021-01-21T18:27:11.490Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-21T18:27:11.490Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T18:27:11.490Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-21T18:27:11.490Z] ++ cut -d/ -f2 [2021-01-21T18:27:11.490Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-21T18:27:11.490Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T18:27:11.490Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-21T18:27:11.490Z] ++ cut -d/ -f2 [2021-01-21T18:27:11.490Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-21T18:27:11.490Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T18:27:11.490Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-21T18:27:11.490Z] ++ cut -d/ -f2 [2021-01-21T18:27:11.490Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-21T18:27:11.490Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T18:27:11.490Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-21T18:27:11.490Z] ++ cut -d/ -f2 [2021-01-21T18:27:11.490Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-21T18:27:11.490Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T18:27:11.490Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-21T18:27:11.490Z] ++ cut -d/ -f2 [2021-01-21T18:27:11.490Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-21T18:27:11.490Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T18:27:11.490Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-21T18:27:11.490Z] ++ cut -d/ -f2 [2021-01-21T18:27:11.490Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-21T18:27:11.490Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-21T18:27:11.490Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-21T18:27:11.490Z] ++ cut -d/ -f2 [2021-01-21T18:27:11.490Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-21T18:27:11.572Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-21T18:27:13.210Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T18:27:13.210Z] [2021-01-21T18:27:13.210Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T18:27:13.564Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T18:27:13.564Z] latest: Pulling from edgex-devops/git-semver [2021-01-21T18:27:13.564Z] 31603596830f: Pulling fs layer [2021-01-21T18:27:13.564Z] 2a8b12db71e7: Pulling fs layer [2021-01-21T18:27:13.564Z] 6ca5941a6612: Pulling fs layer [2021-01-21T18:27:13.564Z] ecc8261a40a4: Pulling fs layer [2021-01-21T18:27:13.564Z] ecc8261a40a4: Waiting [2021-01-21T18:27:13.564Z] 2a8b12db71e7: Verifying Checksum [2021-01-21T18:27:13.564Z] 2a8b12db71e7: Download complete [2021-01-21T18:27:13.829Z] 31603596830f: Verifying Checksum [2021-01-21T18:27:13.829Z] 31603596830f: Download complete [2021-01-21T18:27:13.829Z] ecc8261a40a4: Verifying Checksum [2021-01-21T18:27:13.829Z] ecc8261a40a4: Download complete [2021-01-21T18:27:13.829Z] 6ca5941a6612: Verifying Checksum [2021-01-21T18:27:13.829Z] 6ca5941a6612: Download complete [2021-01-21T18:27:14.091Z] 31603596830f: Pull complete [2021-01-21T18:27:14.359Z] 2a8b12db71e7: Pull complete [2021-01-21T18:27:15.321Z] 6ca5941a6612: Pull complete [2021-01-21T18:27:15.321Z] ecc8261a40a4: Pull complete [2021-01-21T18:27:15.583Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-21T18:27:15.583Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-21T18:27:15.583Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-21T18:27:15.697Z] prd-centos7-docker-4c-2g-22015 does not seem to be running inside a container [2021-01-21T18:27:15.746Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-21T18:27:18.499Z] $ docker top 7c5a9e058b5e44343f5ceac255007e9bf3c5f0064188ff26b70ec0854ec612d1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-21T18:27:18.997Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T18:27:18.998Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T18:27:19.234Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T18:27:19.238Z] $ docker exec 7c5a9e058b5e44343f5ceac255007e9bf3c5f0064188ff26b70ec0854ec612d1 ssh-agent [2021-01-21T18:27:19.418Z] SSH_AUTH_SOCK=/tmp/ssh-d2oZzCR2BODM/agent.12 [2021-01-21T18:27:19.418Z] SSH_AGENT_PID=17 [2021-01-21T18:27:19.436Z] Running ssh-add (command line suppressed) [2021-01-21T18:27:19.564Z] Identity added: /w/workspace/edgex-go/36@tmp/private_key_864025710021899287.key (/w/workspace/edgex-go/36@tmp/private_key_864025710021899287.key) [2021-01-21T18:27:19.627Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T18:27:19.973Z] + git tag --points-at HEAD [Pipeline] } [2021-01-21T18:27:20.003Z] $ docker exec --env ******** --env ******** 7c5a9e058b5e44343f5ceac255007e9bf3c5f0064188ff26b70ec0854ec612d1 ssh-agent -k [2021-01-21T18:27:20.129Z] unset SSH_AUTH_SOCK; [2021-01-21T18:27:20.129Z] unset SSH_AGENT_PID; [2021-01-21T18:27:20.129Z] echo Agent pid 17 killed; [2021-01-21T18:27:20.181Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-21T18:27:20.345Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-21T18:27:20.345Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-21T18:27:20.526Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-21T18:27:20.531Z] $ docker exec 7c5a9e058b5e44343f5ceac255007e9bf3c5f0064188ff26b70ec0854ec612d1 ssh-agent [2021-01-21T18:27:20.700Z] SSH_AUTH_SOCK=/tmp/ssh-YQUU9j0jQ26K/agent.45 [2021-01-21T18:27:20.700Z] SSH_AGENT_PID=50 [2021-01-21T18:27:20.708Z] Running ssh-add (command line suppressed) [2021-01-21T18:27:20.832Z] Identity added: /w/workspace/edgex-go/36@tmp/private_key_5783650775908961279.key (/w/workspace/edgex-go/36@tmp/private_key_5783650775908961279.key) [2021-01-21T18:27:21.031Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-21T18:27:21.370Z] + git semver init [2021-01-21T18:27:21.370Z] # -> Open(): unable to determine branch for HEAD [2021-01-21T18:27:21.370Z] # $GIT_DIR = /w/workspace/edgex-go/36/.git [2021-01-21T18:27:21.370Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/36 [2021-01-21T18:27:21.370Z] # $SEMVER_REMOTE_NAME = origin [2021-01-21T18:27:21.370Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-21T18:27:21.370Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-21T18:27:21.370Z] # $SEMVER_BRANCH = PR-2970 [2021-01-21T18:27:21.370Z] # $SEMVER_TEMP = /tmp/semver-055006238 [2021-01-21T18:27:21.370Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-21T18:27:39.554Z] # '/tmp/semver-055006238' -> '/w/workspace/edgex-go/36/.semver' [2021-01-21T18:27:39.554Z] # -> Force: false [2021-01-21T18:27:39.554Z] # $SEMVER_DIR = /w/workspace/edgex-go/36/.semver [Pipeline] } [2021-01-21T18:27:40.309Z] $ docker exec --env ******** --env ******** 7c5a9e058b5e44343f5ceac255007e9bf3c5f0064188ff26b70ec0854ec612d1 ssh-agent -k [2021-01-21T18:27:40.481Z] unset SSH_AUTH_SOCK; [2021-01-21T18:27:40.481Z] unset SSH_AGENT_PID; [2021-01-21T18:27:40.481Z] echo Agent pid 50 killed; [2021-01-21T18:27:40.559Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-21T18:27:41.076Z] + git semver [Pipeline] } [2021-01-21T18:27:41.095Z] $ docker stop --time=1 7c5a9e058b5e44343f5ceac255007e9bf3c5f0064188ff26b70ec0854ec612d1 [2021-01-21T18:27:42.743Z] $ docker rm -f 7c5a9e058b5e44343f5ceac255007e9bf3c5f0064188ff26b70ec0854ec612d1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T18:27:43.343Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-21T18:27:43.879Z] Stashed 1 file(s) [Pipeline] echo [2021-01-21T18:27:43.883Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-21T18:27:44.827Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-21T18:27:45.136Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-21T18:27:45.438Z] + sudo service docker restart [2021-01-21T18:27:45.438Z] + true [2021-01-21T18:27:45.438Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-21T18:27:46.033Z] ========================================================= [2021-01-21T18:27:46.033Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-21T18:27:46.033Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-21T18:27:46.383Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-21T18:27:50.652Z] Sending build context to Docker daemon 327.9MB [2021-01-21T18:27:50.652Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-21T18:27:50.652Z] Step 2/6 : FROM ${BASE} [2021-01-21T18:27:50.653Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-21T18:27:50.653Z] 188c0c94c7c5: Pulling fs layer [2021-01-21T18:27:50.653Z] 0ef7d3d256c8: Pulling fs layer [2021-01-21T18:27:50.653Z] de9db76c5a1d: Pulling fs layer [2021-01-21T18:27:50.653Z] bca2f99d35d6: Pulling fs layer [2021-01-21T18:27:50.653Z] 93359f2a8cfa: Pulling fs layer [2021-01-21T18:27:50.653Z] 7c6f9722023f: Pulling fs layer [2021-01-21T18:27:50.653Z] a35cf1a2eb13: Pulling fs layer [2021-01-21T18:27:50.653Z] 93359f2a8cfa: Waiting [2021-01-21T18:27:50.653Z] 7c6f9722023f: Waiting [2021-01-21T18:27:50.653Z] a35cf1a2eb13: Waiting [2021-01-21T18:27:50.653Z] bca2f99d35d6: Waiting [2021-01-21T18:27:50.653Z] de9db76c5a1d: Verifying Checksum [2021-01-21T18:27:50.653Z] de9db76c5a1d: Download complete [2021-01-21T18:27:50.653Z] 0ef7d3d256c8: Verifying Checksum [2021-01-21T18:27:50.653Z] 0ef7d3d256c8: Download complete [2021-01-21T18:27:50.653Z] 93359f2a8cfa: Verifying Checksum [2021-01-21T18:27:50.653Z] 93359f2a8cfa: Download complete [2021-01-21T18:27:50.653Z] 7c6f9722023f: Verifying Checksum [2021-01-21T18:27:50.653Z] 7c6f9722023f: Download complete [2021-01-21T18:27:50.653Z] 188c0c94c7c5: Verifying Checksum [2021-01-21T18:27:50.653Z] 188c0c94c7c5: Download complete [2021-01-21T18:27:50.653Z] 188c0c94c7c5: Pull complete [2021-01-21T18:27:51.622Z] 0ef7d3d256c8: Pull complete [2021-01-21T18:27:51.622Z] de9db76c5a1d: Pull complete [2021-01-21T18:27:53.034Z] a35cf1a2eb13: Verifying Checksum [2021-01-21T18:27:53.034Z] a35cf1a2eb13: Download complete [2021-01-21T18:27:54.001Z] bca2f99d35d6: Verifying Checksum [2021-01-21T18:27:54.001Z] bca2f99d35d6: Download complete [2021-01-21T18:27:59.306Z] Still waiting to schedule task [2021-01-21T18:27:59.307Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-21T18:27:59.352Z] bca2f99d35d6: Pull complete [2021-01-21T18:27:59.618Z] 93359f2a8cfa: Pull complete [2021-01-21T18:27:59.618Z] 7c6f9722023f: Pull complete [2021-01-21T18:28:04.963Z] a35cf1a2eb13: Pull complete [2021-01-21T18:28:04.963Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-21T18:28:04.963Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-21T18:28:04.963Z] ---> a62c8e92a672 [2021-01-21T18:28:04.963Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-21T18:28:04.963Z] ---> Running in 78c269fac1a4 [2021-01-21T18:28:05.226Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T18:28:06.177Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T18:28:06.756Z] (1/12) Installing libmagic (5.38-r0) [2021-01-21T18:28:07.019Z] (2/12) Installing file (5.38-r0) [2021-01-21T18:28:07.019Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-21T18:28:07.282Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-21T18:28:13.895Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-21T18:28:13.895Z] (6/12) Installing patch (2.7.6-r6) [2021-01-21T18:28:13.895Z] (7/12) Installing build-base (0.5-r2) [2021-01-21T18:28:13.895Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-21T18:28:13.895Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-21T18:28:13.895Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-21T18:28:13.895Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-21T18:28:13.895Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-21T18:28:13.895Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T18:28:13.895Z] OK: 233 MiB in 51 packages [2021-01-21T18:28:17.223Z] Removing intermediate container 78c269fac1a4 [2021-01-21T18:28:17.223Z] ---> aad8d0de2919 [2021-01-21T18:28:17.223Z] Step 4/6 : WORKDIR /edgex-go [2021-01-21T18:28:17.223Z] ---> Running in dafc1033a54a [2021-01-21T18:28:17.223Z] Removing intermediate container dafc1033a54a [2021-01-21T18:28:17.223Z] ---> fd6db1ad6888 [2021-01-21T18:28:17.223Z] Step 5/6 : COPY go.mod . [2021-01-21T18:28:17.487Z] ---> 1fb3f8bd0669 [2021-01-21T18:28:17.487Z] Step 6/6 : RUN go mod download [2021-01-21T18:28:17.487Z] ---> Running in 2854ef5a63e6 [2021-01-21T18:28:44.143Z] Removing intermediate container 2854ef5a63e6 [2021-01-21T18:28:44.143Z] ---> 4c743c6458ed [2021-01-21T18:28:44.143Z] Successfully built 4c743c6458ed [2021-01-21T18:28:44.143Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T18:28:44.480Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-21T18:28:44.480Z] . [Pipeline] withDockerContainer [2021-01-21T18:28:44.603Z] prd-centos7-docker-4c-2g-22015 does not seem to be running inside a container [2021-01-21T18:28:44.657Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@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-x86_64 cat [2021-01-21T18:28:45.563Z] $ docker top 9292e8140b3cdf8c9763cb34dc3b0cc95fc02168937c596e678bc412b45c7f5f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T18:28:46.161Z] + go version [2021-01-21T18:28:46.161Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-21T18:28:46.178Z] $ docker stop --time=1 9292e8140b3cdf8c9763cb34dc3b0cc95fc02168937c596e678bc412b45c7f5f [2021-01-21T18:28:47.558Z] $ docker rm -f 9292e8140b3cdf8c9763cb34dc3b0cc95fc02168937c596e678bc412b45c7f5f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T18:28:48.388Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-21T18:28:48.388Z] . [Pipeline] withDockerContainer [2021-01-21T18:28:48.487Z] prd-centos7-docker-4c-2g-22015 does not seem to be running inside a container [2021-01-21T18:28:48.535Z] $ 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/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@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-x86_64 cat [2021-01-21T18:28:49.342Z] $ docker top c0aefc2b9095a2344915331f4edd7c7e64080787eacc66f37e5ebcb06ec8be6a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-21T18:28:49.551Z] ========================================================= [2021-01-21T18:28:49.551Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-21T18:28:49.551Z] ========================================================= [Pipeline] sh [2021-01-21T18:28:49.846Z] + make test [2021-01-21T18:28:49.846Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-21T18:28:59.929Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-21T18:29:15.051Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-21T18:29:21.744Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-21T18:29:21.744Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-21T18:29:21.744Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-21T18:29:21.744Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-21T18:29:25.090Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-21T18:29:25.090Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-21T18:29:25.090Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-21T18:29:25.090Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-21T18:29:25.090Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-21T18:29:25.090Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-21T18:29:27.689Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-21T18:29:27.689Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-21T18:29:27.689Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-21T18:29:29.646Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.100s coverage: 46.6% of statements [2021-01-21T18:29:29.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-21T18:29:29.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-21T18:29:29.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-21T18:29:29.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-21T18:29:29.646Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-21T18:29:33.373Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.204s coverage: 27.0% of statements [2021-01-21T18:29:33.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-21T18:29:33.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-21T18:29:33.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-21T18:29:33.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-21T18:29:33.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-21T18:29:33.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-21T18:29:33.373Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.039s coverage: 100.0% of statements [2021-01-21T18:29:33.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-21T18:29:33.373Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.054s coverage: 100.0% of statements [2021-01-21T18:29:33.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-21T18:29:33.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-21T18:29:33.373Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.090s coverage: 66.7% of statements [2021-01-21T18:29:33.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-21T18:29:33.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-21T18:29:33.910Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.466s coverage: 82.3% of statements [2021-01-21T18:29:33.910Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-21T18:29:33.910Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-21T18:29:33.910Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-21T18:29:33.910Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-21T18:29:35.883Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.403s coverage: 28.6% of statements [2021-01-21T18:29:35.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-21T18:29:35.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-21T18:29:35.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-21T18:29:35.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-21T18:29:35.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-21T18:29:35.883Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.093s coverage: 100.0% of statements [2021-01-21T18:29:35.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-21T18:29:35.883Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.034s coverage: 100.0% of statements [2021-01-21T18:29:35.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-21T18:29:35.883Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.136s coverage: 86.7% of statements [2021-01-21T18:29:35.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-21T18:29:36.153Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.112s coverage: 97.5% of statements [2021-01-21T18:29:36.153Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-21T18:29:36.429Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.101s coverage: 78.3% of statements [2021-01-21T18:29:36.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-21T18:29:36.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-21T18:29:36.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-21T18:29:36.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-21T18:29:39.022Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.435s coverage: 92.8% of statements [2021-01-21T18:29:39.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-21T18:29:39.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-21T18:29:39.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-21T18:29:39.022Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-21T18:29:39.022Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-21T18:29:39.022Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-21T18:29:39.022Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-21T18:29:39.022Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-21T18:29:39.022Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-21T18:29:39.022Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-21T18:29:39.022Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-21T18:29:39.022Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-21T18:29:39.022Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-21T18:29:39.022Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-21T18:29:39.022Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-21T18:29:39.022Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-21T18:29:39.022Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-21T18:29:39.022Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-21T18:29:39.022Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-01-21T18:29:39.022Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-21T18:29:39.022Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-21T18:29:39.022Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.063s coverage: 0.1% of statements [2021-01-21T18:29:39.022Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-21T18:29:39.022Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-21T18:29:39.022Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-21T18:29:39.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.032s coverage: 43.8% of statements [2021-01-21T18:29:39.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.068s coverage: 79.5% of statements [2021-01-21T18:29:39.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.044s coverage: 94.1% of statements [2021-01-21T18:29:39.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.073s coverage: 96.3% of statements [2021-01-21T18:29:39.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements [2021-01-21T18:29:51.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.045s coverage: 94.4% of statements [2021-01-21T18:29:51.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements [2021-01-21T18:29:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-21T18:29:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-21T18:29:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-21T18:29:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-21T18:29:51.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.050s coverage: 87.2% of statements [2021-01-21T18:29:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-21T18:29:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-21T18:29:51.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-01-21T18:29:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-21T18:29:51.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.046s coverage: 75.5% of statements [2021-01-21T18:29:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-21T18:29:51.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-01-21T18:29:51.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.066s coverage: 87.2% of statements [2021-01-21T18:29:51.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.046s coverage: 84.2% of statements [2021-01-21T18:29:51.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.080s coverage: 91.4% of statements [2021-01-21T18:29:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-21T18:29:51.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.172s coverage: 63.5% of statements [2021-01-21T18:29:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-21T18:29:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-21T18:29:51.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.040s coverage: 100.0% of statements [2021-01-21T18:29:51.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-01-21T18:29:51.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.026s coverage: 100.0% of statements [2021-01-21T18:29:51.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements [2021-01-21T18:29:51.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.036s coverage: 100.0% of statements [2021-01-21T18:29:51.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.297s coverage: 68.9% of statements [2021-01-21T18:29:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-21T18:29:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-21T18:29:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-21T18:29:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-21T18:29:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-21T18:29:51.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.089s coverage: 37.0% of statements [2021-01-21T18:29:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-21T18:29:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-21T18:29:51.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.289s coverage: 84.0% of statements [2021-01-21T18:29:51.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.037s coverage: 100.0% of statements [2021-01-21T18:29:51.359Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.131s coverage: 47.1% of statements [2021-01-21T18:29:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-21T18:29:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-21T18:29:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-21T18:29:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-21T18:29:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-21T18:29:51.359Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements [2021-01-21T18:29:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-21T18:29:51.359Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.055s coverage: 100.0% of statements [2021-01-21T18:29:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-21T18:29:52.316Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.748s coverage: 29.1% of statements [2021-01-21T18:29:52.316Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-21T18:29:52.316Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-21T18:29:52.316Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-21T18:29:52.316Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-21T18:29:52.316Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-21T18:29:52.316Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements [2021-01-21T18:29:52.316Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-21T18:29:52.316Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements [2021-01-21T18:29:52.316Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-21T18:29:52.316Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-01-21T18:29:52.316Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-21T18:29:52.591Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.038s coverage: 100.0% of statements [2021-01-21T18:29:52.591Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-21T18:29:52.591Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-21T18:29:52.591Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-21T18:29:52.591Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-21T18:29:52.591Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.042s coverage: 87.9% of statements [2021-01-21T18:29:52.591Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-21T18:29:52.591Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-21T18:29:53.179Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements [2021-01-21T18:29:53.442Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-01-21T18:29:53.442Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-21T18:29:54.021Z] GO111MODULE=on go vet ./... [2021-01-21T18:30:20.784Z] gofmt -l . [2021-01-21T18:30:20.784Z] [ "`gofmt -l .`" = "" ] [2021-01-21T18:30:20.784Z] ./bin/test-go-mod-tidy.sh [2021-01-21T18:30:20.784Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-21T18:30:22.001Z] + ls -al . [2021-01-21T18:30:22.001Z] total 668 [2021-01-21T18:30:22.001Z] drwxrwxr-x 10 1001 1001 4096 Jan 21 18:30 . [2021-01-21T18:30:22.001Z] drwxr-xr-x 4 root root 30 Jan 21 18:28 .. [2021-01-21T18:30:22.001Z] -rw-rw-r-- 1 1001 1001 11 Jan 21 18:26 .dockerignore [2021-01-21T18:30:22.001Z] drwxrwxr-x 8 1001 1001 179 Jan 21 18:27 .git [2021-01-21T18:30:22.001Z] drwxrwxr-x 3 1001 1001 125 Jan 21 18:26 .github [2021-01-21T18:30:22.001Z] -rw-rw-r-- 1 1001 1001 872 Jan 21 18:26 .gitignore [2021-01-21T18:30:22.001Z] drwx------ 3 1001 1001 47 Jan 21 18:27 .semver [2021-01-21T18:30:22.001Z] -rw-rw-r-- 1 1001 1001 166 Jan 21 18:26 .sonarcloud.properties [2021-01-21T18:30:22.001Z] -rw-rw-r-- 1 1001 1001 7859 Jan 21 18:26 Attribution.txt [2021-01-21T18:30:22.001Z] -rw-rw-r-- 1 1001 1001 3804 Jan 21 18:26 CONTRIBUTING.md [2021-01-21T18:30:22.001Z] -rw-rw-r-- 1 1001 1001 931 Jan 21 18:26 Dockerfile.build [2021-01-21T18:30:22.001Z] -rw-rw-r-- 1 1001 1001 863 Jan 21 18:26 Jenkinsfile [2021-01-21T18:30:22.001Z] -rw-rw-r-- 1 1001 1001 10775 Jan 21 18:26 LICENSE [2021-01-21T18:30:22.001Z] -rw-rw-r-- 1 1001 1001 6001 Jan 21 18:26 Makefile [2021-01-21T18:30:22.001Z] -rw-rw-r-- 1 1001 1001 6524 Jan 21 18:26 README.md [2021-01-21T18:30:22.001Z] -rw-rw-r-- 1 1001 1001 6755 Jan 21 18:26 SECURITY.md [2021-01-21T18:30:22.001Z] -rw-rw-r-- 1 1001 1001 5 Jan 21 18:27 VERSION [2021-01-21T18:30:22.001Z] -rw-rw-r-- 1 1001 1001 4131 Jan 21 18:26 ZMQWindows.md [2021-01-21T18:30:22.001Z] drwxrwxr-x 2 1001 1001 117 Jan 21 18:26 bin [2021-01-21T18:30:22.001Z] drwxrwxr-x 15 1001 1001 4096 Jan 21 18:26 cmd [2021-01-21T18:30:22.001Z] -rw-r--r-- 1 root root 562928 Jan 21 18:29 coverage.out [2021-01-21T18:30:22.001Z] -rw-r--r-- 1 root root 1053 Jan 21 18:30 go.mod [2021-01-21T18:30:22.001Z] -rw-r--r-- 1 root root 18878 Jan 21 18:30 go.sum [2021-01-21T18:30:22.001Z] drwxrwxr-x 8 1001 1001 127 Jan 21 18:26 internal [2021-01-21T18:30:22.001Z] drwxrwxr-x 4 1001 1001 26 Jan 21 18:26 openapi [2021-01-21T18:30:22.001Z] drwxrwxr-x 4 1001 1001 71 Jan 21 18:26 snap [2021-01-21T18:30:22.001Z] -rw-rw-r-- 1 1001 1001 168 Jan 21 18:26 version.go [Pipeline] sh [2021-01-21T18:30:22.307Z] + '[' -e coverage.out ] [2021-01-21T18:30:22.307Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-21T18:30:22.572Z] Stashed 1 file(s) [Pipeline] sh [2021-01-21T18:30:22.868Z] + make build [2021-01-21T18:30:22.868Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-21T18:30:26.190Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-21T18:30:36.259Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-21T18:30:36.259Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-21T18:30:37.209Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-21T18:30:37.788Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-21T18:30:39.203Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-21T18:30:40.608Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-21T18:30:42.028Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-21T18:30:43.027Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-21T18:30:43.985Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-21T18:30:45.393Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-21T18:30:46.791Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-01-21T18:30:48.738Z] $ docker stop --time=1 c0aefc2b9095a2344915331f4edd7c7e64080787eacc66f37e5ebcb06ec8be6a [2021-01-21T18:30:50.451Z] $ docker rm -f c0aefc2b9095a2344915331f4edd7c7e64080787eacc66f37e5ebcb06ec8be6a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T18:30:54.318Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-21T18:30:54.318Z] [2021-01-21T18:30:54.318Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T18:30:54.676Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-21T18:30:54.676Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-21T18:30:54.676Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-21T18:30:54.676Z] ca9280d653b3: Pulling fs layer [2021-01-21T18:30:54.676Z] 7e9c9ca2126c: Pulling fs layer [2021-01-21T18:30:55.629Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-21T18:30:55.629Z] cbdbe7a5bc2a: Download complete [2021-01-21T18:30:55.897Z] ca9280d653b3: Verifying Checksum [2021-01-21T18:30:55.897Z] ca9280d653b3: Download complete [2021-01-21T18:30:55.897Z] cbdbe7a5bc2a: Pull complete [2021-01-21T18:30:57.313Z] ca9280d653b3: Pull complete [2021-01-21T18:30:57.313Z] 7e9c9ca2126c: Download complete [2021-01-21T18:31:03.950Z] 7e9c9ca2126c: Pull complete [2021-01-21T18:31:03.950Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-21T18:31:03.950Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-21T18:31:03.950Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-21T18:31:04.097Z] prd-centos7-docker-4c-2g-22015 does not seem to be running inside a container [2021-01-21T18:31:04.144Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@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-01-21T18:31:07.240Z] $ docker top ba126ce3c1078d3632a6b30775dec285f986c2a66cb42793009b9ac473ec38a7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T18:31:07.766Z] + docker-compose build --help [2021-01-21T18:31:07.766Z] + grep parallel [2021-01-21T18:31:08.717Z] --parallel Build images in parallel. [Pipeline] } [2021-01-21T18:31:08.997Z] $ docker stop --time=1 ba126ce3c1078d3632a6b30775dec285f986c2a66cb42793009b9ac473ec38a7 [2021-01-21T18:31:10.364Z] $ docker rm -f ba126ce3c1078d3632a6b30775dec285f986c2a66cb42793009b9ac473ec38a7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T18:31:11.040Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-21T18:31:11.041Z] . [Pipeline] withDockerContainer [2021-01-21T18:31:11.155Z] prd-centos7-docker-4c-2g-22015 does not seem to be running inside a container [2021-01-21T18:31:11.205Z] $ 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/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@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:latest cat [2021-01-21T18:31:11.973Z] $ docker top 6e4632ea5757e07a59037e873ce8bda31a1a64095153de231366be8401649aac -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T18:31:12.569Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-21T18:31:13.516Z] Building docker-core-command-go ... [2021-01-21T18:31:13.516Z] Building docker-core-data-go ... [2021-01-21T18:31:13.516Z] Building docker-core-metadata-go ... [2021-01-21T18:31:13.516Z] Building docker-security-bootstrapper-go ... [2021-01-21T18:31:13.516Z] Building docker-security-proxy-setup-go ... [2021-01-21T18:31:13.516Z] Building docker-security-secretstore-setup-go ... [2021-01-21T18:31:13.516Z] Building docker-support-notifications-go ... [2021-01-21T18:31:13.516Z] Building docker-support-scheduler-go ... [2021-01-21T18:31:13.516Z] Building docker-sys-mgmt-agent-go ... [2021-01-21T18:31:13.516Z] Building docker-core-data-go [2021-01-21T18:31:13.516Z] Building docker-security-bootstrapper-go [2021-01-21T18:31:13.516Z] Building docker-security-secretstore-setup-go [2021-01-21T18:31:13.516Z] Building docker-security-proxy-setup-go [2021-01-21T18:31:13.516Z] Building docker-core-metadata-go [2021-01-21T18:31:17.314Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-22016 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws [2021-01-21T18:31:17.372Z] Running in /w/workspace/edgex-go/36 [Pipeline] { [Pipeline] checkout [2021-01-21T18:31:22.544Z] using credential edgex-jenkins-ssh [2021-01-21T18:31:22.610Z] Cloning the remote Git repository [2021-01-21T18:31:22.685Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-21T18:31:22.806Z] > git init /w/workspace/edgex-go/36 # timeout=10 [2021-01-21T18:31:22.911Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-21T18:31:22.912Z] > git --version # timeout=10 [2021-01-21T18:31:22.927Z] > git --version # 'git version 2.17.1' [2021-01-21T18:31:22.928Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T18:31:23.007Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T18:31:43.269Z] Merging remotes/origin/master commit 4ca1de52de98fea5214ec757781974277347748a into PR head commit 295f404a3bda84e22c3d6843133b44749a727654 [2021-01-21T18:31:42.099Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-21T18:31:42.122Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T18:31:42.153Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-21T18:31:42.257Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-21T18:31:42.258Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T18:31:42.271Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-21T18:31:43.289Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T18:31:43.310Z] > git checkout -f 295f404a3bda84e22c3d6843133b44749a727654 # timeout=10 [2021-01-21T18:31:43.577Z] > git remote # timeout=10 [2021-01-21T18:31:43.595Z] > git config --get remote.origin.url # timeout=10 [2021-01-21T18:31:43.614Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T18:31:43.626Z] > git merge 4ca1de52de98fea5214ec757781974277347748a # timeout=10 [2021-01-21T18:31:43.994Z] Merge succeeded, producing 7cf57ddefe12838f9e70d2bd3983da1ee32233be [2021-01-21T18:31:43.995Z] Checking out Revision 7cf57ddefe12838f9e70d2bd3983da1ee32233be (PR-2970) [2021-01-21T18:31:46.156Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T18:31:46.156Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-21T18:31:46.156Z] ---> 4c743c6458ed [2021-01-21T18:31:46.156Z] Step 3/21 : WORKDIR /edgex-go [2021-01-21T18:31:46.156Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T18:31:46.156Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-21T18:31:46.156Z] ---> 4c743c6458ed [2021-01-21T18:31:46.156Z] Step 3/33 : WORKDIR /edgex-go [2021-01-21T18:31:46.156Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T18:31:46.156Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-21T18:31:46.156Z] ---> 4c743c6458ed [2021-01-21T18:31:46.156Z] Step 3/24 : WORKDIR /edgex-go [2021-01-21T18:31:46.156Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T18:31:46.156Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-21T18:31:46.156Z] ---> 4c743c6458ed [2021-01-21T18:31:46.156Z] Step 3/23 : WORKDIR /edgex-go [2021-01-21T18:31:46.156Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T18:31:46.156Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-21T18:31:46.156Z] ---> 4c743c6458ed [2021-01-21T18:31:46.156Z] Step 3/23 : WORKDIR /edgex-go [2021-01-21T18:31:43.979Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-21T18:31:44.002Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T18:31:44.018Z] > git checkout -f 7cf57ddefe12838f9e70d2bd3983da1ee32233be # timeout=10 [2021-01-21T18:31:47.119Z] ---> Running in 2a49be87b60d [2021-01-21T18:31:47.119Z] ---> Running in a04e22f5c859 [2021-01-21T18:31:47.119Z] ---> Running in 76033f4307b7 [2021-01-21T18:31:47.119Z] ---> Running in 6062204c631f [2021-01-21T18:31:47.119Z] ---> Running in 20190e638a0a [2021-01-21T18:31:47.420Z] Removing intermediate container 2a49be87b60d [2021-01-21T18:31:47.420Z] ---> 1cdf146031bc [2021-01-21T18:31:47.420Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T18:31:47.420Z] Removing intermediate container 6062204c631f [2021-01-21T18:31:47.420Z] ---> 8d72c08041e2 [2021-01-21T18:31:47.420Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T18:31:47.420Z] Removing intermediate container 20190e638a0a [2021-01-21T18:31:47.420Z] ---> 9028ad22fcdb [2021-01-21T18:31:47.420Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T18:31:47.420Z] Removing intermediate container a04e22f5c859 [2021-01-21T18:31:47.420Z] ---> ef3ce23e3860 [2021-01-21T18:31:47.420Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T18:31:47.420Z] Removing intermediate container 76033f4307b7 [2021-01-21T18:31:47.420Z] ---> 9557d59e21b4 [2021-01-21T18:31:47.420Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T18:31:47.692Z] ---> Running in a09107870276 [2021-01-21T18:31:47.692Z] ---> Running in 495332ded1d6 [2021-01-21T18:31:47.692Z] ---> Running in 1568c1ecdf38 [2021-01-21T18:31:47.692Z] ---> Running in e93ae6d2a12c [2021-01-21T18:31:47.692Z] ---> Running in ae0987c0d49e [2021-01-21T18:31:48.392Z] Commit message: "Merge commit '4ca1de52de98fea5214ec757781974277347748a' into HEAD" [2021-01-21T18:31:48.399Z] > git rev-list --no-walk c4eb6dd5dc08378382a8720c3740a8cc81c6949e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-21T18:31:49.915Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-21T18:31:50.268Z] Removing intermediate container e93ae6d2a12c [2021-01-21T18:31:50.268Z] ---> 184703ed792e [2021-01-21T18:31:50.268Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-21T18:31:50.268Z] Removing intermediate container 495332ded1d6 [2021-01-21T18:31:50.268Z] ---> b8d30344ed5e [2021-01-21T18:31:50.268Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-21T18:31:50.268Z] ---> Running in 349ef58024eb [2021-01-21T18:31:50.268Z] ---> Running in c43322a09672 [2021-01-21T18:31:50.316Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-21T18:31:50.533Z] Removing intermediate container a09107870276 [2021-01-21T18:31:50.533Z] ---> 4a6b5e7cb86b [2021-01-21T18:31:50.533Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-21T18:31:50.533Z] Removing intermediate container ae0987c0d49e [2021-01-21T18:31:50.533Z] ---> 90554c59b4b2 [2021-01-21T18:31:50.533Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-21T18:31:50.533Z] Removing intermediate container 1568c1ecdf38 [2021-01-21T18:31:50.533Z] ---> 882fde76787d [2021-01-21T18:31:50.533Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-21T18:31:50.652Z] + + true [2021-01-21T18:31:50.652Z] sudo service docker restart [2021-01-21T18:31:50.801Z] ---> Running in 6326391a8657 [2021-01-21T18:31:50.801Z] ---> Running in 3b38374c9713 [2021-01-21T18:31:50.801Z] ---> Running in 95d07c028e18 [2021-01-21T18:31:51.772Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T18:31:51.772Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T18:31:52.349Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T18:31:52.349Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T18:31:52.349Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T18:31:52.349Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T18:31:52.611Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-21T18:31:52.714Z] provisioning config files... [2021-01-21T18:31:52.757Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/36@tmp/config5711792357158891405tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-21T18:31:52.874Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T18:31:52.874Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T18:31:53.137Z] OK: 233 MiB in 51 packages [2021-01-21T18:31:53.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T18:31:53.137Z] OK: 233 MiB in 51 packages [2021-01-21T18:31:53.180Z] ---> docker-login.sh [2021-01-21T18:31:53.180Z] nexus3.edgexfoundry.org:10001 [2021-01-21T18:31:53.408Z] OK: 233 MiB in 51 packages [2021-01-21T18:31:53.683Z] OK: 233 MiB in 51 packages [2021-01-21T18:31:53.788Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T18:31:53.953Z] OK: 233 MiB in 51 packages [2021-01-21T18:31:53.953Z] Removing intermediate container 349ef58024eb [2021-01-21T18:31:53.953Z] ---> 94a49cb6e0c4 [2021-01-21T18:31:53.953Z] Step 6/23 : COPY go.mod . [2021-01-21T18:31:53.953Z] Removing intermediate container c43322a09672 [2021-01-21T18:31:53.953Z] ---> 2a4b395bd431 [2021-01-21T18:31:53.953Z] Step 6/33 : COPY go.mod . [2021-01-21T18:31:54.392Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T18:31:54.392Z] Configure a credential helper to remove this warning. See [2021-01-21T18:31:54.392Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T18:31:54.392Z] [2021-01-21T18:31:54.392Z] Login Succeeded [2021-01-21T18:31:54.392Z] nexus3.edgexfoundry.org:10002 [2021-01-21T18:31:54.534Z] Removing intermediate container 95d07c028e18 [2021-01-21T18:31:54.534Z] ---> 899fc9742542 [2021-01-21T18:31:54.534Z] Step 6/23 : COPY go.mod . [2021-01-21T18:31:54.534Z] ---> 578f67b2799f [2021-01-21T18:31:54.534Z] Step 7/23 : RUN go mod download [2021-01-21T18:31:54.534Z] ---> c67de41b17ea [2021-01-21T18:31:54.534Z] Step 7/33 : RUN go mod download [2021-01-21T18:31:54.534Z] Removing intermediate container 6326391a8657 [2021-01-21T18:31:54.534Z] ---> c310f4582adb [2021-01-21T18:31:54.534Z] Step 6/24 : COPY go.mod . [2021-01-21T18:31:54.665Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T18:31:54.665Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T18:31:54.665Z] Configure a credential helper to remove this warning. See [2021-01-21T18:31:54.665Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T18:31:54.665Z] [2021-01-21T18:31:54.665Z] Login Succeeded [2021-01-21T18:31:54.665Z] nexus3.edgexfoundry.org:10003 [2021-01-21T18:31:54.797Z] ---> Running in 68d618f35dfc [2021-01-21T18:31:54.797Z] ---> Running in d6e80649680d [2021-01-21T18:31:54.797Z] Removing intermediate container 3b38374c9713 [2021-01-21T18:31:54.797Z] ---> 7f6c11b76c3c [2021-01-21T18:31:54.797Z] Step 6/21 : COPY go.mod . [2021-01-21T18:31:55.060Z] ---> 61bfac938ae5 [2021-01-21T18:31:55.060Z] Step 7/23 : RUN go mod download [2021-01-21T18:31:55.060Z] ---> 8c44ebe08fea [2021-01-21T18:31:55.060Z] Step 7/24 : RUN go mod download [2021-01-21T18:31:55.265Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T18:31:55.265Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T18:31:55.265Z] Configure a credential helper to remove this warning. See [2021-01-21T18:31:55.265Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T18:31:55.265Z] [2021-01-21T18:31:55.265Z] Login Succeeded [2021-01-21T18:31:55.265Z] nexus3.edgexfoundry.org:10004 [2021-01-21T18:31:55.327Z] ---> Running in fa9f5095c2ad [2021-01-21T18:31:55.327Z] ---> Running in 5fc4946a23d9 [2021-01-21T18:31:55.327Z] ---> 79b53db63562 [2021-01-21T18:31:55.327Z] Step 7/21 : RUN go mod download [2021-01-21T18:31:55.537Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T18:31:55.593Z] ---> Running in 91b5c8658f9c [2021-01-21T18:31:55.814Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T18:31:55.814Z] Configure a credential helper to remove this warning. See [2021-01-21T18:31:55.814Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T18:31:55.814Z] [2021-01-21T18:31:55.814Z] Login Succeeded [2021-01-21T18:31:55.814Z] docker.io [2021-01-21T18:31:56.091Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-21T18:31:56.366Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-21T18:31:56.366Z] Configure a credential helper to remove this warning. See [2021-01-21T18:31:56.366Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-21T18:31:56.366Z] [2021-01-21T18:31:56.366Z] Login Succeeded [2021-01-21T18:31:56.366Z] ---> docker-login.sh ends [Pipeline] } [2021-01-21T18:31:56.391Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-21T18:31:56.875Z] ========================================================= [2021-01-21T18:31:56.875Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-21T18:31:56.875Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-21T18:31:57.266Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-21T18:31:58.231Z] Removing intermediate container 5fc4946a23d9 [2021-01-21T18:31:58.231Z] ---> 6f3a74cd65a9 [2021-01-21T18:31:58.231Z] Step 8/24 : COPY . . [2021-01-21T18:31:58.231Z] Removing intermediate container fa9f5095c2ad [2021-01-21T18:31:58.231Z] ---> ddea344535b8 [2021-01-21T18:31:58.231Z] Step 8/23 : COPY . . [2021-01-21T18:31:58.231Z] Removing intermediate container 68d618f35dfc [2021-01-21T18:31:58.231Z] ---> ca512e936346 [2021-01-21T18:31:58.231Z] Step 8/23 : COPY . . [2021-01-21T18:31:58.231Z] Removing intermediate container d6e80649680d [2021-01-21T18:31:58.231Z] ---> a4537bcbfdeb [2021-01-21T18:31:58.231Z] Step 8/33 : COPY . . [2021-01-21T18:31:58.231Z] Removing intermediate container 91b5c8658f9c [2021-01-21T18:31:58.231Z] ---> 491e83bd19d4 [2021-01-21T18:31:58.231Z] Step 8/21 : COPY . . [2021-01-21T18:31:59.881Z] Sending build context to Docker daemon 166.3MB [2021-01-21T18:31:59.881Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-21T18:31:59.881Z] Step 2/6 : FROM ${BASE} [2021-01-21T18:31:59.881Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-21T18:31:59.881Z] 5f621e34cdf4: Pulling fs layer [2021-01-21T18:31:59.881Z] a4357932f1b6: Pulling fs layer [2021-01-21T18:31:59.881Z] 18c013af1878: Pulling fs layer [2021-01-21T18:31:59.881Z] 00ac8860ef70: Pulling fs layer [2021-01-21T18:31:59.881Z] 63d7cb157983: Pulling fs layer [2021-01-21T18:31:59.881Z] b116817d02f9: Pulling fs layer [2021-01-21T18:31:59.881Z] 745a02a5169b: Pulling fs layer [2021-01-21T18:31:59.881Z] 63d7cb157983: Waiting [2021-01-21T18:31:59.881Z] b116817d02f9: Waiting [2021-01-21T18:31:59.881Z] 745a02a5169b: Waiting [2021-01-21T18:31:59.881Z] 00ac8860ef70: Waiting [2021-01-21T18:31:59.881Z] 18c013af1878: Download complete [2021-01-21T18:31:59.881Z] a4357932f1b6: Verifying Checksum [2021-01-21T18:31:59.881Z] a4357932f1b6: Download complete [2021-01-21T18:31:59.881Z] 63d7cb157983: Verifying Checksum [2021-01-21T18:31:59.881Z] 63d7cb157983: Download complete [2021-01-21T18:32:00.160Z] b116817d02f9: Download complete [2021-01-21T18:32:00.160Z] 5f621e34cdf4: Download complete [2021-01-21T18:32:01.147Z] 5f621e34cdf4: Pull complete [2021-01-21T18:32:01.426Z] a4357932f1b6: Pull complete [2021-01-21T18:32:01.700Z] 18c013af1878: Pull complete [2021-01-21T18:32:02.686Z] 745a02a5169b: Verifying Checksum [2021-01-21T18:32:02.686Z] 745a02a5169b: Download complete [2021-01-21T18:32:03.660Z] 00ac8860ef70: Verifying Checksum [2021-01-21T18:32:03.660Z] 00ac8860ef70: Download complete [2021-01-21T18:32:13.821Z] 00ac8860ef70: Pull complete [2021-01-21T18:32:14.093Z] 63d7cb157983: Pull complete [2021-01-21T18:32:14.371Z] b116817d02f9: Pull complete [2021-01-21T18:32:18.694Z] 745a02a5169b: Pull complete [2021-01-21T18:32:18.694Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-21T18:32:18.694Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-21T18:32:18.694Z] ---> b7e6874047d6 [2021-01-21T18:32:18.694Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-21T18:32:21.314Z] ---> Running in 4ee95452116a [2021-01-21T18:32:22.761Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T18:32:23.353Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T18:32:24.327Z] (1/12) Installing libmagic (5.38-r0) [2021-01-21T18:32:24.596Z] (2/12) Installing file (5.38-r0) [2021-01-21T18:32:24.596Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-21T18:32:24.867Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-21T18:32:33.128Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-21T18:32:33.128Z] (6/12) Installing patch (2.7.6-r6) [2021-01-21T18:32:33.397Z] (7/12) Installing build-base (0.5-r2) [2021-01-21T18:32:33.397Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-21T18:32:33.667Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-21T18:32:33.667Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-21T18:32:33.938Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-21T18:32:33.938Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-21T18:32:34.210Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T18:32:34.210Z] OK: 217 MiB in 51 packages [2021-01-21T18:32:37.193Z] ---> 8920abf0135f [2021-01-21T18:32:37.193Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-21T18:32:37.193Z] ---> bf7006b545ff [2021-01-21T18:32:37.193Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-21T18:32:37.193Z] ---> 133afbc380fa [2021-01-21T18:32:37.193Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-21T18:32:37.193Z] ---> 9c0cf0d8331b [2021-01-21T18:32:37.193Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-21T18:32:37.193Z] ---> 22166adcaab0 [2021-01-21T18:32:37.193Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-21T18:32:37.193Z] ---> Running in 688ac3bf1b59 [2021-01-21T18:32:37.193Z] ---> Running in a22ef8704ad7 [2021-01-21T18:32:37.193Z] ---> Running in ecd32899fc5d [2021-01-21T18:32:37.193Z] ---> Running in 53875969712c [2021-01-21T18:32:37.193Z] ---> Running in 2c1184800e4e [2021-01-21T18:32:37.193Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-21T18:32:37.193Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-21T18:32:37.193Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-21T18:32:37.193Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-21T18:32:37.193Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-21T18:32:38.519Z] Removing intermediate container 4ee95452116a [2021-01-21T18:32:38.519Z] ---> 0879fc77d70d [2021-01-21T18:32:38.519Z] Step 4/6 : WORKDIR /edgex-go [2021-01-21T18:32:38.519Z] ---> Running in c5222d1ff957 [2021-01-21T18:32:38.519Z] Removing intermediate container c5222d1ff957 [2021-01-21T18:32:38.519Z] ---> 9eef9a6dbe9c [2021-01-21T18:32:38.519Z] Step 5/6 : COPY go.mod . [2021-01-21T18:32:39.497Z] ---> b04a05855f7c [2021-01-21T18:32:39.497Z] Step 6/6 : RUN go mod download [2021-01-21T18:32:39.497Z] ---> Running in 015c191116ec [2021-01-21T18:33:03.944Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-21T18:33:03.944Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-21T18:33:03.944Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-21T18:33:06.289Z] Removing intermediate container 015c191116ec [2021-01-21T18:33:06.289Z] ---> 38229793854a [2021-01-21T18:33:06.289Z] Successfully built 38229793854a [2021-01-21T18:33:06.289Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-21T18:33:06.631Z] + docker inspect -f . ci-base-image-arm64 [2021-01-21T18:33:06.631Z] . [Pipeline] withDockerContainer [2021-01-21T18:33:06.900Z] prd-ubuntu18.04-docker-arm64-4c-16g-22016 does not seem to be running inside a container [2021-01-21T18:33:06.982Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@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-01-21T18:33:08.429Z] $ docker top cfd0bb4d35ae8949d56259ec02ac3ee96886104548b449869303f0dd7111a3fb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T18:33:09.415Z] + go version [2021-01-21T18:33:09.415Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-21T18:33:09.440Z] $ docker stop --time=1 cfd0bb4d35ae8949d56259ec02ac3ee96886104548b449869303f0dd7111a3fb [2021-01-21T18:33:10.660Z] Removing intermediate container 53875969712c [2021-01-21T18:33:10.660Z] ---> 2a4be125bbcc [2021-01-21T18:33:10.660Z] [2021-01-21T18:33:10.660Z] Step 10/24 : FROM alpine:3.12 [2021-01-21T18:33:10.660Z] Removing intermediate container 2c1184800e4e [2021-01-21T18:33:10.660Z] ---> e7719a400251 [2021-01-21T18:33:10.660Z] [2021-01-21T18:33:10.660Z] Step 10/21 : FROM alpine:3.12 [2021-01-21T18:33:10.660Z] 3.12: Pulling from library/alpine [2021-01-21T18:33:10.660Z] 3.12: Pulling from library/alpine [2021-01-21T18:33:10.660Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-21T18:33:10.660Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-21T18:33:10.660Z] Status: Downloaded newer image for alpine:3.12 [2021-01-21T18:33:10.660Z] ---> 389fef711851 [2021-01-21T18:33:10.660Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-21T18:33:10.660Z] Status: Image is up to date for alpine:3.12 [2021-01-21T18:33:10.660Z] ---> 389fef711851 [2021-01-21T18:33:10.660Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-21T18:33:11.359Z] $ docker rm -f cfd0bb4d35ae8949d56259ec02ac3ee96886104548b449869303f0dd7111a3fb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T18:33:12.372Z] + docker inspect -f . ci-base-image-arm64 [2021-01-21T18:33:12.372Z] . [Pipeline] withDockerContainer [2021-01-21T18:33:12.599Z] prd-ubuntu18.04-docker-arm64-4c-16g-22016 does not seem to be running inside a container [2021-01-21T18:33:12.600Z] ---> Running in b478f436576e [2021-01-21T18:33:12.600Z] ---> Running in 5ca6ce54cf2f [2021-01-21T18:33:12.675Z] $ 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/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@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-01-21T18:33:13.999Z] Removing intermediate container ecd32899fc5d [2021-01-21T18:33:13.999Z] ---> 4549f4929e0b [2021-01-21T18:33:13.999Z] [2021-01-21T18:33:13.999Z] Step 10/33 : FROM alpine:3.12 [2021-01-21T18:33:13.999Z] ---> 389fef711851 [2021-01-21T18:33:13.999Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-21T18:33:13.999Z] ---> Running in e3b13825e7b1 [2021-01-21T18:33:14.018Z] $ docker top 592fafac5c9124e6777b6cd6fee20cd175b776b82aac84ebe470b576fa2625f7 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-21T18:33:14.412Z] ========================================================= [2021-01-21T18:33:14.412Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-21T18:33:14.412Z] ========================================================= [Pipeline] sh [2021-01-21T18:33:15.053Z] + make test [2021-01-21T18:33:15.053Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-21T18:33:15.444Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T18:33:15.444Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T18:33:15.444Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-21T18:33:15.444Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T18:33:15.444Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-21T18:33:15.444Z] (4/4) Installing curl (7.69.1-r3) [2021-01-21T18:33:15.712Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T18:33:15.712Z] Executing ca-certificates-20191127-r4.trigger [2021-01-21T18:33:15.712Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T18:33:15.712Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T18:33:15.712Z] OK: 7 MiB in 18 packages [2021-01-21T18:33:15.712Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T18:33:15.712Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T18:33:15.974Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-21T18:33:15.974Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-21T18:33:15.974Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T18:33:15.974Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-21T18:33:15.974Z] (4/5) Installing curl (7.69.1-r3) [2021-01-21T18:33:15.974Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-21T18:33:16.550Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T18:33:16.550Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-21T18:33:16.550Z] Executing ca-certificates-20191127-r4.trigger [2021-01-21T18:33:16.550Z] (3/3) Installing su-exec (0.2-r1) [2021-01-21T18:33:16.550Z] OK: 7 MiB in 19 packages [2021-01-21T18:33:17.500Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T18:33:17.500Z] OK: 6 MiB in 17 packages [2021-01-21T18:33:18.090Z] Removing intermediate container a22ef8704ad7 [2021-01-21T18:33:18.090Z] ---> a18b14688627 [2021-01-21T18:33:18.090Z] [2021-01-21T18:33:18.090Z] Step 10/23 : FROM alpine:3.12 [2021-01-21T18:33:18.090Z] ---> 389fef711851 [2021-01-21T18:33:18.090Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-21T18:33:20.048Z] ---> Running in 53b558657b4c [2021-01-21T18:33:20.048Z] Removing intermediate container 688ac3bf1b59 [2021-01-21T18:33:20.048Z] ---> b0f8982539c0 [2021-01-21T18:33:20.048Z] [2021-01-21T18:33:20.048Z] Step 10/23 : FROM alpine:3.12 [2021-01-21T18:33:20.048Z] ---> 389fef711851 [2021-01-21T18:33:20.048Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T18:33:21.442Z] ---> Running in 428e2884251c [2021-01-21T18:33:21.442Z] Removing intermediate container 5ca6ce54cf2f [2021-01-21T18:33:21.442Z] ---> 24c70ebddcd0 [2021-01-21T18:33:21.442Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-21T18:33:22.017Z] Removing intermediate container e3b13825e7b1 [2021-01-21T18:33:22.017Z] ---> f9ea63272d06 [2021-01-21T18:33:22.017Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-21T18:33:22.017Z] Removing intermediate container b478f436576e [2021-01-21T18:33:22.017Z] ---> 7b9539fc7ff7 [2021-01-21T18:33:22.017Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-21T18:33:22.593Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T18:33:22.593Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T18:33:22.856Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-21T18:33:22.856Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T18:33:22.856Z] OK: 6 MiB in 15 packages [2021-01-21T18:33:23.121Z] ---> Running in ef8a4b070376 [2021-01-21T18:33:23.121Z] ---> Running in 604196aa7098 [2021-01-21T18:33:23.121Z] ---> Running in 68adc577c1cd [2021-01-21T18:33:23.122Z] Removing intermediate container 428e2884251c [2021-01-21T18:33:23.122Z] ---> 6903c69d479c [2021-01-21T18:33:23.122Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-21T18:33:23.122Z] ---> Running in 17b68d5bff56 [2021-01-21T18:33:23.385Z] Removing intermediate container 68adc577c1cd [2021-01-21T18:33:23.385Z] ---> f42fdb32d85f [2021-01-21T18:33:23.385Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-21T18:33:23.385Z] Removing intermediate container ef8a4b070376 [2021-01-21T18:33:23.385Z] ---> f20f3c3d2425 [2021-01-21T18:33:23.385Z] Step 13/24 : WORKDIR / [2021-01-21T18:33:23.385Z] Removing intermediate container 604196aa7098 [2021-01-21T18:33:23.385Z] ---> 8d0b3cbe1594 [2021-01-21T18:33:23.385Z] Step 13/21 : WORKDIR /edgex [2021-01-21T18:33:23.655Z] ---> Running in d688d8187d17 [2021-01-21T18:33:23.655Z] ---> Running in 7ce1a8b9be2f [2021-01-21T18:33:23.655Z] ---> Running in 8f2740cfd0eb [2021-01-21T18:33:23.655Z] Removing intermediate container 17b68d5bff56 [2021-01-21T18:33:23.655Z] ---> bf5295ad7b4e [2021-01-21T18:33:23.655Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-21T18:33:23.655Z] Removing intermediate container 53b558657b4c [2021-01-21T18:33:23.655Z] ---> b36395369de3 [2021-01-21T18:33:23.655Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-21T18:33:23.930Z] ---> Running in 7d6db129ad51 [2021-01-21T18:33:23.930Z] ---> Running in 1380bf989854 [2021-01-21T18:33:24.193Z] Removing intermediate container d688d8187d17 [2021-01-21T18:33:24.193Z] ---> 235c009f049f [2021-01-21T18:33:24.193Z] Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-21T18:33:24.193Z] Removing intermediate container 8f2740cfd0eb [2021-01-21T18:33:24.193Z] ---> 39590ce2fb3d [2021-01-21T18:33:24.193Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-21T18:33:24.193Z] Removing intermediate container 7ce1a8b9be2f [2021-01-21T18:33:24.193Z] ---> 1e7b8262a581 [2021-01-21T18:33:24.193Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-21T18:33:24.193Z] Removing intermediate container 7d6db129ad51 [2021-01-21T18:33:24.193Z] ---> 5a103e9c411c [2021-01-21T18:33:24.193Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T18:33:24.457Z] ---> Running in 9598fe407c9a [2021-01-21T18:33:24.457Z] Removing intermediate container 1380bf989854 [2021-01-21T18:33:24.457Z] ---> 1d06f621e53e [2021-01-21T18:33:24.457Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-21T18:33:24.725Z] ---> Running in 0942e780aa47 [2021-01-21T18:33:24.725Z] ---> d677060b7d7c [2021-01-21T18:33:24.725Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-21T18:33:24.725Z] ---> Running in 9dfc8ab18377 [2021-01-21T18:33:24.999Z] ---> a87382cc84b0 [2021-01-21T18:33:24.999Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-21T18:33:24.999Z] Removing intermediate container 9dfc8ab18377 [2021-01-21T18:33:24.999Z] ---> 7f093bcd53c2 [2021-01-21T18:33:24.999Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-21T18:33:25.285Z] ---> 87fb5be0f67b [2021-01-21T18:33:25.285Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-21T18:33:25.285Z] ---> Running in b72204afd9b2 [2021-01-21T18:33:25.552Z] Connecting to github.com (140.82.114.4:443) [2021-01-21T18:33:25.552Z] Removing intermediate container b72204afd9b2 [2021-01-21T18:33:25.552Z] ---> 1b9fb61fd3f8 [2021-01-21T18:33:25.552Z] Step 15/23 : WORKDIR / [2021-01-21T18:33:25.827Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.75.84:443) [2021-01-21T18:33:25.827Z]  ---> d134d831e5c9 [2021-01-21T18:33:25.827Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-21T18:33:25.827Z] ---> 756df65eca13 [2021-01-21T18:33:25.827Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-21T18:33:25.827Z] ---> Running in 1bbcb51ea871 [2021-01-21T18:33:25.827Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-21T18:33:25.827Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-21T18:33:25.827Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-21T18:33:25.827Z] dockerize [2021-01-21T18:33:26.102Z] Removing intermediate container 1bbcb51ea871 [2021-01-21T18:33:26.102Z] ---> a5db68406527 [2021-01-21T18:33:26.102Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T18:33:26.367Z] ---> 7f06f9e3d4f1 [2021-01-21T18:33:26.367Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-21T18:33:26.367Z] ---> 9dd2fddc10b5 [2021-01-21T18:33:26.367Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-21T18:33:26.639Z] ---> c9c2a7505eaf [2021-01-21T18:33:26.639Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-21T18:33:26.639Z] ---> Running in 1b82824536a2 [2021-01-21T18:33:26.906Z] Removing intermediate container 0942e780aa47 [2021-01-21T18:33:26.906Z] ---> 6f60d5239c61 [2021-01-21T18:33:26.906Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-21T18:33:26.906Z] ---> Running in 5d71e6e1722f [2021-01-21T18:33:26.906Z] Removing intermediate container 9598fe407c9a [2021-01-21T18:33:26.906Z] ---> 6499210837ee [2021-01-21T18:33:26.906Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-21T18:33:27.169Z] Removing intermediate container 1b82824536a2 [2021-01-21T18:33:27.169Z] ---> f2330f8f2e0f [2021-01-21T18:33:27.169Z] Step 18/21 : CMD ["--init=true"] [2021-01-21T18:33:27.435Z] ---> Running in 3c970251f3be [2021-01-21T18:33:27.435Z] ---> 545bee3ab20d [2021-01-21T18:33:27.435Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-21T18:33:27.435Z] ---> Running in 16b71862f6dc [2021-01-21T18:33:27.435Z] ---> de88b5ee9f9e [2021-01-21T18:33:27.435Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-21T18:33:27.699Z] Removing intermediate container 16b71862f6dc [2021-01-21T18:33:27.699Z] ---> 428c4b6e976d [2021-01-21T18:33:27.699Z] Step 19/21 : LABEL arch=x86_64 [2021-01-21T18:33:27.699Z] Removing intermediate container 3c970251f3be [2021-01-21T18:33:27.699Z] ---> 986532cda989 [2021-01-21T18:33:27.699Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-21T18:33:27.963Z] ---> Running in 3214f4b57570 [2021-01-21T18:33:27.963Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T18:33:27.963Z] ---> Running in cb74b26170db [2021-01-21T18:33:27.963Z] ---> a4a0284bdd4b [2021-01-21T18:33:27.963Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-21T18:33:27.963Z] ---> 8610ebbb9e6b [2021-01-21T18:33:27.963Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-21T18:33:28.229Z] ---> Running in b8fb7d48dbe5 [2021-01-21T18:33:28.229Z] ---> Running in 1f79f92ad79b [2021-01-21T18:33:28.229Z] Removing intermediate container 3214f4b57570 [2021-01-21T18:33:28.229Z] ---> 93f40bc43516 [2021-01-21T18:33:28.230Z] Step 20/21 : LABEL git_sha=9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b [2021-01-21T18:33:28.512Z] Removing intermediate container cb74b26170db [2021-01-21T18:33:28.512Z] ---> 7d8268470d7a [2021-01-21T18:33:28.512Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-21T18:33:28.512Z] ---> Running in 7035996fab90 [2021-01-21T18:33:28.512Z] ---> Running in d4740f6f9a55 [2021-01-21T18:33:28.775Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T18:33:28.775Z] Removing intermediate container 1f79f92ad79b [2021-01-21T18:33:28.775Z] ---> ea7e189c0135 [2021-01-21T18:33:28.775Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T18:33:29.047Z] ---> Running in d237afcb1274 [2021-01-21T18:33:29.047Z] Removing intermediate container 7035996fab90 [2021-01-21T18:33:29.047Z] ---> e053e6f4c41d [2021-01-21T18:33:29.047Z] Step 21/21 : LABEL version=0.0.0 [2021-01-21T18:33:29.047Z] ---> Running in 1a457d52ab0a [2021-01-21T18:33:29.314Z] Removing intermediate container d237afcb1274 [2021-01-21T18:33:29.314Z] ---> 5d12dd1cb6db [2021-01-21T18:33:29.314Z] Step 21/23 : LABEL arch=x86_64 [2021-01-21T18:33:29.314Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-21T18:33:29.314Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-21T18:33:29.579Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-21T18:33:29.579Z] Removing intermediate container 1a457d52ab0a [2021-01-21T18:33:29.579Z] ---> a632cf6a0485 [2021-01-21T18:33:29.579Z] [2021-01-21T18:33:29.579Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-21T18:33:29.579Z] ---> Running in 0596c79d412a [2021-01-21T18:33:29.579Z] Move dockerize executable [2021-01-21T18:33:29.848Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-21T18:33:29.848Z] Successfully built a632cf6a0485 [2021-01-21T18:33:29.848Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-21T18:33:29.848Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-01-21T18:33:29.848Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-21T18:33:29.848Z] Removing intermediate container 0596c79d412a [2021-01-21T18:33:29.848Z] ---> 74a21858908a [2021-01-21T18:33:29.848Z] Step 22/23 : LABEL git_sha=9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b [2021-01-21T18:33:30.116Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T18:33:30.116Z] OK: 8 MiB in 20 packages [2021-01-21T18:33:30.116Z] ---> Running in 0755f029711a [2021-01-21T18:33:30.388Z] Removing intermediate container b8fb7d48dbe5 [2021-01-21T18:33:30.388Z] ---> c0fefc37ce6c [2021-01-21T18:33:30.388Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-21T18:33:30.388Z] ---> Running in d9da7ac2728b [2021-01-21T18:33:30.655Z] Removing intermediate container 0755f029711a [2021-01-21T18:33:30.655Z] ---> 4e14be4bf29b [2021-01-21T18:33:30.655Z] Step 23/23 : LABEL version=0.0.0 [2021-01-21T18:33:31.236Z] ---> Running in 6c90291bf541 [2021-01-21T18:33:31.236Z] Removing intermediate container d9da7ac2728b [2021-01-21T18:33:31.236Z] ---> b7542d64c016 [2021-01-21T18:33:31.236Z] Step 22/24 : LABEL arch=x86_64 [2021-01-21T18:33:31.236Z] Removing intermediate container d4740f6f9a55 [2021-01-21T18:33:31.236Z] ---> 884b665aff4d [2021-01-21T18:33:31.236Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-21T18:33:33.813Z] ---> Running in 0837bb97b3d6 [2021-01-21T18:33:33.813Z] Removing intermediate container 5d71e6e1722f [2021-01-21T18:33:33.813Z] ---> 64c3098ad6ac [2021-01-21T18:33:33.813Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T18:33:33.813Z] ---> Running in 4d1048100ded [2021-01-21T18:33:34.405Z] Removing intermediate container 6c90291bf541 [2021-01-21T18:33:34.406Z] ---> 8ac18eaeae49 [2021-01-21T18:33:34.406Z] [2021-01-21T18:33:34.985Z] Successfully built 8ac18eaeae49 [2021-01-21T18:33:34.985Z] Successfully tagged docker-core-metadata-go:latest [2021-01-21T18:33:34.985Z] Building docker-support-scheduler-go [2021-01-21T18:33:34.985Z]  Building docker-core-metadata-go ... done Removing intermediate container 0837bb97b3d6 [2021-01-21T18:33:34.985Z] ---> b2f2b267c94b [2021-01-21T18:33:34.985Z] Step 23/24 : LABEL git_sha=9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b [2021-01-21T18:33:35.248Z] ---> 108857ede856 [2021-01-21T18:33:35.248Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-21T18:33:35.248Z] ---> Running in fdb4953c85e5 [2021-01-21T18:33:35.248Z] Removing intermediate container 4d1048100ded [2021-01-21T18:33:35.248Z] ---> d7ca88d52ed8 [2021-01-21T18:33:35.248Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-21T18:33:35.512Z] Removing intermediate container fdb4953c85e5 [2021-01-21T18:33:35.512Z] ---> 945f832ded7f [2021-01-21T18:33:35.512Z] Step 24/24 : LABEL version=0.0.0 [2021-01-21T18:33:37.228Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-21T18:33:37.441Z] ---> Running in bb3159874680 [2021-01-21T18:33:38.043Z] ---> 80a0b3bea043 [2021-01-21T18:33:38.043Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-21T18:33:38.631Z] ---> 4594fd8e212f [2021-01-21T18:33:38.631Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-21T18:33:39.213Z] Removing intermediate container bb3159874680 [2021-01-21T18:33:39.213Z] ---> 994e6d8dec06 [2021-01-21T18:33:39.213Z] [2021-01-21T18:33:39.213Z] ---> Running in 35c66bd59603 [2021-01-21T18:33:39.806Z] Successfully built 994e6d8dec06 [2021-01-21T18:33:39.806Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-21T18:33:39.806Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2021-01-21T18:33:40.767Z] ---> b0b3eb980837 [2021-01-21T18:33:40.767Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-21T18:33:41.365Z] ---> Running in 8f1f32a5b6ad [2021-01-21T18:33:42.348Z] Removing intermediate container 8f1f32a5b6ad [2021-01-21T18:33:42.348Z] ---> f50854c99cb6 [2021-01-21T18:33:42.348Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T18:33:45.699Z] ---> Running in 2eae656019dc [2021-01-21T18:33:46.686Z] Removing intermediate container 2eae656019dc [2021-01-21T18:33:46.686Z] ---> 767f9cd02d8e [2021-01-21T18:33:46.686Z] Step 21/23 : LABEL arch=x86_64 [2021-01-21T18:33:48.661Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T18:33:48.661Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-21T18:33:48.661Z] ---> 4c743c6458ed [2021-01-21T18:33:48.661Z] Step 3/26 : WORKDIR /edgex-go [2021-01-21T18:33:48.661Z] ---> Using cache [2021-01-21T18:33:48.661Z] ---> 9557d59e21b4 [2021-01-21T18:33:48.661Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T18:33:48.661Z] ---> Using cache [2021-01-21T18:33:48.661Z] ---> 90554c59b4b2 [2021-01-21T18:33:48.661Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-21T18:33:49.619Z] ---> Running in a88fcbe98cdd [2021-01-21T18:33:50.590Z] ---> Running in 46832089728a [2021-01-21T18:33:51.557Z] Removing intermediate container a88fcbe98cdd [2021-01-21T18:33:51.557Z] ---> d2c3e201caf9 [2021-01-21T18:33:51.557Z] Step 22/23 : LABEL git_sha=9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b [2021-01-21T18:33:51.557Z] Removing intermediate container 35c66bd59603 [2021-01-21T18:33:51.557Z] ---> 79bb3ec1d7c2 [2021-01-21T18:33:51.557Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T18:33:52.528Z] ---> Running in f36c013cfabc [2021-01-21T18:33:53.521Z] ---> 2db9050ca2ea [2021-01-21T18:33:53.521Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-21T18:33:53.521Z] Removing intermediate container f36c013cfabc [2021-01-21T18:33:53.521Z] ---> 1cb2c3e21d06 [2021-01-21T18:33:53.521Z] Step 23/23 : LABEL version=0.0.0 [2021-01-21T18:33:53.521Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T18:33:53.798Z] ---> Running in c352865345f3 [2021-01-21T18:33:54.399Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T18:33:54.675Z] Removing intermediate container c352865345f3 [2021-01-21T18:33:54.675Z] ---> 53f452728452 [2021-01-21T18:33:54.675Z] [2021-01-21T18:33:54.949Z] Successfully built 53f452728452 [2021-01-21T18:33:54.949Z] OK: 233 MiB in 51 packages [2021-01-21T18:33:55.223Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T18:33:55.223Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T18:33:55.503Z] Successfully tagged docker-core-data-go:latest [2021-01-21T18:33:55.503Z] ---> 4c743c6458ed [2021-01-21T18:33:55.503Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T18:33:55.503Z]  Building docker-core-data-go ... done Building docker-core-command-go [2021-01-21T18:33:55.503Z] ---> Using cache [2021-01-21T18:33:55.503Z] ---> 9557d59e21b4 [2021-01-21T18:33:55.503Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T18:33:55.503Z] ---> Using cache [2021-01-21T18:33:55.503Z] ---> 90554c59b4b2 [2021-01-21T18:33:55.503Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-21T18:33:55.503Z] ---> Using cache [2021-01-21T18:33:55.503Z] ---> 7f6c11b76c3c [2021-01-21T18:33:55.503Z] Step 6/22 : COPY go.mod . [2021-01-21T18:33:55.503Z] ---> Using cache [2021-01-21T18:33:55.503Z] ---> 79b53db63562 [2021-01-21T18:33:55.503Z] Step 7/22 : RUN go mod download [2021-01-21T18:33:55.503Z] ---> Using cache [2021-01-21T18:33:55.503Z] ---> 491e83bd19d4 [2021-01-21T18:33:55.503Z] Step 8/22 : COPY . . [2021-01-21T18:33:55.503Z] ---> acccf21ce9c3 [2021-01-21T18:33:55.503Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-21T18:33:55.777Z] ---> Using cache [2021-01-21T18:33:55.777Z] ---> 22166adcaab0 [2021-01-21T18:33:55.777Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-21T18:33:56.053Z] ---> Running in 17d2908827b0 [2021-01-21T18:33:56.329Z] ---> e842ca2271b2 [2021-01-21T18:33:56.329Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-21T18:33:57.760Z] Removing intermediate container 46832089728a [2021-01-21T18:33:57.760Z] ---> 857ae576e93e [2021-01-21T18:33:57.760Z] Step 6/26 : COPY go.mod . [2021-01-21T18:33:58.734Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-21T18:33:59.705Z] ---> a0c492a5e25c [2021-01-21T18:33:59.705Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-21T18:33:59.986Z] ---> 27e741ae7931 [2021-01-21T18:33:59.986Z] Step 7/26 : RUN go mod download [2021-01-21T18:34:00.590Z] ---> Running in 90afce506757 [2021-01-21T18:34:00.590Z] ---> e33dcbeb0161 [2021-01-21T18:34:00.590Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-21T18:34:02.023Z] ---> Running in db347bdb3823 [2021-01-21T18:34:02.554Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T18:34:02.554Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T18:34:02.554Z] ---> 4c743c6458ed [2021-01-21T18:34:02.554Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T18:34:02.555Z] ---> Using cache [2021-01-21T18:34:02.555Z] ---> 9557d59e21b4 [2021-01-21T18:34:02.555Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T18:34:02.555Z] ---> Using cache [2021-01-21T18:34:02.555Z] ---> 90554c59b4b2 [2021-01-21T18:34:02.555Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-21T18:34:02.969Z] Removing intermediate container db347bdb3823 [2021-01-21T18:34:02.969Z] ---> 05acace9847b [2021-01-21T18:34:02.969Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-21T18:34:02.969Z] ---> Running in 29d07643147b [2021-01-21T18:34:04.274Z] ---> 20ec7396f5dd [2021-01-21T18:34:04.274Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-21T18:34:04.274Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T18:34:04.274Z] ---> Running in 83becbd9c730 [2021-01-21T18:34:04.887Z] Removing intermediate container 90afce506757 [2021-01-21T18:34:04.887Z] ---> 227221379f3d [2021-01-21T18:34:04.887Z] Step 8/26 : COPY . . [2021-01-21T18:34:04.887Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T18:34:05.485Z] OK: 233 MiB in 51 packages [2021-01-21T18:34:13.748Z] Removing intermediate container 29d07643147b [2021-01-21T18:34:13.748Z] ---> b7cbed2e0c6f [2021-01-21T18:34:13.748Z] Step 6/22 : COPY go.mod . [2021-01-21T18:34:13.748Z] Removing intermediate container 83becbd9c730 [2021-01-21T18:34:13.748Z] ---> b9971708886f [2021-01-21T18:34:13.748Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-21T18:34:15.709Z] ---> 93d7cd7147c9 [2021-01-21T18:34:15.709Z] Step 7/22 : RUN go mod download [2021-01-21T18:34:16.303Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T18:34:16.303Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-21T18:34:16.303Z] ---> 4c743c6458ed [2021-01-21T18:34:16.303Z] Step 3/23 : WORKDIR /edgex-go [2021-01-21T18:34:16.303Z] ---> Using cache [2021-01-21T18:34:16.303Z] ---> 9557d59e21b4 [2021-01-21T18:34:16.303Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T18:34:16.303Z] ---> Using cache [2021-01-21T18:34:16.303Z] ---> 90554c59b4b2 [2021-01-21T18:34:16.303Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-21T18:34:16.303Z] ---> Using cache [2021-01-21T18:34:16.303Z] ---> 7f6c11b76c3c [2021-01-21T18:34:16.303Z] Step 6/23 : COPY go.mod . [2021-01-21T18:34:16.303Z] ---> Using cache [2021-01-21T18:34:16.303Z] ---> 79b53db63562 [2021-01-21T18:34:16.303Z] Step 7/23 : RUN go mod download [2021-01-21T18:34:16.303Z] ---> Using cache [2021-01-21T18:34:16.303Z] ---> 491e83bd19d4 [2021-01-21T18:34:16.303Z] Step 8/23 : COPY . . [2021-01-21T18:34:16.303Z] ---> Using cache [2021-01-21T18:34:16.303Z] ---> 22166adcaab0 [2021-01-21T18:34:16.303Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-21T18:34:17.256Z] ---> Running in 746ec678a77a [2021-01-21T18:34:17.525Z] ---> Running in 9801bf0c5ab8 [2021-01-21T18:34:17.814Z] ---> Running in 83b2e64cbd05 [2021-01-21T18:34:18.393Z] Removing intermediate container 746ec678a77a [2021-01-21T18:34:18.393Z] ---> 0a89a4a12261 [2021-01-21T18:34:18.393Z] Step 30/33 : CMD ["gate"] [2021-01-21T18:34:19.361Z] ---> Running in 27a7ebb41e96 [2021-01-21T18:34:20.765Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-21T18:34:20.765Z] Removing intermediate container 27a7ebb41e96 [2021-01-21T18:34:20.765Z] ---> 288573cedabc [2021-01-21T18:34:20.765Z] Step 31/33 : LABEL arch=x86_64 [2021-01-21T18:34:21.369Z] ---> Running in 74820448d8dc [2021-01-21T18:34:22.391Z] Removing intermediate container 74820448d8dc [2021-01-21T18:34:22.391Z] ---> 6c53e8f61e1c [2021-01-21T18:34:22.391Z] Step 32/33 : LABEL git_sha=9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b [2021-01-21T18:34:22.994Z] ---> Running in 12a9f7d96b07 [2021-01-21T18:34:23.273Z] Removing intermediate container 9801bf0c5ab8 [2021-01-21T18:34:23.273Z] ---> d343ac98a604 [2021-01-21T18:34:23.273Z] Step 8/22 : COPY . . [2021-01-21T18:34:23.539Z] Removing intermediate container 12a9f7d96b07 [2021-01-21T18:34:23.539Z] ---> d6200c0bc086 [2021-01-21T18:34:23.539Z] Step 33/33 : LABEL version=0.0.0 [2021-01-21T18:34:24.221Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-21T18:34:24.537Z] ---> Running in 1e83fb4419a7 [2021-01-21T18:34:28.789Z] Removing intermediate container 1e83fb4419a7 [2021-01-21T18:34:28.789Z] ---> 89e4a08ddade [2021-01-21T18:34:28.789Z] [2021-01-21T18:34:29.814Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-21T18:34:32.113Z] Successfully built 89e4a08ddade [2021-01-21T18:34:32.113Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-21T18:34:33.267Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-21T18:34:33.267Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-21T18:34:33.267Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-21T18:34:35.477Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 17d2908827b0 [2021-01-21T18:34:35.477Z] ---> 6ad6fcf54eb7 [2021-01-21T18:34:35.477Z] [2021-01-21T18:34:35.477Z] Step 10/22 : FROM alpine:3.12 [2021-01-21T18:34:35.477Z] ---> 389fef711851 [2021-01-21T18:34:35.477Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-21T18:34:35.477Z] ---> Using cache [2021-01-21T18:34:35.477Z] ---> b36395369de3 [2021-01-21T18:34:35.477Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-21T18:34:35.477Z] ---> Using cache [2021-01-21T18:34:35.477Z] ---> 1d06f621e53e [2021-01-21T18:34:35.477Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-21T18:34:36.060Z] ---> 6875778d8390 [2021-01-21T18:34:36.060Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-21T18:34:36.323Z] ---> Running in a4afc4453d0b [2021-01-21T18:34:36.928Z] ---> Running in 7f9d88b363f3 [2021-01-21T18:34:37.195Z] Removing intermediate container a4afc4453d0b [2021-01-21T18:34:37.195Z] ---> 75a8ed768a23 [2021-01-21T18:34:37.195Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-21T18:34:39.771Z] ---> Running in 0ca5dc707260 [2021-01-21T18:34:41.171Z] Removing intermediate container 0ca5dc707260 [2021-01-21T18:34:41.171Z] ---> fe6ff49b5830 [2021-01-21T18:34:41.171Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T18:34:41.442Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-21T18:34:41.577Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-21T18:34:41.577Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-21T18:34:41.577Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-21T18:34:41.577Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-21T18:34:41.577Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-21T18:34:41.577Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-21T18:34:43.425Z] ---> 6ceaa3d71c21 [2021-01-21T18:34:43.425Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-21T18:34:44.879Z] ---> 2feed23944ac [2021-01-21T18:34:44.879Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-21T18:34:45.497Z] ---> 17856e19b0b5 [2021-01-21T18:34:45.497Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-21T18:34:46.503Z] ---> Running in eb64e3c7ba2e [2021-01-21T18:34:47.000Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-21T18:34:47.000Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-21T18:34:47.000Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-21T18:34:47.967Z] Removing intermediate container eb64e3c7ba2e [2021-01-21T18:34:47.967Z] ---> 5cfad49d308b [2021-01-21T18:34:47.967Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T18:34:49.908Z] ---> Running in 446ac719b633 [2021-01-21T18:34:50.523Z] Removing intermediate container 83b2e64cbd05 [2021-01-21T18:34:50.523Z] ---> 59ec3d6cff7c [2021-01-21T18:34:50.523Z] [2021-01-21T18:34:50.523Z] Step 10/23 : FROM alpine:3.12 [2021-01-21T18:34:50.523Z] ---> 389fef711851 [2021-01-21T18:34:50.523Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-21T18:34:50.806Z] ---> Using cache [2021-01-21T18:34:50.806Z] ---> b36395369de3 [2021-01-21T18:34:50.806Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-21T18:34:50.806Z] ---> Using cache [2021-01-21T18:34:50.806Z] ---> 1d06f621e53e [2021-01-21T18:34:50.806Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-21T18:34:50.806Z] Removing intermediate container 446ac719b633 [2021-01-21T18:34:50.806Z] ---> e6e0cab7d40e [2021-01-21T18:34:50.806Z] Step 20/22 : LABEL arch=x86_64 [2021-01-21T18:34:50.806Z] ---> Running in 8113937836d1 [2021-01-21T18:34:50.806Z] ---> Running in 1df14746f29d [2021-01-21T18:34:50.806Z] ---> 71e8fb9582de [2021-01-21T18:34:50.806Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-21T18:34:51.078Z] ---> Running in 95d64a75df12 [2021-01-21T18:34:51.362Z] Removing intermediate container 8113937836d1 [2021-01-21T18:34:51.362Z] ---> 2063865dcc28 [2021-01-21T18:34:51.362Z] Step 21/22 : LABEL git_sha=9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b [2021-01-21T18:34:51.362Z] Removing intermediate container 1df14746f29d [2021-01-21T18:34:51.362Z] ---> eef08f1935b6 [2021-01-21T18:34:51.362Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-21T18:34:51.666Z] ---> Running in 8b949284d00a [2021-01-21T18:34:51.666Z] ---> Running in 3d0ab65c68ac [2021-01-21T18:34:52.435Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.229s coverage: 46.6% of statements [2021-01-21T18:34:52.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-21T18:34:52.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-21T18:34:52.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-21T18:34:52.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-21T18:34:52.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-21T18:34:53.120Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-21T18:34:53.398Z] Removing intermediate container 8b949284d00a [2021-01-21T18:34:53.398Z] ---> 9f894128577e [2021-01-21T18:34:53.398Z] Step 22/22 : LABEL version=0.0.0 [2021-01-21T18:34:53.398Z] Removing intermediate container 3d0ab65c68ac [2021-01-21T18:34:53.398Z] ---> 8c3245bb201a [2021-01-21T18:34:53.398Z] Step 15/23 : WORKDIR / [2021-01-21T18:34:53.675Z] ---> Running in 6db269c2f571 [2021-01-21T18:34:53.675Z] ---> Running in 1bc79445d364 [2021-01-21T18:34:54.261Z] Removing intermediate container 6db269c2f571 [2021-01-21T18:34:54.261Z] ---> 9672486f94b2 [2021-01-21T18:34:54.261Z] [2021-01-21T18:34:54.261Z] Removing intermediate container 1bc79445d364 [2021-01-21T18:34:54.261Z] ---> c12cc8eeaf80 [2021-01-21T18:34:54.261Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T18:34:54.536Z] Successfully built 9672486f94b2 [2021-01-21T18:34:54.536Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-21T18:34:54.809Z]  Building docker-support-scheduler-go ... done  ---> 2dc8b358c852 [2021-01-21T18:34:54.809Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-21T18:34:55.781Z] ---> 32e099b6b101 [2021-01-21T18:34:55.782Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-21T18:34:56.398Z] ---> e6d54a01a70b [2021-01-21T18:34:56.398Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-21T18:34:56.398Z] ---> Running in 773c2ad0728d [2021-01-21T18:34:56.997Z] Removing intermediate container 773c2ad0728d [2021-01-21T18:34:56.997Z] ---> 8b036e9f347a [2021-01-21T18:34:56.997Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T18:34:58.423Z] ---> Running in 2bae7533494d [2021-01-21T18:34:58.423Z] Removing intermediate container 7f9d88b363f3 [2021-01-21T18:34:58.423Z] ---> 375f8df9fd27 [2021-01-21T18:34:58.423Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-21T18:34:58.423Z] ---> Running in d653fd5c5ac0 [2021-01-21T18:34:58.702Z] Removing intermediate container 2bae7533494d [2021-01-21T18:34:58.702Z] ---> 26db319bbcfc [2021-01-21T18:34:58.702Z] Step 21/23 : LABEL arch=x86_64 [2021-01-21T18:34:58.702Z] ---> Running in af4dc13f5f22 [2021-01-21T18:34:59.000Z] Removing intermediate container af4dc13f5f22 [2021-01-21T18:34:59.000Z] ---> 1d6198908db4 [2021-01-21T18:34:59.000Z] Step 22/23 : LABEL git_sha=9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b [2021-01-21T18:34:59.000Z] ---> Running in 7ff670fa1837 [2021-01-21T18:34:59.180Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.518s coverage: 27.0% of statements [2021-01-21T18:34:59.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-21T18:34:59.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-21T18:34:59.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-21T18:34:59.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-21T18:34:59.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-21T18:34:59.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-21T18:34:59.180Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.075s coverage: 100.0% of statements [2021-01-21T18:34:59.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-21T18:34:59.180Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.099s coverage: 100.0% of statements [2021-01-21T18:34:59.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-21T18:34:59.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-21T18:34:59.180Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.270s coverage: 66.7% of statements [2021-01-21T18:34:59.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-21T18:34:59.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-21T18:34:59.180Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.350s coverage: 82.3% of statements [2021-01-21T18:34:59.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-21T18:34:59.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-21T18:34:59.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-21T18:34:59.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-21T18:34:59.279Z] Removing intermediate container 7ff670fa1837 [2021-01-21T18:34:59.279Z] ---> 8c70bac41d0d [2021-01-21T18:34:59.279Z] Step 23/23 : LABEL version=0.0.0 [2021-01-21T18:34:59.566Z] ---> Running in 729a9d684a1f [2021-01-21T18:34:59.566Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-21T18:34:59.848Z] Removing intermediate container 729a9d684a1f [2021-01-21T18:34:59.848Z] ---> f880572ac377 [2021-01-21T18:34:59.848Z] [2021-01-21T18:34:59.848Z] Successfully built f880572ac377 [2021-01-21T18:34:59.848Z] Successfully tagged docker-core-command-go:latest [2021-01-21T18:35:01.836Z]  Building docker-core-command-go ... done Removing intermediate container d653fd5c5ac0 [2021-01-21T18:35:01.836Z] ---> 0cdd2ae81d44 [2021-01-21T18:35:01.836Z] [2021-01-21T18:35:01.836Z] Step 11/26 : FROM docker:20.10.0 [2021-01-21T18:35:01.836Z] 20.10.0: Pulling from library/docker [2021-01-21T18:35:07.284Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-21T18:35:07.284Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-21T18:35:07.284Z] ---> aefe523efa57 [2021-01-21T18:35:07.284Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-21T18:35:07.501Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.169s coverage: 28.6% of statements [2021-01-21T18:35:07.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-21T18:35:07.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-21T18:35:07.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-21T18:35:07.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-21T18:35:07.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-21T18:35:07.501Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.191s coverage: 100.0% of statements [2021-01-21T18:35:07.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-21T18:35:07.501Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.084s coverage: 100.0% of statements [2021-01-21T18:35:07.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-21T18:35:07.501Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.344s coverage: 86.7% of statements [2021-01-21T18:35:07.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-21T18:35:08.241Z] ---> Running in b020828f5dcf [2021-01-21T18:35:08.241Z] Removing intermediate container 95d64a75df12 [2021-01-21T18:35:08.241Z] ---> 00832325fb94 [2021-01-21T18:35:08.241Z] [2021-01-21T18:35:08.241Z] Step 10/22 : FROM alpine:3.12 [2021-01-21T18:35:08.241Z] ---> 389fef711851 [2021-01-21T18:35:08.241Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-21T18:35:08.503Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.318s coverage: 97.5% of statements [2021-01-21T18:35:08.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-21T18:35:08.503Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.118s coverage: 78.3% of statements [2021-01-21T18:35:08.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-21T18:35:08.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-21T18:35:08.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-21T18:35:08.504Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-21T18:35:08.509Z] ---> Running in 77b0ac7f7ce6 [2021-01-21T18:35:08.775Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T18:35:09.039Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T18:35:09.040Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T18:35:09.303Z] (1/2) Installing readline (8.0.4-r0) [2021-01-21T18:35:09.303Z] (2/2) Installing bash (5.0.17-r0) [2021-01-21T18:35:09.303Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T18:35:09.303Z] Executing bash-5.0.17-r0.post-install [2021-01-21T18:35:09.303Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T18:35:09.303Z] OK: 12 MiB in 22 packages [2021-01-21T18:35:09.303Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-21T18:35:09.571Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-21T18:35:09.571Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T18:35:09.571Z] Executing ca-certificates-20191127-r4.trigger [2021-01-21T18:35:09.838Z] OK: 6 MiB in 16 packages [2021-01-21T18:35:10.795Z] Removing intermediate container b020828f5dcf [2021-01-21T18:35:10.795Z] ---> a015aa01e8eb [2021-01-21T18:35:10.795Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-21T18:35:10.795Z] ---> Running in 988f26837698 [2021-01-21T18:35:11.372Z] Removing intermediate container 988f26837698 [2021-01-21T18:35:11.372Z] ---> 51f211727ad3 [2021-01-21T18:35:11.372Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-21T18:35:11.372Z] Removing intermediate container 77b0ac7f7ce6 [2021-01-21T18:35:11.372Z] ---> 73cb3cd5484d [2021-01-21T18:35:11.372Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-21T18:35:11.372Z] ---> Running in af014514814a [2021-01-21T18:35:11.372Z] ---> Running in 4eb010831d91 [2021-01-21T18:35:11.640Z] Removing intermediate container af014514814a [2021-01-21T18:35:11.640Z] ---> 483391ee76d3 [2021-01-21T18:35:11.640Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-21T18:35:11.640Z] Removing intermediate container 4eb010831d91 [2021-01-21T18:35:11.640Z] ---> c1d801dcfd38 [2021-01-21T18:35:11.640Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-21T18:35:11.640Z] ---> Running in 65cc53ed322d [2021-01-21T18:35:11.640Z] ---> Running in d12156fd477c [2021-01-21T18:35:11.910Z] Removing intermediate container 65cc53ed322d [2021-01-21T18:35:11.910Z] ---> f14d8795e735 [2021-01-21T18:35:11.910Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-21T18:35:11.910Z] Removing intermediate container d12156fd477c [2021-01-21T18:35:11.910Z] ---> 5397c90002ba [2021-01-21T18:35:11.910Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-21T18:35:11.910Z] ---> Running in c2c4aedf20a7 [2021-01-21T18:35:12.180Z] Removing intermediate container c2c4aedf20a7 [2021-01-21T18:35:12.180Z] ---> e9d479fea6e6 [2021-01-21T18:35:12.180Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T18:35:12.446Z] ---> a891841c0abc [2021-01-21T18:35:12.446Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-21T18:35:12.446Z] ---> 4d9639fb84c3 [2021-01-21T18:35:12.446Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-21T18:35:12.712Z] ---> 0c5eb5f47393 [2021-01-21T18:35:12.712Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-21T18:35:13.674Z] ---> a926cd994355 [2021-01-21T18:35:13.674Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-21T18:35:13.674Z] ---> 36c3eb42dbb0 [2021-01-21T18:35:13.674Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-21T18:35:13.674Z] ---> Running in bda48ecf6445 [2021-01-21T18:35:13.940Z] ---> 0c4b2e2cfbb9 [2021-01-21T18:35:13.940Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-21T18:35:13.940Z] ---> Running in 1edbacc05acc [2021-01-21T18:35:14.206Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T18:35:14.206Z] Removing intermediate container 1edbacc05acc [2021-01-21T18:35:14.206Z] ---> d15d6a9075f8 [2021-01-21T18:35:14.206Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T18:35:14.206Z] ---> Running in acb0f63c6867 [2021-01-21T18:35:14.206Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T18:35:14.471Z] Removing intermediate container acb0f63c6867 [2021-01-21T18:35:14.471Z] ---> 9a9fadebaeec [2021-01-21T18:35:14.471Z] Step 20/22 : LABEL arch=x86_64 [2021-01-21T18:35:14.471Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-21T18:35:14.471Z] (2/33) Installing expat (2.2.9-r1) [2021-01-21T18:35:14.471Z] (3/33) Installing libffi (3.3-r2) [2021-01-21T18:35:14.471Z] (4/33) Installing gdbm (1.13-r1) [2021-01-21T18:35:14.471Z] ---> Running in f3147ba8bf76 [2021-01-21T18:35:14.471Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-21T18:35:14.471Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-21T18:35:14.471Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-21T18:35:15.048Z] Removing intermediate container f3147ba8bf76 [2021-01-21T18:35:15.048Z] ---> 6b0e2b0b3009 [2021-01-21T18:35:15.048Z] Step 21/22 : LABEL git_sha=9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b [2021-01-21T18:35:18.381Z] ---> Running in 187aa4401eb1 [2021-01-21T18:35:18.381Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-21T18:35:18.381Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-21T18:35:18.381Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-21T18:35:18.381Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-21T18:35:18.381Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-21T18:35:18.721Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.258s coverage: 92.8% of statements [2021-01-21T18:35:18.721Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-21T18:35:18.721Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-21T18:35:18.721Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-21T18:35:18.721Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-21T18:35:18.721Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-21T18:35:18.721Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-21T18:35:18.721Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-21T18:35:18.721Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-21T18:35:18.721Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-21T18:35:18.721Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-21T18:35:18.721Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-21T18:35:18.721Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-21T18:35:18.721Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-21T18:35:18.721Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-21T18:35:18.721Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-21T18:35:18.721Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-21T18:35:18.721Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-21T18:35:18.721Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-21T18:35:18.721Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2021-01-21T18:35:18.721Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-21T18:35:18.721Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-21T18:35:18.721Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.184s coverage: 0.1% of statements [2021-01-21T18:35:18.721Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-21T18:35:18.721Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-21T18:35:18.721Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-21T18:35:18.721Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.091s coverage: 43.8% of statements [2021-01-21T18:35:18.722Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.080s coverage: 79.5% of statements [2021-01-21T18:35:18.722Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.076s coverage: 94.1% of statements [2021-01-21T18:35:18.722Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.090s coverage: 96.3% of statements [2021-01-21T18:35:18.722Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.061s coverage: 87.5% of statements [2021-01-21T18:35:18.964Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-21T18:35:18.964Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-21T18:35:19.231Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-21T18:35:19.231Z] Removing intermediate container 187aa4401eb1 [2021-01-21T18:35:19.231Z] ---> 1ef8f24dd966 [2021-01-21T18:35:19.231Z] Step 22/22 : LABEL version=0.0.0 [2021-01-21T18:35:19.231Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-21T18:35:19.495Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-21T18:35:20.077Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-21T18:35:20.077Z] ---> Running in 859521b7411a [2021-01-21T18:35:20.077Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-21T18:35:20.077Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-21T18:35:20.077Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-21T18:35:20.077Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-21T18:35:20.077Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-21T18:35:20.077Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-21T18:35:20.077Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-21T18:35:20.077Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-21T18:35:20.658Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-21T18:35:20.658Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-21T18:35:20.658Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-21T18:35:20.658Z] Removing intermediate container 859521b7411a [2021-01-21T18:35:20.658Z] ---> ec3316b53de1 [2021-01-21T18:35:20.658Z] [2021-01-21T18:35:20.658Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-21T18:35:20.658Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-21T18:35:20.658Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-21T18:35:20.658Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-21T18:35:20.658Z] Successfully built ec3316b53de1 [2021-01-21T18:35:20.923Z] Successfully tagged docker-support-notifications-go:latest [2021-01-21T18:35:20.923Z]  Building docker-support-notifications-go ... done Executing busybox-1.31.1-r19.trigger [2021-01-21T18:35:20.923Z] OK: 71 MiB in 55 packages [2021-01-21T18:35:27.858Z] Removing intermediate container bda48ecf6445 [2021-01-21T18:35:27.858Z] ---> 69f6a5667b58 [2021-01-21T18:35:27.858Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-21T18:35:27.858Z] ---> Running in 0655afd7e586 [2021-01-21T18:35:28.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.078s coverage: 94.4% of statements [2021-01-21T18:35:28.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.056s coverage: 44.8% of statements [2021-01-21T18:35:28.924Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-21T18:35:28.924Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-21T18:35:28.924Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-21T18:35:28.924Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-21T18:35:29.301Z] Collecting docker-compose==1.23.2 [2021-01-21T18:35:29.565Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-21T18:35:29.565Z] Collecting cached-property<2,>=1.2.0 [2021-01-21T18:35:29.565Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-21T18:35:29.840Z] Collecting PyYAML<4,>=3.10 [2021-01-21T18:35:29.840Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-21T18:35:30.373Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.087s coverage: 87.2% of statements [2021-01-21T18:35:30.373Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-21T18:35:30.373Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-21T18:35:30.373Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-01-21T18:35:30.373Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-21T18:35:30.373Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements [2021-01-21T18:35:30.373Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-21T18:35:30.373Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements [2021-01-21T18:35:30.373Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.125s coverage: 87.2% of statements [2021-01-21T18:35:30.373Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.135s coverage: 84.2% of statements [2021-01-21T18:35:30.373Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.189s coverage: 91.4% of statements [2021-01-21T18:35:30.373Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-21T18:35:30.373Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.540s coverage: 63.5% of statements [2021-01-21T18:35:30.373Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-21T18:35:30.373Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-21T18:35:30.795Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-21T18:35:30.796Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-21T18:35:30.796Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-21T18:35:30.978Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.089s coverage: 100.0% of statements [2021-01-21T18:35:31.060Z] Collecting jsonschema<3,>=2.5.1 [2021-01-21T18:35:31.060Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-21T18:35:31.060Z] Collecting texttable<0.10,>=0.9.0 [2021-01-21T18:35:31.060Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-21T18:35:31.584Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.080s coverage: 91.3% of statements [2021-01-21T18:35:31.636Z] Collecting docopt<0.7,>=0.6.1 [2021-01-21T18:35:31.636Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-21T18:35:32.211Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-21T18:35:32.211Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-21T18:35:32.577Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.092s coverage: 100.0% of statements [2021-01-21T18:35:32.789Z] Collecting docker<4.0,>=3.6.0 [2021-01-21T18:35:32.789Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-21T18:35:32.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.080s coverage: 73.7% of statements [2021-01-21T18:35:33.051Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-21T18:35:33.051Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-21T18:35:33.051Z] Collecting docker-pycreds>=0.4.0 [2021-01-21T18:35:33.051Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-21T18:35:33.312Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-21T18:35:33.312Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-21T18:35:33.312Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-21T18:35:33.460Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements [2021-01-21T18:35:33.577Z] Collecting idna<2.8,>=2.5 [2021-01-21T18:35:33.577Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-21T18:35:33.577Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-21T18:35:33.577Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-21T18:35:33.577Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-21T18:35:33.577Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-21T18:35:33.577Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-21T18:35:33.577Z] Installing collected packages: cached-property, PyYAML, websocket-client, jsonschema, texttable, docopt, dockerpty, urllib3, idna, requests, docker-pycreds, docker, docker-compose [2021-01-21T18:35:33.842Z] Running setup.py install for PyYAML: started [2021-01-21T18:35:34.421Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-21T18:35:34.421Z] Running setup.py install for texttable: started [2021-01-21T18:35:35.002Z] Running setup.py install for texttable: finished with status 'done' [2021-01-21T18:35:35.002Z] Running setup.py install for docopt: started [2021-01-21T18:35:35.575Z] Running setup.py install for docopt: finished with status 'done' [2021-01-21T18:35:35.575Z] Running setup.py install for dockerpty: started [2021-01-21T18:35:35.837Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-21T18:35:35.837Z] Attempting uninstall: urllib3 [2021-01-21T18:35:35.837Z] Found existing installation: urllib3 1.25.9 [2021-01-21T18:35:35.837Z] Uninstalling urllib3-1.25.9: [2021-01-21T18:35:36.100Z] Successfully uninstalled urllib3-1.25.9 [2021-01-21T18:35:36.100Z] Attempting uninstall: idna [2021-01-21T18:35:36.100Z] Found existing installation: idna 2.9 [2021-01-21T18:35:36.100Z] Uninstalling idna-2.9: [2021-01-21T18:35:36.362Z] Successfully uninstalled idna-2.9 [2021-01-21T18:35:36.362Z] Attempting uninstall: requests [2021-01-21T18:35:36.362Z] Found existing installation: requests 2.23.0 [2021-01-21T18:35:36.362Z] Uninstalling requests-2.23.0: [2021-01-21T18:35:36.362Z] Successfully uninstalled requests-2.23.0 [2021-01-21T18:35:36.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.856s coverage: 68.9% of statements [2021-01-21T18:35:36.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-21T18:35:36.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-21T18:35:36.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-21T18:35:36.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-21T18:35:36.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-21T18:35:37.307Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-21T18:35:38.898Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.381s coverage: 37.0% of statements [2021-01-21T18:35:38.898Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-21T18:35:38.898Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-21T18:35:38.898Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.558s coverage: 84.0% of statements [2021-01-21T18:35:38.898Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.116s coverage: 100.0% of statements [2021-01-21T18:35:40.624Z] Removing intermediate container 0655afd7e586 [2021-01-21T18:35:40.624Z] ---> 59d6936f953b [2021-01-21T18:35:40.624Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-21T18:35:40.902Z] ---> Running in 56f4f6a2d667 [2021-01-21T18:35:41.479Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-21T18:35:41.479Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-21T18:35:41.479Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T18:35:41.479Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-21T18:35:41.749Z] (3/3) Installing curl (7.69.1-r3) [2021-01-21T18:35:41.749Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T18:35:41.749Z] OK: 72 MiB in 58 packages [2021-01-21T18:35:42.324Z] Removing intermediate container 56f4f6a2d667 [2021-01-21T18:35:42.324Z] ---> faba5bd67a6d [2021-01-21T18:35:42.324Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-21T18:35:42.324Z] ---> Running in 92ed3e493976 [2021-01-21T18:35:42.586Z] Removing intermediate container 92ed3e493976 [2021-01-21T18:35:42.586Z] ---> cb3312d12003 [2021-01-21T18:35:42.586Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T18:35:42.586Z] ---> Running in 6b45b23380cc [2021-01-21T18:35:42.851Z] Removing intermediate container 6b45b23380cc [2021-01-21T18:35:42.851Z] ---> f1d2f762542d [2021-01-21T18:35:42.851Z] Step 24/26 : LABEL arch=x86_64 [2021-01-21T18:35:42.851Z] ---> Running in 36d7dfbc78c1 [2021-01-21T18:35:43.114Z] Removing intermediate container 36d7dfbc78c1 [2021-01-21T18:35:43.114Z] ---> b0a7a6d93f39 [2021-01-21T18:35:43.114Z] Step 25/26 : LABEL git_sha=9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b [2021-01-21T18:35:43.114Z] ---> Running in d77a64c3e220 [2021-01-21T18:35:43.377Z] Removing intermediate container d77a64c3e220 [2021-01-21T18:35:43.377Z] ---> 5540e8202f72 [2021-01-21T18:35:43.377Z] Step 26/26 : LABEL version=0.0.0 [2021-01-21T18:35:43.377Z] ---> Running in bec9937c33d9 [2021-01-21T18:35:43.377Z] Removing intermediate container bec9937c33d9 [2021-01-21T18:35:43.377Z] ---> e53d014c393f [2021-01-21T18:35:43.377Z] [2021-01-21T18:35:43.640Z] Successfully built e53d014c393f [2021-01-21T18:35:43.640Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-21T18:35:43.919Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-21T18:35:43.928Z] $ docker stop --time=1 6e4632ea5757e07a59037e873ce8bda31a1a64095153de231366be8401649aac [2021-01-21T18:35:45.629Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.456s coverage: 47.1% of statements [2021-01-21T18:35:45.629Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-21T18:35:45.629Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-21T18:35:45.629Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-21T18:35:45.629Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-21T18:35:45.629Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-21T18:35:45.629Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.147s coverage: 100.0% of statements [2021-01-21T18:35:45.629Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-21T18:35:45.629Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.129s coverage: 100.0% of statements [2021-01-21T18:35:45.629Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-21T18:35:46.369Z] $ docker rm -f 6e4632ea5757e07a59037e873ce8bda31a1a64095153de231366be8401649aac [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T18:35:46.934Z] + docker images [2021-01-21T18:35:46.934Z] + grep docker [2021-01-21T18:35:47.196Z] docker-sys-mgmt-agent-go latest e53d014c393f 4 seconds ago 313MB [2021-01-21T18:35:47.196Z] docker-support-notifications-go latest ec3316b53de1 28 seconds ago 16.9MB [2021-01-21T18:35:47.196Z] docker-core-command-go latest f880572ac377 48 seconds ago 16.3MB [2021-01-21T18:35:47.196Z] docker-support-scheduler-go latest 9672486f94b2 54 seconds ago 16.4MB [2021-01-21T18:35:47.196Z] docker-security-bootstrapper-go latest 89e4a08ddade About a minute ago 41.5MB [2021-01-21T18:35:47.196Z] docker-core-data-go latest 53f452728452 About a minute ago 22.3MB [2021-01-21T18:35:47.196Z] docker-security-secretstore-setup-go latest 994e6d8dec06 2 minutes ago 24.6MB [2021-01-21T18:35:47.196Z] docker-core-metadata-go latest 8ac18eaeae49 2 minutes ago 18.8MB [2021-01-21T18:35:47.196Z] docker-security-proxy-setup-go latest a632cf6a0485 2 minutes ago 24.4MB [2021-01-21T18:35:47.196Z] docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-21T18:35:51.085Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.044s coverage: 29.1% of statements [2021-01-21T18:35:51.085Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-21T18:35:51.085Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-21T18:35:51.085Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-21T18:35:51.085Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-21T18:35:51.085Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-21T18:35:51.085Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.205s coverage: 99.0% of statements [2021-01-21T18:35:51.085Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-21T18:35:51.085Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.093s coverage: 100.0% of statements [2021-01-21T18:35:51.085Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-21T18:35:51.085Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.059s coverage: 0.0% of statements [2021-01-21T18:35:51.085Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-21T18:35:51.085Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.059s coverage: 100.0% of statements [2021-01-21T18:35:51.085Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-21T18:35:51.085Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-21T18:35:51.085Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-21T18:35:51.085Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-21T18:35:51.085Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.072s coverage: 87.9% of statements [2021-01-21T18:35:51.085Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-21T18:35:51.085Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-21T18:35:51.085Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements [2021-01-21T18:35:51.085Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-01-21T18:35:52.518Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements [2021-01-21T18:35:53.116Z] GO111MODULE=on go vet ./... [2021-01-21T18:36:02.916Z] Still waiting to schedule task [2021-01-21T18:36:02.916Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-21T18:36:56.012Z] Running on prd-ubuntu18.04-docker-8c-8g-22018 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws [2021-01-21T18:36:56.074Z] Running in /w/workspace/edgex-go/36 [Pipeline] { [Pipeline] checkout [2021-01-21T18:36:58.302Z] using credential edgex-jenkins-ssh [2021-01-21T18:36:58.357Z] Cloning the remote Git repository [2021-01-21T18:36:58.343Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-21T18:36:58.404Z] > git init /w/workspace/edgex-go/36 # timeout=10 [2021-01-21T18:36:58.432Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-21T18:36:58.432Z] > git --version # timeout=10 [2021-01-21T18:36:58.444Z] > git --version # 'git version 2.17.1' [2021-01-21T18:36:58.444Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T18:36:58.470Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T18:37:01.155Z] gofmt -l . [2021-01-21T18:37:02.584Z] [ "`gofmt -l .`" = "" ] [2021-01-21T18:37:05.213Z] ./bin/test-go-mod-tidy.sh [2021-01-21T18:37:05.487Z] ./bin/test-attribution-txt.sh [2021-01-21T18:37:05.927Z] Merging remotes/origin/master commit 4ca1de52de98fea5214ec757781974277347748a into PR head commit 295f404a3bda84e22c3d6843133b44749a727654 [2021-01-21T18:37:05.193Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-21T18:37:05.198Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-21T18:37:05.207Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-21T18:37:05.220Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-21T18:37:05.220Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T18:37:05.224Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-21T18:37:05.921Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T18:37:05.926Z] > git checkout -f 295f404a3bda84e22c3d6843133b44749a727654 # timeout=10 [2021-01-21T18:37:06.145Z] Merge succeeded, producing 5f2604e57e186d697d5126c07b0608353197e2cf [2021-01-21T18:37:06.146Z] Checking out Revision 5f2604e57e186d697d5126c07b0608353197e2cf (PR-2970) [Pipeline] sh [2021-01-21T18:37:06.029Z] > git remote # timeout=10 [2021-01-21T18:37:06.035Z] > git config --get remote.origin.url # timeout=10 [2021-01-21T18:37:06.040Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-21T18:37:06.043Z] > git merge 4ca1de52de98fea5214ec757781974277347748a # timeout=10 [2021-01-21T18:37:06.124Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-21T18:37:06.133Z] > git config core.sparsecheckout # timeout=10 [2021-01-21T18:37:06.137Z] > git checkout -f 5f2604e57e186d697d5126c07b0608353197e2cf # timeout=10 [2021-01-21T18:37:07.610Z] + ls -al . [2021-01-21T18:37:07.610Z] total 696 [2021-01-21T18:37:07.610Z] drwxrwxr-x 9 1001 1001 4096 Jan 21 18:37 . [2021-01-21T18:37:07.610Z] drwxr-xr-x 4 root root 4096 Jan 21 18:33 .. [2021-01-21T18:37:07.610Z] -rw-rw-r-- 1 1001 1001 11 Jan 21 18:31 .dockerignore [2021-01-21T18:37:07.610Z] drwxrwxr-x 8 1001 1001 4096 Jan 21 18:31 .git [2021-01-21T18:37:07.610Z] drwxrwxr-x 3 1001 1001 4096 Jan 21 18:31 .github [2021-01-21T18:37:07.610Z] -rw-rw-r-- 1 1001 1001 872 Jan 21 18:31 .gitignore [2021-01-21T18:37:07.610Z] -rw-rw-r-- 1 1001 1001 166 Jan 21 18:31 .sonarcloud.properties [2021-01-21T18:37:07.610Z] -rw-rw-r-- 1 1001 1001 7859 Jan 21 18:31 Attribution.txt [2021-01-21T18:37:07.610Z] -rw-rw-r-- 1 1001 1001 3804 Jan 21 18:31 CONTRIBUTING.md [2021-01-21T18:37:07.610Z] -rw-rw-r-- 1 1001 1001 931 Jan 21 18:31 Dockerfile.build [2021-01-21T18:37:07.610Z] -rw-rw-r-- 1 1001 1001 863 Jan 21 18:31 Jenkinsfile [2021-01-21T18:37:07.610Z] -rw-rw-r-- 1 1001 1001 10775 Jan 21 18:31 LICENSE [2021-01-21T18:37:07.610Z] -rw-rw-r-- 1 1001 1001 6001 Jan 21 18:31 Makefile [2021-01-21T18:37:07.610Z] -rw-rw-r-- 1 1001 1001 6524 Jan 21 18:31 README.md [2021-01-21T18:37:07.610Z] -rw-rw-r-- 1 1001 1001 6755 Jan 21 18:31 SECURITY.md [2021-01-21T18:37:07.610Z] -rw-rw-r-- 1 1001 1001 5 Jan 21 18:27 VERSION [2021-01-21T18:37:07.610Z] -rw-rw-r-- 1 1001 1001 4131 Jan 21 18:31 ZMQWindows.md [2021-01-21T18:37:07.610Z] drwxrwxr-x 2 1001 1001 4096 Jan 21 18:31 bin [2021-01-21T18:37:07.610Z] drwxrwxr-x 15 1001 1001 4096 Jan 21 18:31 cmd [2021-01-21T18:37:07.610Z] -rw-r--r-- 1 root root 562928 Jan 21 18:35 coverage.out [2021-01-21T18:37:07.610Z] -rw-r--r-- 1 root root 1053 Jan 21 18:37 go.mod [2021-01-21T18:37:07.610Z] -rw-r--r-- 1 root root 18878 Jan 21 18:37 go.sum [2021-01-21T18:37:07.610Z] drwxrwxr-x 8 1001 1001 4096 Jan 21 18:31 internal [2021-01-21T18:37:07.610Z] drwxrwxr-x 4 1001 1001 4096 Jan 21 18:31 openapi [2021-01-21T18:37:07.610Z] drwxrwxr-x 4 1001 1001 4096 Jan 21 18:31 snap [2021-01-21T18:37:07.610Z] -rw-rw-r-- 1 1001 1001 168 Jan 21 18:31 version.go [Pipeline] sh [2021-01-21T18:37:08.267Z] + '[' -e coverage.out ] [2021-01-21T18:37:08.268Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-21T18:37:08.354Z] Warning: overwriting stash ‘coverage-report’ [2021-01-21T18:37:09.712Z] Stashed 1 file(s) [Pipeline] sh [2021-01-21T18:37:09.835Z] Commit message: "Merge commit '4ca1de52de98fea5214ec757781974277347748a' into HEAD" [2021-01-21T18:37:09.827Z] > git rev-list --no-walk c4eb6dd5dc08378382a8720c3740a8cc81c6949e # timeout=10 [Pipeline] withEnv [Pipeline] { [2021-01-21T18:37:10.456Z] + make build [2021-01-21T18:37:10.457Z] 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] libraryResource [Pipeline] sh [2021-01-21T18:37:11.169Z] + echo snap-build.sh [2021-01-21T18:37:11.169Z] snap-build.sh [2021-01-21T18:37:11.169Z] + SNAP_BASE_DIR=. [2021-01-21T18:37:11.169Z] + '[' '!' -z /w/workspace/edgex-go/36 ']' [2021-01-21T18:37:11.169Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/36 [2021-01-21T18:37:11.169Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/36]' [2021-01-21T18:37:11.169Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/36] [2021-01-21T18:37:11.169Z] + cd /w/workspace/edgex-go/36 [2021-01-21T18:37:11.169Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-21T18:37:11.169Z] Reading package lists... [2021-01-21T18:37:11.432Z] Building dependency tree... [2021-01-21T18:37:11.432Z] Reading state information... [2021-01-21T18:37:11.432Z] The following packages were automatically installed and are no longer required: [2021-01-21T18:37:11.432Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-21T18:37:11.432Z] uidmap xdelta3 [2021-01-21T18:37:11.432Z] Use 'sudo apt autoremove' to remove them. [2021-01-21T18:37:11.432Z] The following packages will be REMOVED: [2021-01-21T18:37:11.432Z] lxd* lxd-client* [2021-01-21T18:37:12.002Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-21T18:37:12.002Z] After this operation, 31.7 MB disk space will be freed. [2021-01-21T18:37:13.048Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-01-21T18:37:13.048Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-21T18:37:14.434Z] Removing lxd dnsmasq configuration [2021-01-21T18:37:14.434Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-21T18:37:14.696Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-21T18:37:15.267Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-21T18:37:15.791Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-01-21T18:37:15.791Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-21T18:37:17.705Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-21T18:37:17.705Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-21T18:37:19.087Z] + sudo snap remove --purge lxd [2021-01-21T18:37:19.087Z] snap "lxd" is not installed [2021-01-21T18:37:19.087Z] + sudo groupadd --force --system lxd [2021-01-21T18:37:19.087Z] ++ whoami [2021-01-21T18:37:19.087Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-21T18:37:19.087Z] + newgrp - lxd [2021-01-21T18:37:19.087Z] + sudo snap install lxd [2021-01-21T18:37:20.646Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-21T18:37:29.098Z] 2021-01-21T18:37:26Z INFO Waiting for automatic snapd restart... [2021-01-21T18:37:41.350Z] lxd 4.10 from Canonical* installed [2021-01-21T18:37:41.350Z] + sudo lxd init --auto [2021-01-21T18:37:42.842Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-21T18:37:47.136Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-21T18:37:49.531Z] + sudo snap install --classic snapcraft [2021-01-21T18:37:50.539Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-21T18:37:52.515Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-21T18:37:54.827Z] snapcraft 4.4.4 from Canonical* installed [2021-01-21T18:37:54.827Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-21T18:37:54.827Z] + patch --verbose -p1 [2021-01-21T18:37:54.827Z] Hmm... Looks like a unified diff to me... [2021-01-21T18:37:54.827Z] The text leading up to this was: [2021-01-21T18:37:54.827Z] -------------------------- [2021-01-21T18:37:54.827Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-21T18:37:54.827Z] |From: Tony Espy [2021-01-21T18:37:54.827Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-21T18:37:54.827Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-21T18:37:54.827Z] | [2021-01-21T18:37:54.827Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-21T18:37:54.827Z] |optimize the snap CI check run for pull requests. When [2021-01-21T18:37:54.827Z] |applied, it essentially strips out everything (apps and [2021-01-21T18:37:54.827Z] |parts) from the snapcraft.yaml file except those required [2021-01-21T18:37:54.827Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-21T18:37:54.827Z] |catch changes to edgex-go that break the snap build. [2021-01-21T18:37:54.827Z] | [2021-01-21T18:37:54.827Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-21T18:37:54.827Z] |to update this patch file, otherwise it may fail to apply, [2021-01-21T18:37:54.827Z] |resulting in a failed snap build CI check in the associated [2021-01-21T18:37:54.827Z] |pull request. [2021-01-21T18:37:54.827Z] | [2021-01-21T18:37:54.827Z] |Note - in addition to applying this patch, the pipeline also [2021-01-21T18:37:54.827Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-21T18:37:54.827Z] |need to build the finally binary .snap file (and it won't [2021-01-21T18:37:54.827Z] |work with the patch applied). This further reduces the build [2021-01-21T18:37:54.827Z] |time. [2021-01-21T18:37:54.827Z] |--- [2021-01-21T18:37:54.827Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-21T18:37:54.827Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-21T18:37:54.827Z] | [2021-01-21T18:37:54.827Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-21T18:37:54.827Z] |index 1e537489..faf42425 100644 [2021-01-21T18:37:54.827Z] |--- a/snap/snapcraft.yaml [2021-01-21T18:37:54.827Z] |+++ b/snap/snapcraft.yaml [2021-01-21T18:37:54.827Z] -------------------------- [2021-01-21T18:37:54.827Z] patching file snap/snapcraft.yaml [2021-01-21T18:37:54.827Z] Using Plan A... [2021-01-21T18:37:54.827Z] Hunk #1 succeeded at 73. [2021-01-21T18:37:54.827Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-21T18:37:54.827Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-21T18:37:54.827Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-21T18:37:54.827Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-21T18:37:54.827Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-21T18:37:54.827Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-21T18:37:54.827Z] Hunk #8 succeeded at 342. [2021-01-21T18:37:54.827Z] Hmm... Ignoring the trailing garbage. [2021-01-21T18:37:54.827Z] done [2021-01-21T18:37:54.827Z] + sudo snapcraft prime --use-lxd [2021-01-21T18:37:56.213Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-21T18:37:56.474Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-21T18:37:56.474Z] - README.md [2021-01-21T18:37:56.474Z] - snapcraft.yaml.orig [2021-01-21T18:37:56.474Z] [2021-01-21T18:37:56.474Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-21T18:37:56.829Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-21T18:37:57.044Z] Launching a container. [2021-01-21T18:38:01.140Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-21T18:38:04.514Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-21T18:38:08.820Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-21T18:38:09.292Z] Waiting for container to be ready [2021-01-21T18:38:09.875Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-21T18:38:09.875Z] [2021-01-21T18:38:12.206Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-21T18:38:13.174Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-21T18:38:13.746Z] Waiting for network to be ready... [2021-01-21T18:38:14.008Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-21T18:38:14.271Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-21T18:38:14.271Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-21T18:38:14.271Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-21T18:38:14.271Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-21T18:38:14.271Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-21T18:38:14.271Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-21T18:38:14.271Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-21T18:38:14.271Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-21T18:38:14.271Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-21T18:38:14.841Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-21T18:38:14.841Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-21T18:38:15.101Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-21T18:38:15.101Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-21T18:38:15.101Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-21T18:38:15.101Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-21T18:38:15.101Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-21T18:38:15.101Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-21T18:38:15.362Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-21T18:38:15.624Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] [2021-01-21T18:38:15.624Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] [2021-01-21T18:38:15.624Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] [2021-01-21T18:38:15.624Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-21T18:38:15.624Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] [2021-01-21T18:38:15.624Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] [2021-01-21T18:38:15.624Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] [2021-01-21T18:38:15.624Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-21T18:38:17.610Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-21T18:38:19.831Z] Fetched 23.8 MB in 5s (4471 kB/s) [2021-01-21T18:38:20.772Z] Reading package lists... [2021-01-21T18:38:20.986Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-21T18:38:21.032Z] Reading package lists... [2021-01-21T18:38:21.293Z] Building dependency tree... [2021-01-21T18:38:21.293Z] Reading state information... [2021-01-21T18:38:21.293Z] The following additional packages will be installed: [2021-01-21T18:38:21.293Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-21T18:38:21.293Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-21T18:38:21.293Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-21T18:38:21.293Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-21T18:38:21.293Z] Suggested packages: [2021-01-21T18:38:21.293Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-21T18:38:21.293Z] Recommended packages: [2021-01-21T18:38:21.293Z] gnupg libsasl2-modules [2021-01-21T18:38:21.293Z] The following NEW packages will be installed: [2021-01-21T18:38:21.293Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-21T18:38:21.293Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-21T18:38:21.293Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-21T18:38:21.293Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-21T18:38:21.293Z] The following packages will be upgraded: [2021-01-21T18:38:21.293Z] gpg gpg-agent gpgconf libudev1 [2021-01-21T18:38:21.559Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-21T18:38:21.559Z] Need to get 3533 kB of archives. [2021-01-21T18:38:21.559Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-21T18:38:21.559Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-21T18:38:21.559Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-21T18:38:22.129Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-21T18:38:22.129Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-21T18:38:22.129Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-21T18:38:22.389Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-21T18:38:22.389Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-21T18:38:22.389Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-21T18:38:22.389Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-21T18:38:22.389Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-21T18:38:22.389Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-21T18:38:22.389Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-21T18:38:22.389Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-21T18:38:22.389Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-21T18:38:22.389Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-21T18:38:22.389Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-21T18:38:22.389Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-21T18:38:22.389Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-21T18:38:22.389Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-21T18:38:22.389Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-21T18:38:22.650Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-21T18:38:22.650Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-21T18:38:22.650Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-21T18:38:22.650Z] Fetched 3533 kB in 1s (3114 kB/s) [2021-01-21T18:38:22.650Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-21T18:38:22.910Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-21T18:38:22.910Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-21T18:38:22.910Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-21T18:38:23.171Z] Selecting previously unselected package udev. [2021-01-21T18:38:23.171Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-21T18:38:23.171Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-21T18:38:23.171Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-21T18:38:23.432Z] Selecting previously unselected package libfuse2:amd64. [2021-01-21T18:38:23.432Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-21T18:38:23.432Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-21T18:38:23.432Z] Selecting previously unselected package fuse. [2021-01-21T18:38:23.432Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-21T18:38:23.691Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-21T18:38:23.691Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-21T18:38:23.691Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-21T18:38:23.691Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-21T18:38:23.952Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-21T18:38:23.952Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-21T18:38:23.952Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-21T18:38:24.212Z] Selecting previously unselected package libksba8:amd64. [2021-01-21T18:38:24.212Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-21T18:38:24.212Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-21T18:38:24.212Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-21T18:38:24.212Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T18:38:24.212Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T18:38:24.212Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-21T18:38:24.212Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T18:38:24.473Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T18:38:24.473Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-21T18:38:24.473Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T18:38:24.473Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T18:38:24.473Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-21T18:38:24.473Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T18:38:24.473Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T18:38:24.733Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-21T18:38:24.733Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T18:38:24.733Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T18:38:24.733Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-21T18:38:24.733Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T18:38:24.733Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T18:38:24.995Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-21T18:38:24.995Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T18:38:24.995Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T18:38:24.995Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-21T18:38:24.995Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T18:38:24.995Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T18:38:24.995Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-21T18:38:24.995Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-21T18:38:24.995Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T18:38:25.256Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-21T18:38:25.256Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-21T18:38:25.256Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-21T18:38:25.256Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-21T18:38:25.256Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-21T18:38:25.256Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-21T18:38:25.525Z] Selecting previously unselected package libldap-common. [2021-01-21T18:38:25.525Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-21T18:38:25.525Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-21T18:38:25.525Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-21T18:38:25.525Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-21T18:38:25.525Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-21T18:38:25.525Z] Selecting previously unselected package dirmngr. [2021-01-21T18:38:25.525Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-21T18:38:25.525Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-21T18:38:25.796Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-21T18:38:25.796Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-21T18:38:26.059Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-21T18:38:26.059Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-21T18:38:26.059Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-21T18:38:26.059Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-21T18:38:26.059Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T18:38:26.059Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-21T18:38:26.059Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-21T18:38:26.059Z] Setting up udev (237-3ubuntu10.44) ... [Pipeline] } [2021-01-21T18:38:26.399Z] $ docker stop --time=1 592fafac5c9124e6777b6cd6fee20cd175b776b82aac84ebe470b576fa2625f7 [2021-01-21T18:38:26.630Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-21T18:38:26.630Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T18:38:26.631Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-21T18:38:26.891Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-21T18:38:26.891Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-21T18:38:26.891Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T18:38:26.891Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T18:38:26.891Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T18:38:26.891Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T18:38:26.891Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T18:38:26.891Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T18:38:26.891Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-21T18:38:27.151Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-21T18:38:27.151Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-21T18:38:27.151Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-21T18:38:27.722Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-21T18:38:27.722Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-21T18:38:27.722Z] This means they are not meant to be enabled using systemctl. [2021-01-21T18:38:27.722Z] Possible reasons for having this kind of units are: [2021-01-21T18:38:27.722Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-21T18:38:27.722Z] .wants/ or .requires/ directory. [2021-01-21T18:38:27.722Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-21T18:38:27.722Z] a requirement dependency on it. [2021-01-21T18:38:27.722Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-21T18:38:27.722Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-21T18:38:27.722Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-21T18:38:27.722Z] instance name specified. [2021-01-21T18:38:27.982Z] Reading package lists... [2021-01-21T18:38:28.241Z] Building dependency tree... [2021-01-21T18:38:28.242Z] Reading state information... [2021-01-21T18:38:28.242Z] The following additional packages will be installed: [2021-01-21T18:38:28.242Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-21T18:38:28.242Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-21T18:38:28.242Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-21T18:38:28.242Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-21T18:38:28.242Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-21T18:38:28.242Z] Suggested packages: [2021-01-21T18:38:28.242Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-21T18:38:28.242Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-21T18:38:28.242Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-21T18:38:28.242Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-21T18:38:28.242Z] systemd-container policykit-1 [2021-01-21T18:38:28.242Z] Recommended packages: [2021-01-21T18:38:28.242Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-21T18:38:28.504Z] The following NEW packages will be installed: [2021-01-21T18:38:28.504Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-21T18:38:28.504Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-21T18:38:28.504Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-21T18:38:28.504Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-21T18:38:28.504Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-21T18:38:28.504Z] The following packages will be upgraded: [2021-01-21T18:38:28.504Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-21T18:38:28.504Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-21T18:38:28.504Z] Need to get 35.2 MB of archives. [2021-01-21T18:38:28.504Z] After this operation, 141 MB of additional disk space will be used. [2021-01-21T18:38:28.504Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-21T18:38:28.504Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-21T18:38:28.504Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-21T18:38:28.504Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-21T18:38:28.504Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-21T18:38:28.766Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-21T18:38:28.766Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-21T18:38:28.766Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-21T18:38:28.766Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-21T18:38:28.766Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-21T18:38:28.766Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-21T18:38:28.766Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-21T18:38:28.766Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-21T18:38:28.766Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-21T18:38:28.766Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-21T18:38:28.766Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-21T18:38:28.766Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-21T18:38:28.994Z] $ docker rm -f 592fafac5c9124e6777b6cd6fee20cd175b776b82aac84ebe470b576fa2625f7 [2021-01-21T18:38:29.339Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-21T18:38:29.339Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-21T18:38:29.339Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-21T18:38:29.339Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-21T18:38:29.339Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-21T18:38:29.339Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-21T18:38:29.339Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-21T18:38:29.339Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-21T18:38:29.339Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-21T18:38:29.339Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-21T18:38:29.600Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-21T18:38:29.600Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-21T18:38:29.600Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T18:38:30.938Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-21T18:38:30.938Z] [2021-01-21T18:38:30.938Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-21T18:38:30.999Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-21T18:38:30.999Z] Fetched 35.2 MB in 2s (16.4 MB/s) [2021-01-21T18:38:30.999Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-21T18:38:30.999Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-21T18:38:30.999Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [Pipeline] isUnix [Pipeline] sh [2021-01-21T18:38:31.570Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-21T18:38:31.570Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-21T18:38:31.582Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-21T18:38:31.836Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-21T18:38:31.836Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-21T18:38:31.836Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-21T18:38:31.836Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-21T18:38:31.853Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-21T18:38:31.854Z] 29e5d40040c1: Pulling fs layer [2021-01-21T18:38:31.854Z] 1ce36da41761: Pulling fs layer [2021-01-21T18:38:31.854Z] 25b303627fd3: Pulling fs layer [2021-01-21T18:38:32.097Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-21T18:38:32.097Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-21T18:38:32.097Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-21T18:38:32.097Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-21T18:38:32.446Z] 29e5d40040c1: Verifying Checksum [2021-01-21T18:38:32.446Z] 29e5d40040c1: Download complete [2021-01-21T18:38:32.668Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-21T18:38:32.668Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-21T18:38:32.716Z] 1ce36da41761: Verifying Checksum [2021-01-21T18:38:32.716Z] 1ce36da41761: Download complete [2021-01-21T18:38:32.988Z] 29e5d40040c1: Pull complete [2021-01-21T18:38:33.241Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-21T18:38:33.503Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-21T18:38:33.503Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-21T18:38:33.503Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-21T18:38:33.763Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-21T18:38:33.763Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-21T18:38:33.763Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-21T18:38:34.025Z] Selecting previously unselected package libexpat1:amd64. [2021-01-21T18:38:34.025Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-21T18:38:34.025Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-21T18:38:34.025Z] Selecting previously unselected package python3.6-minimal. [2021-01-21T18:38:34.285Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-21T18:38:34.285Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-21T18:38:34.412Z] 1ce36da41761: Pull complete [2021-01-21T18:38:34.412Z] 25b303627fd3: Verifying Checksum [2021-01-21T18:38:34.412Z] 25b303627fd3: Download complete [2021-01-21T18:38:34.545Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-21T18:38:34.545Z] Checking for services that may need to be restarted...done. [2021-01-21T18:38:34.545Z] Checking for services that may need to be restarted...done. [2021-01-21T18:38:34.545Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-21T18:38:34.805Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-21T18:38:34.805Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-21T18:38:35.376Z] Selecting previously unselected package python3-minimal. [2021-01-21T18:38:35.376Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-21T18:38:35.376Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-21T18:38:35.376Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-21T18:38:35.376Z] Selecting previously unselected package mime-support. [2021-01-21T18:38:35.376Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-21T18:38:35.376Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-21T18:38:35.636Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-21T18:38:35.636Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-21T18:38:35.636Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-21T18:38:35.636Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-21T18:38:35.636Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-21T18:38:35.636Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-21T18:38:35.897Z] Selecting previously unselected package python3.6. [2021-01-21T18:38:35.897Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-21T18:38:35.897Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-21T18:38:36.158Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-21T18:38:36.158Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-21T18:38:36.158Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-21T18:38:36.158Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-21T18:38:36.418Z] Selecting previously unselected package python3. [2021-01-21T18:38:36.418Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-21T18:38:36.418Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-21T18:38:36.418Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-21T18:38:36.418Z] Selecting previously unselected package multiarch-support. [2021-01-21T18:38:36.418Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-21T18:38:36.418Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-21T18:38:36.418Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-21T18:38:36.681Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-21T18:38:36.681Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-21T18:38:36.681Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-21T18:38:36.681Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-21T18:38:36.681Z] Selecting previously unselected package libbsd0:amd64. [2021-01-21T18:38:36.681Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-21T18:38:36.681Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-21T18:38:36.941Z] Selecting previously unselected package sudo. [2021-01-21T18:38:36.941Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-21T18:38:36.941Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-21T18:38:36.941Z] Selecting previously unselected package apparmor. [2021-01-21T18:38:36.941Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-21T18:38:36.941Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-21T18:38:37.202Z] Selecting previously unselected package libedit2:amd64. [2021-01-21T18:38:37.202Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-21T18:38:37.202Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-21T18:38:37.464Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-21T18:38:37.464Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-21T18:38:37.464Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-21T18:38:37.464Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-21T18:38:37.464Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-21T18:38:37.464Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-21T18:38:37.725Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-21T18:38:37.725Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-21T18:38:37.726Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-21T18:38:37.726Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-21T18:38:37.726Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-21T18:38:37.726Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-21T18:38:37.987Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-21T18:38:37.987Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-21T18:38:37.987Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-21T18:38:37.987Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-21T18:38:37.987Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-21T18:38:37.987Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-21T18:38:38.247Z] Selecting previously unselected package openssh-client. [2021-01-21T18:38:38.247Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-21T18:38:38.247Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-21T18:38:38.508Z] Selecting previously unselected package squashfs-tools. [2021-01-21T18:38:38.508Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-21T18:38:38.508Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-21T18:38:38.508Z] Selecting previously unselected package snapd. [2021-01-21T18:38:38.508Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-21T18:38:38.508Z] Unpacking snapd (2.48+18.04) ... [2021-01-21T18:38:41.052Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-21T18:38:41.052Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-21T18:38:41.052Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-21T18:38:41.052Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-21T18:38:41.312Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-21T18:38:41.312Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-21T18:38:41.312Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-21T18:38:41.312Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-21T18:38:41.312Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-21T18:38:42.252Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-21T18:38:42.252Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-21T18:38:42.252Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-21T18:38:42.252Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-21T18:38:42.252Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-21T18:38:42.252Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-21T18:38:43.194Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-21T18:38:43.194Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-21T18:38:43.194Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-21T18:38:43.194Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-21T18:38:43.194Z] running python rtupdate hooks for python3.6... [2021-01-21T18:38:43.194Z] running python post-rtupdate hooks for python3.6... [2021-01-21T18:38:43.194Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-21T18:38:44.542Z] 25b303627fd3: Pull complete [2021-01-21T18:38:44.542Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-21T18:38:44.542Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-21T18:38:44.542Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-21T18:38:44.577Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-21T18:38:44.780Z] prd-ubuntu18.04-docker-arm64-4c-16g-22016 does not seem to be running inside a container [2021-01-21T18:38:44.836Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-21T18:38:44.845Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@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-01-21T18:38:45.097Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-21T18:38:45.097Z] Setting up snapd (2.48+18.04) ... [2021-01-21T18:38:45.668Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-21T18:38:45.928Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-21T18:38:45.928Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-21T18:38:46.188Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-21T18:38:46.448Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-21T18:38:46.448Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-21T18:38:46.708Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-21T18:38:46.969Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-21T18:38:47.230Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-21T18:38:47.230Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-21T18:38:47.490Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-01-21T18:38:47.490Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-21T18:38:47.490Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-21T18:38:47.802Z] $ docker top 7392c2a5ef2a8c7ac81c98c21e00042fcb1370c0d0cb1cf471931745620567c7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T18:38:48.872Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-21T18:38:48.872Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-21T18:38:48.872Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-21T18:38:48.888Z] + docker-compose build --help [2021-01-21T18:38:48.889Z] + grep parallel [2021-01-21T18:38:50.556Z] Reading package lists... [2021-01-21T18:38:50.816Z] Reading package lists... [2021-01-21T18:38:51.077Z] Building dependency tree... [2021-01-21T18:38:51.077Z] Reading state information... [2021-01-21T18:38:51.077Z] Calculating upgrade... [2021-01-21T18:38:51.337Z] The following packages will be upgraded: [2021-01-21T18:38:51.337Z] advancecomp base-files bash binutils binutils-common [2021-01-21T18:38:51.337Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-21T18:38:51.337Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-21T18:38:51.337Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-21T18:38:51.337Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-21T18:38:51.337Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-21T18:38:51.337Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-21T18:38:51.337Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-21T18:38:51.337Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-21T18:38:51.337Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-21T18:38:51.337Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-21T18:38:51.337Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-21T18:38:51.337Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-21T18:38:51.337Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-21T18:38:51.337Z] ubuntu-keyring util-linux [2021-01-21T18:38:51.597Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-21T18:38:51.597Z] Need to get 63.7 MB of archives. [2021-01-21T18:38:51.597Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-21T18:38:51.597Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-21T18:38:51.597Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-21T18:38:52.169Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-21T18:38:52.169Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-21T18:38:52.169Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-21T18:38:52.169Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-21T18:38:52.169Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-21T18:38:52.169Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-21T18:38:52.169Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-21T18:38:52.169Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-21T18:38:52.169Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-21T18:38:52.169Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-21T18:38:52.169Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-21T18:38:52.169Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-21T18:38:52.169Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-21T18:38:52.249Z] --parallel Build images in parallel. [Pipeline] } [2021-01-21T18:38:52.256Z] $ docker stop --time=1 7392c2a5ef2a8c7ac81c98c21e00042fcb1370c0d0cb1cf471931745620567c7 [2021-01-21T18:38:52.431Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-21T18:38:52.431Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-21T18:38:52.431Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-134.138 [987 kB] [2021-01-21T18:38:52.431Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-21T18:38:52.431Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-21T18:38:52.431Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-21T18:38:52.431Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-21T18:38:52.431Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-21T18:38:52.695Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-21T18:38:52.695Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-21T18:38:52.695Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-21T18:38:52.695Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-21T18:38:52.695Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-21T18:38:52.695Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-21T18:38:52.695Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-21T18:38:52.695Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-21T18:38:52.695Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-21T18:38:52.695Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-21T18:38:52.695Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-21T18:38:52.695Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-21T18:38:52.695Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-21T18:38:52.695Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-01-21T18:38:52.695Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-21T18:38:52.695Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-21T18:38:52.695Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-21T18:38:52.695Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-21T18:38:52.695Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-21T18:38:52.695Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-21T18:38:52.695Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-21T18:38:52.695Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-21T18:38:52.695Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-21T18:38:52.695Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-21T18:38:52.695Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-21T18:38:52.695Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-21T18:38:52.957Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-21T18:38:52.957Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-21T18:38:52.957Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-21T18:38:52.957Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-21T18:38:52.957Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-21T18:38:52.957Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-21T18:38:52.957Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-21T18:38:52.957Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-01-21T18:38:52.957Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-21T18:38:52.957Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-21T18:38:52.957Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-21T18:38:52.957Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-21T18:38:52.957Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-21T18:38:52.957Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-21T18:38:52.957Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-21T18:38:52.957Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-21T18:38:52.957Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-21T18:38:52.957Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-21T18:38:52.957Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-21T18:38:52.957Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-21T18:38:52.957Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-21T18:38:52.957Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-21T18:38:52.957Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-21T18:38:52.957Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-21T18:38:53.217Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-21T18:38:53.217Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-21T18:38:53.217Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-21T18:38:53.217Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-21T18:38:53.217Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-21T18:38:53.217Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-21T18:38:53.217Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-21T18:38:53.217Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-21T18:38:53.217Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-21T18:38:53.477Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-21T18:38:53.477Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-21T18:38:53.477Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-21T18:38:53.477Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-21T18:38:53.477Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-21T18:38:53.477Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-21T18:38:54.053Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-21T18:38:54.175Z] $ docker rm -f 7392c2a5ef2a8c7ac81c98c21e00042fcb1370c0d0cb1cf471931745620567c7 [2021-01-21T18:38:54.315Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-21T18:38:54.315Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-21T18:38:54.315Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-21T18:38:54.888Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-21T18:38:54.888Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-21T18:38:54.888Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-21T18:38:54.888Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-21T18:38:54.888Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-21T18:38:54.888Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-21T18:38:54.888Z] Fetched 63.7 MB in 3s (18.9 MB/s) [2021-01-21T18:38:54.996Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-21T18:38:54.996Z] . [Pipeline] withDockerContainer [2021-01-21T18:38:55.148Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T18:38:55.148Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-21T18:38:55.148Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-21T18:38:55.229Z] prd-ubuntu18.04-docker-arm64-4c-16g-22016 does not seem to be running inside a container [2021-01-21T18:38:55.291Z] $ 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/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@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-01-21T18:38:56.090Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-21T18:38:56.090Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-21T18:38:56.090Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-134.138_amd64.deb ... [2021-01-21T18:38:56.350Z] Unpacking linux-libc-dev:amd64 (4.15.0-134.138) over (4.15.0-20.21) ... [2021-01-21T18:38:56.724Z] $ docker top 77036d4354394bb4a79288a518f266de39a1ff619027b9605d65fbc715e91e78 -eo pid,comm [2021-01-21T18:38:56.925Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [Pipeline] { [Pipeline] sh [2021-01-21T18:38:57.186Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T18:38:57.187Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T18:38:57.187Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T18:38:57.447Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T18:38:57.447Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T18:38:57.447Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T18:38:57.447Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T18:38:57.707Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T18:38:57.707Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T18:38:57.707Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T18:38:57.707Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T18:38:57.751Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-21T18:38:57.969Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T18:38:57.969Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T18:38:57.969Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T18:38:58.229Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-21T18:38:58.229Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T18:38:58.229Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-21T18:38:58.229Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-21T18:38:58.229Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-21T18:38:58.229Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T18:38:58.229Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T18:38:58.504Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T18:38:58.504Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T18:38:58.504Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-21T18:38:58.504Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-21T18:38:58.765Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T18:38:58.765Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-21T18:38:58.765Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-21T18:38:59.027Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-21T18:38:59.602Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-21T18:38:59.864Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-21T18:38:59.864Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-21T18:38:59.864Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-21T18:38:59.864Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-21T18:38:59.864Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-21T18:39:00.127Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-21T18:39:00.390Z] Installing new version of config file /etc/issue ... [2021-01-21T18:39:00.390Z] Installing new version of config file /etc/issue.net ... [2021-01-21T18:39:00.390Z] Installing new version of config file /etc/lsb-release ... [2021-01-21T18:39:00.391Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-21T18:39:00.695Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-21T18:39:00.695Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-21T18:39:00.695Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-21T18:39:00.695Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T18:39:00.695Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-21T18:39:00.695Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-21T18:39:00.958Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-21T18:39:00.958Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-01-21T18:39:01.222Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T18:39:01.222Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T18:39:01.222Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-21T18:39:01.222Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-21T18:39:01.485Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T18:39:01.485Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-21T18:39:01.485Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-21T18:39:01.485Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-21T18:39:01.749Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T18:39:01.749Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-21T18:39:01.749Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-21T18:39:02.015Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-21T18:39:02.029Z] Building docker-core-command-go ... [2021-01-21T18:39:02.029Z] Building docker-core-data-go ... [2021-01-21T18:39:02.029Z] Building docker-core-metadata-go ... [2021-01-21T18:39:02.029Z] Building docker-security-bootstrapper-go ... [2021-01-21T18:39:02.029Z] Building docker-security-proxy-setup-go ... [2021-01-21T18:39:02.029Z] Building docker-security-secretstore-setup-go ... [2021-01-21T18:39:02.029Z] Building docker-support-notifications-go ... [2021-01-21T18:39:02.029Z] Building docker-support-scheduler-go ... [2021-01-21T18:39:02.029Z] Building docker-sys-mgmt-agent-go ... [2021-01-21T18:39:02.029Z] Building docker-security-secretstore-setup-go [2021-01-21T18:39:02.029Z] Building docker-core-metadata-go [2021-01-21T18:39:02.029Z] Building docker-sys-mgmt-agent-go [2021-01-21T18:39:02.029Z] Building docker-support-notifications-go [2021-01-21T18:39:02.029Z] Building docker-security-bootstrapper-go [2021-01-21T18:39:02.276Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T18:39:02.276Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-21T18:39:02.276Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-21T18:39:02.539Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-21T18:39:02.539Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T18:39:02.539Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-21T18:39:02.801Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-21T18:39:02.801Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-21T18:39:03.062Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T18:39:03.062Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-21T18:39:03.062Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-21T18:39:03.062Z] Setting up grep (3.1-2build1) ... [2021-01-21T18:39:03.062Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T18:39:03.062Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-21T18:39:03.063Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-21T18:39:03.323Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-21T18:39:03.323Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T18:39:03.323Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-21T18:39:03.589Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-21T18:39:03.589Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-21T18:39:03.589Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T18:39:03.589Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-21T18:39:03.589Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-21T18:39:04.547Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-21T18:39:04.547Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-21T18:39:04.547Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-21T18:39:04.808Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-21T18:39:05.380Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-21T18:39:05.380Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T18:39:05.380Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-21T18:39:05.380Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-21T18:39:06.765Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-21T18:39:06.765Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-21T18:39:06.765Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-21T18:39:06.765Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-21T18:39:06.765Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-21T18:39:07.027Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T18:39:07.027Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-21T18:39:07.027Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-21T18:39:07.027Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-21T18:39:07.287Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T18:39:07.287Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T18:39:07.287Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-21T18:39:07.287Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-21T18:39:07.548Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T18:39:07.548Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T18:39:07.548Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-21T18:39:07.548Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-21T18:39:07.809Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T18:39:07.809Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T18:39:07.809Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-21T18:39:07.809Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-21T18:39:08.071Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T18:39:08.071Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T18:39:08.071Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-21T18:39:08.071Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-21T18:39:08.330Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T18:39:08.330Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-21T18:39:08.330Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-21T18:39:08.597Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-21T18:39:08.597Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-21T18:39:08.597Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-21T18:39:08.857Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T18:39:08.857Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-21T18:39:08.857Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-21T18:39:08.857Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-21T18:39:09.117Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T18:39:09.117Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T18:39:09.117Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-21T18:39:09.117Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-21T18:39:09.377Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T18:39:09.377Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T18:39:09.377Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-21T18:39:09.377Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-21T18:39:09.639Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T18:39:09.639Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T18:39:09.639Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-21T18:39:10.211Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-21T18:39:10.211Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-21T18:39:10.782Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-21T18:39:10.782Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T18:39:10.782Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-21T18:39:10.782Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-21T18:39:11.051Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-21T18:39:11.310Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-21T18:39:11.310Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-21T18:39:11.310Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-21T18:39:11.573Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-21T18:39:11.573Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T18:39:11.573Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-21T18:39:11.573Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-21T18:39:11.915Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-21T18:39:12.182Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T18:39:12.182Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-21T18:39:12.182Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-21T18:39:12.182Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-21T18:39:12.443Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T18:39:12.443Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-21T18:39:12.443Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-21T18:39:12.703Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-21T18:39:12.703Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T18:39:12.703Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-21T18:39:12.964Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-21T18:39:12.964Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-21T18:39:13.223Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T18:39:13.223Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-21T18:39:13.223Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-21T18:39:13.223Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-21T18:39:13.484Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-21T18:39:13.484Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-21T18:39:13.484Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-21T18:39:13.744Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-21T18:39:13.744Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T18:39:13.744Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-21T18:39:13.744Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-21T18:39:13.744Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-21T18:39:14.008Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T18:39:14.008Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-21T18:39:14.008Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-21T18:39:14.008Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-21T18:39:14.611Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T18:39:14.611Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-21T18:39:14.611Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-21T18:39:14.611Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-21T18:39:14.611Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T18:39:14.611Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-21T18:39:14.882Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-21T18:39:14.882Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-21T18:39:14.882Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T18:39:14.882Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-21T18:39:15.145Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-21T18:39:15.406Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-21T18:39:15.667Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T18:39:15.667Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-21T18:39:15.667Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-21T18:39:16.237Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-21T18:39:16.237Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T18:39:16.237Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-21T18:39:16.497Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-21T18:39:16.497Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-21T18:39:16.758Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T18:39:16.758Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-21T18:39:16.758Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-21T18:39:16.758Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-21T18:39:17.018Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T18:39:17.018Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-21T18:39:17.018Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-21T18:39:17.018Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-21T18:39:17.279Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T18:39:17.279Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-21T18:39:17.279Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-21T18:39:17.279Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-21T18:39:17.539Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T18:39:17.539Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-21T18:39:17.539Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-21T18:39:17.539Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-21T18:39:17.801Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-21T18:39:17.801Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-21T18:39:17.801Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-21T18:39:17.801Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-21T18:39:18.061Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-21T18:39:18.061Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-21T18:39:18.061Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-21T18:39:18.061Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-21T18:39:18.061Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-21T18:39:18.321Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-21T18:39:18.321Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-21T18:39:18.584Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-21T18:39:18.584Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-21T18:39:18.848Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-21T18:39:18.848Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-21T18:39:18.848Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-21T18:39:18.848Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-21T18:39:19.109Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-21T18:39:19.110Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-21T18:39:19.110Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-21T18:39:19.110Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-21T18:39:19.372Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-21T18:39:19.372Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-21T18:39:19.372Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-21T18:39:19.633Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-21T18:39:19.633Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-21T18:39:19.633Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-21T18:39:19.893Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-21T18:39:19.893Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-21T18:39:20.834Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-21T18:39:20.834Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-21T18:39:20.834Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-21T18:39:20.834Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-21T18:39:21.097Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-21T18:39:21.357Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-21T18:39:21.627Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-21T18:39:21.627Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-21T18:39:21.889Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-21T18:39:21.889Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-21T18:39:21.889Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-21T18:39:22.150Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-21T18:39:22.150Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T18:39:22.150Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T18:39:22.411Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T18:39:22.411Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T18:39:22.411Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T18:39:22.411Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T18:39:22.677Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T18:39:22.677Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T18:39:23.619Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T18:39:23.619Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T18:39:24.563Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T18:39:24.563Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T18:39:25.505Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T18:39:25.505Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T18:39:25.773Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T18:39:25.773Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T18:39:26.713Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-21T18:39:26.713Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-21T18:39:26.713Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-21T18:39:26.974Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-21T18:39:26.974Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-21T18:39:26.974Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-21T18:39:27.234Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-21T18:39:27.234Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-21T18:39:27.234Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-21T18:39:27.234Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-21T18:39:27.494Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-21T18:39:27.494Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-21T18:39:27.494Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-21T18:39:27.494Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-21T18:39:27.754Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-21T18:39:27.754Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-21T18:39:27.754Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T18:39:28.015Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-21T18:39:28.015Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T18:39:28.015Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T18:39:28.015Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T18:39:28.015Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-21T18:39:28.015Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-21T18:39:28.015Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-21T18:39:28.276Z] [2021-01-21T18:39:28.276Z] Current default time zone: 'Etc/UTC' [2021-01-21T18:39:28.276Z] Local time is now: Thu Jan 21 18:39:28 UTC 2021. [2021-01-21T18:39:28.276Z] Universal Time is now: Thu Jan 21 18:39:28 UTC 2021. [2021-01-21T18:39:28.276Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-21T18:39:28.276Z] [2021-01-21T18:39:28.276Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-21T18:39:28.276Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T18:39:28.276Z] Setting up linux-libc-dev:amd64 (4.15.0-134.138) ... [2021-01-21T18:39:28.276Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-21T18:39:28.276Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-21T18:39:28.537Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-21T18:39:28.537Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-21T18:39:28.537Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-21T18:39:28.537Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-21T18:39:28.537Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-21T18:39:28.537Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T18:39:28.537Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-21T18:39:28.798Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T18:39:29.058Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-21T18:39:29.058Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T18:39:29.058Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-21T18:39:29.058Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-21T18:39:29.058Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-21T18:39:29.058Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-21T18:39:29.058Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-21T18:39:29.058Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-21T18:39:29.058Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-21T18:39:29.317Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-21T18:39:31.230Z] Updating certificates in /etc/ssl/certs... [2021-01-21T18:39:31.802Z] 22 added, 17 removed; done. [2021-01-21T18:39:31.802Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-21T18:39:31.802Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-21T18:39:31.802Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-21T18:39:32.063Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-21T18:39:32.063Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-21T18:39:32.063Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T18:39:32.063Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-21T18:39:32.063Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T18:39:32.063Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T18:39:32.063Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T18:39:32.063Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T18:39:32.323Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T18:39:32.323Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-21T18:39:32.323Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-21T18:39:32.323Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-21T18:39:32.323Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-21T18:39:32.323Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-21T18:39:32.323Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T18:39:32.323Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-21T18:39:32.323Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-21T18:39:32.583Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-21T18:39:32.583Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-21T18:39:32.583Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-21T18:39:32.583Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-21T18:39:32.583Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-21T18:39:32.583Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-21T18:39:32.844Z] Updating certificates in /etc/ssl/certs... [2021-01-21T18:39:33.415Z] 0 added, 0 removed; done. [2021-01-21T18:39:33.415Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-21T18:39:33.415Z] done. [2021-01-21T18:39:33.986Z] Reading package lists... [2021-01-21T18:39:34.245Z] Building dependency tree... [2021-01-21T18:39:34.245Z] Reading state information... [2021-01-21T18:39:34.603Z] The following NEW packages will be installed: [2021-01-21T18:39:34.603Z] apt-transport-https [2021-01-21T18:39:34.603Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-21T18:39:34.603Z] Need to get 1696 B of archives. [2021-01-21T18:39:34.603Z] After this operation, 153 kB of additional disk space will be used. [2021-01-21T18:39:34.603Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-21T18:39:34.868Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-21T18:39:34.868Z] Fetched 1696 B in 0s (8414 B/s) [2021-01-21T18:39:34.868Z] Selecting previously unselected package apt-transport-https. [2021-01-21T18:39:34.868Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-21T18:39:34.868Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-21T18:39:34.868Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-21T18:39:34.868Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-21T18:39:35.443Z] Waiting for network to be ready... [2021-01-21T18:39:42.031Z] 2021-01-21T18:39:39Z INFO Waiting for automatic snapd restart... [2021-01-21T18:39:42.602Z] snapd 2.48.2 from Canonical* installed [2021-01-21T18:39:43.986Z] "snapd" switched to the "latest/stable" channel [2021-01-21T18:39:43.986Z] [2021-01-21T18:39:49.272Z] core18 20201210 from Canonical* installed [2021-01-21T18:39:49.272Z] "core18" switched to the "latest/stable" channel [2021-01-21T18:39:49.272Z] [2021-01-21T18:39:55.855Z] snapcraft 4.4.4 from Canonical* installed [2021-01-21T18:39:55.855Z] "snapcraft" switched to the "latest/stable" channel [2021-01-21T18:39:55.855Z] [2021-01-21T18:39:59.168Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-21T18:39:59.168Z] - README.md [2021-01-21T18:39:59.168Z] - snapcraft.yaml.orig [2021-01-21T18:39:59.168Z] [2021-01-21T18:39:59.168Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-21T18:40:05.767Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-21T18:40:05.767Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-21T18:40:05.767Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-21T18:40:05.767Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-21T18:40:07.151Z] Reading package lists... [2021-01-21T18:40:07.727Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-01-21T18:40:10.060Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T18:40:10.060Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T18:40:10.060Z] ---> 38229793854a [2021-01-21T18:40:10.060Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T18:40:11.504Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T18:40:11.504Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-21T18:40:11.504Z] ---> 38229793854a [2021-01-21T18:40:11.504Z] Step 3/23 : WORKDIR /edgex-go [2021-01-21T18:40:11.788Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T18:40:11.788Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-21T18:40:11.788Z] ---> 38229793854a [2021-01-21T18:40:11.788Z] Step 3/26 : WORKDIR /edgex-go [2021-01-21T18:40:11.788Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T18:40:11.788Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-21T18:40:11.788Z] ---> 38229793854a [2021-01-21T18:40:11.788Z] Step 3/33 : WORKDIR /edgex-go [2021-01-21T18:40:11.788Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T18:40:11.788Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-21T18:40:11.788Z] ---> 38229793854a [2021-01-21T18:40:11.788Z] Step 3/24 : WORKDIR /edgex-go [2021-01-21T18:40:13.221Z] ---> Running in d90ab11ad724 [2021-01-21T18:40:13.221Z] ---> Running in 00a40497f9b2 [2021-01-21T18:40:13.221Z] ---> Running in 3aaed77895db [2021-01-21T18:40:13.221Z] ---> Running in ab421782191e [2021-01-21T18:40:13.221Z] ---> Running in c34f30d59475 [2021-01-21T18:40:13.819Z] Removing intermediate container 00a40497f9b2 [2021-01-21T18:40:13.819Z] ---> 98440444ead2 [2021-01-21T18:40:13.819Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T18:40:14.092Z] Removing intermediate container d90ab11ad724 [2021-01-21T18:40:14.092Z] ---> fbb57956b3e7 [2021-01-21T18:40:14.092Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T18:40:14.092Z] ---> Running in a55e2821a810 [2021-01-21T18:40:14.092Z] Removing intermediate container ab421782191e [2021-01-21T18:40:14.092Z] ---> 1a5c1f127b4d [2021-01-21T18:40:14.092Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T18:40:14.092Z] Removing intermediate container 3aaed77895db [2021-01-21T18:40:14.092Z] ---> c4f2c93bd6db [2021-01-21T18:40:14.092Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T18:40:14.309Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-21T18:40:14.309Z] Reading package lists... [2021-01-21T18:40:14.309Z] Building dependency tree... [2021-01-21T18:40:14.309Z] Reading state information... [2021-01-21T18:40:14.309Z] Suggested packages: [2021-01-21T18:40:14.309Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-21T18:40:14.309Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-21T18:40:14.309Z] Recommended packages: [2021-01-21T18:40:14.309Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-21T18:40:14.309Z] The following NEW packages will be installed: [2021-01-21T18:40:14.309Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-21T18:40:14.309Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-21T18:40:14.309Z] pkg-config zip [2021-01-21T18:40:14.309Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-21T18:40:14.309Z] Need to get 7655 kB of archives. [2021-01-21T18:40:14.309Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-21T18:40:14.309Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-21T18:40:14.309Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-21T18:40:14.368Z] Removing intermediate container c34f30d59475 [2021-01-21T18:40:14.368Z] ---> bb1d78812b0d [2021-01-21T18:40:14.368Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T18:40:14.368Z] ---> Running in 24c38cd24ade [2021-01-21T18:40:14.368Z] ---> Running in 48c386098ad3 [2021-01-21T18:40:14.368Z] ---> Running in 08fa618e2b49 [2021-01-21T18:40:14.368Z] ---> Running in 00e85470c15b [2021-01-21T18:40:14.569Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-21T18:40:14.569Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-21T18:40:14.569Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-21T18:40:14.569Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-21T18:40:14.831Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-21T18:40:14.831Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-21T18:40:14.831Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-21T18:40:14.831Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-21T18:40:15.091Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-21T18:40:15.091Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-21T18:40:15.091Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-21T18:40:15.351Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-21T18:40:15.351Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-21T18:40:15.612Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-21T18:40:15.612Z] Fetched 7655 kB in 1s (6081 kB/s) [2021-01-21T18:40:15.612Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-21T18:40:15.612Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-21T18:40:15.612Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-21T18:40:15.878Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-21T18:40:15.878Z] Selecting previously unselected package libpsl5:amd64. [2021-01-21T18:40:15.878Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-21T18:40:15.878Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-21T18:40:16.144Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-21T18:40:16.144Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-21T18:40:16.144Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-21T18:40:16.144Z] Selecting previously unselected package librtmp1:amd64. [2021-01-21T18:40:16.144Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-21T18:40:16.144Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-21T18:40:16.144Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-21T18:40:16.144Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-21T18:40:16.144Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-21T18:40:16.405Z] Selecting previously unselected package liberror-perl. [2021-01-21T18:40:16.405Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-21T18:40:16.405Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-21T18:40:16.405Z] Selecting previously unselected package git-man. [2021-01-21T18:40:16.405Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-21T18:40:16.405Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-21T18:40:16.721Z] Selecting previously unselected package git. [2021-01-21T18:40:16.721Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-21T18:40:16.721Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-21T18:40:17.667Z] Selecting previously unselected package libnorm1:amd64. [2021-01-21T18:40:17.667Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-21T18:40:17.667Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-21T18:40:17.667Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-21T18:40:17.667Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-21T18:40:17.667Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-21T18:40:17.667Z] Selecting previously unselected package libsodium23:amd64. [2021-01-21T18:40:17.667Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-21T18:40:17.667Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-21T18:40:17.781Z] Removing intermediate container a55e2821a810 [2021-01-21T18:40:17.781Z] ---> 7fa7c75dd5c6 [2021-01-21T18:40:17.781Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-21T18:40:17.781Z] ---> Running in 4700880672ac [2021-01-21T18:40:17.926Z] Selecting previously unselected package libzmq5:amd64. [2021-01-21T18:40:17.926Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-21T18:40:17.926Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-21T18:40:17.926Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-21T18:40:17.926Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-21T18:40:17.926Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-21T18:40:18.058Z] Removing intermediate container 24c38cd24ade [2021-01-21T18:40:18.058Z] ---> 4002f2bed9e7 [2021-01-21T18:40:18.058Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-21T18:40:18.188Z] Selecting previously unselected package pkg-config. [2021-01-21T18:40:18.188Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-21T18:40:18.188Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-21T18:40:18.188Z] Selecting previously unselected package zip. [2021-01-21T18:40:18.188Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-21T18:40:18.188Z] Unpacking zip (3.0-11build1) ... [2021-01-21T18:40:18.334Z] ---> Running in 8cb72759653f [2021-01-21T18:40:18.334Z] Removing intermediate container 48c386098ad3 [2021-01-21T18:40:18.334Z] ---> 317232f267f5 [2021-01-21T18:40:18.334Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-21T18:40:18.449Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-21T18:40:18.449Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-21T18:40:18.449Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-21T18:40:18.449Z] Setting up liberror-perl (0.17025-1) ... [2021-01-21T18:40:18.449Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-21T18:40:18.449Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-21T18:40:18.449Z] No schema files found: doing nothing. [2021-01-21T18:40:18.449Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-21T18:40:18.449Z] Setting up zip (3.0-11build1) ... [2021-01-21T18:40:18.449Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-21T18:40:18.609Z] Removing intermediate container 00e85470c15b [2021-01-21T18:40:18.609Z] ---> 68cf04dc6c3f [2021-01-21T18:40:18.609Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-21T18:40:18.609Z] ---> Running in 68a052762124 [2021-01-21T18:40:18.714Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-21T18:40:18.714Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-21T18:40:18.714Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-21T18:40:18.714Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-21T18:40:18.714Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-21T18:40:18.714Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-21T18:40:18.888Z] ---> Running in 9bf2fc2e01c3 [2021-01-21T18:40:18.888Z] Removing intermediate container 08fa618e2b49 [2021-01-21T18:40:18.888Z] ---> c54cd5f4fefb [2021-01-21T18:40:18.888Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-21T18:40:18.974Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-21T18:40:19.166Z] ---> Running in b0c41a5da48a [2021-01-21T18:40:19.446Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T18:40:20.053Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T18:40:20.333Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T18:40:20.608Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T18:40:20.608Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T18:40:20.884Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T18:40:20.884Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T18:40:21.163Z] OK: 217 MiB in 51 packages [2021-01-21T18:40:21.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T18:40:21.453Z] OK: 217 MiB in 51 packages [2021-01-21T18:40:21.733Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T18:40:21.733Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T18:40:22.339Z] OK: 217 MiB in 51 packages [2021-01-21T18:40:22.630Z] OK: 217 MiB in 51 packages [2021-01-21T18:40:22.630Z] OK: 217 MiB in 51 packages [2021-01-21T18:40:22.906Z] Removing intermediate container 4700880672ac [2021-01-21T18:40:22.906Z] ---> bcdbfaeb0ade [2021-01-21T18:40:22.906Z] Step 6/23 : COPY go.mod . [2021-01-21T18:40:23.518Z] Removing intermediate container 8cb72759653f [2021-01-21T18:40:23.518Z] ---> 1a76d8d4989e [2021-01-21T18:40:23.518Z] Step 6/33 : COPY go.mod . [2021-01-21T18:40:23.793Z] ---> bd3db5b893a0 [2021-01-21T18:40:23.793Z] Step 7/23 : RUN go mod download [2021-01-21T18:40:24.071Z] ---> Running in 6f1d46a446bf [2021-01-21T18:40:24.350Z] Removing intermediate container 68a052762124 [2021-01-21T18:40:24.350Z] ---> 9c398fe4119a [2021-01-21T18:40:24.350Z] Step 6/24 : COPY go.mod . [2021-01-21T18:40:24.626Z] Removing intermediate container b0c41a5da48a [2021-01-21T18:40:24.626Z] ---> 9155a6c93e93 [2021-01-21T18:40:24.626Z] Step 6/22 : COPY go.mod . [2021-01-21T18:40:24.626Z] Removing intermediate container 9bf2fc2e01c3 [2021-01-21T18:40:24.626Z] ---> 5cfc2e4bcb7d [2021-01-21T18:40:24.626Z] Step 6/26 : COPY go.mod . [2021-01-21T18:40:24.906Z] ---> f298201a6c90 [2021-01-21T18:40:24.906Z] Step 7/33 : RUN go mod download [2021-01-21T18:40:25.182Z] ---> Running in 8f57122349e8 [2021-01-21T18:40:25.460Z] ---> 8b11714db398 [2021-01-21T18:40:25.460Z] Step 7/24 : RUN go mod download [2021-01-21T18:40:25.549Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-21T18:40:25.738Z] ---> Running in 8d3fa06b756d [2021-01-21T18:40:25.810Z] git set to automatically installed. [2021-01-21T18:40:25.810Z] git-man set to automatically installed. [2021-01-21T18:40:25.810Z] libcurl3-gnutls set to automatically installed. [2021-01-21T18:40:25.810Z] liberror-perl set to automatically installed. [2021-01-21T18:40:25.810Z] libglib2.0-0 set to automatically installed. [2021-01-21T18:40:25.810Z] libnghttp2-14 set to automatically installed. [2021-01-21T18:40:25.810Z] libnorm1 set to automatically installed. [2021-01-21T18:40:25.810Z] libpgm-5.2-0 set to automatically installed. [2021-01-21T18:40:25.810Z] libpsl5 set to automatically installed. [2021-01-21T18:40:25.810Z] librtmp1 set to automatically installed. [2021-01-21T18:40:25.810Z] libsodium23 set to automatically installed. [2021-01-21T18:40:25.810Z] libzmq3-dev set to automatically installed. [2021-01-21T18:40:25.810Z] libzmq5 set to automatically installed. [2021-01-21T18:40:25.810Z] pkg-config set to automatically installed. [2021-01-21T18:40:25.810Z] zip set to automatically installed. [2021-01-21T18:40:26.013Z] ---> 24c0d2b4ff2b [2021-01-21T18:40:26.013Z] Step 7/22 : RUN go mod download [2021-01-21T18:40:26.013Z] ---> c57e96495b33 [2021-01-21T18:40:26.013Z] Step 7/26 : RUN go mod download [2021-01-21T18:40:26.293Z] ---> Running in 223235e626b1 [2021-01-21T18:40:26.293Z] ---> Running in 6d63b0529945 [2021-01-21T18:40:27.197Z] snapd is not logged in, snap install commands will use sudo [2021-01-21T18:40:28.302Z] Removing intermediate container 6f1d46a446bf [2021-01-21T18:40:28.302Z] ---> b1af0938d8cd [2021-01-21T18:40:28.302Z] Step 8/23 : COPY . . [2021-01-21T18:40:29.744Z] Removing intermediate container 8f57122349e8 [2021-01-21T18:40:29.744Z] ---> ab07ae1054bf [2021-01-21T18:40:29.744Z] Step 8/33 : COPY . . [2021-01-21T18:40:31.195Z] Removing intermediate container 8d3fa06b756d [2021-01-21T18:40:31.195Z] ---> 1383870f6afb [2021-01-21T18:40:31.195Z] Step 8/24 : COPY . . [2021-01-21T18:40:31.502Z] Removing intermediate container 6d63b0529945 [2021-01-21T18:40:31.502Z] ---> 96ba03c38b5f [2021-01-21T18:40:31.502Z] Step 8/22 : COPY . . [2021-01-21T18:40:31.778Z] Removing intermediate container 223235e626b1 [2021-01-21T18:40:31.778Z] ---> ff6298f2e999 [2021-01-21T18:40:31.778Z] Step 8/26 : COPY . . [2021-01-21T18:40:33.782Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-21T18:40:34.354Z] snap "core18" has no updates available [2021-01-21T18:40:35.741Z] Pulling config-common [2021-01-21T18:40:36.685Z] Pulling go-build-helper [2021-01-21T18:40:58.630Z] ---> 372b832e7e5f [2021-01-21T18:40:58.630Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-21T18:40:58.630Z] ---> 0e6eccc3c89f [2021-01-21T18:40:58.630Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-21T18:40:58.630Z] ---> 3ca28c88ac7f [2021-01-21T18:40:58.630Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-21T18:40:58.630Z] ---> 6921c41934b8 [2021-01-21T18:40:58.630Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-21T18:40:58.630Z] ---> a8413d98d876 [2021-01-21T18:40:58.630Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-21T18:40:58.630Z] ---> Running in 577877d335a8 [2021-01-21T18:40:58.630Z] ---> Running in 2b70d898402f [2021-01-21T18:40:58.630Z] ---> Running in 0dffb89d9ed5 [2021-01-21T18:40:58.630Z] ---> Running in 01fdc7211795 [2021-01-21T18:40:58.630Z] ---> Running in 8abc94d77153 [2021-01-21T18:40:58.630Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-21T18:40:58.630Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-21T18:40:59.236Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-21T18:40:59.236Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-21T18:40:59.236Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-21T18:41:03.262Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-21T18:41:03.263Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-21T18:41:03.263Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-21T18:41:03.263Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-21T18:41:03.263Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-21T18:41:03.263Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-21T18:41:03.263Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-21T18:41:03.263Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-21T18:41:03.263Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-21T18:41:03.263Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-21T18:41:03.263Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-21T18:41:03.263Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-21T18:41:03.263Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-21T18:41:03.263Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-21T18:41:03.263Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-21T18:41:03.263Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-21T18:41:03.263Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-21T18:41:03.263Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-21T18:41:03.263Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-21T18:41:03.263Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] [2021-01-21T18:41:03.263Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] [2021-01-21T18:41:03.263Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] [2021-01-21T18:41:03.263Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-21T18:41:03.263Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] [2021-01-21T18:41:03.263Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] [2021-01-21T18:41:03.263Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] [2021-01-21T18:41:03.263Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-21T18:41:03.263Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-21T18:41:03.263Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-21T18:41:03.263Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-21T18:41:03.263Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-21T18:41:03.263Z] Fetched 279 kB in 0s (0 B/s) [2021-01-21T18:41:03.263Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-21T18:41:03.263Z] Fetched 122 kB in 0s (0 B/s) [2021-01-21T18:41:03.263Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-21T18:41:03.263Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-21T18:41:03.263Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-21T18:41:03.263Z] Fetched 8848 B in 0s (0 B/s) [2021-01-21T18:41:03.263Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-21T18:41:03.263Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-21T18:41:03.263Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-21T18:41:03.263Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-21T18:41:03.263Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-21T18:41:03.263Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-21T18:41:03.263Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-21T18:41:03.263Z] Fetched 214 kB in 0s (0 B/s) [2021-01-21T18:41:03.263Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-21T18:41:03.263Z] Fetched 155 kB in 0s (0 B/s) [2021-01-21T18:41:03.263Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-21T18:41:03.263Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-21T18:41:03.263Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-21T18:41:03.263Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-21T18:41:03.263Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-21T18:41:03.263Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-21T18:41:03.263Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-21T18:41:03.263Z] Fetched 499 kB in 0s (0 B/s) [2021-01-21T18:41:03.263Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-21T18:41:03.263Z] Fetched 111 kB in 0s (0 B/s) [2021-01-21T18:41:03.263Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-21T18:41:03.263Z] Fetched 240 kB in 0s (0 B/s) [2021-01-21T18:41:03.263Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-21T18:41:03.263Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-21T18:41:03.263Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-21T18:41:03.263Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-21T18:41:03.263Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-21T18:41:03.263Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-21T18:41:03.263Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-21T18:41:03.263Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-21T18:41:03.263Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-21T18:41:03.263Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-21T18:41:03.263Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-21T18:41:03.263Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-21T18:41:03.263Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-21T18:41:03.263Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-21T18:41:03.263Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-21T18:41:03.263Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-21T18:41:03.263Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-21T18:41:03.263Z] Fetched 8720 B in 0s (0 B/s) [2021-01-21T18:41:03.263Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-21T18:41:03.263Z] Fetched 137 kB in 0s (0 B/s) [2021-01-21T18:41:03.263Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-21T18:41:03.263Z] Fetched 119 kB in 0s (0 B/s) [2021-01-21T18:41:03.263Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-21T18:41:03.263Z] Fetched 109 kB in 0s (0 B/s) [2021-01-21T18:41:03.263Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-21T18:41:03.263Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-21T18:41:03.263Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-21T18:41:03.263Z] Fetched 645 kB in 0s (0 B/s) [2021-01-21T18:41:03.263Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-21T18:41:03.263Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-21T18:41:03.263Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-21T18:41:03.263Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-21T18:41:03.263Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-21T18:41:03.263Z] Fetched 368 kB in 0s (0 B/s) [2021-01-21T18:41:03.263Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-21T18:41:03.263Z] Fetched 187 kB in 0s (0 B/s) [2021-01-21T18:41:03.263Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-21T18:41:03.263Z] Fetched 175 kB in 0s (0 B/s) [2021-01-21T18:41:03.263Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-21T18:41:03.853Z] Fetched 206 kB in 0s (0 B/s) [2021-01-21T18:41:03.853Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-21T18:41:03.853Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-21T18:41:03.853Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-21T18:41:03.853Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-21T18:41:03.853Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-21T18:41:03.853Z] Fetched 159 kB in 0s (0 B/s) [2021-01-21T18:41:03.853Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-21T18:41:03.853Z] Fetched 107 kB in 0s (0 B/s) [2021-01-21T18:41:03.853Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-21T18:41:03.853Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-21T18:41:03.853Z] Pulling static-packages [2021-01-21T18:41:05.255Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-21T18:41:05.255Z] Skipping pull go-build-helper (already ran) [2021-01-21T18:41:05.255Z] Skipping pull static-packages (already ran) [2021-01-21T18:41:05.255Z] Building go-build-helper [2021-01-21T18:41:09.457Z] Building static-packages [2021-01-21T18:41:11.996Z] Staging go-build-helper [2021-01-21T18:41:12.958Z] Staging static-packages [2021-01-21T18:41:14.342Z] Pulling go115 [2021-01-21T18:41:15.283Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-21T18:41:15.283Z] Skipping pull go115 (already ran) [2021-01-21T18:41:15.283Z] Building go115 [2021-01-21T18:41:15.283Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T18:41:15.283Z] Dload Upload Total Spent Left Speed [2021-01-21T18:41:19.224Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 16 115M 16 18.6M 0 0 20.4M 0 0:00:05 --:--:-- 0:00:05 20.4M 44 115M 44 51.1M 0 0 26.7M 0 0:00:04 0:00:01 0:00:03 26.7M 74 115M 74 86.1M 0 0 29.3M 0 0:00:03 0:00:02 0:00:01 29.3M 100 115M 100 115M 0 0 30.6M 0 0:00:03 0:00:03 --:--:-- 30.6M [2021-01-21T18:41:19.795Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-21T18:41:25.092Z] Staging go115 [2021-01-21T18:41:31.687Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-21T18:41:31.687Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-21T18:41:31.687Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-21T18:41:31.687Z] Fetched 0 B in 0s (0 B/s) [2021-01-21T18:41:31.687Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-21T18:41:31.687Z] Fetched 224 kB in 0s (0 B/s) [2021-01-21T18:41:31.687Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-21T18:41:31.687Z] Fetched 157 kB in 0s (0 B/s) [2021-01-21T18:41:31.687Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-21T18:41:31.687Z] Fetched 221 kB in 0s (0 B/s) [2021-01-21T18:41:31.687Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-21T18:41:31.687Z] Fetched 143 kB in 0s (0 B/s) [2021-01-21T18:41:31.687Z] Pulling edgex-go [2021-01-21T18:41:33.604Z] Pulling version [2021-01-21T18:41:34.546Z] Building config-common [2021-01-21T18:41:37.089Z] Skipping build go-build-helper (already ran) [2021-01-21T18:41:37.089Z] Skipping build static-packages (already ran) [2021-01-21T18:41:37.089Z] Skipping build go115 (already ran) [2021-01-21T18:41:37.350Z] Building edgex-go [2021-01-21T18:41:38.294Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-21T18:41:39.681Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-21T18:41:39.681Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-21T18:41:39.681Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 [2021-01-21T18:41:39.681Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.1 [2021-01-21T18:41:39.681Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-21T18:41:39.681Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-21T18:41:39.681Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-01-21T18:41:39.681Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-21T18:41:39.681Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-21T18:41:39.681Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-21T18:41:39.681Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-21T18:41:39.681Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-21T18:41:39.681Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-21T18:41:39.681Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-21T18:41:39.681Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-21T18:41:39.681Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-21T18:41:39.681Z] go: downloading github.com/google/uuid v1.1.5 [2021-01-21T18:41:39.681Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-21T18:41:39.681Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-21T18:41:39.681Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-21T18:41:39.681Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-21T18:41:39.681Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-21T18:41:39.951Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-21T18:41:39.951Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-21T18:41:39.951Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-21T18:41:39.951Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-21T18:41:39.951Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-21T18:41:39.951Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-21T18:41:39.951Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-21T18:41:39.951Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-21T18:41:39.951Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-21T18:41:39.951Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-21T18:41:39.951Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-21T18:41:39.951Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-21T18:41:39.951Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-21T18:41:39.951Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-21T18:41:39.951Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-21T18:41:40.218Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-21T18:41:40.218Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-21T18:41:40.218Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-21T18:41:50.224Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-21T18:41:54.498Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-21T18:41:55.069Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-21T18:41:56.455Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-21T18:41:56.455Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-21T18:41:56.719Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-21T18:41:56.981Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-21T18:41:56.981Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-21T18:41:56.981Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-21T18:41:58.364Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-21T18:41:58.625Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-21T18:41:58.625Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-21T18:42:00.010Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-21T18:42:00.950Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-21T18:42:00.950Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-21T18:42:02.334Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-21T18:42:03.276Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-21T18:42:04.217Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-21T18:42:04.217Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-21T18:42:05.200Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-21T18:42:05.200Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-21T18:42:09.494Z] Building version [2021-01-21T18:42:12.059Z] Staging config-common [2021-01-21T18:42:12.999Z] Skipping stage go-build-helper (already ran) [2021-01-21T18:42:12.999Z] Skipping stage static-packages (already ran) [2021-01-21T18:42:12.999Z] Skipping stage go115 (already ran) [2021-01-21T18:42:12.999Z] Staging edgex-go [2021-01-21T18:42:13.939Z] Staging version [2021-01-21T18:42:15.323Z] Priming config-common [2021-01-21T18:42:16.266Z] Priming go-build-helper [2021-01-21T18:42:17.211Z] Priming static-packages [2021-01-21T18:42:20.509Z] Priming go115 [2021-01-21T18:42:21.079Z] Priming edgex-go [2021-01-21T18:42:21.087Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-21T18:42:21.087Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-21T18:42:22.461Z] Priming version [2021-01-21T18:42:23.896Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-21T18:42:31.339Z] Removing intermediate container 2b70d898402f [2021-01-21T18:42:31.339Z] ---> 308dda8c8635 [2021-01-21T18:42:31.339Z] [2021-01-21T18:42:31.339Z] Step 10/24 : FROM alpine:3.12 [2021-01-21T18:42:31.339Z] 3.12: Pulling from library/alpine [2021-01-21T18:42:32.793Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-21T18:42:33.083Z] Status: Downloaded newer image for alpine:3.12 [2021-01-21T18:42:33.083Z] ---> afeebe901d6b [2021-01-21T18:42:33.083Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-21T18:42:33.686Z] ---> Running in 0d2c4b3becc6 [2021-01-21T18:42:35.699Z] Removing intermediate container 0dffb89d9ed5 [2021-01-21T18:42:35.700Z] ---> c61d0983406c [2021-01-21T18:42:35.700Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-21T18:42:35.984Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T18:42:36.264Z] ---> Running in ddb1c811e611 [2021-01-21T18:42:36.540Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T18:42:37.149Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-21T18:42:37.149Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T18:42:37.423Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-21T18:42:37.423Z] (4/5) Installing curl (7.69.1-r3) [2021-01-21T18:42:37.423Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-21T18:42:37.423Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T18:42:37.423Z] Executing ca-certificates-20191127-r4.trigger [2021-01-21T18:42:37.704Z] OK: 7 MiB in 19 packages [2021-01-21T18:42:37.991Z] Removing intermediate container 8abc94d77153 [2021-01-21T18:42:37.991Z] ---> e35854728f37 [2021-01-21T18:42:37.991Z] [2021-01-21T18:42:37.991Z] Step 10/22 : FROM alpine:3.12 [2021-01-21T18:42:37.991Z] ---> afeebe901d6b [2021-01-21T18:42:37.991Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-21T18:42:38.302Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-21T18:42:38.580Z] ---> Running in 8500d56c2eee [2021-01-21T18:42:40.573Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T18:42:40.847Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T18:42:41.140Z] Removing intermediate container 0d2c4b3becc6 [2021-01-21T18:42:41.140Z] ---> 7b4647b58821 [2021-01-21T18:42:41.140Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-21T18:42:41.415Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-21T18:42:41.689Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-21T18:42:41.689Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T18:42:41.689Z] Executing ca-certificates-20191127-r4.trigger [2021-01-21T18:42:41.689Z] ---> Running in 6fce1d822636 [2021-01-21T18:42:41.968Z] OK: 6 MiB in 16 packages [2021-01-21T18:42:42.972Z] Removing intermediate container 577877d335a8 [2021-01-21T18:42:42.972Z] ---> 5be92ceef702 [2021-01-21T18:42:42.972Z] [2021-01-21T18:42:42.972Z] Step 10/33 : FROM alpine:3.12 [2021-01-21T18:42:42.972Z] ---> afeebe901d6b [2021-01-21T18:42:42.972Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-21T18:42:43.263Z] ---> Running in fc1800ad0537 [2021-01-21T18:42:43.263Z] Removing intermediate container 6fce1d822636 [2021-01-21T18:42:43.263Z] ---> 03943a4130af [2021-01-21T18:42:43.263Z] Step 13/24 : WORKDIR / [2021-01-21T18:42:43.539Z] ---> Running in 99803fbf5a65 [2021-01-21T18:42:44.136Z] Removing intermediate container ddb1c811e611 [2021-01-21T18:42:44.136Z] ---> c314350d13f2 [2021-01-21T18:42:44.136Z] [2021-01-21T18:42:44.136Z] Step 11/26 : FROM docker:20.10.0 [2021-01-21T18:42:44.409Z] 20.10.0: Pulling from library/docker [2021-01-21T18:42:44.679Z] Removing intermediate container 99803fbf5a65 [2021-01-21T18:42:44.679Z] ---> 9c9c2350a59c [2021-01-21T18:42:44.679Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-21T18:42:44.679Z] Removing intermediate container 8500d56c2eee [2021-01-21T18:42:44.679Z] ---> 62e9ad117f47 [2021-01-21T18:42:44.679Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-21T18:42:44.950Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T18:42:44.950Z] ---> Running in 23dbd0365768 [2021-01-21T18:42:45.222Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T18:42:45.834Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-21T18:42:45.834Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-21T18:42:45.834Z] (3/3) Installing su-exec (0.2-r1) [2021-01-21T18:42:45.834Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T18:42:45.834Z] OK: 6 MiB in 17 packages [2021-01-21T18:42:46.113Z] ---> 74d079a48ed2 [2021-01-21T18:42:46.113Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-21T18:42:46.711Z] Removing intermediate container 23dbd0365768 [2021-01-21T18:42:46.711Z] ---> 253b1d2383b3 [2021-01-21T18:42:46.711Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-21T18:42:47.306Z] ---> Running in 9b0dc920bfd0 [2021-01-21T18:42:47.904Z] ---> b54c8c637279 [2021-01-21T18:42:47.904Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-21T18:42:48.178Z] Removing intermediate container 9b0dc920bfd0 [2021-01-21T18:42:48.178Z] ---> a2cbad25cf1d [2021-01-21T18:42:48.178Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-21T18:42:48.452Z] Removing intermediate container fc1800ad0537 [2021-01-21T18:42:48.452Z] ---> 1189c3bd4a1a [2021-01-21T18:42:48.452Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-21T18:42:48.452Z] ---> Running in 5efdd201959e [2021-01-21T18:42:48.722Z] ---> Running in 5774902e3211 [2021-01-21T18:42:48.722Z] ---> c667860c64f4 [2021-01-21T18:42:48.722Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-21T18:42:49.318Z] Removing intermediate container 5efdd201959e [2021-01-21T18:42:49.318Z] ---> c1b8473f617f [2021-01-21T18:42:49.318Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T18:42:49.595Z] Removing intermediate container 5774902e3211 [2021-01-21T18:42:49.595Z] ---> 93f3a5922bd3 [2021-01-21T18:42:49.595Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-21T18:42:50.206Z] ---> Running in 3ac1ec7fe8cc [2021-01-21T18:42:51.182Z] ---> add835088e17 [2021-01-21T18:42:51.182Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-21T18:42:51.182Z] ---> 26fffb683d03 [2021-01-21T18:42:51.182Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-21T18:42:51.800Z] Removing intermediate container 3ac1ec7fe8cc [2021-01-21T18:42:51.800Z] ---> 46e8c52c7310 [2021-01-21T18:42:51.800Z] Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-21T18:42:52.405Z] ---> Running in dea293529a53 [2021-01-21T18:42:53.388Z] Removing intermediate container 01fdc7211795 [2021-01-21T18:42:53.388Z] ---> 05612021e477 [2021-01-21T18:42:53.388Z] [2021-01-21T18:42:53.388Z] Step 10/23 : FROM alpine:3.12 [2021-01-21T18:42:53.388Z] ---> afeebe901d6b [2021-01-21T18:42:53.388Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-21T18:42:53.663Z] ---> e18959c599be [2021-01-21T18:42:53.663Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-21T18:42:53.663Z] ---> 34a0c46fa1e8 [2021-01-21T18:42:53.663Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-21T18:42:53.938Z] ---> Running in 6bf0806e55a5 [2021-01-21T18:42:54.556Z] Connecting to github.com (140.82.113.4:443) [2021-01-21T18:42:54.836Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.80.180:443) [2021-01-21T18:42:55.111Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-21T18:42:55.386Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-21T18:42:55.386Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-21T18:42:55.386Z] dockerize [2021-01-21T18:42:55.386Z] ---> e5c191f4b6af [2021-01-21T18:42:55.386Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-21T18:42:55.386Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T18:42:55.666Z] ---> 9824ae152142 [2021-01-21T18:42:55.666Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-21T18:42:55.666Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T18:42:55.946Z] ---> Running in 62fa6810dad2 [2021-01-21T18:42:56.233Z] ---> Running in f469ff10af6e [2021-01-21T18:42:56.233Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-21T18:42:56.233Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T18:42:56.233Z] OK: 5 MiB in 15 packages [2021-01-21T18:42:57.275Z] Removing intermediate container f469ff10af6e [2021-01-21T18:42:57.275Z] ---> 316a4b648540 [2021-01-21T18:42:57.275Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T18:42:57.275Z] ---> Running in 17b90f863cc3 [2021-01-21T18:42:57.880Z] Removing intermediate container dea293529a53 [2021-01-21T18:42:57.880Z] ---> 4d07dc2bc208 [2021-01-21T18:42:57.880Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-21T18:42:58.160Z] ---> Running in d791f6ad7faa [2021-01-21T18:42:58.160Z] Removing intermediate container 6bf0806e55a5 [2021-01-21T18:42:58.160Z] ---> a82d58bc4abf [2021-01-21T18:42:58.160Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-21T18:42:58.160Z] Removing intermediate container 17b90f863cc3 [2021-01-21T18:42:58.160Z] ---> eb131bf28482 [2021-01-21T18:42:58.160Z] Step 20/22 : LABEL arch=arm64 [2021-01-21T18:42:58.442Z] ---> Running in 1d1ee138418b [2021-01-21T18:42:58.442Z] ---> Running in 305e5cea6805 [2021-01-21T18:42:58.725Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-21T18:42:58.725Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-21T18:42:58.725Z] ---> eeaf43b92773 [2021-01-21T18:42:58.725Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-21T18:42:59.011Z] Removing intermediate container d791f6ad7faa [2021-01-21T18:42:59.011Z] ---> 59a3ed7bb851 [2021-01-21T18:42:59.011Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-21T18:42:59.011Z] ---> Running in 7a77f9071ba1 [2021-01-21T18:42:59.011Z] ---> Running in 1ce45ac47eee [2021-01-21T18:42:59.011Z] Removing intermediate container 1d1ee138418b [2021-01-21T18:42:59.011Z] ---> 0ce055d0f195 [2021-01-21T18:42:59.011Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-21T18:42:59.285Z] Removing intermediate container 305e5cea6805 [2021-01-21T18:42:59.285Z] ---> 71b038e0aada [2021-01-21T18:42:59.285Z] Step 21/22 : LABEL git_sha=9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b [2021-01-21T18:42:59.561Z] ---> Running in 423d01fab2ee [2021-01-21T18:42:59.561Z] ---> Running in 8f36adf0c26a [2021-01-21T18:42:59.841Z] Removing intermediate container 62fa6810dad2 [2021-01-21T18:42:59.841Z] ---> 0fe9af2a2655 [2021-01-21T18:42:59.841Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-21T18:42:59.841Z] Removing intermediate container 7a77f9071ba1 [2021-01-21T18:42:59.841Z] ---> d449f3aa0669 [2021-01-21T18:42:59.841Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-21T18:43:00.119Z] ---> Running in 98dce5df3659 [2021-01-21T18:43:00.119Z] ---> Running in 4a78033bb5bc [2021-01-21T18:43:00.389Z] Removing intermediate container 8f36adf0c26a [2021-01-21T18:43:00.389Z] ---> 532a62ec1f97 [2021-01-21T18:43:00.389Z] Step 22/22 : LABEL version=0.0.0 [2021-01-21T18:43:00.389Z] Removing intermediate container 423d01fab2ee [2021-01-21T18:43:00.389Z] ---> 226b055e5e2b [2021-01-21T18:43:00.389Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-21T18:43:00.661Z] ---> Running in fc8844e56248 [2021-01-21T18:43:00.661Z] ---> Running in ab13360b8871 [2021-01-21T18:43:00.661Z] Removing intermediate container 98dce5df3659 [2021-01-21T18:43:00.661Z] ---> 25e8a15e8e20 [2021-01-21T18:43:00.661Z] Step 22/24 : LABEL arch=arm64 [2021-01-21T18:43:00.661Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T18:43:00.942Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T18:43:00.942Z] ---> Running in 068c81bc09e9 [2021-01-21T18:43:01.222Z] Removing intermediate container fc8844e56248 [2021-01-21T18:43:01.222Z] ---> fd4aa9d2e783 [2021-01-21T18:43:01.222Z] [2021-01-21T18:43:01.222Z] Removing intermediate container ab13360b8871 [2021-01-21T18:43:01.222Z] ---> 9355f0db052d [2021-01-21T18:43:01.222Z] Step 15/23 : WORKDIR / [2021-01-21T18:43:01.505Z] (1/2) Installing readline (8.0.4-r0) [2021-01-21T18:43:01.505Z] (2/2) Installing bash (5.0.17-r0) [2021-01-21T18:43:01.505Z] ---> Running in a3123bb263f4 [2021-01-21T18:43:01.505Z] Executing bash-5.0.17-r0.post-install [2021-01-21T18:43:01.505Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T18:43:01.505Z] OK: 12 MiB in 22 packages [2021-01-21T18:43:01.786Z] Successfully built fd4aa9d2e783 [2021-01-21T18:43:01.786Z] Move dockerize executable [2021-01-21T18:43:01.786Z] Removing intermediate container 068c81bc09e9 [2021-01-21T18:43:01.786Z] ---> f984647e16c9 [2021-01-21T18:43:01.786Z] Step 23/24 : LABEL git_sha=9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b [2021-01-21T18:43:01.786Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-21T18:43:01.786Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-01-21T18:43:02.386Z] ---> Running in 3aec911fb2cd [2021-01-21T18:43:02.386Z] Removing intermediate container a3123bb263f4 [2021-01-21T18:43:02.386Z] ---> 653e6832dcb3 [2021-01-21T18:43:02.386Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T18:43:03.373Z] Removing intermediate container 3aec911fb2cd [2021-01-21T18:43:03.373Z] ---> b65905171284 [2021-01-21T18:43:03.373Z] Step 24/24 : LABEL version=0.0.0 [2021-01-21T18:43:03.974Z] Removing intermediate container 1ce45ac47eee [2021-01-21T18:43:04.255Z] ---> 849926cb0eeb [2021-01-21T18:43:04.255Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-21T18:43:04.255Z] ---> Running in 095b89004067 [2021-01-21T18:43:04.255Z] ---> 5a2e2bdcb1cf [2021-01-21T18:43:04.255Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-21T18:43:04.531Z] Removing intermediate container 4a78033bb5bc [2021-01-21T18:43:04.531Z] ---> af7f7e39a7af [2021-01-21T18:43:04.531Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-21T18:43:04.810Z] ---> Running in b8f75167d302 [2021-01-21T18:43:05.426Z] Removing intermediate container 095b89004067 [2021-01-21T18:43:05.426Z] ---> 59ccbc08fa9a [2021-01-21T18:43:05.426Z] [2021-01-21T18:43:05.426Z] ---> Running in 6722858a7f90 [2021-01-21T18:43:05.700Z] Removing intermediate container b8f75167d302 [2021-01-21T18:43:05.700Z] ---> 41cc698518ea [2021-01-21T18:43:05.700Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-21T18:43:05.981Z] Successfully built 59ccbc08fa9a [2021-01-21T18:43:05.981Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-21T18:43:05.981Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-01-21T18:43:06.251Z] ---> Running in 9d2936c29d02 [2021-01-21T18:43:06.251Z] Removing intermediate container 6722858a7f90 [2021-01-21T18:43:06.251Z] ---> 43ceca7c2cee [2021-01-21T18:43:06.251Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-21T18:43:06.251Z] ---> 659187bcb98b [2021-01-21T18:43:06.251Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-21T18:43:06.849Z] Removing intermediate container 9d2936c29d02 [2021-01-21T18:43:06.849Z] ---> 2a83a29025d9 [2021-01-21T18:43:06.849Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-21T18:43:07.123Z] ---> Running in 75cc1e3ce165 [2021-01-21T18:43:07.406Z] ---> 9d3f255d6fd7 [2021-01-21T18:43:07.406Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-21T18:43:08.013Z] ---> 45ac2938c924 [2021-01-21T18:43:08.013Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-21T18:43:08.013Z] ---> Running in 72bb3f5219dd [2021-01-21T18:43:08.013Z] Removing intermediate container 75cc1e3ce165 [2021-01-21T18:43:08.013Z] ---> bdef8508af91 [2021-01-21T18:43:08.013Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-21T18:43:08.612Z] ---> Running in fa7f6ce5665b [2021-01-21T18:43:10.049Z] Removing intermediate container fa7f6ce5665b [2021-01-21T18:43:10.049Z] ---> 28fae3b8aad9 [2021-01-21T18:43:10.049Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T18:43:10.049Z] ---> b822f39edda1 [2021-01-21T18:43:10.049Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-21T18:43:10.049Z] ---> Running in 856fa8a95547 [2021-01-21T18:43:11.038Z] Removing intermediate container 856fa8a95547 [2021-01-21T18:43:11.038Z] ---> d08aef918203 [2021-01-21T18:43:11.038Z] Step 21/23 : LABEL arch=arm64 [2021-01-21T18:43:11.632Z] ---> ea528d03650f [2021-01-21T18:43:11.632Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-21T18:43:11.632Z] ---> Running in 1d832a529c6b [2021-01-21T18:43:12.610Z] Removing intermediate container 1d832a529c6b [2021-01-21T18:43:12.610Z] ---> 917dff1c0a87 [2021-01-21T18:43:12.610Z] Step 22/23 : LABEL git_sha=9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b [2021-01-21T18:43:12.610Z] Removing intermediate container 72bb3f5219dd [2021-01-21T18:43:12.610Z] ---> d70b05284531 [2021-01-21T18:43:12.610Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T18:43:12.892Z] ---> Running in a9a0762ffd0f [2021-01-21T18:43:12.892Z] ---> 29bc2b697053 [2021-01-21T18:43:12.892Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-21T18:43:13.490Z] ---> Running in d26387cecbde [2021-01-21T18:43:13.764Z] ---> a3b26c036771 [2021-01-21T18:43:13.764Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-21T18:43:13.764Z] Removing intermediate container a9a0762ffd0f [2021-01-21T18:43:13.764Z] ---> d2291205cc69 [2021-01-21T18:43:13.764Z] Step 23/23 : LABEL version=0.0.0 [2021-01-21T18:43:14.369Z] ---> Running in 39c9ad503a6e [2021-01-21T18:43:15.368Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T18:43:15.368Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T18:43:15.368Z] Removing intermediate container 39c9ad503a6e [2021-01-21T18:43:15.368Z] ---> 7552bf42448b [2021-01-21T18:43:15.368Z] [2021-01-21T18:43:15.970Z] ---> ff72d0f0ffc4 [2021-01-21T18:43:15.970Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-21T18:43:15.970Z] Successfully built 7552bf42448b [2021-01-21T18:43:15.970Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-21T18:43:15.970Z] (2/33) Installing expat (2.2.9-r1) [2021-01-21T18:43:15.970Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-21T18:43:16.247Z] (3/33) Installing libffi (3.3-r2) [2021-01-21T18:43:16.247Z] (4/33) Installing gdbm (1.13-r1) [2021-01-21T18:43:16.247Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-21T18:43:16.248Z] Building docker-security-proxy-setup-go [2021-01-21T18:43:16.248Z]  Building docker-core-metadata-go ... done (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-21T18:43:16.248Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-21T18:43:17.247Z] ---> f91255a15090 [2021-01-21T18:43:17.247Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-21T18:43:18.244Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-21T18:43:18.244Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-21T18:43:18.244Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-21T18:43:18.244Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-21T18:43:18.244Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-21T18:43:18.244Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-21T18:43:18.528Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-21T18:43:18.528Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-21T18:43:18.528Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-21T18:43:18.528Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-21T18:43:18.799Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-21T18:43:18.799Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-21T18:43:18.799Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-21T18:43:18.799Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-21T18:43:18.799Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-21T18:43:18.799Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-21T18:43:18.799Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-21T18:43:18.799Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-21T18:43:18.799Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-21T18:43:19.078Z] ---> 75af9d7b1cd1 [2021-01-21T18:43:19.078Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-21T18:43:19.078Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-21T18:43:19.078Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-21T18:43:19.078Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-21T18:43:19.078Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-21T18:43:19.078Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-21T18:43:19.078Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-21T18:43:19.078Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-21T18:43:19.350Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T18:43:19.350Z] OK: 71 MiB in 55 packages [2021-01-21T18:43:20.350Z] ---> 4d9d43edd217 [2021-01-21T18:43:20.350Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-21T18:43:21.331Z] ---> Running in 6fa97788673c [2021-01-21T18:43:22.315Z] Removing intermediate container 6fa97788673c [2021-01-21T18:43:22.315Z] ---> acc8ea4c90d7 [2021-01-21T18:43:22.315Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-21T18:43:23.768Z] ---> 8e03d1703965 [2021-01-21T18:43:23.768Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-21T18:43:24.761Z] ---> Running in 9a1b33c3c099 [2021-01-21T18:43:29.083Z] Removing intermediate container 9a1b33c3c099 [2021-01-21T18:43:29.083Z] ---> df8709fc43fe [2021-01-21T18:43:29.083Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-21T18:43:29.083Z] Removing intermediate container d26387cecbde [2021-01-21T18:43:29.083Z] ---> 301006018816 [2021-01-21T18:43:29.083Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-21T18:43:29.680Z] ---> Running in 5206b24b3b5b [2021-01-21T18:43:29.956Z] ---> Running in 56e17c9ffbbe [2021-01-21T18:43:30.240Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T18:43:30.240Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-21T18:43:30.240Z] ---> 38229793854a [2021-01-21T18:43:30.240Z] Step 3/23 : WORKDIR /edgex-go [2021-01-21T18:43:30.240Z] ---> Using cache [2021-01-21T18:43:30.240Z] ---> bb1d78812b0d [2021-01-21T18:43:30.240Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T18:43:30.240Z] ---> Using cache [2021-01-21T18:43:30.240Z] ---> 68cf04dc6c3f [2021-01-21T18:43:30.240Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-21T18:43:30.517Z] ---> Running in 43fc55b2c567 [2021-01-21T18:43:30.791Z] Removing intermediate container 5206b24b3b5b [2021-01-21T18:43:30.791Z] ---> e0eb77800167 [2021-01-21T18:43:30.791Z] Step 30/33 : CMD ["gate"] [2021-01-21T18:43:31.777Z] ---> Running in b12dffe45989 [2021-01-21T18:43:32.377Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T18:43:32.377Z] Removing intermediate container b12dffe45989 [2021-01-21T18:43:32.377Z] ---> 92399ae53ab4 [2021-01-21T18:43:32.377Z] Step 31/33 : LABEL arch=arm64 [2021-01-21T18:43:32.984Z] ---> Running in a905d6d94260 [2021-01-21T18:43:33.261Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T18:43:33.865Z] Removing intermediate container a905d6d94260 [2021-01-21T18:43:33.865Z] ---> ed749324230f [2021-01-21T18:43:33.865Z] Step 32/33 : LABEL git_sha=9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b [2021-01-21T18:43:34.856Z] ---> Running in 575adc127170 [2021-01-21T18:43:34.856Z] OK: 217 MiB in 51 packages [2021-01-21T18:43:35.852Z] Removing intermediate container 575adc127170 [2021-01-21T18:43:35.852Z] ---> 15e71b364950 [2021-01-21T18:43:35.852Z] Step 33/33 : LABEL version=0.0.0 [2021-01-21T18:43:36.460Z] Collecting docker-compose==1.23.2 [2021-01-21T18:43:36.735Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-21T18:43:37.009Z] ---> Running in 6d61522d6c6a [2021-01-21T18:43:37.286Z] Removing intermediate container 43fc55b2c567 [2021-01-21T18:43:37.286Z] ---> 91725f325d49 [2021-01-21T18:43:37.286Z] Step 6/23 : COPY go.mod . [2021-01-21T18:43:37.286Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T18:43:37.286Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-21T18:43:37.286Z] ---> 38229793854a [2021-01-21T18:43:37.286Z] Step 3/23 : WORKDIR /edgex-go [2021-01-21T18:43:37.286Z] ---> Using cache [2021-01-21T18:43:37.286Z] ---> bb1d78812b0d [2021-01-21T18:43:37.286Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T18:43:37.286Z] ---> Using cache [2021-01-21T18:43:37.286Z] ---> 68cf04dc6c3f [2021-01-21T18:43:37.286Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-21T18:43:37.286Z] ---> Running in 1ac65e6d45b7 [2021-01-21T18:43:37.562Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-21T18:43:37.841Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-21T18:43:38.120Z] Removing intermediate container 6d61522d6c6a [2021-01-21T18:43:38.120Z] ---> 7493ce8bf7f3 [2021-01-21T18:43:38.120Z] [2021-01-21T18:43:38.409Z] ---> a37dd8fd7488 [2021-01-21T18:43:38.409Z] Step 7/23 : RUN go mod download [2021-01-21T18:43:39.010Z] ---> Running in a3c897866a2f [2021-01-21T18:43:39.010Z] Successfully built 7493ce8bf7f3 [2021-01-21T18:43:39.010Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-21T18:43:39.010Z] Building docker-support-scheduler-go [2021-01-21T18:43:39.282Z]  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T18:43:40.276Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T18:43:40.554Z] Collecting jsonschema<3,>=2.5.1 [2021-01-21T18:43:40.554Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-21T18:43:41.162Z] Collecting cached-property<2,>=1.2.0 [2021-01-21T18:43:41.162Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-21T18:43:41.162Z] OK: 217 MiB in 51 packages [2021-01-21T18:43:42.615Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-21T18:43:42.615Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-21T18:43:43.214Z] Removing intermediate container a3c897866a2f [2021-01-21T18:43:43.214Z] ---> 2238e4451dbf [2021-01-21T18:43:43.214Z] Step 8/23 : COPY . . [2021-01-21T18:43:43.214Z] Collecting docopt<0.7,>=0.6.1 [2021-01-21T18:43:43.214Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-21T18:43:43.811Z] Removing intermediate container 1ac65e6d45b7 [2021-01-21T18:43:43.811Z] ---> 0d5e4e0ed090 [2021-01-21T18:43:43.811Z] Step 6/23 : COPY go.mod . [2021-01-21T18:43:45.789Z] ---> 12f1b7d20e38 [2021-01-21T18:43:45.789Z] Step 7/23 : RUN go mod download [2021-01-21T18:43:46.064Z] ---> Running in efef47a6f6e2 [2021-01-21T18:43:46.664Z] Collecting PyYAML<4,>=3.10 [2021-01-21T18:43:46.664Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-21T18:43:51.034Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T18:43:51.034Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-21T18:43:51.034Z] ---> 38229793854a [2021-01-21T18:43:51.034Z] Step 3/21 : WORKDIR /edgex-go [2021-01-21T18:43:51.034Z] ---> Using cache [2021-01-21T18:43:51.034Z] ---> bb1d78812b0d [2021-01-21T18:43:51.034Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T18:43:51.034Z] ---> Using cache [2021-01-21T18:43:51.034Z] ---> 68cf04dc6c3f [2021-01-21T18:43:51.034Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-21T18:43:51.034Z] ---> Using cache [2021-01-21T18:43:51.034Z] ---> 91725f325d49 [2021-01-21T18:43:51.034Z] Step 6/21 : COPY go.mod . [2021-01-21T18:43:51.034Z] ---> Using cache [2021-01-21T18:43:51.034Z] ---> a37dd8fd7488 [2021-01-21T18:43:51.034Z] Step 7/21 : RUN go mod download [2021-01-21T18:43:51.034Z] ---> Using cache [2021-01-21T18:43:51.034Z] ---> 2238e4451dbf [2021-01-21T18:43:51.034Z] Step 8/21 : COPY . . [2021-01-21T18:43:51.318Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-21T18:43:51.318Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-21T18:43:51.592Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-21T18:43:52.590Z] Collecting texttable<0.10,>=0.9.0 [2021-01-21T18:43:52.590Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-21T18:43:52.590Z] Removing intermediate container efef47a6f6e2 [2021-01-21T18:43:52.590Z] ---> 1b45a43f9a86 [2021-01-21T18:43:52.590Z] Step 8/23 : COPY . . [2021-01-21T18:43:55.227Z] Collecting docker<4.0,>=3.6.0 [2021-01-21T18:43:55.227Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-21T18:43:55.501Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-21T18:43:56.109Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-21T18:43:56.109Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-21T18:43:56.711Z] Collecting idna<2.8,>=2.5 [2021-01-21T18:43:56.711Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-21T18:43:56.711Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-21T18:43:56.988Z] Collecting docker-pycreds>=0.4.0 [2021-01-21T18:43:56.988Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-21T18:43:57.267Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-21T18:43:57.267Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-21T18:43:57.267Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-21T18:43:57.267Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-21T18:43:58.258Z] Installing collected packages: dockerpty, jsonschema, cached-property, urllib3, idna, requests, docopt, PyYAML, websocket-client, texttable, docker-pycreds, docker, docker-compose [2021-01-21T18:43:58.258Z] Running setup.py install for dockerpty: started [2021-01-21T18:44:00.886Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-21T18:44:00.886Z] Attempting uninstall: urllib3 [2021-01-21T18:44:00.886Z] Found existing installation: urllib3 1.25.9 [2021-01-21T18:44:00.886Z] Uninstalling urllib3-1.25.9: [2021-01-21T18:44:01.162Z] Successfully uninstalled urllib3-1.25.9 [2021-01-21T18:44:01.765Z] Attempting uninstall: idna [2021-01-21T18:44:01.765Z] Found existing installation: idna 2.9 [2021-01-21T18:44:01.765Z] Uninstalling idna-2.9: [2021-01-21T18:44:02.039Z] Successfully uninstalled idna-2.9 [2021-01-21T18:44:02.639Z] Attempting uninstall: requests [2021-01-21T18:44:02.639Z] Found existing installation: requests 2.23.0 [2021-01-21T18:44:02.639Z] Uninstalling requests-2.23.0: [2021-01-21T18:44:02.914Z] Successfully uninstalled requests-2.23.0 [2021-01-21T18:44:03.190Z] Running setup.py install for docopt: started [2021-01-21T18:44:04.631Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-21T18:44:04.631Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-21T18:44:04.631Z] ---> 38229793854a [2021-01-21T18:44:04.631Z] Step 3/22 : WORKDIR /edgex-go [2021-01-21T18:44:04.631Z] ---> Using cache [2021-01-21T18:44:04.631Z] ---> bb1d78812b0d [2021-01-21T18:44:04.631Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T18:44:04.631Z] ---> Using cache [2021-01-21T18:44:04.631Z] ---> 68cf04dc6c3f [2021-01-21T18:44:04.631Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-21T18:44:04.631Z] ---> Using cache [2021-01-21T18:44:04.631Z] ---> 91725f325d49 [2021-01-21T18:44:04.631Z] Step 6/22 : COPY go.mod . [2021-01-21T18:44:04.631Z] ---> Using cache [2021-01-21T18:44:04.631Z] ---> a37dd8fd7488 [2021-01-21T18:44:04.631Z] Step 7/22 : RUN go mod download [2021-01-21T18:44:04.631Z] ---> Using cache [2021-01-21T18:44:04.631Z] ---> 2238e4451dbf [2021-01-21T18:44:04.631Z] Step 8/22 : COPY . . [2021-01-21T18:44:04.631Z] ---> Using cache [2021-01-21T18:44:04.631Z] ---> ea016a964a07 [2021-01-21T18:44:04.631Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-21T18:44:05.239Z] Running setup.py install for docopt: finished with status 'done' [2021-01-21T18:44:05.239Z] Running setup.py install for PyYAML: started [2021-01-21T18:44:07.892Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-21T18:44:08.875Z] Running setup.py install for texttable: started [2021-01-21T18:44:10.875Z] ---> Running in 1edaecca67b3 [2021-01-21T18:44:10.875Z] Running setup.py install for texttable: finished with status 'done' [2021-01-21T18:44:11.150Z] ---> ea016a964a07 [2021-01-21T18:44:11.150Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-21T18:44:11.430Z] ---> 620efe554488 [2021-01-21T18:44:11.430Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-21T18:44:11.701Z] ---> Running in db6cb9ea9237 [2021-01-21T18:44:11.980Z] ---> Running in b0f8122d35db [2021-01-21T18:44:12.587Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-21T18:44:12.866Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-21T18:44:14.317Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-21T18:44:14.602Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-21T18:44:15.594Z] ---> b2b1c91ddd1a [2021-01-21T18:44:15.594Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-21T18:44:15.869Z] ---> Running in 2f62e115e4e7 [2021-01-21T18:44:18.532Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-21T18:44:18.811Z] Removing intermediate container 56e17c9ffbbe [2021-01-21T18:44:18.811Z] ---> bcb9069602f0 [2021-01-21T18:44:18.811Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-21T18:44:19.086Z] ---> Running in 1f6db24cf595 [2021-01-21T18:44:21.078Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T18:44:21.355Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T18:44:21.960Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T18:44:21.960Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-21T18:44:21.960Z] (3/3) Installing curl (7.69.1-r3) [2021-01-21T18:44:21.960Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T18:44:21.960Z] OK: 71 MiB in 58 packages [2021-01-21T18:44:23.964Z] Removing intermediate container 1f6db24cf595 [2021-01-21T18:44:23.964Z] ---> bf85e549740e [2021-01-21T18:44:23.964Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-21T18:44:23.964Z] ---> Running in 23e680515a8a [2021-01-21T18:44:24.958Z] Removing intermediate container 23e680515a8a [2021-01-21T18:44:24.958Z] ---> c574d4748932 [2021-01-21T18:44:24.958Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T18:44:24.958Z] ---> Running in e0bebc61f911 [2021-01-21T18:44:25.554Z] Removing intermediate container e0bebc61f911 [2021-01-21T18:44:25.554Z] ---> da3fde8ab31c [2021-01-21T18:44:25.554Z] Step 24/26 : LABEL arch=arm64 [2021-01-21T18:44:25.825Z] ---> Running in 8d288214c886 [2021-01-21T18:44:26.807Z] Removing intermediate container 8d288214c886 [2021-01-21T18:44:26.807Z] ---> 65168a6b24a8 [2021-01-21T18:44:26.807Z] Step 25/26 : LABEL git_sha=9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b [2021-01-21T18:44:26.807Z] ---> Running in ff884c13dc04 [2021-01-21T18:44:27.418Z] Removing intermediate container ff884c13dc04 [2021-01-21T18:44:27.418Z] ---> fdaa621a4388 [2021-01-21T18:44:27.418Z] Step 26/26 : LABEL version=0.0.0 [2021-01-21T18:44:27.698Z] ---> Running in 351dc7b620df [2021-01-21T18:44:28.300Z] Removing intermediate container 351dc7b620df [2021-01-21T18:44:28.300Z] ---> 54aafd15d122 [2021-01-21T18:44:28.300Z] [2021-01-21T18:44:28.902Z] Successfully built 54aafd15d122 [2021-01-21T18:44:28.902Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-21T18:45:25.511Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-21T18:45:32.250Z] Removing intermediate container 1edaecca67b3 [2021-01-21T18:45:32.250Z] ---> a771572b0b7b [2021-01-21T18:45:32.250Z] [2021-01-21T18:45:32.250Z] Step 10/22 : FROM alpine:3.12 [2021-01-21T18:45:32.250Z] ---> afeebe901d6b [2021-01-21T18:45:32.250Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-21T18:45:32.250Z] ---> Using cache [2021-01-21T18:45:32.250Z] ---> a82d58bc4abf [2021-01-21T18:45:32.250Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-21T18:45:32.250Z] ---> Using cache [2021-01-21T18:45:32.250Z] ---> 0ce055d0f195 [2021-01-21T18:45:32.250Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-21T18:45:32.859Z] ---> Running in f68720457320 [2021-01-21T18:45:33.848Z] Removing intermediate container f68720457320 [2021-01-21T18:45:33.848Z] ---> 848a5b5fbda1 [2021-01-21T18:45:33.848Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-21T18:45:34.459Z] ---> Running in 3a4d37fd61ed [2021-01-21T18:45:35.910Z] Removing intermediate container 3a4d37fd61ed [2021-01-21T18:45:35.910Z] ---> 05f9f5cfa025 [2021-01-21T18:45:35.910Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T18:45:36.521Z] Removing intermediate container db6cb9ea9237 [2021-01-21T18:45:36.521Z] ---> 70ab0d10282f [2021-01-21T18:45:36.521Z] [2021-01-21T18:45:36.521Z] Step 10/23 : FROM alpine:3.12 [2021-01-21T18:45:36.521Z] ---> afeebe901d6b [2021-01-21T18:45:36.521Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-21T18:45:36.521Z] ---> Using cache [2021-01-21T18:45:36.521Z] ---> a82d58bc4abf [2021-01-21T18:45:36.521Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-21T18:45:36.521Z] ---> Using cache [2021-01-21T18:45:36.521Z] ---> 0ce055d0f195 [2021-01-21T18:45:36.521Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-21T18:45:36.521Z] Removing intermediate container b0f8122d35db [2021-01-21T18:45:36.521Z] ---> 670bb8693c17 [2021-01-21T18:45:36.521Z] [2021-01-21T18:45:36.521Z] Step 10/21 : FROM alpine:3.12 [2021-01-21T18:45:36.521Z] ---> afeebe901d6b [2021-01-21T18:45:36.521Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-21T18:45:36.796Z] ---> Running in d2fbebe7b1c7 [2021-01-21T18:45:36.796Z] ---> Running in 0e671c20eb38 [2021-01-21T18:45:37.405Z] ---> e658141a8cd8 [2021-01-21T18:45:37.405Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-21T18:45:37.681Z] Removing intermediate container d2fbebe7b1c7 [2021-01-21T18:45:37.681Z] ---> bd855d39c7b4 [2021-01-21T18:45:37.681Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-21T18:45:37.957Z] ---> Running in ecd7fadbb79c [2021-01-21T18:45:38.948Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T18:45:38.948Z] Removing intermediate container ecd7fadbb79c [2021-01-21T18:45:38.948Z] ---> 45c15c5e829f [2021-01-21T18:45:38.948Z] Step 15/23 : WORKDIR / [2021-01-21T18:45:39.233Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T18:45:39.516Z] ---> Running in a6b77bae35a1 [2021-01-21T18:45:39.516Z] ---> 89a207a977fb [2021-01-21T18:45:39.516Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-21T18:45:39.795Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-21T18:45:39.795Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-21T18:45:39.795Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-21T18:45:39.795Z] (4/4) Installing curl (7.69.1-r3) [2021-01-21T18:45:40.073Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T18:45:40.073Z] Executing ca-certificates-20191127-r4.trigger [2021-01-21T18:45:40.073Z] Removing intermediate container a6b77bae35a1 [2021-01-21T18:45:40.073Z] ---> bcaa2a442b41 [2021-01-21T18:45:40.073Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T18:45:40.358Z] OK: 7 MiB in 18 packages [2021-01-21T18:45:40.655Z] ---> 1000f8b71d60 [2021-01-21T18:45:40.655Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-21T18:45:40.936Z] ---> Running in 564ce26ecbb1 [2021-01-21T18:45:41.216Z] ---> c2025d28ecd0 [2021-01-21T18:45:41.216Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-21T18:45:41.509Z] Removing intermediate container 564ce26ecbb1 [2021-01-21T18:45:41.509Z] ---> da08f1822e47 [2021-01-21T18:45:41.509Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T18:45:41.784Z] ---> Running in cb00af354462 [2021-01-21T18:45:42.398Z] Removing intermediate container 0e671c20eb38 [2021-01-21T18:45:42.398Z] ---> d011c347cd29 [2021-01-21T18:45:42.399Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-21T18:45:42.399Z] Removing intermediate container cb00af354462 [2021-01-21T18:45:42.399Z] ---> aae548de685e [2021-01-21T18:45:42.399Z] Step 20/22 : LABEL arch=arm64 [2021-01-21T18:45:42.674Z] ---> Running in 5c5c0a284da6 [2021-01-21T18:45:42.965Z] ---> Running in e57aa8b4fb19 [2021-01-21T18:45:42.965Z] ---> f534202b86c9 [2021-01-21T18:45:42.965Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-21T18:45:43.250Z] Removing intermediate container 5c5c0a284da6 [2021-01-21T18:45:43.250Z] ---> 6730c59c250f [2021-01-21T18:45:43.250Z] Step 13/21 : WORKDIR /edgex [2021-01-21T18:45:43.525Z] Removing intermediate container e57aa8b4fb19 [2021-01-21T18:45:43.525Z] ---> 32ebe466861d [2021-01-21T18:45:43.525Z] Step 21/22 : LABEL git_sha=9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b [2021-01-21T18:45:43.525Z] ---> Running in 37ae1e39e187 [2021-01-21T18:45:43.525Z] ---> Running in 4cfe581af7c2 [2021-01-21T18:45:44.528Z] ---> ec65d59b37bb [2021-01-21T18:45:44.528Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-21T18:45:44.528Z] ---> Running in afbe1c1e5aaa [2021-01-21T18:45:44.528Z] Removing intermediate container 37ae1e39e187 [2021-01-21T18:45:44.528Z] ---> 2cb16ac79c65 [2021-01-21T18:45:44.528Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-21T18:45:44.528Z] Removing intermediate container 4cfe581af7c2 [2021-01-21T18:45:44.528Z] ---> bc070dae90ad [2021-01-21T18:45:44.528Z] Step 22/22 : LABEL version=0.0.0 [2021-01-21T18:45:44.834Z] ---> Running in f7738371810b [2021-01-21T18:45:45.313Z] Removing intermediate container afbe1c1e5aaa [2021-01-21T18:45:45.313Z] ---> b3a729afca86 [2021-01-21T18:45:45.313Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T18:45:46.047Z] ---> Running in 922be3572cfb [2021-01-21T18:45:46.047Z] Removing intermediate container f7738371810b [2021-01-21T18:45:46.047Z] ---> 7fa2c604f00d [2021-01-21T18:45:46.047Z] [2021-01-21T18:45:46.047Z] ---> 76e1b8c74887 [2021-01-21T18:45:46.047Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-21T18:45:46.777Z] Removing intermediate container 922be3572cfb [2021-01-21T18:45:46.777Z] ---> f448277f1b8d [2021-01-21T18:45:46.777Z] Step 21/23 : LABEL arch=arm64 [2021-01-21T18:45:46.777Z] Successfully built 7fa2c604f00d [2021-01-21T18:45:46.777Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-21T18:45:47.069Z]  Building docker-support-scheduler-go ... done  ---> Running in 7477d96ea780 [2021-01-21T18:45:48.108Z] Removing intermediate container 7477d96ea780 [2021-01-21T18:45:48.108Z] ---> 0f5c25b49979 [2021-01-21T18:45:48.108Z] Step 22/23 : LABEL git_sha=9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b [2021-01-21T18:45:48.108Z] ---> 86072c784aa7 [2021-01-21T18:45:48.108Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-21T18:45:48.108Z] ---> Running in 21860597dd6d [2021-01-21T18:45:49.145Z] Removing intermediate container 21860597dd6d [2021-01-21T18:45:49.145Z] ---> e0cecc8a781b [2021-01-21T18:45:49.145Z] Step 23/23 : LABEL version=0.0.0 [2021-01-21T18:45:49.436Z] ---> Running in 6264375df95b [2021-01-21T18:45:49.726Z] ---> eccf3ed2c7a0 [2021-01-21T18:45:49.726Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-21T18:45:49.726Z] ---> Running in 88ae483dd08b [2021-01-21T18:45:50.027Z] Removing intermediate container 6264375df95b [2021-01-21T18:45:50.027Z] ---> 30d2b09f1345 [2021-01-21T18:45:50.027Z] [2021-01-21T18:45:50.648Z] Removing intermediate container 88ae483dd08b [2021-01-21T18:45:50.648Z] ---> 00da61f76854 [2021-01-21T18:45:50.648Z] Step 18/21 : CMD ["--init=true"] [2021-01-21T18:45:50.648Z] Successfully built 30d2b09f1345 [2021-01-21T18:45:50.648Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-21T18:45:50.921Z]  Building docker-core-command-go ... done  ---> Running in f70a054466d3 [2021-01-21T18:45:51.515Z] Removing intermediate container f70a054466d3 [2021-01-21T18:45:51.515Z] ---> 8ef4c614f649 [2021-01-21T18:45:51.515Z] Step 19/21 : LABEL arch=arm64 [2021-01-21T18:45:51.787Z] ---> Running in 777396eb5f90 [2021-01-21T18:45:52.381Z] Removing intermediate container 777396eb5f90 [2021-01-21T18:45:52.381Z] ---> 8f8613fa0749 [2021-01-21T18:45:52.381Z] Step 20/21 : LABEL git_sha=9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b [2021-01-21T18:45:52.654Z] ---> Running in cbd78e525637 [2021-01-21T18:45:53.276Z] Removing intermediate container cbd78e525637 [2021-01-21T18:45:53.276Z] ---> 44190d7311a0 [2021-01-21T18:45:53.276Z] Step 21/21 : LABEL version=0.0.0 [2021-01-21T18:45:53.549Z] ---> Running in efc1bf6dbc9b [2021-01-21T18:45:54.147Z] Removing intermediate container 2f62e115e4e7 [2021-01-21T18:45:54.147Z] ---> ec93716fac34 [2021-01-21T18:45:54.147Z] [2021-01-21T18:45:54.147Z] Step 10/23 : FROM alpine:3.12 [2021-01-21T18:45:54.147Z] ---> afeebe901d6b [2021-01-21T18:45:54.147Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-21T18:45:54.147Z] Removing intermediate container efc1bf6dbc9b [2021-01-21T18:45:54.147Z] ---> c8741e6c1d45 [2021-01-21T18:45:54.147Z] [2021-01-21T18:45:54.420Z] ---> Running in ee758c46a65d [2021-01-21T18:45:54.694Z] Successfully built c8741e6c1d45 [2021-01-21T18:45:54.694Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-21T18:45:54.694Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container ee758c46a65d [2021-01-21T18:45:54.694Z] ---> 58e1fd53caee [2021-01-21T18:45:54.694Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-21T18:45:54.966Z] ---> Running in fbcfce028cca [2021-01-21T18:45:55.561Z] Removing intermediate container fbcfce028cca [2021-01-21T18:45:55.561Z] ---> 790cd5f0b23b [2021-01-21T18:45:55.561Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-21T18:45:55.561Z] ---> Running in 84ef4d976af9 [2021-01-21T18:45:56.153Z] Removing intermediate container 84ef4d976af9 [2021-01-21T18:45:56.153Z] ---> ec3e6fef9b1a [2021-01-21T18:45:56.153Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-21T18:45:56.153Z] ---> Running in 2abb765163d0 [2021-01-21T18:45:58.755Z] Removing intermediate container 2abb765163d0 [2021-01-21T18:45:58.755Z] ---> e86f11a91d99 [2021-01-21T18:45:58.755Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-21T18:45:58.755Z] ---> Running in 66ec4bda0264 [2021-01-21T18:45:59.725Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-21T18:46:00.316Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-21T18:46:01.287Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-21T18:46:01.287Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-21T18:46:01.287Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-21T18:46:01.287Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-21T18:46:01.556Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-21T18:46:01.838Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-21T18:46:01.838Z] Executing busybox-1.31.1-r19.trigger [2021-01-21T18:46:01.838Z] OK: 8 MiB in 20 packages [2021-01-21T18:46:03.268Z] Removing intermediate container 66ec4bda0264 [2021-01-21T18:46:03.268Z] ---> 8da428c33313 [2021-01-21T18:46:03.268Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-21T18:46:03.862Z] ---> 5df6107a4580 [2021-01-21T18:46:03.862Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-21T18:46:05.290Z] ---> 391cfb3e6b8b [2021-01-21T18:46:05.290Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-21T18:46:05.883Z] ---> 6370e2584847 [2021-01-21T18:46:05.883Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-21T18:46:06.153Z] ---> Running in d7dc0338f10c [2021-01-21T18:46:06.427Z] Removing intermediate container d7dc0338f10c [2021-01-21T18:46:06.427Z] ---> cba4a212d31e [2021-01-21T18:46:06.427Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-21T18:46:06.702Z] ---> Running in ac35cc5a41f7 [2021-01-21T18:46:07.293Z] Removing intermediate container ac35cc5a41f7 [2021-01-21T18:46:07.293Z] ---> cb83f51700bb [2021-01-21T18:46:07.293Z] Step 21/23 : LABEL arch=arm64 [2021-01-21T18:46:07.293Z] ---> Running in a6020be2443a [2021-01-21T18:46:07.888Z] Removing intermediate container a6020be2443a [2021-01-21T18:46:07.888Z] ---> eaa5d7635a2f [2021-01-21T18:46:07.888Z] Step 22/23 : LABEL git_sha=9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b [2021-01-21T18:46:07.888Z] ---> Running in 2b1ce1c643de [2021-01-21T18:46:08.160Z] Removing intermediate container 2b1ce1c643de [2021-01-21T18:46:08.160Z] ---> d1789056db92 [2021-01-21T18:46:08.160Z] Step 23/23 : LABEL version=0.0.0 [2021-01-21T18:46:08.432Z] ---> Running in f6e4b12ed679 [2021-01-21T18:46:09.026Z] Removing intermediate container f6e4b12ed679 [2021-01-21T18:46:09.026Z] ---> 1f394e8db3a8 [2021-01-21T18:46:09.026Z] [2021-01-21T18:46:09.297Z] Successfully built 1f394e8db3a8 [2021-01-21T18:46:09.298Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-21T18:46:09.582Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-21T18:46:09.572Z] $ docker stop --time=1 77036d4354394bb4a79288a518f266de39a1ff619027b9605d65fbc715e91e78 [2021-01-21T18:46:11.550Z] $ docker rm -f 77036d4354394bb4a79288a518f266de39a1ff619027b9605d65fbc715e91e78 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-21T18:46:12.270Z] + grep docker [2021-01-21T18:46:12.270Z] + docker images [2021-01-21T18:46:12.541Z] docker-core-data-go-arm64 latest 1f394e8db3a8 4 seconds ago 21MB [2021-01-21T18:46:12.541Z] docker-security-proxy-setup-go-arm64 latest c8741e6c1d45 19 seconds ago 23.2MB [2021-01-21T18:46:12.541Z] docker-core-command-go-arm64 latest 30d2b09f1345 23 seconds ago 15.4MB [2021-01-21T18:46:12.541Z] docker-support-scheduler-go-arm64 latest 7fa2c604f00d 27 seconds ago 15.5MB [2021-01-21T18:46:12.541Z] docker-sys-mgmt-agent-go-arm64 latest 54aafd15d122 About a minute ago 300MB [2021-01-21T18:46:12.541Z] docker-security-bootstrapper-go-arm64 latest 7493ce8bf7f3 2 minutes ago 40.3MB [2021-01-21T18:46:12.541Z] docker-core-metadata-go-arm64 latest 7552bf42448b 2 minutes ago 17.7MB [2021-01-21T18:46:12.541Z] docker-security-secretstore-setup-go-arm64 latest 59ccbc08fa9a 3 minutes ago 23.4MB [2021-01-21T18:46:12.541Z] docker-support-notifications-go-arm64 latest fd4aa9d2e783 3 minutes ago 16MB [2021-01-21T18:46:12.541Z] docker 20.10.0 eeaf43b92773 5 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-21T18:46:14.584Z] provisioning config files... [2021-01-21T18:46:14.596Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/36@tmp/config2767255329996709865tmp [Pipeline] { [Pipeline] sh [2021-01-21T18:46:14.980Z] + set +x [2021-01-21T18:46:14.980Z] + curl -s https://codecov.io/bash [2021-01-21T18:46:14.980Z] + bash -s -- [2021-01-21T18:46:15.569Z] [2021-01-21T18:46:15.570Z] _____ _ [2021-01-21T18:46:15.570Z] / ____| | | [2021-01-21T18:46:15.570Z] | | ___ __| | ___ ___ _____ __ [2021-01-21T18:46:15.570Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-21T18:46:15.570Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-21T18:46:15.570Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-21T18:46:15.570Z] Bash-20210115-cec3c92 [2021-01-21T18:46:15.570Z] [2021-01-21T18:46:15.570Z] [2021-01-21T18:46:15.570Z] ==> git version 2.24.3 found [2021-01-21T18:46:15.570Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-21T18:46:15.570Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-21T18:46:15.570Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-21T18:46:15.570Z] ==> Jenkins CI detected. [2021-01-21T18:46:15.570Z] project root: . [2021-01-21T18:46:15.570Z] --> token set from env [2021-01-21T18:46:15.570Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-21T18:46:15.570Z] ==> Running gcov in . (disable via -X gcov) [2021-01-21T18:46:15.570Z] ==> Python coveragepy not found [2021-01-21T18:46:15.570Z] ==> Searching for coverage reports in: [2021-01-21T18:46:15.570Z] + . [2021-01-21T18:46:15.570Z] -> Found 1 reports [2021-01-21T18:46:15.570Z] ==> Detecting git/mercurial file structure [2021-01-21T18:46:15.570Z] ==> Reading reports [2021-01-21T18:46:15.831Z] + ./coverage.out bytes=562928 [2021-01-21T18:46:15.831Z] ==> Appending adjustments [2021-01-21T18:46:15.831Z] https://docs.codecov.io/docs/fixing-reports [2021-01-21T18:46:19.151Z] + Found adjustments [2021-01-21T18:46:19.151Z] ==> Gzipping contents [2021-01-21T18:46:19.151Z] 84K /tmp/codecov.hUg72Y.gz [2021-01-21T18:46:19.151Z] ==> Uploading reports [2021-01-21T18:46:19.151Z] url: https://codecov.io [2021-01-21T18:46:19.151Z] query: branch=PR-2970&commit=9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b&build=36&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F36%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= [2021-01-21T18:46:19.151Z] -> Pinging Codecov [2021-01-21T18:46:19.152Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-2970&commit=9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b&build=36&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F36%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= [2021-01-21T18:46:19.727Z] -> Uploading to [2021-01-21T18:46:19.727Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-21/00271124DB129430A58F1EEE437C3FCB/9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b/22ea9ca6-778f-4ddb-9e43-a62c9a9d2c8f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210121%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210121T184619Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2b208e691cd6dec6f3ba2ebba6be3bd1ffb104fc695611d6eb0c2d68e67f52b1 [2021-01-21T18:46:19.727Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-21T18:46:19.727Z] Dload Upload Total Spent Left Speed [2021-01-21T18:46:20.301Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85497 0 0 100 85497 0 140k --:--:-- --:--:-- --:--:-- 141k [2021-01-21T18:46:20.301Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/9ce72e9cbaf3de47d839de9b0eb6c49170f7ef8b [Pipeline] } [2021-01-21T18:46:20.312Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-21T18:46:22.457Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T18:46:23.367Z] ---> package-listing.sh [2021-01-21T18:46:23.367Z] ++ facter osfamily [2021-01-21T18:46:23.367Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-21T18:46:23.367Z] + OS_FAMILY=redhat [2021-01-21T18:46:23.367Z] + workspace=/w/workspace/edgex-go/36 [2021-01-21T18:46:23.367Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-21T18:46:23.367Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-21T18:46:23.367Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-21T18:46:23.367Z] + PACKAGES=/tmp/packages_start.txt [2021-01-21T18:46:23.367Z] + '[' /w/workspace/edgex-go/36 ']' [2021-01-21T18:46:23.367Z] + PACKAGES=/tmp/packages_end.txt [2021-01-21T18:46:23.367Z] + case "${OS_FAMILY}" in [2021-01-21T18:46:23.367Z] + rpm -qa [2021-01-21T18:46:23.367Z] + sort [2021-01-21T18:46:28.680Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-21T18:46:28.680Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-21T18:46:28.680Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-21T18:46:28.680Z] + '[' /w/workspace/edgex-go/36 ']' [2021-01-21T18:46:28.680Z] + mkdir -p /w/workspace/edgex-go/36/archives/ [2021-01-21T18:46:28.680Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/36/archives/ [Pipeline] echo [2021-01-21T18:46:28.695Z] 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/36/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-21T18:46:28.993Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-21T18:46:29.303Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T18:46:29.566Z] [2021-01-21T18:46:29.566Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-21T18:46:29.928Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T18:46:29.928Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-21T18:46:29.928Z] df20fa9351a1: Pulling fs layer [2021-01-21T18:46:29.928Z] 36b3adc4ff6f: Pulling fs layer [2021-01-21T18:46:29.928Z] 8ad3a11d3b57: Pulling fs layer [2021-01-21T18:46:29.928Z] 46f8f816bc3b: Pulling fs layer [2021-01-21T18:46:29.928Z] 93b61091891f: Pulling fs layer [2021-01-21T18:46:29.928Z] 93b9cdb0e59b: Pulling fs layer [2021-01-21T18:46:29.928Z] 5e14af77c1be: Pulling fs layer [2021-01-21T18:46:29.928Z] 01666e4c0597: Pulling fs layer [2021-01-21T18:46:29.928Z] aa168da1d23b: Pulling fs layer [2021-01-21T18:46:29.928Z] 46f8f816bc3b: Waiting [2021-01-21T18:46:29.928Z] 93b61091891f: Waiting [2021-01-21T18:46:29.928Z] 93b9cdb0e59b: Waiting [2021-01-21T18:46:29.928Z] 5e14af77c1be: Waiting [2021-01-21T18:46:29.928Z] 01666e4c0597: Waiting [2021-01-21T18:46:29.928Z] aa168da1d23b: Waiting [2021-01-21T18:46:29.928Z] 36b3adc4ff6f: Verifying Checksum [2021-01-21T18:46:29.928Z] 36b3adc4ff6f: Download complete [2021-01-21T18:46:29.928Z] 46f8f816bc3b: Verifying Checksum [2021-01-21T18:46:29.928Z] 46f8f816bc3b: Download complete [2021-01-21T18:46:30.191Z] df20fa9351a1: Verifying Checksum [2021-01-21T18:46:30.191Z] df20fa9351a1: Download complete [2021-01-21T18:46:30.191Z] 93b9cdb0e59b: Verifying Checksum [2021-01-21T18:46:30.191Z] 93b9cdb0e59b: Download complete [2021-01-21T18:46:30.191Z] 5e14af77c1be: Verifying Checksum [2021-01-21T18:46:30.191Z] 5e14af77c1be: Download complete [2021-01-21T18:46:30.191Z] 93b61091891f: Download complete [2021-01-21T18:46:30.191Z] 01666e4c0597: Verifying Checksum [2021-01-21T18:46:30.191Z] 01666e4c0597: Download complete [2021-01-21T18:46:30.454Z] df20fa9351a1: Pull complete [2021-01-21T18:46:30.716Z] 36b3adc4ff6f: Pull complete [2021-01-21T18:46:30.982Z] 8ad3a11d3b57: Verifying Checksum [2021-01-21T18:46:30.982Z] 8ad3a11d3b57: Download complete [2021-01-21T18:46:32.408Z] 8ad3a11d3b57: Pull complete [2021-01-21T18:46:32.408Z] 46f8f816bc3b: Pull complete [2021-01-21T18:46:33.366Z] aa168da1d23b: Verifying Checksum [2021-01-21T18:46:33.366Z] aa168da1d23b: Download complete [2021-01-21T18:46:35.296Z] 93b61091891f: Pull complete [2021-01-21T18:46:35.296Z] 93b9cdb0e59b: Pull complete [2021-01-21T18:46:35.560Z] 5e14af77c1be: Pull complete [2021-01-21T18:46:35.560Z] 01666e4c0597: Pull complete [2021-01-21T18:46:43.751Z] aa168da1d23b: Pull complete [2021-01-21T18:46:43.752Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-21T18:46:43.752Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-21T18:46:43.752Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-21T18:46:43.965Z] prd-centos7-docker-4c-2g-22015 does not seem to be running inside a container [2021-01-21T18:46:44.020Z] $ 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/36/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/36 -v /w/workspace/edgex-go/36:/w/workspace/edgex-go/36:rw,z -v /w/workspace/edgex-go/36@tmp:/w/workspace/edgex-go/36@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-lftools-log-publisher:alpine cat [2021-01-21T18:46:47.706Z] $ docker top a979021b362eed6db2e0f247d6d433260d64141e2ee5735760c45cfee7d47cc9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-21T18:46:48.375Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-21T18:46:48.680Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-21T18:46:49.042Z] + ls /var/log/sa-host [2021-01-21T18:46:49.042Z] + sadf -c /var/log/sa-host/sa21 [2021-01-21T18:46:49.042Z] file_magic: OK [2021-01-21T18:46:49.042Z] HZ: Using current value: 100 [2021-01-21T18:46:49.042Z] file_header: OK [2021-01-21T18:46:49.042Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-21T18:46:49.042Z] Statistics: [2021-01-21T18:46:49.042Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-21T18:46:49.042Z] File successfully converted to sysstat format version 12.2.1 [2021-01-21T18:46:49.042Z] + sadf -c /var/log/sa-host/sa23 [2021-01-21T18:46:49.042Z] file_magic: OK [2021-01-21T18:46:49.042Z] HZ: Using current value: 100 [2021-01-21T18:46:49.042Z] file_header: OK [2021-01-21T18:46:49.042Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-21T18:46:49.042Z] Statistics: [2021-01-21T18:46:49.042Z] Hnuu...uuuununununu... [2021-01-21T18:46:49.042Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-21T18:46:49.351Z] provisioning config files... [2021-01-21T18:46:49.393Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/36@tmp/config4962876752765135796tmp [Pipeline] { [Pipeline] echo [2021-01-21T18:46:49.481Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T18:46:49.825Z] ---> create-netrc.sh [Pipeline] } [2021-01-21T18:46:49.836Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-21T18:46:49.933Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T18:46:50.231Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-21T18:46:50.242Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T18:46:50.539Z] ---> sudo-logs.sh [2021-01-21T18:46:50.539Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-21T18:46:50.556Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T18:46:50.866Z] ---> job-cost.sh [2021-01-21T18:46:50.866Z] lf-activate-venv: SKIPPING [2021-01-21T18:46:50.866Z] INFO: No Stack... [2021-01-21T18:46:51.816Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-21T18:46:52.394Z] INFO: Archiving Costs [Pipeline] echo [2021-01-21T18:46:52.409Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-21T18:46:52.709Z] ---> logs-deploy.sh [2021-01-21T18:46:52.709Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2970/36 [2021-01-21T18:46:52.709Z] INFO: archiving workspace using pattern(s): [2021-01-21T18:46:54.640Z] Archives upload complete. [2021-01-21T18:46:54.640Z] INFO: archiving logs to Nexus