Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from cf4a297523e8c1596dfaf40076c202269d9b4183+668f0a3a269f3b051418dc2678a30c23b2beea7f (91b9ea0082560e943ed1c578cd4690848214c499) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-22925 in /w/workspace/edgexfoundry_edgex-go_PR-3075 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 668f0a3a269f3b051418dc2678a30c23b2beea7f into PR head commit cf4a297523e8c1596dfaf40076c202269d9b4183 > 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/3075/head:refs/remotes/origin/PR-3075 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cf4a297523e8c1596dfaf40076c202269d9b4183 # 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 668f0a3a269f3b051418dc2678a30c23b2beea7f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 Merge succeeded, producing 4649118d4a72cb963d8fbd644be1e3aaf7b138c8 Checking out Revision 4649118d4a72cb963d8fbd644be1e3aaf7b138c8 (PR-3075) > git config core.sparsecheckout # timeout=10 > git checkout -f 4649118d4a72cb963d8fbd644be1e3aaf7b138c8 # timeout=10 Commit message: "Merge commit '668f0a3a269f3b051418dc2678a30c23b2beea7f' into HEAD" > git rev-list --no-walk cf4a297523e8c1596dfaf40076c202269d9b4183 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-27T00:30:19.571Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-27T00:30:19.893Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-27T00:30:19.987Z] ========================================================= [2021-01-27T00:30:19.988Z] EdgeX Global Pipelines Version Info [2021-01-27T00:30:19.988Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-27T00:30:22.536Z] ------------------- [2021-01-27T00:30:22.536Z] stable info: [2021-01-27T00:30:22.536Z] ------------------- [2021-01-27T00:30:22.536Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-27T00:30:22.536Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-27T00:30:22.536Z] Message: update stable to v1.0.179 [2021-01-27T00:30:22.806Z] ------------------- [2021-01-27T00:30:22.806Z] experimental info: [2021-01-27T00:30:22.806Z] ------------------- [2021-01-27T00:30:22.806Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-27T00:30:22.806Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-27T00:30:22.806Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-27T00:30:23.088Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-27T00:30:23.263Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-27T00:30:23.363Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-27T00:30:23.460Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-27T00:30:23.552Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-27T00:30:23.661Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-27T00:30:23.779Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-27T00:30:23.864Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-27T00:30:23.951Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-27T00:30:24.034Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-27T00:30:24.119Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-27T00:30:24.211Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-27T00:30:24.296Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-27T00:30:24.392Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-27T00:30:24.526Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-27T00:30:24.619Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-27T00:30:24.738Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-27T00:30:24.832Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-27T00:30:24.933Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-27T00:30:25.014Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-27T00:30:25.117Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-27T00:30:25.205Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-27T00:30:25.321Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-27T00:30:25.422Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3075 [Pipeline] echo [2021-01-27T00:30:25.505Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3075 [Pipeline] echo [2021-01-27T00:30:25.593Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3075 [Pipeline] echo [2021-01-27T00:30:25.714Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4649118d4a72cb963d8fbd644be1e3aaf7b138c8 [Pipeline] echo [2021-01-27T00:30:25.804Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4649118 [Pipeline] echo [2021-01-27T00:30:25.900Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-27T00:30:26.126Z] provisioning config files... [2021-01-27T00:30:26.158Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config6117814264158105351tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-27T00:30:26.544Z] ---> docker-login.sh [2021-01-27T00:30:26.545Z] nexus3.edgexfoundry.org:10001 [2021-01-27T00:30:26.816Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:30:27.091Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:30:27.091Z] Configure a credential helper to remove this warning. See [2021-01-27T00:30:27.091Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:30:27.091Z] [2021-01-27T00:30:27.091Z] Login Succeeded [2021-01-27T00:30:27.091Z] nexus3.edgexfoundry.org:10002 [2021-01-27T00:30:27.354Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:30:27.354Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:30:27.354Z] Configure a credential helper to remove this warning. See [2021-01-27T00:30:27.354Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:30:27.354Z] [2021-01-27T00:30:27.354Z] Login Succeeded [2021-01-27T00:30:27.354Z] nexus3.edgexfoundry.org:10003 [2021-01-27T00:30:27.619Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:30:27.619Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:30:27.619Z] Configure a credential helper to remove this warning. See [2021-01-27T00:30:27.619Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:30:27.619Z] [2021-01-27T00:30:27.619Z] Login Succeeded [2021-01-27T00:30:27.619Z] nexus3.edgexfoundry.org:10004 [2021-01-27T00:30:27.619Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:30:27.883Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:30:27.883Z] Configure a credential helper to remove this warning. See [2021-01-27T00:30:27.883Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:30:27.883Z] [2021-01-27T00:30:27.883Z] Login Succeeded [2021-01-27T00:30:27.883Z] docker.io [2021-01-27T00:30:27.883Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:30:28.145Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:30:28.145Z] Configure a credential helper to remove this warning. See [2021-01-27T00:30:28.145Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:30:28.145Z] [2021-01-27T00:30:28.145Z] Login Succeeded [2021-01-27T00:30:28.145Z] ---> docker-login.sh ends [Pipeline] } [2021-01-27T00:30:28.157Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-27T00:30:28.623Z] ++ 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-27T00:30:28.624Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T00:30:28.624Z] ++ dirname cmd/core-command/Dockerfile [2021-01-27T00:30:28.624Z] ++ cut -d/ -f2 [2021-01-27T00:30:28.624Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-27T00:30:28.624Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T00:30:28.624Z] ++ dirname cmd/core-data/Dockerfile [2021-01-27T00:30:28.624Z] ++ cut -d/ -f2 [2021-01-27T00:30:28.624Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-27T00:30:28.624Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T00:30:28.624Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-27T00:30:28.624Z] ++ cut -d/ -f2 [2021-01-27T00:30:28.624Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-27T00:30:28.624Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T00:30:28.624Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-27T00:30:28.624Z] ++ cut -d/ -f2 [2021-01-27T00:30:28.624Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-27T00:30:28.624Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T00:30:28.624Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-27T00:30:28.624Z] ++ cut -d/ -f2 [2021-01-27T00:30:28.624Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-27T00:30:28.624Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T00:30:28.624Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-27T00:30:28.624Z] ++ cut -d/ -f2 [2021-01-27T00:30:28.624Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-27T00:30:28.624Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T00:30:28.624Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-27T00:30:28.624Z] ++ cut -d/ -f2 [2021-01-27T00:30:28.624Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-27T00:30:28.624Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T00:30:28.624Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-27T00:30:28.624Z] ++ cut -d/ -f2 [2021-01-27T00:30:28.624Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-27T00:30:28.624Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T00:30:28.624Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-27T00:30:28.624Z] ++ cut -d/ -f2 [2021-01-27T00:30:28.624Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-27T00:30:28.747Z] 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-27T00:30:29.858Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T00:30:29.858Z] [2021-01-27T00:30:29.858Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:30:30.242Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T00:30:30.242Z] latest: Pulling from edgex-devops/git-semver [2021-01-27T00:30:30.242Z] 31603596830f: Pulling fs layer [2021-01-27T00:30:30.242Z] 2a8b12db71e7: Pulling fs layer [2021-01-27T00:30:30.242Z] 6ca5941a6612: Pulling fs layer [2021-01-27T00:30:30.242Z] ecc8261a40a4: Pulling fs layer [2021-01-27T00:30:30.242Z] ecc8261a40a4: Waiting [2021-01-27T00:30:30.242Z] 2a8b12db71e7: Verifying Checksum [2021-01-27T00:30:30.242Z] 2a8b12db71e7: Download complete [2021-01-27T00:30:30.530Z] 31603596830f: Verifying Checksum [2021-01-27T00:30:30.530Z] 31603596830f: Download complete [2021-01-27T00:30:30.530Z] ecc8261a40a4: Verifying Checksum [2021-01-27T00:30:30.530Z] ecc8261a40a4: Download complete [2021-01-27T00:30:30.530Z] 6ca5941a6612: Verifying Checksum [2021-01-27T00:30:30.530Z] 6ca5941a6612: Download complete [2021-01-27T00:30:30.812Z] 31603596830f: Pull complete [2021-01-27T00:30:31.076Z] 2a8b12db71e7: Pull complete [2021-01-27T00:30:32.532Z] 6ca5941a6612: Pull complete [2021-01-27T00:30:32.797Z] ecc8261a40a4: Pull complete [2021-01-27T00:30:32.797Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-27T00:30:32.797Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T00:30:32.797Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-27T00:30:33.013Z] prd-centos7-docker-4c-2g-22925 does not seem to be running inside a container [2021-01-27T00:30:33.094Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-27T00:30:36.211Z] $ docker top cc95ea9a5ef70a3f858adf89c53eb362c5f12f90354f770cd50d57d9a59d1ddc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-27T00:30:36.538Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-27T00:30:36.538Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-27T00:30:36.794Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-27T00:30:36.800Z] $ docker exec cc95ea9a5ef70a3f858adf89c53eb362c5f12f90354f770cd50d57d9a59d1ddc ssh-agent [2021-01-27T00:30:36.986Z] SSH_AUTH_SOCK=/tmp/ssh-q4fg5cXY35ch/agent.12 [2021-01-27T00:30:36.986Z] SSH_AGENT_PID=18 [2021-01-27T00:30:37.002Z] Running ssh-add (command line suppressed) [2021-01-27T00:30:37.131Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_1909346253536700955.key (/w/workspace/edgex-go/2@tmp/private_key_1909346253536700955.key) [2021-01-27T00:30:37.191Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-27T00:30:37.531Z] + git tag --points-at HEAD [Pipeline] } [2021-01-27T00:30:37.556Z] $ docker exec --env ******** --env ******** cc95ea9a5ef70a3f858adf89c53eb362c5f12f90354f770cd50d57d9a59d1ddc ssh-agent -k [2021-01-27T00:30:37.678Z] unset SSH_AUTH_SOCK; [2021-01-27T00:30:37.678Z] unset SSH_AGENT_PID; [2021-01-27T00:30:37.678Z] echo Agent pid 18 killed; [2021-01-27T00:30:37.735Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-27T00:30:37.918Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-27T00:30:37.918Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-27T00:30:38.127Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-27T00:30:38.189Z] $ docker exec cc95ea9a5ef70a3f858adf89c53eb362c5f12f90354f770cd50d57d9a59d1ddc ssh-agent [2021-01-27T00:30:38.417Z] SSH_AUTH_SOCK=/tmp/ssh-YMr3WCY57D6i/agent.48 [2021-01-27T00:30:38.417Z] SSH_AGENT_PID=53 [2021-01-27T00:30:38.425Z] Running ssh-add (command line suppressed) [2021-01-27T00:30:38.606Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_8214013625198421529.key (/w/workspace/edgex-go/2@tmp/private_key_8214013625198421529.key) [2021-01-27T00:30:38.672Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-27T00:30:39.025Z] + git semver init [2021-01-27T00:30:39.026Z] # -> Open(): unable to determine branch for HEAD [2021-01-27T00:30:39.026Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-01-27T00:30:39.026Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-01-27T00:30:39.026Z] # $SEMVER_REMOTE_NAME = origin [2021-01-27T00:30:39.026Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-27T00:30:39.026Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-27T00:30:39.026Z] # $SEMVER_BRANCH = PR-3075 [2021-01-27T00:30:39.026Z] # $SEMVER_TEMP = /tmp/semver-866465097 [2021-01-27T00:30:39.026Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-27T00:31:17.894Z] # '/tmp/semver-866465097' -> '/w/workspace/edgex-go/2/.semver' [2021-01-27T00:31:18.496Z] # -> Force: false [2021-01-27T00:31:18.496Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-01-27T00:31:18.514Z] $ docker exec --env ******** --env ******** cc95ea9a5ef70a3f858adf89c53eb362c5f12f90354f770cd50d57d9a59d1ddc ssh-agent -k [2021-01-27T00:31:18.787Z] unset SSH_AUTH_SOCK; [2021-01-27T00:31:18.788Z] unset SSH_AGENT_PID; [2021-01-27T00:31:18.788Z] echo Agent pid 53 killed; [2021-01-27T00:31:18.868Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-27T00:31:19.374Z] + git semver [Pipeline] } [2021-01-27T00:31:19.405Z] $ docker stop --time=1 cc95ea9a5ef70a3f858adf89c53eb362c5f12f90354f770cd50d57d9a59d1ddc [2021-01-27T00:31:21.261Z] $ docker rm -f cc95ea9a5ef70a3f858adf89c53eb362c5f12f90354f770cd50d57d9a59d1ddc [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-27T00:31:21.841Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-27T00:31:22.500Z] Stashed 1 file(s) [Pipeline] echo [2021-01-27T00:31:22.503Z] [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-27T00:31:23.463Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-27T00:31:23.784Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-27T00:31:24.131Z] + sudo service docker restart [2021-01-27T00:31:24.131Z] + true [2021-01-27T00:31:24.131Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-27T00:31:24.754Z] ========================================================= [2021-01-27T00:31:24.755Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-27T00:31:24.755Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:31:25.155Z] + 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-27T00:31:29.403Z] Sending build context to Docker daemon 327.1MB [2021-01-27T00:31:29.403Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-27T00:31:29.403Z] Step 2/6 : FROM ${BASE} [2021-01-27T00:31:29.403Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-27T00:31:29.403Z] 188c0c94c7c5: Pulling fs layer [2021-01-27T00:31:29.403Z] 0ef7d3d256c8: Pulling fs layer [2021-01-27T00:31:29.403Z] de9db76c5a1d: Pulling fs layer [2021-01-27T00:31:29.403Z] bca2f99d35d6: Pulling fs layer [2021-01-27T00:31:29.403Z] 93359f2a8cfa: Pulling fs layer [2021-01-27T00:31:29.403Z] 7c6f9722023f: Pulling fs layer [2021-01-27T00:31:29.403Z] a35cf1a2eb13: Pulling fs layer [2021-01-27T00:31:29.403Z] 93359f2a8cfa: Waiting [2021-01-27T00:31:29.403Z] 7c6f9722023f: Waiting [2021-01-27T00:31:29.403Z] a35cf1a2eb13: Waiting [2021-01-27T00:31:29.403Z] bca2f99d35d6: Waiting [2021-01-27T00:31:29.403Z] de9db76c5a1d: Verifying Checksum [2021-01-27T00:31:29.403Z] de9db76c5a1d: Download complete [2021-01-27T00:31:29.403Z] 0ef7d3d256c8: Verifying Checksum [2021-01-27T00:31:29.403Z] 0ef7d3d256c8: Download complete [2021-01-27T00:31:29.403Z] 93359f2a8cfa: Verifying Checksum [2021-01-27T00:31:29.403Z] 93359f2a8cfa: Download complete [2021-01-27T00:31:29.403Z] 7c6f9722023f: Verifying Checksum [2021-01-27T00:31:29.403Z] 7c6f9722023f: Download complete [2021-01-27T00:31:29.403Z] 188c0c94c7c5: Verifying Checksum [2021-01-27T00:31:29.403Z] 188c0c94c7c5: Download complete [2021-01-27T00:31:29.403Z] 188c0c94c7c5: Pull complete [2021-01-27T00:31:29.988Z] 0ef7d3d256c8: Pull complete [2021-01-27T00:31:30.565Z] de9db76c5a1d: Pull complete [2021-01-27T00:31:31.152Z] a35cf1a2eb13: Verifying Checksum [2021-01-27T00:31:31.152Z] a35cf1a2eb13: Download complete [2021-01-27T00:31:32.109Z] bca2f99d35d6: Verifying Checksum [2021-01-27T00:31:32.109Z] bca2f99d35d6: Download complete [2021-01-27T00:31:37.896Z] Still waiting to schedule task [2021-01-27T00:31:37.896Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-27T00:31:38.795Z] bca2f99d35d6: Pull complete [2021-01-27T00:31:38.795Z] 93359f2a8cfa: Pull complete [2021-01-27T00:31:38.795Z] 7c6f9722023f: Pull complete [2021-01-27T00:31:45.442Z] a35cf1a2eb13: Pull complete [2021-01-27T00:31:45.442Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-27T00:31:45.442Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-27T00:31:45.442Z] ---> a62c8e92a672 [2021-01-27T00:31:45.442Z] 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-27T00:31:45.442Z] ---> Running in f23dc2884acf [2021-01-27T00:31:46.022Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:31:47.415Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:31:49.343Z] (1/12) Installing libmagic (5.38-r0) [2021-01-27T00:31:49.343Z] (2/12) Installing file (5.38-r0) [2021-01-27T00:31:49.606Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-27T00:31:49.606Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-27T00:32:21.789Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-27T00:32:21.789Z] (6/12) Installing patch (2.7.6-r6) [2021-01-27T00:32:21.789Z] (7/12) Installing build-base (0.5-r2) [2021-01-27T00:32:21.789Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-27T00:32:21.789Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-27T00:32:21.789Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-27T00:32:21.789Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-27T00:32:21.789Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-27T00:32:21.789Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:32:21.789Z] OK: 233 MiB in 51 packages [2021-01-27T00:32:23.723Z] Removing intermediate container f23dc2884acf [2021-01-27T00:32:23.723Z] ---> 9e8ee7b507b1 [2021-01-27T00:32:23.723Z] Step 4/6 : WORKDIR /edgex-go [2021-01-27T00:32:23.723Z] ---> Running in 79000c4ed27d [2021-01-27T00:32:23.723Z] Removing intermediate container 79000c4ed27d [2021-01-27T00:32:23.723Z] ---> 1a33baf688db [2021-01-27T00:32:23.723Z] Step 5/6 : COPY go.mod . [2021-01-27T00:32:24.304Z] ---> 3e3d31d652f2 [2021-01-27T00:32:24.304Z] Step 6/6 : RUN go mod download [2021-01-27T00:32:24.304Z] ---> Running in 3768141002c4 [2021-01-27T00:32:46.357Z] Removing intermediate container 3768141002c4 [2021-01-27T00:32:46.357Z] ---> 1dc53f678738 [2021-01-27T00:32:46.357Z] Successfully built 1dc53f678738 [2021-01-27T00:32:46.357Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:32:46.688Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-27T00:32:46.688Z] . [Pipeline] withDockerContainer [2021-01-27T00:32:46.814Z] prd-centos7-docker-4c-2g-22925 does not seem to be running inside a container [2021-01-27T00:32:46.893Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-27T00:32:48.071Z] $ docker top 363c038e02a680f37afecda52382b1ad8d5ebc9a96b7cdd6221f1f5a631b2e90 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T00:32:48.614Z] + go version [2021-01-27T00:32:48.615Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-27T00:32:48.637Z] $ docker stop --time=1 363c038e02a680f37afecda52382b1ad8d5ebc9a96b7cdd6221f1f5a631b2e90 [2021-01-27T00:32:50.090Z] $ docker rm -f 363c038e02a680f37afecda52382b1ad8d5ebc9a96b7cdd6221f1f5a631b2e90 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:32:51.016Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-27T00:32:51.016Z] . [Pipeline] withDockerContainer [2021-01-27T00:32:51.137Z] prd-centos7-docker-4c-2g-22925 does not seem to be running inside a container [2021-01-27T00:32:51.343Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-27T00:32:52.142Z] $ docker top ac4f23a8121b3f04815ef2a1ff0987b7faed7c2b1864fd4554774dda990cb097 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-27T00:32:52.364Z] ========================================================= [2021-01-27T00:32:52.365Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-27T00:32:52.365Z] ========================================================= [Pipeline] sh [2021-01-27T00:32:52.691Z] + make test [2021-01-27T00:32:52.691Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-27T00:33:01.802Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-27T00:33:20.172Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-27T00:33:30.379Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-27T00:33:30.379Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-27T00:33:30.379Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-27T00:33:30.379Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-27T00:33:35.839Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-27T00:33:35.839Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-27T00:33:35.839Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-27T00:33:35.839Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-27T00:33:35.839Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-27T00:33:35.839Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-27T00:33:38.530Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-27T00:33:38.530Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-27T00:33:38.530Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-27T00:33:41.241Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.170s coverage: 46.6% of statements [2021-01-27T00:33:41.241Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-27T00:33:41.241Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-27T00:33:41.241Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-27T00:33:41.241Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-27T00:33:41.241Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-27T00:33:48.030Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.297s coverage: 27.1% of statements [2021-01-27T00:33:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-27T00:33:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-27T00:33:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-27T00:33:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-27T00:33:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-27T00:33:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-27T00:33:48.030Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements [2021-01-27T00:33:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-27T00:33:48.030Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.054s coverage: 100.0% of statements [2021-01-27T00:33:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-27T00:33:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-27T00:33:48.030Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.167s coverage: 65.8% of statements [2021-01-27T00:33:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-27T00:33:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-27T00:33:48.030Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.166s coverage: 82.3% of statements [2021-01-27T00:33:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-27T00:33:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-27T00:33:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-27T00:33:48.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-27T00:33:49.490Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.600s coverage: 28.6% of statements [2021-01-27T00:33:49.490Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-27T00:33:49.490Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-27T00:33:49.490Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-27T00:33:49.490Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-27T00:33:49.490Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-27T00:33:49.490Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.104s coverage: 100.0% of statements [2021-01-27T00:33:49.490Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-27T00:33:49.490Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.051s coverage: 100.0% of statements [2021-01-27T00:33:49.490Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-27T00:33:50.967Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.196s coverage: 86.7% of statements [2021-01-27T00:33:50.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-27T00:33:50.967Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.190s coverage: 97.5% of statements [2021-01-27T00:33:50.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-27T00:33:50.967Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.106s coverage: 78.3% of statements [2021-01-27T00:33:50.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-27T00:33:50.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-27T00:33:50.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-27T00:33:50.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-27T00:33:56.481Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.630s coverage: 92.8% of statements [2021-01-27T00:33:56.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-27T00:33:56.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-27T00:33:56.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-27T00:33:56.481Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-27T00:33:56.481Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-27T00:33:56.481Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-27T00:33:56.481Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-27T00:33:56.481Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-27T00:33:56.481Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-27T00:33:56.481Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-27T00:33:56.481Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-27T00:33:56.481Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-27T00:33:56.481Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-27T00:33:56.481Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-27T00:33:56.481Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-27T00:33:56.481Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-27T00:33:56.481Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-27T00:33:56.481Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-27T00:33:56.481Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.040s coverage: 58.8% of statements [2021-01-27T00:33:56.481Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-27T00:33:56.481Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-27T00:33:56.481Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.160s coverage: 0.1% of statements [2021-01-27T00:33:56.481Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-27T00:33:56.481Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-27T00:33:56.481Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-27T00:33:56.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.084s coverage: 43.8% of statements [2021-01-27T00:33:56.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.229s coverage: 79.5% of statements [2021-01-27T00:33:56.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.048s coverage: 94.1% of statements [2021-01-27T00:33:56.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.059s coverage: 96.3% of statements [2021-01-27T00:33:56.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.103s coverage: 87.5% of statements [2021-01-27T00:34:09.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.094s coverage: 94.4% of statements [2021-01-27T00:34:09.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.048s coverage: 44.8% of statements [2021-01-27T00:34:09.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-27T00:34:09.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-27T00:34:09.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-27T00:34:09.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-27T00:34:09.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.095s coverage: 87.2% of statements [2021-01-27T00:34:09.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-27T00:34:09.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-27T00:34:09.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.036s coverage: 100.0% of statements [2021-01-27T00:34:09.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-27T00:34:09.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.294s coverage: 75.5% of statements [2021-01-27T00:34:09.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-27T00:34:09.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.079s coverage: 80.8% of statements [2021-01-27T00:34:09.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.106s coverage: 87.2% of statements [2021-01-27T00:34:09.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.093s coverage: 84.2% of statements [2021-01-27T00:34:09.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.323s coverage: 91.4% of statements [2021-01-27T00:34:09.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-27T00:34:09.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.185s coverage: 63.5% of statements [2021-01-27T00:34:09.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-27T00:34:09.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-27T00:34:09.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements [2021-01-27T00:34:09.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.049s coverage: 91.3% of statements [2021-01-27T00:34:09.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-01-27T00:34:09.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.178s coverage: 73.7% of statements [2021-01-27T00:34:09.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.040s coverage: 100.0% of statements [2021-01-27T00:34:09.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.505s coverage: 68.9% of statements [2021-01-27T00:34:09.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-27T00:34:09.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-27T00:34:09.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-27T00:34:09.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-27T00:34:09.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-27T00:34:09.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.182s coverage: 37.0% of statements [2021-01-27T00:34:09.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-27T00:34:09.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-27T00:34:10.165Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.643s coverage: 84.0% of statements [2021-01-27T00:34:10.165Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.094s coverage: 100.0% of statements [2021-01-27T00:34:12.819Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.165s coverage: 47.1% of statements [2021-01-27T00:34:12.819Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-27T00:34:12.819Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-27T00:34:12.819Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-27T00:34:12.819Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-27T00:34:12.820Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-27T00:34:12.820Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.074s coverage: 100.0% of statements [2021-01-27T00:34:12.820Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-27T00:34:12.820Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.091s coverage: 100.0% of statements [2021-01-27T00:34:12.820Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-27T00:34:15.479Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.922s coverage: 29.1% of statements [2021-01-27T00:34:15.480Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-27T00:34:15.480Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-27T00:34:15.480Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-27T00:34:15.480Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-27T00:34:15.480Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-27T00:34:15.480Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.095s coverage: 99.0% of statements [2021-01-27T00:34:15.480Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-27T00:34:15.480Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.059s coverage: 100.0% of statements [2021-01-27T00:34:15.480Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-27T00:34:15.480Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.035s coverage: 0.0% of statements [2021-01-27T00:34:15.480Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-27T00:34:15.480Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements [2021-01-27T00:34:15.480Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-27T00:34:15.480Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-27T00:34:15.480Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-27T00:34:15.480Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-27T00:34:15.480Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.070s coverage: 87.9% of statements [2021-01-27T00:34:15.480Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-27T00:34:15.480Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-27T00:34:15.480Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements [2021-01-27T00:34:15.480Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.134s coverage: 32.1% of statements [2021-01-27T00:34:16.436Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.052s coverage: 100.0% of statements [2021-01-27T00:34:16.714Z] GO111MODULE=on go vet ./... [2021-01-27T00:34:55.841Z] gofmt -l . [2021-01-27T00:34:55.841Z] [ "`gofmt -l .`" = "" ] [2021-01-27T00:34:55.841Z] ./bin/test-go-mod-tidy.sh [2021-01-27T00:34:55.841Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-27T00:34:56.516Z] + ls -al . [2021-01-27T00:34:56.516Z] total 668 [2021-01-27T00:34:56.516Z] drwxrwxr-x 10 1001 1001 4096 Jan 27 00:34 . [2021-01-27T00:34:56.516Z] drwxr-xr-x 4 root root 28 Jan 27 00:32 .. [2021-01-27T00:34:56.516Z] -rw-rw-r-- 1 1001 1001 11 Jan 27 00:30 .dockerignore [2021-01-27T00:34:56.516Z] drwxrwxr-x 8 1001 1001 179 Jan 27 00:30 .git [2021-01-27T00:34:56.516Z] drwxrwxr-x 3 1001 1001 125 Jan 27 00:30 .github [2021-01-27T00:34:56.516Z] -rw-rw-r-- 1 1001 1001 872 Jan 27 00:30 .gitignore [2021-01-27T00:34:56.516Z] drwx------ 3 1001 1001 60 Jan 27 00:31 .semver [2021-01-27T00:34:56.516Z] -rw-rw-r-- 1 1001 1001 166 Jan 27 00:30 .sonarcloud.properties [2021-01-27T00:34:56.516Z] -rw-rw-r-- 1 1001 1001 7859 Jan 27 00:30 Attribution.txt [2021-01-27T00:34:56.516Z] -rw-rw-r-- 1 1001 1001 3804 Jan 27 00:30 CONTRIBUTING.md [2021-01-27T00:34:56.516Z] -rw-rw-r-- 1 1001 1001 931 Jan 27 00:30 Dockerfile.build [2021-01-27T00:34:56.516Z] -rw-rw-r-- 1 1001 1001 863 Jan 27 00:30 Jenkinsfile [2021-01-27T00:34:56.516Z] -rw-rw-r-- 1 1001 1001 10775 Jan 27 00:30 LICENSE [2021-01-27T00:34:56.516Z] -rw-rw-r-- 1 1001 1001 6001 Jan 27 00:30 Makefile [2021-01-27T00:34:56.516Z] -rw-rw-r-- 1 1001 1001 6524 Jan 27 00:30 README.md [2021-01-27T00:34:56.516Z] -rw-rw-r-- 1 1001 1001 6755 Jan 27 00:30 SECURITY.md [2021-01-27T00:34:56.516Z] -rw-rw-r-- 1 1001 1001 5 Jan 27 00:31 VERSION [2021-01-27T00:34:56.516Z] -rw-rw-r-- 1 1001 1001 4131 Jan 27 00:30 ZMQWindows.md [2021-01-27T00:34:56.516Z] drwxrwxr-x 2 1001 1001 117 Jan 27 00:30 bin [2021-01-27T00:34:56.516Z] drwxrwxr-x 15 1001 1001 4096 Jan 27 00:30 cmd [2021-01-27T00:34:56.516Z] -rw-r--r-- 1 root root 564700 Jan 27 00:34 coverage.out [2021-01-27T00:34:56.516Z] -rw-r--r-- 1 root root 1053 Jan 27 00:34 go.mod [2021-01-27T00:34:56.516Z] -rw-r--r-- 1 root root 19105 Jan 27 00:34 go.sum [2021-01-27T00:34:56.516Z] drwxrwxr-x 8 1001 1001 127 Jan 27 00:30 internal [2021-01-27T00:34:56.516Z] drwxrwxr-x 4 1001 1001 26 Jan 27 00:30 openapi [2021-01-27T00:34:56.516Z] drwxrwxr-x 4 1001 1001 71 Jan 27 00:30 snap [2021-01-27T00:34:56.516Z] -rw-rw-r-- 1 1001 1001 168 Jan 27 00:30 version.go [Pipeline] sh [2021-01-27T00:34:56.825Z] + '[' -e coverage.out ] [2021-01-27T00:34:56.825Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-27T00:34:57.162Z] Stashed 1 file(s) [Pipeline] sh [2021-01-27T00:34:57.466Z] + make build [2021-01-27T00:34:57.466Z] 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-27T00:35:00.821Z] 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-27T00:35:13.191Z] 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-27T00:35:13.772Z] 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-27T00:35:16.544Z] 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-27T00:35:17.127Z] 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-27T00:35:19.469Z] 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-27T00:35:21.449Z] 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-27T00:35:23.457Z] 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-27T00:35:26.103Z] 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-27T00:35:28.100Z] 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-27T00:35:30.095Z] 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-27T00:35:32.083Z] 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-27T00:35:34.784Z] $ docker stop --time=1 ac4f23a8121b3f04815ef2a1ff0987b7faed7c2b1864fd4554774dda990cb097 [2021-01-27T00:35:36.739Z] $ docker rm -f ac4f23a8121b3f04815ef2a1ff0987b7faed7c2b1864fd4554774dda990cb097 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:35:38.807Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-27T00:35:38.807Z] [2021-01-27T00:35:38.807Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:35:39.166Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-27T00:35:39.166Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-27T00:35:39.166Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-27T00:35:39.167Z] ca9280d653b3: Pulling fs layer [2021-01-27T00:35:39.167Z] 7e9c9ca2126c: Pulling fs layer [2021-01-27T00:35:39.433Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-27T00:35:39.433Z] cbdbe7a5bc2a: Download complete [2021-01-27T00:35:39.707Z] cbdbe7a5bc2a: Pull complete [2021-01-27T00:35:40.293Z] ca9280d653b3: Download complete [2021-01-27T00:35:41.269Z] ca9280d653b3: Pull complete [2021-01-27T00:35:41.534Z] 7e9c9ca2126c: Verifying Checksum [2021-01-27T00:35:41.534Z] 7e9c9ca2126c: Download complete [2021-01-27T00:35:49.760Z] 7e9c9ca2126c: Pull complete [2021-01-27T00:35:49.760Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-27T00:35:49.760Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-27T00:35:49.760Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-27T00:35:49.960Z] prd-centos7-docker-4c-2g-22925 does not seem to be running inside a container [2021-01-27T00:35:50.026Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-27T00:35:52.868Z] $ docker top b4d5cd16f2d81ae0d05629435f327a214165e41285a852d13f843aa07404f7a4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T00:35:53.378Z] + docker-compose build --help [2021-01-27T00:35:53.378Z] + grep parallel [2021-01-27T00:35:54.337Z] --parallel Build images in parallel. [Pipeline] } [2021-01-27T00:35:54.626Z] $ docker stop --time=1 b4d5cd16f2d81ae0d05629435f327a214165e41285a852d13f843aa07404f7a4 [2021-01-27T00:35:56.049Z] $ docker rm -f b4d5cd16f2d81ae0d05629435f327a214165e41285a852d13f843aa07404f7a4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:35:56.723Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-27T00:35:56.724Z] . [Pipeline] withDockerContainer [2021-01-27T00:35:56.841Z] prd-centos7-docker-4c-2g-22925 does not seem to be running inside a container [2021-01-27T00:35:56.914Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-27T00:35:57.618Z] $ docker top 46a8da0c0346b2ed41aba28647e6f99a0612cd9e36571dfce519faf19d8d6ad6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T00:35:58.156Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-27T00:35:59.578Z] Building docker-core-command-go ... [2021-01-27T00:35:59.578Z] Building docker-core-data-go ... [2021-01-27T00:35:59.578Z] Building docker-core-metadata-go ... [2021-01-27T00:35:59.578Z] Building docker-security-bootstrapper-go ... [2021-01-27T00:35:59.578Z] Building docker-security-proxy-setup-go ... [2021-01-27T00:35:59.578Z] Building docker-security-secretstore-setup-go ... [2021-01-27T00:35:59.578Z] Building docker-support-notifications-go ... [2021-01-27T00:35:59.578Z] Building docker-support-scheduler-go ... [2021-01-27T00:35:59.578Z] Building docker-sys-mgmt-agent-go ... [2021-01-27T00:35:59.578Z] Building docker-support-notifications-go [2021-01-27T00:35:59.578Z] Building docker-security-bootstrapper-go [2021-01-27T00:35:59.578Z] Building docker-security-proxy-setup-go [2021-01-27T00:35:59.578Z] Building docker-sys-mgmt-agent-go [2021-01-27T00:35:59.578Z] Building docker-core-command-go [2021-01-27T00:36:38.585Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:36:38.585Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:36:38.585Z] ---> 1dc53f678738 [2021-01-27T00:36:38.585Z] Step 3/22 : WORKDIR /edgex-go [2021-01-27T00:36:38.585Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:36:38.585Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:36:38.585Z] ---> 1dc53f678738 [2021-01-27T00:36:38.585Z] Step 3/21 : WORKDIR /edgex-go [2021-01-27T00:36:38.585Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:36:38.585Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:36:38.585Z] ---> 1dc53f678738 [2021-01-27T00:36:38.585Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T00:36:38.585Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:36:38.585Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:36:38.585Z] ---> 1dc53f678738 [2021-01-27T00:36:38.585Z] Step 3/26 : WORKDIR /edgex-go [2021-01-27T00:36:38.585Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:36:38.585Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:36:38.585Z] ---> 1dc53f678738 [2021-01-27T00:36:38.585Z] Step 3/33 : WORKDIR /edgex-go [2021-01-27T00:36:38.585Z] ---> Running in dc116424dffc [2021-01-27T00:36:38.585Z] ---> Running in e614b18e550f [2021-01-27T00:36:38.585Z] ---> Running in db6fd6575bdf [2021-01-27T00:36:38.585Z] ---> Running in 0948868a49b8 [2021-01-27T00:36:38.585Z] ---> Running in 3ddfae26b78a [2021-01-27T00:36:39.189Z] Removing intermediate container db6fd6575bdf [2021-01-27T00:36:39.189Z] ---> ec62fd1b9911 [2021-01-27T00:36:39.189Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:36:39.189Z] Removing intermediate container 3ddfae26b78a [2021-01-27T00:36:39.189Z] ---> 237e04a30d44 [2021-01-27T00:36:39.189Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:36:39.189Z] Removing intermediate container dc116424dffc [2021-01-27T00:36:39.189Z] ---> 62a97d6e6099 [2021-01-27T00:36:39.189Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:36:39.189Z] Removing intermediate container 0948868a49b8 [2021-01-27T00:36:39.189Z] ---> 4290a3f353fa [2021-01-27T00:36:39.189Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:36:39.189Z] Removing intermediate container e614b18e550f [2021-01-27T00:36:39.189Z] ---> 9ddc32b93fb7 [2021-01-27T00:36:39.189Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:36:39.458Z] ---> Running in 1bd456ae2d4f [2021-01-27T00:36:39.458Z] ---> Running in 517430aa9b28 [2021-01-27T00:36:39.458Z] ---> Running in 04cd68cb3d86 [2021-01-27T00:36:39.458Z] ---> Running in 37caa6ad9929 [2021-01-27T00:36:39.458Z] ---> Running in 3ca37876ab98 [2021-01-27T00:36:42.855Z] Removing intermediate container 37caa6ad9929 [2021-01-27T00:36:42.855Z] ---> 75d163b671ad [2021-01-27T00:36:42.855Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-27T00:36:42.855Z] Removing intermediate container 1bd456ae2d4f [2021-01-27T00:36:42.855Z] ---> 419353dd0b72 [2021-01-27T00:36:42.855Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-27T00:36:42.855Z] Removing intermediate container 517430aa9b28 [2021-01-27T00:36:42.855Z] ---> d2dee4efd123 [2021-01-27T00:36:42.855Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-27T00:36:43.126Z] ---> Running in b4a20554925b [2021-01-27T00:36:43.401Z] ---> Running in 4a56560a288b [2021-01-27T00:36:43.401Z] Removing intermediate container 04cd68cb3d86 [2021-01-27T00:36:43.401Z] ---> 385eb8a4a9b3 [2021-01-27T00:36:43.401Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-27T00:36:43.401Z] ---> Running in dfb169929f4c [2021-01-27T00:36:43.401Z] Removing intermediate container 3ca37876ab98 [2021-01-27T00:36:43.401Z] ---> a2fa730baf98 [2021-01-27T00:36:43.401Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-27T00:36:43.401Z] ---> Running in bef50c6649c5 [2021-01-27T00:36:43.401Z] ---> Running in 3796c802f4a2 [2021-01-27T00:36:44.911Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:36:44.911Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:36:45.177Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:36:45.177Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:36:45.177Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:36:45.444Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:36:45.711Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:36:45.982Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:36:45.982Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:36:46.273Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:36:46.273Z] OK: 233 MiB in 51 packages [2021-01-27T00:36:46.562Z] OK: 233 MiB in 51 packages [2021-01-27T00:36:46.562Z] OK: 233 MiB in 51 packages [2021-01-27T00:36:47.194Z] OK: 233 MiB in 51 packages [2021-01-27T00:36:47.194Z] OK: 233 MiB in 51 packages [2021-01-27T00:36:47.194Z] Removing intermediate container b4a20554925b [2021-01-27T00:36:47.194Z] ---> 457f717c18e0 [2021-01-27T00:36:47.194Z] Step 6/33 : COPY go.mod . [2021-01-27T00:36:47.807Z] Removing intermediate container 3796c802f4a2 [2021-01-27T00:36:47.807Z] ---> 8a698ff4d238 [2021-01-27T00:36:47.807Z] Step 6/23 : COPY go.mod . [2021-01-27T00:36:47.807Z] ---> a8daa92f3906 [2021-01-27T00:36:47.807Z] Step 7/33 : RUN go mod download [2021-01-27T00:36:48.046Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-22936 in /w/workspace/edgexfoundry_edgex-go_PR-3075 [Pipeline] { [2021-01-27T00:36:48.076Z] Removing intermediate container dfb169929f4c [2021-01-27T00:36:48.076Z] ---> e39c0958bfa7 [2021-01-27T00:36:48.076Z] Step 6/21 : COPY go.mod . [2021-01-27T00:36:48.076Z] ---> Running in 5690a86ec87f [2021-01-27T00:36:48.076Z] Removing intermediate container bef50c6649c5 [2021-01-27T00:36:48.076Z] ---> ad3280aaa812 [2021-01-27T00:36:48.076Z] Step 6/22 : COPY go.mod . [Pipeline] ws [2021-01-27T00:36:48.103Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-27T00:36:48.390Z] ---> dcf08d91a664 [2021-01-27T00:36:48.390Z] Step 7/23 : RUN go mod download [2021-01-27T00:36:48.390Z] Removing intermediate container 4a56560a288b [2021-01-27T00:36:48.390Z] ---> f2005fef54c6 [2021-01-27T00:36:48.390Z] Step 6/26 : COPY go.mod . [2021-01-27T00:36:48.715Z] ---> Running in f91f9e2dd5fe [2021-01-27T00:36:48.715Z] ---> 535316eee3de [2021-01-27T00:36:48.715Z] Step 7/21 : RUN go mod download [2021-01-27T00:36:49.016Z] ---> d5e290367f26 [2021-01-27T00:36:49.016Z] Step 7/22 : RUN go mod download [2021-01-27T00:36:49.016Z] ---> Running in 9e19fb675a83 [2021-01-27T00:36:49.016Z] ---> Running in d6236653ab41 [2021-01-27T00:36:49.317Z] ---> 7edb96e03db6 [2021-01-27T00:36:49.317Z] Step 7/26 : RUN go mod download [2021-01-27T00:36:49.661Z] ---> Running in 283aac46f342 [2021-01-27T00:36:52.447Z] Removing intermediate container f91f9e2dd5fe [2021-01-27T00:36:52.447Z] ---> 1a40c802dba1 [2021-01-27T00:36:52.447Z] Step 8/23 : COPY . . [2021-01-27T00:36:52.447Z] Removing intermediate container 283aac46f342 [2021-01-27T00:36:52.447Z] ---> 1eb8e5b9d21b [2021-01-27T00:36:52.447Z] Step 8/26 : COPY . . [2021-01-27T00:36:52.447Z] Removing intermediate container 5690a86ec87f [2021-01-27T00:36:52.447Z] ---> 8e0ce5eabfb2 [2021-01-27T00:36:52.447Z] Step 8/33 : COPY . . [2021-01-27T00:36:52.447Z] Removing intermediate container d6236653ab41 [2021-01-27T00:36:52.447Z] ---> 53fa096e6bc0 [2021-01-27T00:36:52.447Z] Step 8/22 : COPY . . [2021-01-27T00:36:52.729Z] Removing intermediate container 9e19fb675a83 [2021-01-27T00:36:52.729Z] ---> a886a66c51b8 [2021-01-27T00:36:52.729Z] Step 8/21 : COPY . . [2021-01-27T00:36:52.998Z] using credential edgex-jenkins-ssh [2021-01-27T00:36:53.057Z] Cloning the remote Git repository [2021-01-27T00:36:53.110Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-27T00:36:53.222Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-27T00:36:53.289Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-27T00:36:53.290Z] > git --version # timeout=10 [2021-01-27T00:36:53.316Z] > git --version # 'git version 2.17.1' [2021-01-27T00:36:53.318Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T00:36:53.384Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T00:37:27.963Z] Merging remotes/origin/master commit 668f0a3a269f3b051418dc2678a30c23b2beea7f into PR head commit cf4a297523e8c1596dfaf40076c202269d9b4183 [2021-01-27T00:37:28.736Z] Merge succeeded, producing 0f9728b2a355c3c508a21d8dbe007d65eb08e301 [2021-01-27T00:37:28.736Z] Checking out Revision 0f9728b2a355c3c508a21d8dbe007d65eb08e301 (PR-3075) [2021-01-27T00:37:27.224Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-27T00:37:27.238Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T00:37:27.264Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-27T00:37:27.294Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-27T00:37:27.295Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T00:37:27.307Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3075/head:refs/remotes/origin/PR-3075 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-27T00:37:28.000Z] > git config core.sparsecheckout # timeout=10 [2021-01-27T00:37:28.031Z] > git checkout -f cf4a297523e8c1596dfaf40076c202269d9b4183 # timeout=10 [2021-01-27T00:37:28.371Z] > git remote # timeout=10 [2021-01-27T00:37:28.386Z] > git config --get remote.origin.url # timeout=10 [2021-01-27T00:37:28.401Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T00:37:28.411Z] > git merge 668f0a3a269f3b051418dc2678a30c23b2beea7f # timeout=10 [2021-01-27T00:37:28.737Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-27T00:37:28.758Z] > git config core.sparsecheckout # timeout=10 [2021-01-27T00:37:28.768Z] > git checkout -f 0f9728b2a355c3c508a21d8dbe007d65eb08e301 # timeout=10 [2021-01-27T00:37:33.247Z] Commit message: "Merge commit '668f0a3a269f3b051418dc2678a30c23b2beea7f' into HEAD" [2021-01-27T00:37:33.271Z] > git rev-list --no-walk cf4a297523e8c1596dfaf40076c202269d9b4183 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-27T00:37:35.078Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-27T00:37:35.528Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-27T00:37:35.871Z] + sudo service docker restart [2021-01-27T00:37:35.871Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-27T00:37:38.618Z] provisioning config files... [2021-01-27T00:37:38.659Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config2912609896181882730tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-27T00:37:39.070Z] ---> docker-login.sh [2021-01-27T00:37:39.070Z] nexus3.edgexfoundry.org:10001 [2021-01-27T00:37:39.975Z] ---> d9fcd96a66fa [2021-01-27T00:37:39.975Z] Step 9/33 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-27T00:37:39.975Z] ---> a3cc6811b674 [2021-01-27T00:37:39.975Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-27T00:37:39.975Z] ---> 1c1a420a7e31 [2021-01-27T00:37:39.975Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-27T00:37:39.975Z] ---> 403fa52fb7f9 [2021-01-27T00:37:39.975Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-27T00:37:39.975Z] ---> Running in 1e952a8b07eb [2021-01-27T00:37:39.975Z] ---> Running in d4b9f76011f2 [2021-01-27T00:37:39.975Z] ---> Running in b32355592534 [2021-01-27T00:37:39.975Z] ---> Running in fa357e202e7f [2021-01-27T00:37:39.975Z] ---> 03a225562dab [2021-01-27T00:37:39.975Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-27T00:37:39.975Z] ---> Running in 7304271c952e [2021-01-27T00:37:39.975Z] Removing intermediate container 1e952a8b07eb [2021-01-27T00:37:39.975Z] ---> 6f091e6720f0 [2021-01-27T00:37:39.975Z] Step 10/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-27T00:37:39.975Z] ---> Running in 6eadf2e89623 [2021-01-27T00:37:39.975Z] 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-27T00:37:39.975Z] 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-27T00:37:39.975Z] 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-27T00:37:39.975Z] 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-27T00:37:39.975Z] 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-27T00:37:40.055Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:37:40.329Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:37:40.329Z] Configure a credential helper to remove this warning. See [2021-01-27T00:37:40.329Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:37:40.329Z] [2021-01-27T00:37:40.329Z] Login Succeeded [2021-01-27T00:37:40.329Z] nexus3.edgexfoundry.org:10002 [2021-01-27T00:37:40.928Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:37:40.928Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:37:40.928Z] Configure a credential helper to remove this warning. See [2021-01-27T00:37:40.928Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:37:40.928Z] [2021-01-27T00:37:40.928Z] Login Succeeded [2021-01-27T00:37:40.928Z] nexus3.edgexfoundry.org:10003 [2021-01-27T00:37:41.539Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:37:41.539Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:37:41.539Z] Configure a credential helper to remove this warning. See [2021-01-27T00:37:41.539Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:37:41.539Z] [2021-01-27T00:37:41.539Z] Login Succeeded [2021-01-27T00:37:41.539Z] nexus3.edgexfoundry.org:10004 [2021-01-27T00:37:42.136Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:37:42.136Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:37:42.136Z] Configure a credential helper to remove this warning. See [2021-01-27T00:37:42.136Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:37:42.136Z] [2021-01-27T00:37:42.136Z] Login Succeeded [2021-01-27T00:37:42.136Z] docker.io [2021-01-27T00:37:42.407Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T00:37:42.679Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T00:37:42.679Z] Configure a credential helper to remove this warning. See [2021-01-27T00:37:42.679Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T00:37:42.679Z] [2021-01-27T00:37:42.679Z] Login Succeeded [2021-01-27T00:37:42.679Z] ---> docker-login.sh ends [Pipeline] } [2021-01-27T00:37:42.699Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-27T00:37:43.204Z] ========================================================= [2021-01-27T00:37:43.204Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-27T00:37:43.204Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:37:43.577Z] + 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-27T00:37:46.216Z] Sending build context to Docker daemon 165.9MB [2021-01-27T00:37:46.216Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-27T00:37:46.216Z] Step 2/6 : FROM ${BASE} [2021-01-27T00:37:46.216Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-27T00:37:46.216Z] 5f621e34cdf4: Pulling fs layer [2021-01-27T00:37:46.216Z] a4357932f1b6: Pulling fs layer [2021-01-27T00:37:46.216Z] 18c013af1878: Pulling fs layer [2021-01-27T00:37:46.216Z] 00ac8860ef70: Pulling fs layer [2021-01-27T00:37:46.216Z] 63d7cb157983: Pulling fs layer [2021-01-27T00:37:46.216Z] b116817d02f9: Pulling fs layer [2021-01-27T00:37:46.216Z] 745a02a5169b: Pulling fs layer [2021-01-27T00:37:46.216Z] 00ac8860ef70: Waiting [2021-01-27T00:37:46.216Z] 63d7cb157983: Waiting [2021-01-27T00:37:46.216Z] 745a02a5169b: Waiting [2021-01-27T00:37:46.216Z] 18c013af1878: Verifying Checksum [2021-01-27T00:37:46.216Z] 18c013af1878: Download complete [2021-01-27T00:37:46.216Z] a4357932f1b6: Verifying Checksum [2021-01-27T00:37:46.216Z] a4357932f1b6: Download complete [2021-01-27T00:37:46.216Z] 63d7cb157983: Download complete [2021-01-27T00:37:46.216Z] b116817d02f9: Download complete [2021-01-27T00:37:46.216Z] 5f621e34cdf4: Verifying Checksum [2021-01-27T00:37:46.216Z] 5f621e34cdf4: Download complete [2021-01-27T00:37:46.826Z] 5f621e34cdf4: Pull complete [2021-01-27T00:37:47.433Z] a4357932f1b6: Pull complete [2021-01-27T00:37:48.036Z] 18c013af1878: Pull complete [2021-01-27T00:37:50.025Z] 745a02a5169b: Verifying Checksum [2021-01-27T00:37:50.025Z] 745a02a5169b: Download complete [2021-01-27T00:37:51.476Z] 00ac8860ef70: Verifying Checksum [2021-01-27T00:37:51.476Z] 00ac8860ef70: Download complete [2021-01-27T00:38:01.625Z] 00ac8860ef70: Pull complete [2021-01-27T00:38:01.625Z] 63d7cb157983: Pull complete [2021-01-27T00:38:01.625Z] b116817d02f9: Pull complete [2021-01-27T00:38:05.045Z] 745a02a5169b: Pull complete [2021-01-27T00:38:05.045Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-27T00:38:05.045Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-27T00:38:05.045Z] ---> b7e6874047d6 [2021-01-27T00:38:05.045Z] 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-27T00:38:08.493Z] ---> Running in 50750508e931 [2021-01-27T00:38:09.479Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:38:10.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:38:12.416Z] (1/12) Installing libmagic (5.38-r0) [2021-01-27T00:38:13.014Z] (2/12) Installing file (5.38-r0) [2021-01-27T00:38:13.014Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-27T00:38:13.014Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-27T00:38:27.625Z] 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-27T00:38:27.625Z] 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-27T00:38:28.682Z] Removing intermediate container d4b9f76011f2 [2021-01-27T00:38:28.682Z] ---> e4f722a6eef7 [2021-01-27T00:38:28.682Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-27T00:38:30.722Z] + mkdir -p /tmp/build/dist/linux [2021-01-27T00:38:30.722Z] + cd /tmp/build/dist/linux [2021-01-27T00:38:30.722Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-27T00:38:30.722Z]  ---> Running in c1e11c110a72 [2021-01-27T00:38:30.722Z] Cloning into '.'... [2021-01-27T00:38:31.014Z] Removing intermediate container fa357e202e7f [2021-01-27T00:38:31.014Z] ---> 450e3783248c [2021-01-27T00:38:31.014Z] [2021-01-27T00:38:31.014Z] Step 10/22 : FROM alpine:3.12 [2021-01-27T00:38:31.302Z] Removing intermediate container b32355592534 [2021-01-27T00:38:31.302Z] ---> b250547883d1 [2021-01-27T00:38:31.302Z] [2021-01-27T00:38:31.302Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T00:38:31.302Z] 3.12: Pulling from library/alpine [2021-01-27T00:38:31.302Z] 3.12: Pulling from library/alpine [2021-01-27T00:38:31.309Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-27T00:38:31.309Z] (6/12) Installing patch (2.7.6-r6) [2021-01-27T00:38:31.309Z] (7/12) Installing build-base (0.5-r2) [2021-01-27T00:38:31.309Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-27T00:38:31.309Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-27T00:38:31.309Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-27T00:38:31.309Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-27T00:38:31.309Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-27T00:38:31.309Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:38:31.309Z] OK: 217 MiB in 51 packages [2021-01-27T00:38:31.574Z] + go get github.com/robfig/glock [2021-01-27T00:38:32.657Z] 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-27T00:38:32.657Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-27T00:38:32.657Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-27T00:38:32.657Z] Status: Downloaded newer image for alpine:3.12 [2021-01-27T00:38:32.657Z] Status: Downloaded newer image for alpine:3.12 [2021-01-27T00:38:32.657Z] ---> 389fef711851 [2021-01-27T00:38:32.657Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-27T00:38:32.657Z] ---> 389fef711851 [2021-01-27T00:38:32.657Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-27T00:38:33.931Z] Removing intermediate container 50750508e931 [2021-01-27T00:38:33.931Z] ---> 569450c420ec [2021-01-27T00:38:33.931Z] Step 4/6 : WORKDIR /edgex-go [2021-01-27T00:38:33.931Z] ---> Running in 6d30bbca01da [2021-01-27T00:38:34.215Z] Removing intermediate container 6d30bbca01da [2021-01-27T00:38:34.215Z] ---> e6443253d56e [2021-01-27T00:38:34.215Z] Step 5/6 : COPY go.mod . [2021-01-27T00:38:34.255Z] ---> Running in 4ce23ae967a9 [2021-01-27T00:38:34.255Z] ---> Running in d8144bc660dd [2021-01-27T00:38:34.255Z] Removing intermediate container 7304271c952e [2021-01-27T00:38:34.255Z] ---> 710e7c3c5a45 [2021-01-27T00:38:34.255Z] [2021-01-27T00:38:34.255Z] Step 10/21 : FROM alpine:3.12 [2021-01-27T00:38:34.255Z] ---> 389fef711851 [2021-01-27T00:38:34.255Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-27T00:38:34.527Z] ---> Running in 5c337eb1f7b6 [2021-01-27T00:38:34.823Z] ---> b17cdc9449aa [2021-01-27T00:38:34.823Z] Step 6/6 : RUN go mod download [2021-01-27T00:38:35.096Z] ---> Running in 47bb45ea009e [2021-01-27T00:38:35.562Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:38:35.562Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:38:35.919Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:38:35.919Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:38:35.919Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-27T00:38:35.919Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-27T00:38:35.919Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:38:35.919Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T00:38:35.919Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:38:36.335Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-27T00:38:36.335Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:38:36.335Z] Removing intermediate container c1e11c110a72 [2021-01-27T00:38:36.335Z] ---> fb418d37ef37 [2021-01-27T00:38:36.335Z] [2021-01-27T00:38:36.335Z] Step 11/26 : FROM docker:20.10.0 [2021-01-27T00:38:36.335Z] OK: 6 MiB in 15 packages [2021-01-27T00:38:36.335Z] OK: 6 MiB in 16 packages [2021-01-27T00:38:36.335Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:38:36.335Z] 20.10.0: Pulling from library/docker [2021-01-27T00:38:36.638Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-27T00:38:36.638Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T00:38:36.964Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-27T00:38:36.964Z] (4/4) Installing curl (7.69.1-r3) [2021-01-27T00:38:36.964Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:38:36.964Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T00:38:36.964Z] OK: 7 MiB in 18 packages [2021-01-27T00:38:39.777Z] Removing intermediate container d8144bc660dd [2021-01-27T00:38:39.777Z] ---> 9594c084256d [2021-01-27T00:38:39.777Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T00:38:39.777Z] Removing intermediate container 4ce23ae967a9 [2021-01-27T00:38:39.777Z] ---> 767b84bd1a81 [2021-01-27T00:38:39.777Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T00:38:39.777Z] ---> Running in 5c3376f12b1a [2021-01-27T00:38:40.150Z] Removing intermediate container 5c337eb1f7b6 [2021-01-27T00:38:40.150Z] ---> 9105c4836805 [2021-01-27T00:38:40.150Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-27T00:38:40.445Z] ---> Running in 0d72ee43000f [2021-01-27T00:38:40.812Z] ---> Running in a7fef4e29f1d [2021-01-27T00:38:40.812Z] Removing intermediate container 5c3376f12b1a [2021-01-27T00:38:40.812Z] ---> 1087210acb76 [2021-01-27T00:38:40.812Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-27T00:38:41.118Z] Removing intermediate container 0d72ee43000f [2021-01-27T00:38:41.118Z] ---> 73f7e88a72e2 [2021-01-27T00:38:41.118Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-27T00:38:41.118Z] ---> Running in ac398d9f7c35 [2021-01-27T00:38:44.529Z] ---> Running in b2e7f7b40f4b [2021-01-27T00:38:44.529Z] Removing intermediate container a7fef4e29f1d [2021-01-27T00:38:44.529Z] ---> 5312e85c9968 [2021-01-27T00:38:44.529Z] Step 13/21 : WORKDIR /edgex [2021-01-27T00:38:44.529Z] Removing intermediate container ac398d9f7c35 [2021-01-27T00:38:44.529Z] ---> 60b544d10a4f [2021-01-27T00:38:44.529Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-27T00:38:44.529Z] ---> Running in f26b0d029607 [2021-01-27T00:38:44.529Z] ---> Running in 6472abfcd98b [2021-01-27T00:38:44.529Z] Removing intermediate container b2e7f7b40f4b [2021-01-27T00:38:44.529Z] ---> 753aa798afb3 [2021-01-27T00:38:44.529Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-27T00:38:44.800Z] ---> Running in bf56ecdf861a [2021-01-27T00:38:44.800Z] Removing intermediate container f26b0d029607 [2021-01-27T00:38:44.800Z] ---> 869b0c0a9c81 [2021-01-27T00:38:44.800Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-27T00:38:44.800Z] Removing intermediate container 6472abfcd98b [2021-01-27T00:38:44.800Z] ---> 5c2f3404dae6 [2021-01-27T00:38:44.800Z] Step 15/23 : WORKDIR / [2021-01-27T00:38:45.071Z] ---> Running in e9fc283d141f [2021-01-27T00:38:45.072Z] Removing intermediate container bf56ecdf861a [2021-01-27T00:38:45.072Z] ---> 23e59f371ae1 [2021-01-27T00:38:45.072Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:38:46.084Z] + glock sync -n [2021-01-27T00:38:46.694Z]  ---> bf96d7163301 [2021-01-27T00:38:46.694Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-27T00:38:46.694Z] Removing intermediate container e9fc283d141f [2021-01-27T00:38:46.694Z] ---> d16f9d590fb4 [2021-01-27T00:38:46.694Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:38:47.290Z] ---> 919be44a2074 [2021-01-27T00:38:47.290Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-27T00:38:47.890Z] ---> 3b4f36bb6c46 [2021-01-27T00:38:47.890Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-27T00:38:47.890Z] ---> 9260f1bab23f [2021-01-27T00:38:47.890Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-27T00:38:48.888Z] ---> bbd2aa875c30 [2021-01-27T00:38:48.888Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-27T00:38:49.164Z] ---> 89b2e4aa0b3f [2021-01-27T00:38:49.164Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-27T00:38:49.164Z] ---> 8ffc4f830e91 [2021-01-27T00:38:49.164Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-27T00:38:49.164Z] ---> 248e02614d51 [2021-01-27T00:38:49.164Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-27T00:38:49.164Z] ---> Running in b670ea5d2602 [2021-01-27T00:38:49.457Z] ---> Running in a4b08aaa4b44 [2021-01-27T00:38:49.760Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-27T00:38:49.760Z] Removing intermediate container b670ea5d2602 [2021-01-27T00:38:49.760Z] ---> 5cb73c24dc70 [2021-01-27T00:38:49.760Z] Step 18/21 : CMD ["--init=true"] [2021-01-27T00:38:49.760Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-27T00:38:49.760Z] ---> aefe523efa57 [2021-01-27T00:38:49.760Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-27T00:38:50.045Z] ---> 4a2b1238fab2 [2021-01-27T00:38:50.045Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-27T00:38:50.045Z] Removing intermediate container a4b08aaa4b44 [2021-01-27T00:38:50.045Z] ---> 6196646466fe [2021-01-27T00:38:50.045Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:38:50.045Z] ---> Running in 67e72b118093 [2021-01-27T00:38:50.045Z] ---> Running in db9d771e09a4 [2021-01-27T00:38:50.330Z] ---> Running in 23a0d65c8dbf [2021-01-27T00:38:50.330Z] ---> Running in c859b202ebf9 [2021-01-27T00:38:50.604Z] Removing intermediate container db9d771e09a4 [2021-01-27T00:38:50.604Z] ---> 0ad57fee84c6 [2021-01-27T00:38:50.604Z] Step 19/21 : LABEL arch=x86_64 [2021-01-27T00:38:50.604Z] Removing intermediate container c859b202ebf9 [2021-01-27T00:38:50.604Z] ---> 673afde0fe10 [2021-01-27T00:38:50.604Z] Step 20/22 : LABEL arch=x86_64 [2021-01-27T00:38:50.890Z] Removing intermediate container 23a0d65c8dbf [2021-01-27T00:38:50.890Z] ---> caf1c92c5477 [2021-01-27T00:38:50.890Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:38:51.162Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-27T00:38:51.162Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-27T00:38:51.162Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-27T00:38:51.162Z] ---> Running in ea0d00958f82 [2021-01-27T00:38:51.162Z] ---> Running in 8a47fba8f7c2 [2021-01-27T00:38:51.162Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:38:51.443Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:38:51.443Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-27T00:38:51.443Z] + git describe '--abbrev=0' --tags [2021-01-27T00:38:51.443Z] + TAG=v0.6.1 [2021-01-27T00:38:51.443Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-27T00:38:51.443Z] + apk --print-arch [2021-01-27T00:38:51.443Z] building [dockerize] for amd64 ... [2021-01-27T00:38:51.443Z] + arch=x86_64 [2021-01-27T00:38:51.443Z] + echo 'building [dockerize] for amd64 ... ' [2021-01-27T00:38:51.443Z] + GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize [2021-01-27T00:38:51.443Z] (1/2) Installing readline (8.0.4-r0) [2021-01-27T00:38:51.443Z] (2/2) Installing bash (5.0.17-r0) [2021-01-27T00:38:51.443Z] Executing bash-5.0.17-r0.post-install [2021-01-27T00:38:51.716Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:38:51.716Z] OK: 12 MiB in 22 packages [2021-01-27T00:38:51.990Z] ---> Running in f3c97e9f6910 [2021-01-27T00:38:52.603Z] Removing intermediate container ea0d00958f82 [2021-01-27T00:38:52.603Z] ---> bc63ba42231a [2021-01-27T00:38:52.603Z] Step 21/22 : LABEL git_sha=4649118d4a72cb963d8fbd644be1e3aaf7b138c8 [2021-01-27T00:38:52.889Z] Removing intermediate container 8a47fba8f7c2 [2021-01-27T00:38:52.889Z] ---> ddd77969e107 [2021-01-27T00:38:52.889Z] Step 20/21 : LABEL git_sha=4649118d4a72cb963d8fbd644be1e3aaf7b138c8 [2021-01-27T00:38:52.889Z] ---> Running in 51a14e5f8d68 [2021-01-27T00:38:52.889Z] Removing intermediate container f3c97e9f6910 [2021-01-27T00:38:52.889Z] ---> 3e5a67abb161 [2021-01-27T00:38:52.889Z] Step 21/23 : LABEL arch=x86_64 [2021-01-27T00:38:52.889Z] ---> Running in d36fa9f60d06 [2021-01-27T00:38:53.211Z] ---> Running in 5e26878b4912 [2021-01-27T00:38:53.495Z] Removing intermediate container 51a14e5f8d68 [2021-01-27T00:38:53.495Z] ---> 70497b842f7f [2021-01-27T00:38:53.495Z] Step 22/22 : LABEL version=0.0.0 [2021-01-27T00:38:53.495Z] Removing intermediate container 67e72b118093 [2021-01-27T00:38:53.495Z] ---> 7d644bd6b8f1 [2021-01-27T00:38:53.495Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-27T00:38:53.495Z] Removing intermediate container d36fa9f60d06 [2021-01-27T00:38:53.495Z] ---> 91389275985c [2021-01-27T00:38:53.495Z] Step 21/21 : LABEL version=0.0.0 [2021-01-27T00:38:53.802Z] ---> Running in 2e8e5fb30ca3 [2021-01-27T00:38:53.802Z] ---> Running in 12ddbd19c875 [2021-01-27T00:38:53.802Z] Removing intermediate container 5e26878b4912 [2021-01-27T00:38:53.802Z] ---> f3931c29f69b [2021-01-27T00:38:53.802Z] Step 22/23 : LABEL git_sha=4649118d4a72cb963d8fbd644be1e3aaf7b138c8 [2021-01-27T00:38:54.814Z] ---> Running in 3caf076bf099 [2021-01-27T00:38:55.089Z] ---> Running in 9731dd16c3a8 [2021-01-27T00:38:55.369Z] Removing intermediate container 2e8e5fb30ca3 [2021-01-27T00:38:55.369Z] ---> 7005f20816c6 [2021-01-27T00:38:55.369Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-27T00:38:55.369Z] Removing intermediate container 12ddbd19c875 [2021-01-27T00:38:55.369Z] ---> cfe3ff603e57 [2021-01-27T00:38:55.369Z] [2021-01-27T00:38:55.369Z] Removing intermediate container 3caf076bf099 [2021-01-27T00:38:55.369Z] ---> 02cc20c63d1a [2021-01-27T00:38:55.369Z] [2021-01-27T00:38:55.369Z] ---> Running in 47d872aeb398 [2021-01-27T00:38:55.369Z] Removing intermediate container 9731dd16c3a8 [2021-01-27T00:38:55.369Z] ---> a38f8df81c8e [2021-01-27T00:38:55.369Z] Step 23/23 : LABEL version=0.0.0 [2021-01-27T00:38:55.654Z] ---> Running in b7a2baad666c [2021-01-27T00:38:55.930Z] Successfully built cfe3ff603e57 [2021-01-27T00:38:55.930Z] Successfully tagged docker-support-notifications-go:latest [2021-01-27T00:38:55.930Z] Building docker-core-metadata-go [2021-01-27T00:38:55.930Z]  Building docker-support-notifications-go ... done Removing intermediate container 47d872aeb398 [2021-01-27T00:38:55.930Z] ---> 11c64b510b7e [2021-01-27T00:38:55.930Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-27T00:38:55.930Z] Successfully built 02cc20c63d1a [2021-01-27T00:38:55.930Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-27T00:38:55.930Z] Building docker-security-secretstore-setup-go [2021-01-27T00:38:56.206Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 673404024d87 [2021-01-27T00:38:56.206Z] Removing intermediate container b7a2baad666c [2021-01-27T00:38:56.206Z] ---> f276a75fd4ba [2021-01-27T00:38:56.206Z] [2021-01-27T00:38:56.483Z] Successfully built f276a75fd4ba [2021-01-27T00:38:56.483Z] Removing intermediate container 673404024d87 [2021-01-27T00:38:56.483Z] ---> 48e798e70084 [2021-01-27T00:38:56.483Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-27T00:38:56.483Z] Successfully tagged docker-core-command-go:latest [2021-01-27T00:38:56.483Z] Building docker-core-data-go [2021-01-27T00:39:01.899Z] Removing intermediate container 47bb45ea009e [2021-01-27T00:39:01.899Z] ---> 3731fc452f1a [2021-01-27T00:39:01.899Z] Successfully built 3731fc452f1a [2021-01-27T00:39:01.899Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:39:01.991Z]  Building docker-core-command-go ... done  ---> fae40b9e7bd3 [2021-01-27T00:39:01.991Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-27T00:39:02.256Z] + docker inspect -f . ci-base-image-arm64 [2021-01-27T00:39:02.256Z] . [Pipeline] withDockerContainer [2021-01-27T00:39:02.504Z] prd-ubuntu18.04-docker-arm64-4c-16g-22936 does not seem to be running inside a container [2021-01-27T00:39:02.734Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-27T00:39:03.097Z] ---> b9f366d4529a [2021-01-27T00:39:03.097Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-27T00:39:04.299Z] $ docker top 34dfdc2ca66f876000b3b3eb05afbf9a766f5532f868707df1ed705611439855 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T00:39:05.252Z] + go version [2021-01-27T00:39:05.252Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-27T00:39:05.311Z] $ docker stop --time=1 34dfdc2ca66f876000b3b3eb05afbf9a766f5532f868707df1ed705611439855 [2021-01-27T00:39:05.830Z] ---> 4c6053d6bb42 [2021-01-27T00:39:05.830Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-27T00:39:05.830Z] ---> Running in 2f1f3644e7fd [2021-01-27T00:39:07.158Z] $ docker rm -f 34dfdc2ca66f876000b3b3eb05afbf9a766f5532f868707df1ed705611439855 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:39:08.143Z] + docker inspect -f . ci-base-image-arm64 [2021-01-27T00:39:08.143Z] . [Pipeline] withDockerContainer [2021-01-27T00:39:08.369Z] prd-ubuntu18.04-docker-arm64-4c-16g-22936 does not seem to be running inside a container [2021-01-27T00:39:08.488Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-27T00:39:09.847Z] $ docker top e24aeb08ae3f64909887371dd1da6eb9bf712414edbb6d64f25397ff48805ed1 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-27T00:39:10.192Z] ========================================================= [2021-01-27T00:39:10.192Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-27T00:39:10.192Z] ========================================================= [Pipeline] sh [2021-01-27T00:39:10.241Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:39:10.241Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:39:10.527Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-27T00:39:10.527Z] (2/33) Installing expat (2.2.9-r1) [2021-01-27T00:39:10.803Z] (3/33) Installing libffi (3.3-r2) [2021-01-27T00:39:10.803Z] (4/33) Installing gdbm (1.13-r1) [2021-01-27T00:39:10.803Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-27T00:39:10.803Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-27T00:39:10.803Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-27T00:39:10.845Z] + make test [2021-01-27T00:39:10.845Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-27T00:39:17.853Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-27T00:39:17.853Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-27T00:39:17.853Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-27T00:39:17.853Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-27T00:39:17.853Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-27T00:39:17.853Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-27T00:39:17.853Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-27T00:39:17.853Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-27T00:39:17.853Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-27T00:39:18.176Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-27T00:39:18.176Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-27T00:39:18.455Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-27T00:39:18.743Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-27T00:39:18.743Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-27T00:39:18.743Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-27T00:39:18.743Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-27T00:39:18.743Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-27T00:39:19.015Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-27T00:39:19.015Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-27T00:39:19.015Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-27T00:39:19.015Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-27T00:39:19.015Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-27T00:39:19.015Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-27T00:39:19.296Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-27T00:39:19.574Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-27T00:39:19.574Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-27T00:39:20.237Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:39:20.237Z] OK: 71 MiB in 55 packages [2021-01-27T00:39:23.653Z] + date [2021-01-27T00:39:23.653Z] + echo 'Wed Jan 27 00:39:23 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-27T00:39:23.653Z] Wed Jan 27 00:39:23 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-27T00:39:33.013Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-27T00:39:34.851Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:39:34.851Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:39:34.851Z] ---> 1dc53f678738 [2021-01-27T00:39:34.851Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T00:39:34.851Z] ---> Using cache [2021-01-27T00:39:34.851Z] ---> 9ddc32b93fb7 [2021-01-27T00:39:34.851Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:39:34.851Z] ---> Using cache [2021-01-27T00:39:34.851Z] ---> 75d163b671ad [2021-01-27T00:39:34.851Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-27T00:39:34.851Z] ---> Using cache [2021-01-27T00:39:34.851Z] ---> 457f717c18e0 [2021-01-27T00:39:34.851Z] Step 6/23 : COPY go.mod . [2021-01-27T00:39:34.851Z] ---> Using cache [2021-01-27T00:39:34.851Z] ---> a8daa92f3906 [2021-01-27T00:39:34.851Z] Step 7/23 : RUN go mod download [2021-01-27T00:39:34.851Z] ---> Using cache [2021-01-27T00:39:34.851Z] ---> 8e0ce5eabfb2 [2021-01-27T00:39:34.851Z] Step 8/23 : COPY . . [2021-01-27T00:39:34.851Z] ---> Using cache [2021-01-27T00:39:34.851Z] ---> d9fcd96a66fa [2021-01-27T00:39:34.851Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-27T00:39:34.851Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:39:34.851Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:39:34.851Z] ---> 1dc53f678738 [2021-01-27T00:39:34.851Z] Step 3/24 : WORKDIR /edgex-go [2021-01-27T00:39:34.851Z] ---> Using cache [2021-01-27T00:39:34.851Z] ---> 9ddc32b93fb7 [2021-01-27T00:39:34.851Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:39:34.851Z] ---> Using cache [2021-01-27T00:39:34.851Z] ---> 75d163b671ad [2021-01-27T00:39:34.851Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-27T00:39:34.851Z] ---> Using cache [2021-01-27T00:39:34.851Z] ---> 457f717c18e0 [2021-01-27T00:39:34.851Z] Step 6/24 : COPY go.mod . [2021-01-27T00:39:34.851Z] ---> Using cache [2021-01-27T00:39:34.851Z] ---> a8daa92f3906 [2021-01-27T00:39:34.851Z] Step 7/24 : RUN go mod download [2021-01-27T00:39:34.851Z] ---> Using cache [2021-01-27T00:39:34.851Z] ---> 8e0ce5eabfb2 [2021-01-27T00:39:34.851Z] Step 8/24 : COPY . . [2021-01-27T00:39:34.851Z] ---> Using cache [2021-01-27T00:39:34.851Z] ---> d9fcd96a66fa [2021-01-27T00:39:34.851Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-27T00:39:34.851Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:39:34.851Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:39:34.851Z] ---> 1dc53f678738 [2021-01-27T00:39:34.851Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T00:39:34.851Z] ---> Using cache [2021-01-27T00:39:34.851Z] ---> 9ddc32b93fb7 [2021-01-27T00:39:34.851Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:39:34.851Z] ---> Using cache [2021-01-27T00:39:34.851Z] ---> 75d163b671ad [2021-01-27T00:39:34.851Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-27T00:39:35.122Z] ---> Running in 7b51c13dd6d6 [2021-01-27T00:39:35.122Z] ---> Running in 3a0e005b8dfb [2021-01-27T00:39:35.122Z] ---> Running in c67325bce6ec [2021-01-27T00:39:37.783Z] 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-27T00:39:37.783Z] 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-27T00:39:37.783Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:39:38.799Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:39:40.297Z] OK: 233 MiB in 51 packages [2021-01-27T00:39:44.774Z] Removing intermediate container 3a0e005b8dfb [2021-01-27T00:39:44.775Z] ---> 44b6975beac9 [2021-01-27T00:39:44.775Z] Step 6/23 : COPY go.mod . [2021-01-27T00:39:46.290Z] ---> c65b3990e8e7 [2021-01-27T00:39:46.290Z] Step 7/23 : RUN go mod download [2021-01-27T00:39:47.808Z] ---> Running in 8e2b69f1dd3f [2021-01-27T00:39:51.269Z] Removing intermediate container 2f1f3644e7fd [2021-01-27T00:39:51.269Z] ---> 6d780da5313a [2021-01-27T00:39:51.269Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-27T00:39:51.269Z] ---> Running in cd63f372a3bb [2021-01-27T00:39:51.564Z] Removing intermediate container 8e2b69f1dd3f [2021-01-27T00:39:51.564Z] ---> b3e17f645e07 [2021-01-27T00:39:51.564Z] Step 8/23 : COPY . . [2021-01-27T00:40:01.866Z] Collecting docker-compose==1.23.2 [2021-01-27T00:40:01.866Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-27T00:40:02.158Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-27T00:40:02.445Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-27T00:40:03.973Z] Collecting docopt<0.7,>=0.6.1 [2021-01-27T00:40:03.973Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-27T00:40:05.589Z] Removing intermediate container 6eadf2e89623 [2021-01-27T00:40:05.589Z] ---> 90b4d0876728 [2021-01-27T00:40:05.589Z] [2021-01-27T00:40:05.589Z] Step 11/33 : FROM alpine:3.12 [2021-01-27T00:40:05.589Z] ---> 389fef711851 [2021-01-27T00:40:05.589Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-27T00:40:07.059Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-27T00:40:07.060Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-27T00:40:08.138Z] 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-27T00:40:09.583Z] 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-27T00:40:09.583Z] Collecting jsonschema<3,>=2.5.1 [2021-01-27T00:40:09.583Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-27T00:40:10.596Z] ---> Running in 1892f698dddf [2021-01-27T00:40:10.596Z] Collecting cached-property<2,>=1.2.0 [2021-01-27T00:40:10.596Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-27T00:40:11.190Z] Collecting PyYAML<4,>=3.10 [2021-01-27T00:40:11.190Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-27T00:40:11.779Z] Removing intermediate container 1892f698dddf [2021-01-27T00:40:11.779Z] ---> 1f8e35c5ba34 [2021-01-27T00:40:11.779Z] Step 13/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-27T00:40:12.269Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-27T00:40:12.789Z] ---> Running in d4e78673cb12 [2021-01-27T00:40:13.088Z] Collecting texttable<0.10,>=0.9.0 [2021-01-27T00:40:13.088Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-27T00:40:15.156Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-27T00:40:15.156Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-27T00:40:15.425Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:40:15.425Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:40:15.713Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-27T00:40:15.713Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-27T00:40:15.713Z] (3/3) Installing su-exec (0.2-r1) [2021-01-27T00:40:15.713Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:40:15.713Z] Collecting docker<4.0,>=3.6.0 [2021-01-27T00:40:15.999Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-27T00:40:15.999Z] OK: 6 MiB in 17 packages [2021-01-27T00:40:16.633Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-27T00:40:16.633Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-27T00:40:18.176Z] Collecting idna<2.8,>=2.5 [2021-01-27T00:40:18.176Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-27T00:40:18.176Z] 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-27T00:40:18.176Z] 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-27T00:40:18.176Z] Collecting docker-pycreds>=0.4.0 [2021-01-27T00:40:18.176Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-27T00:40:18.176Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-27T00:40:18.176Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-27T00:40:18.176Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-27T00:40:18.176Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-27T00:40:18.823Z] Installing collected packages: websocket-client, docopt, dockerpty, jsonschema, cached-property, PyYAML, texttable, urllib3, idna, requests, docker-pycreds, docker, docker-compose [2021-01-27T00:40:20.242Z] Running setup.py install for docopt: started [2021-01-27T00:40:21.357Z] Running setup.py install for docopt: finished with status 'done' [2021-01-27T00:40:21.357Z] Running setup.py install for dockerpty: started [2021-01-27T00:40:22.048Z] Removing intermediate container d4e78673cb12 [2021-01-27T00:40:22.048Z] ---> c21a36ce2252 [2021-01-27T00:40:22.048Z] Step 14/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-27T00:40:22.315Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-27T00:40:23.293Z] ---> Running in 1821a721d189 [2021-01-27T00:40:23.293Z] Running setup.py install for PyYAML: started [2021-01-27T00:40:25.886Z] Removing intermediate container 1821a721d189 [2021-01-27T00:40:25.886Z] ---> bb2e79b100af [2021-01-27T00:40:25.886Z] Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-27T00:40:25.886Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-27T00:40:26.492Z] Running setup.py install for texttable: started [2021-01-27T00:40:27.106Z] ---> Running in 9333faabacee [2021-01-27T00:40:27.106Z] Removing intermediate container c67325bce6ec [2021-01-27T00:40:27.106Z] ---> ddebddeaa451 [2021-01-27T00:40:27.106Z] [2021-01-27T00:40:27.106Z] Step 10/24 : FROM alpine:3.12 [2021-01-27T00:40:27.106Z] ---> 389fef711851 [2021-01-27T00:40:27.106Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-27T00:40:27.106Z] Running setup.py install for texttable: finished with status 'done' [2021-01-27T00:40:27.106Z] Attempting uninstall: urllib3 [2021-01-27T00:40:27.106Z] Found existing installation: urllib3 1.25.9 [2021-01-27T00:40:27.106Z] Uninstalling urllib3-1.25.9: [2021-01-27T00:40:27.391Z] ---> Running in ebeed9a5f398 [2021-01-27T00:40:27.391Z] Successfully uninstalled urllib3-1.25.9 [2021-01-27T00:40:27.391Z] ---> 95119976fb76 [2021-01-27T00:40:27.391Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-27T00:40:27.391Z] Removing intermediate container 7b51c13dd6d6 [2021-01-27T00:40:27.391Z] ---> b9ae5ec303b6 [2021-01-27T00:40:27.391Z] [2021-01-27T00:40:27.391Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T00:40:27.671Z] ---> 389fef711851 [2021-01-27T00:40:27.671Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-27T00:40:27.671Z] ---> Using cache [2021-01-27T00:40:27.671Z] ---> 9594c084256d [2021-01-27T00:40:27.671Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T00:40:27.671Z] ---> Using cache [2021-01-27T00:40:27.671Z] ---> 1087210acb76 [2021-01-27T00:40:27.671Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-27T00:40:27.936Z] Removing intermediate container 9333faabacee [2021-01-27T00:40:27.936Z] ---> 3c99b596c598 [2021-01-27T00:40:27.936Z] Step 16/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-27T00:40:28.213Z] ---> Running in ed781e677d38 [2021-01-27T00:40:28.213Z] Attempting uninstall: idna [2021-01-27T00:40:28.213Z] Found existing installation: idna 2.9 [2021-01-27T00:40:28.213Z] Uninstalling idna-2.9: [2021-01-27T00:40:28.213Z] Successfully uninstalled idna-2.9 [2021-01-27T00:40:28.213Z] ---> Running in 41070089a8b3 [2021-01-27T00:40:28.494Z] ---> Running in 400f3a8b1c80 [2021-01-27T00:40:28.762Z] Attempting uninstall: requests [2021-01-27T00:40:28.762Z] Found existing installation: requests 2.23.0 [2021-01-27T00:40:28.762Z] Uninstalling requests-2.23.0: [2021-01-27T00:40:28.762Z] Successfully uninstalled requests-2.23.0 [2021-01-27T00:40:29.053Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:40:29.053Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:40:29.053Z] Removing intermediate container 41070089a8b3 [2021-01-27T00:40:29.053Z] ---> 89cf3b1b2725 [2021-01-27T00:40:29.053Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-27T00:40:29.346Z] 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-27T00:40:29.622Z] ---> Running in f04644edf58c [2021-01-27T00:40:29.622Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-27T00:40:29.622Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T00:40:29.622Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-27T00:40:29.622Z] (4/5) Installing curl (7.69.1-r3) [2021-01-27T00:40:29.622Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-27T00:40:29.622Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:40:29.916Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T00:40:29.916Z] OK: 7 MiB in 19 packages [2021-01-27T00:40:31.946Z] Removing intermediate container f04644edf58c [2021-01-27T00:40:31.946Z] ---> c7549a9cede7 [2021-01-27T00:40:31.946Z] Step 15/23 : WORKDIR / [2021-01-27T00:40:32.217Z] 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-27T00:40:32.217Z] ---> Running in e06e7bd665b0 [2021-01-27T00:40:33.272Z] Removing intermediate container e06e7bd665b0 [2021-01-27T00:40:33.272Z] ---> 382d54931afd [2021-01-27T00:40:33.272Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:40:33.272Z] Removing intermediate container 400f3a8b1c80 [2021-01-27T00:40:33.272Z] ---> 889ac37137f5 [2021-01-27T00:40:33.272Z] Step 17/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-27T00:40:33.548Z] Removing intermediate container ebeed9a5f398 [2021-01-27T00:40:33.548Z] ---> 2429c444eca2 [2021-01-27T00:40:33.548Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-27T00:40:33.831Z] ---> Running in fd6c05dec079 [2021-01-27T00:40:33.831Z] ---> Running in acbbe5a0a829 [2021-01-27T00:40:33.831Z] ---> 7e89849f0735 [2021-01-27T00:40:33.831Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-27T00:40:34.845Z] Removing intermediate container acbbe5a0a829 [2021-01-27T00:40:34.845Z] ---> 051acd0e010f [2021-01-27T00:40:34.845Z] Step 13/24 : WORKDIR / [2021-01-27T00:40:34.845Z] Removing intermediate container fd6c05dec079 [2021-01-27T00:40:34.845Z] ---> a0807f98ddaf [2021-01-27T00:40:34.845Z] Step 18/33 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-27T00:40:35.135Z] ---> Running in d0111d7c306e [2021-01-27T00:40:35.705Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-27T00:40:35.706Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-27T00:40:35.706Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-27T00:40:35.706Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-27T00:40:36.614Z] ---> 13ad23c2f163 [2021-01-27T00:40:36.614Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-27T00:40:36.614Z] Removing intermediate container cd63f372a3bb [2021-01-27T00:40:36.614Z] ---> 166a15974f6e [2021-01-27T00:40:36.614Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-27T00:40:36.697Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-27T00:40:36.697Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-27T00:40:36.697Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-27T00:40:36.697Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-27T00:40:36.896Z] ---> 722f12e5b45f [2021-01-27T00:40:36.896Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-27T00:40:36.896Z] Removing intermediate container d0111d7c306e [2021-01-27T00:40:36.896Z] ---> 8dbac4263098 [2021-01-27T00:40:36.896Z] 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-27T00:40:36.896Z] ---> Running in 06f4c9b10f6c [2021-01-27T00:40:36.978Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-27T00:40:37.198Z] ---> e06af79be4e2 [2021-01-27T00:40:37.198Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-27T00:40:37.198Z] ---> Running in 471ec14f0573 [2021-01-27T00:40:37.830Z] ---> b47fec5edb51 [2021-01-27T00:40:37.830Z] 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-27T00:40:37.830Z] Removing intermediate container 471ec14f0573 [2021-01-27T00:40:37.830Z] ---> 15ec7c8737b2 [2021-01-27T00:40:37.830Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:40:38.119Z] ---> 488d520ad80c [2021-01-27T00:40:38.119Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-27T00:40:38.119Z] ---> Running in cb92e45a97f0 [2021-01-27T00:40:38.406Z] ---> Running in 63590c8ce3f7 [2021-01-27T00:40:38.406Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:40:38.406Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:40:38.692Z] ---> 5f299b8af6e4 [2021-01-27T00:40:38.692Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-27T00:40:38.692Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T00:40:38.692Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-27T00:40:38.692Z] (3/3) Installing curl (7.69.1-r3) [2021-01-27T00:40:38.692Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:40:38.692Z] Removing intermediate container cb92e45a97f0 [2021-01-27T00:40:38.692Z] ---> ad5205a6e302 [2021-01-27T00:40:38.692Z] Step 21/23 : LABEL arch=x86_64 [2021-01-27T00:40:38.976Z] OK: 72 MiB in 58 packages [2021-01-27T00:40:38.976Z] ---> Running in f1f30fee9917 [2021-01-27T00:40:39.650Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-27T00:40:41.283Z] Removing intermediate container f1f30fee9917 [2021-01-27T00:40:41.283Z] ---> 83cec79ae08c [2021-01-27T00:40:41.283Z] Step 22/23 : LABEL git_sha=4649118d4a72cb963d8fbd644be1e3aaf7b138c8 [2021-01-27T00:40:41.283Z] ---> d7425425577e [2021-01-27T00:40:41.283Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-27T00:40:41.283Z] ---> Running in 5ecb1426a1b2 [2021-01-27T00:40:41.743Z] Removing intermediate container 5ecb1426a1b2 [2021-01-27T00:40:41.743Z] ---> 7276256a836c [2021-01-27T00:40:41.743Z] Step 23/23 : LABEL version=0.0.0 [2021-01-27T00:40:42.472Z] Removing intermediate container 06f4c9b10f6c [2021-01-27T00:40:42.472Z] ---> f4a016c1c8c8 [2021-01-27T00:40:42.472Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-27T00:40:42.472Z] ---> Running in 7009219756b6 [2021-01-27T00:40:42.472Z] ---> Running in a7933fb0d898 [2021-01-27T00:40:42.876Z] ---> b445d43c15f0 [2021-01-27T00:40:42.876Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-27T00:40:42.876Z] Removing intermediate container 63590c8ce3f7 [2021-01-27T00:40:42.876Z] ---> beff9fcec5a9 [2021-01-27T00:40:42.876Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:40:42.876Z] Removing intermediate container 7009219756b6 [2021-01-27T00:40:42.876Z] ---> 796ccb15ae86 [2021-01-27T00:40:42.876Z] [2021-01-27T00:40:42.876Z] Removing intermediate container a7933fb0d898 [2021-01-27T00:40:42.876Z] ---> beee8271b921 [2021-01-27T00:40:42.876Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:40:43.248Z] ---> Running in 6ac21276e87e [2021-01-27T00:40:43.248Z] Successfully built 796ccb15ae86 [2021-01-27T00:40:43.248Z] Successfully tagged docker-core-metadata-go:latest [2021-01-27T00:40:43.248Z]  Building docker-core-metadata-go ... done Building docker-support-scheduler-go [2021-01-27T00:40:43.555Z] ---> 840dbe5e815e [2021-01-27T00:40:43.555Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-27T00:40:43.839Z] Removing intermediate container 6ac21276e87e [2021-01-27T00:40:43.839Z] ---> fde320bf9dff [2021-01-27T00:40:43.839Z] Step 24/26 : LABEL arch=x86_64 [2021-01-27T00:40:44.110Z] ---> 0bc6f8f2707f [2021-01-27T00:40:44.110Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-27T00:40:44.110Z] ---> Running in 33df64e5331f [2021-01-27T00:40:44.727Z] ---> 42835eda749e [2021-01-27T00:40:44.727Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-27T00:40:46.392Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-27T00:40:46.392Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-27T00:40:46.392Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-27T00:40:47.421Z] ---> 0fd655bb19dc [2021-01-27T00:40:47.421Z] 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-27T00:40:48.030Z] ---> 1f45fdc27187 [2021-01-27T00:40:48.030Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-27T00:40:48.318Z] Removing intermediate container 33df64e5331f [2021-01-27T00:40:48.318Z] ---> eedd0e25ab17 [2021-01-27T00:40:48.318Z] Step 25/26 : LABEL git_sha=4649118d4a72cb963d8fbd644be1e3aaf7b138c8 [2021-01-27T00:40:48.318Z] ---> Running in 07925597996d [2021-01-27T00:40:48.318Z] ---> Running in 2def31e17128 [2021-01-27T00:40:51.787Z] Removing intermediate container 2def31e17128 [2021-01-27T00:40:51.787Z] ---> 823a8bfd7f6f [2021-01-27T00:40:51.787Z] Step 26/26 : LABEL version=0.0.0 [2021-01-27T00:40:51.787Z] ---> 496796962834 [2021-01-27T00:40:51.787Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-27T00:40:51.787Z] ---> Running in b0432e01fbb4 [2021-01-27T00:40:52.428Z] ---> a676d8318253 [2021-01-27T00:40:52.428Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-27T00:40:52.708Z] Removing intermediate container b0432e01fbb4 [2021-01-27T00:40:52.708Z] ---> b7ecf985daa5 [2021-01-27T00:40:52.708Z] [2021-01-27T00:40:53.127Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.235s coverage: 46.6% of statements [2021-01-27T00:40:53.127Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-27T00:40:53.127Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-27T00:40:53.127Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-27T00:40:53.127Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-27T00:40:53.127Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-27T00:40:53.299Z] ---> Running in 0bf04745fe38 [2021-01-27T00:40:53.299Z] Successfully built b7ecf985daa5 [2021-01-27T00:40:53.595Z] Removing intermediate container 07925597996d [2021-01-27T00:40:53.595Z] ---> 296b1f6fe1ce [2021-01-27T00:40:53.595Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-27T00:40:53.595Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-27T00:40:53.595Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in 0dd480533990 [2021-01-27T00:40:53.910Z] Removing intermediate container 0bf04745fe38 [2021-01-27T00:40:53.910Z] ---> 59bbb893b9e5 [2021-01-27T00:40:53.910Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-27T00:40:55.415Z] Removing intermediate container 0dd480533990 [2021-01-27T00:40:55.415Z] ---> 4961aad7db67 [2021-01-27T00:40:55.415Z] Step 22/24 : LABEL arch=x86_64 [2021-01-27T00:40:56.419Z] ---> 5e60146de76e [2021-01-27T00:40:56.419Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-27T00:40:56.419Z] ---> Running in 8b3a25acc100 [2021-01-27T00:40:57.003Z] ---> Running in 727c149fa176 [2021-01-27T00:40:57.596Z] Removing intermediate container 8b3a25acc100 [2021-01-27T00:40:57.596Z] ---> c9a1e5c6eef3 [2021-01-27T00:40:57.596Z] Step 23/24 : LABEL git_sha=4649118d4a72cb963d8fbd644be1e3aaf7b138c8 [2021-01-27T00:40:58.753Z] ---> Running in aa504ba24e99 [2021-01-27T00:40:59.867Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.570s coverage: 27.1% of statements [2021-01-27T00:40:59.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-27T00:40:59.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-27T00:40:59.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-27T00:40:59.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-27T00:40:59.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-27T00:40:59.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-27T00:40:59.867Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.131s coverage: 100.0% of statements [2021-01-27T00:40:59.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-27T00:40:59.867Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.069s coverage: 100.0% of statements [2021-01-27T00:40:59.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-27T00:40:59.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-27T00:40:59.867Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.245s coverage: 65.8% of statements [2021-01-27T00:40:59.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-27T00:40:59.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-27T00:40:59.867Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.393s coverage: 82.3% of statements [2021-01-27T00:40:59.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-27T00:40:59.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-27T00:40:59.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-27T00:40:59.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-27T00:41:00.276Z] Removing intermediate container aa504ba24e99 [2021-01-27T00:41:00.276Z] ---> e8452f6fdf78 [2021-01-27T00:41:00.276Z] Step 24/24 : LABEL version=0.0.0 [2021-01-27T00:41:01.280Z] ---> Running in 919ebf306a84 [2021-01-27T00:41:01.560Z] Removing intermediate container 919ebf306a84 [2021-01-27T00:41:01.560Z] ---> d0485c042e06 [2021-01-27T00:41:01.560Z] [2021-01-27T00:41:02.174Z] Removing intermediate container 727c149fa176 [2021-01-27T00:41:02.174Z] ---> 987f7f3bd205 [2021-01-27T00:41:02.174Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-27T00:41:02.174Z] Successfully built d0485c042e06 [2021-01-27T00:41:02.452Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-27T00:41:03.046Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 42d833e85e95 [2021-01-27T00:41:03.646Z] Removing intermediate container 42d833e85e95 [2021-01-27T00:41:03.646Z] ---> f36aef45dfe4 [2021-01-27T00:41:03.646Z] Step 30/33 : CMD ["gate"] [2021-01-27T00:41:04.229Z] ---> Running in 009edf50050f [2021-01-27T00:41:06.800Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:41:06.800Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:41:06.800Z] ---> 1dc53f678738 [2021-01-27T00:41:06.800Z] Step 3/22 : WORKDIR /edgex-go [2021-01-27T00:41:06.800Z] ---> Using cache [2021-01-27T00:41:06.800Z] ---> 9ddc32b93fb7 [2021-01-27T00:41:06.800Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:41:06.800Z] ---> Using cache [2021-01-27T00:41:06.800Z] ---> 75d163b671ad [2021-01-27T00:41:06.800Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-27T00:41:06.800Z] ---> Using cache [2021-01-27T00:41:06.800Z] ---> 457f717c18e0 [2021-01-27T00:41:06.800Z] Step 6/22 : COPY go.mod . [2021-01-27T00:41:06.800Z] ---> Using cache [2021-01-27T00:41:06.800Z] ---> a8daa92f3906 [2021-01-27T00:41:06.800Z] Step 7/22 : RUN go mod download [2021-01-27T00:41:06.800Z] ---> Using cache [2021-01-27T00:41:06.800Z] ---> 8e0ce5eabfb2 [2021-01-27T00:41:06.800Z] Step 8/22 : COPY . . [2021-01-27T00:41:06.800Z] ---> Using cache [2021-01-27T00:41:06.800Z] ---> d9fcd96a66fa [2021-01-27T00:41:06.800Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-27T00:41:08.181Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.127s coverage: 28.6% of statements [2021-01-27T00:41:08.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-27T00:41:08.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-27T00:41:08.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-27T00:41:08.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-27T00:41:08.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-27T00:41:08.182Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.162s coverage: 100.0% of statements [2021-01-27T00:41:08.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-27T00:41:08.182Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.083s coverage: 100.0% of statements [2021-01-27T00:41:08.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-27T00:41:08.182Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.342s coverage: 86.7% of statements [2021-01-27T00:41:08.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-27T00:41:08.230Z] Removing intermediate container 009edf50050f [2021-01-27T00:41:08.230Z] ---> 95472ca4c4f8 [2021-01-27T00:41:08.230Z] Step 31/33 : LABEL arch=x86_64 [2021-01-27T00:41:08.230Z] ---> Running in 34e77f3572f5 [2021-01-27T00:41:08.457Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.336s coverage: 97.5% of statements [2021-01-27T00:41:08.457Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-27T00:41:08.457Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.136s coverage: 78.3% of statements [2021-01-27T00:41:08.457Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-27T00:41:08.457Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-27T00:41:08.457Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-27T00:41:08.457Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-27T00:41:08.823Z] ---> Running in 863b37fcd668 [2021-01-27T00:41:08.823Z] Removing intermediate container ed781e677d38 [2021-01-27T00:41:08.823Z] ---> 2b802cdd6fbe [2021-01-27T00:41:08.823Z] [2021-01-27T00:41:08.823Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T00:41:08.823Z] ---> 389fef711851 [2021-01-27T00:41:08.823Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-27T00:41:09.106Z] ---> Running in dff6640eb6e3 [2021-01-27T00:41:09.407Z] Removing intermediate container 863b37fcd668 [2021-01-27T00:41:09.407Z] ---> f2fdb1e7d015 [2021-01-27T00:41:09.407Z] Step 32/33 : LABEL git_sha=4649118d4a72cb963d8fbd644be1e3aaf7b138c8 [2021-01-27T00:41:09.675Z] Removing intermediate container dff6640eb6e3 [2021-01-27T00:41:09.675Z] ---> ecc858b1d3f1 [2021-01-27T00:41:09.675Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-27T00:41:09.675Z] ---> Running in 4d2314ab79ce [2021-01-27T00:41:09.963Z] ---> Running in c7ba8cc43f05 [2021-01-27T00:41:09.963Z] 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-27T00:41:09.963Z] Removing intermediate container 4d2314ab79ce [2021-01-27T00:41:09.963Z] ---> e22364640823 [2021-01-27T00:41:09.963Z] Step 33/33 : LABEL version=0.0.0 [2021-01-27T00:41:10.553Z] ---> Running in ffdf5e8e49b7 [2021-01-27T00:41:10.553Z] Removing intermediate container c7ba8cc43f05 [2021-01-27T00:41:10.553Z] ---> 6b8d87a30637 [2021-01-27T00:41:10.553Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-27T00:41:10.553Z] ---> Running in 8f38cc07033a [2021-01-27T00:41:11.170Z] Removing intermediate container ffdf5e8e49b7 [2021-01-27T00:41:11.170Z] ---> 57440e6003a9 [2021-01-27T00:41:11.170Z] [2021-01-27T00:41:11.170Z] Removing intermediate container 8f38cc07033a [2021-01-27T00:41:11.170Z] ---> 18139ac15dc8 [2021-01-27T00:41:11.171Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:41:11.171Z] ---> Running in 342bbf0f9c94 [2021-01-27T00:41:11.171Z] Successfully built 57440e6003a9 [2021-01-27T00:41:11.452Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-27T00:41:13.480Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 342bbf0f9c94 [2021-01-27T00:41:13.480Z] ---> 8237455dedb7 [2021-01-27T00:41:13.480Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-27T00:41:13.753Z] ---> Running in d2a215573edd [2021-01-27T00:41:15.222Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T00:41:15.923Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T00:41:16.578Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-27T00:41:16.904Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-27T00:41:16.904Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-27T00:41:16.904Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-27T00:41:17.187Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-27T00:41:17.769Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-27T00:41:18.044Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:41:18.044Z] OK: 8 MiB in 20 packages [2021-01-27T00:41:18.626Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.213s coverage: 92.8% of statements [2021-01-27T00:41:18.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-27T00:41:18.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-27T00:41:18.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-27T00:41:18.626Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-27T00:41:18.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-27T00:41:18.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-27T00:41:18.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-27T00:41:18.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-27T00:41:18.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-27T00:41:18.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-27T00:41:18.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-27T00:41:18.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-27T00:41:18.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-27T00:41:18.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-27T00:41:18.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-27T00:41:18.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-27T00:41:18.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-27T00:41:18.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-27T00:41:18.626Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements [2021-01-27T00:41:18.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-27T00:41:18.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-27T00:41:18.626Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.154s coverage: 0.1% of statements [2021-01-27T00:41:18.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-27T00:41:18.626Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-27T00:41:18.626Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-27T00:41:18.626Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.103s coverage: 43.8% of statements [2021-01-27T00:41:18.626Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.084s coverage: 79.5% of statements [2021-01-27T00:41:18.626Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.104s coverage: 94.1% of statements [2021-01-27T00:41:18.626Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.077s coverage: 96.3% of statements [2021-01-27T00:41:18.626Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.073s coverage: 87.5% of statements [2021-01-27T00:41:19.597Z] Removing intermediate container d2a215573edd [2021-01-27T00:41:19.597Z] ---> 3a175566b687 [2021-01-27T00:41:19.597Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:41:20.221Z] ---> ba9b58d30546 [2021-01-27T00:41:20.221Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-27T00:41:21.706Z] ---> f8d6374bac6d [2021-01-27T00:41:21.706Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-27T00:41:22.305Z] ---> f5fd3a1e280a [2021-01-27T00:41:22.306Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-27T00:41:22.585Z] ---> Running in fe304af60f49 [2021-01-27T00:41:22.878Z] Removing intermediate container fe304af60f49 [2021-01-27T00:41:22.878Z] ---> ea7fa24670aa [2021-01-27T00:41:22.878Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:41:23.158Z] ---> Running in e775b1fc78a7 [2021-01-27T00:41:23.429Z] Removing intermediate container e775b1fc78a7 [2021-01-27T00:41:23.429Z] ---> f52e6019e65d [2021-01-27T00:41:23.429Z] Step 21/23 : LABEL arch=x86_64 [2021-01-27T00:41:23.429Z] ---> Running in 900a2963f156 [2021-01-27T00:41:23.709Z] Removing intermediate container 900a2963f156 [2021-01-27T00:41:23.709Z] ---> 616380c73eed [2021-01-27T00:41:23.709Z] Step 22/23 : LABEL git_sha=4649118d4a72cb963d8fbd644be1e3aaf7b138c8 [2021-01-27T00:41:23.988Z] ---> Running in 2ab0606c5a34 [2021-01-27T00:41:24.281Z] Removing intermediate container 2ab0606c5a34 [2021-01-27T00:41:24.281Z] ---> 29d129310e0f [2021-01-27T00:41:24.281Z] Step 23/23 : LABEL version=0.0.0 [2021-01-27T00:41:24.281Z] ---> Running in 050f36702bcf [2021-01-27T00:41:24.549Z] Removing intermediate container 050f36702bcf [2021-01-27T00:41:24.549Z] ---> 26bddb01cd8b [2021-01-27T00:41:24.549Z] [2021-01-27T00:41:25.167Z] Successfully built 26bddb01cd8b [2021-01-27T00:41:25.167Z] Successfully tagged docker-core-data-go:latest [2021-01-27T00:41:27.735Z]  Building docker-core-data-go ... done Removing intermediate container 34e77f3572f5 [2021-01-27T00:41:27.735Z] ---> 335543f06365 [2021-01-27T00:41:27.735Z] [2021-01-27T00:41:27.735Z] Step 10/22 : FROM alpine:3.12 [2021-01-27T00:41:27.735Z] ---> 389fef711851 [2021-01-27T00:41:27.735Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-27T00:41:27.735Z] ---> Using cache [2021-01-27T00:41:27.735Z] ---> 9594c084256d [2021-01-27T00:41:27.735Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T00:41:27.735Z] ---> Using cache [2021-01-27T00:41:27.735Z] ---> 1087210acb76 [2021-01-27T00:41:27.735Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-27T00:41:27.996Z] ---> Running in f2394d4677d0 [2021-01-27T00:41:27.996Z] Removing intermediate container f2394d4677d0 [2021-01-27T00:41:27.996Z] ---> 93c6bb8bc1b3 [2021-01-27T00:41:27.996Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-27T00:41:28.258Z] ---> Running in 8b8d98b73489 [2021-01-27T00:41:28.258Z] Removing intermediate container 8b8d98b73489 [2021-01-27T00:41:28.258Z] ---> 48571c963667 [2021-01-27T00:41:28.258Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:41:28.526Z] ---> 3f21806b5cf6 [2021-01-27T00:41:28.526Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-27T00:41:29.110Z] ---> dd865f4dcb8b [2021-01-27T00:41:29.110Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-27T00:41:29.373Z] ---> c9fdccebae32 [2021-01-27T00:41:29.373Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-27T00:41:29.637Z] ---> Running in e3a2586114b9 [2021-01-27T00:41:29.637Z] Removing intermediate container e3a2586114b9 [2021-01-27T00:41:29.637Z] ---> adbaab44837a [2021-01-27T00:41:29.637Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:41:29.901Z] ---> Running in a5466d1b5037 [2021-01-27T00:41:29.901Z] Removing intermediate container a5466d1b5037 [2021-01-27T00:41:29.901Z] ---> 649d936e1aae [2021-01-27T00:41:29.901Z] Step 20/22 : LABEL arch=x86_64 [2021-01-27T00:41:30.174Z] ---> Running in 37c5943a7dc8 [2021-01-27T00:41:30.174Z] Removing intermediate container 37c5943a7dc8 [2021-01-27T00:41:30.174Z] ---> 6c4b206a3af8 [2021-01-27T00:41:30.174Z] Step 21/22 : LABEL git_sha=4649118d4a72cb963d8fbd644be1e3aaf7b138c8 [2021-01-27T00:41:30.438Z] ---> Running in 042f53373b06 [2021-01-27T00:41:30.438Z] Removing intermediate container 042f53373b06 [2021-01-27T00:41:30.438Z] ---> 801668366585 [2021-01-27T00:41:30.438Z] Step 22/22 : LABEL version=0.0.0 [2021-01-27T00:41:30.701Z] ---> Running in de246c2a1598 [2021-01-27T00:41:30.701Z] Removing intermediate container de246c2a1598 [2021-01-27T00:41:30.701Z] ---> 6d9134cfcadf [2021-01-27T00:41:30.701Z] [2021-01-27T00:41:30.965Z] Successfully built 6d9134cfcadf [2021-01-27T00:41:30.965Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-27T00:41:31.057Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.096s coverage: 94.4% of statements [2021-01-27T00:41:31.057Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements [2021-01-27T00:41:31.057Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-27T00:41:31.057Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-27T00:41:31.057Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-27T00:41:31.057Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-27T00:41:31.057Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements [2021-01-27T00:41:31.057Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-27T00:41:31.057Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-27T00:41:31.057Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.050s coverage: 100.0% of statements [2021-01-27T00:41:31.057Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-27T00:41:31.057Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements [2021-01-27T00:41:31.057Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-27T00:41:31.057Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.061s coverage: 80.8% of statements [2021-01-27T00:41:31.057Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.108s coverage: 87.2% of statements [2021-01-27T00:41:31.057Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.127s coverage: 84.2% of statements [2021-01-27T00:41:31.057Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.152s coverage: 91.4% of statements [2021-01-27T00:41:31.057Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-27T00:41:31.580Z]  Building docker-support-scheduler-go ... done  [Pipeline] } [2021-01-27T00:41:31.636Z] $ docker stop --time=1 46a8da0c0346b2ed41aba28647e6f99a0612cd9e36571dfce519faf19d8d6ad6 [2021-01-27T00:41:32.489Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.582s coverage: 63.5% of statements [2021-01-27T00:41:32.489Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-27T00:41:32.489Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-27T00:41:32.489Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.081s coverage: 100.0% of statements [2021-01-27T00:41:33.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.103s coverage: 91.3% of statements [2021-01-27T00:41:33.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.079s coverage: 100.0% of statements [2021-01-27T00:41:33.584Z] $ docker rm -f 46a8da0c0346b2ed41aba28647e6f99a0612cd9e36571dfce519faf19d8d6ad6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-27T00:41:34.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.063s coverage: 73.7% of statements [2021-01-27T00:41:34.157Z] + docker images [2021-01-27T00:41:34.157Z] + grep docker [2021-01-27T00:41:34.673Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.049s coverage: 100.0% of statements [2021-01-27T00:41:34.734Z] docker-support-scheduler-go latest 6d9134cfcadf 4 seconds ago 16.4MB [2021-01-27T00:41:34.734Z] docker-core-data-go latest 26bddb01cd8b 10 seconds ago 22.3MB [2021-01-27T00:41:34.734Z] docker-security-bootstrapper-go latest 57440e6003a9 24 seconds ago 33.5MB [2021-01-27T00:41:34.734Z] docker-security-secretstore-setup-go latest d0485c042e06 33 seconds ago 24.6MB [2021-01-27T00:41:34.734Z] docker-sys-mgmt-agent-go latest b7ecf985daa5 42 seconds ago 313MB [2021-01-27T00:41:34.734Z] docker-core-metadata-go latest 796ccb15ae86 52 seconds ago 18.8MB [2021-01-27T00:41:34.734Z] docker-security-proxy-setup-go latest 02cc20c63d1a 2 minutes ago 24.4MB [2021-01-27T00:41:34.734Z] docker-core-command-go latest f276a75fd4ba 2 minutes ago 16.3MB [2021-01-27T00:41:34.734Z] docker-support-notifications-go latest cfe3ff603e57 2 minutes ago 16.9MB [2021-01-27T00:41:34.734Z] docker 20.10.0 aefe523efa57 6 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-27T00:41:39.004Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.790s coverage: 68.9% of statements [2021-01-27T00:41:39.004Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-27T00:41:39.004Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-27T00:41:39.004Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-27T00:41:39.004Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-27T00:41:39.004Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-27T00:41:39.994Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.381s coverage: 37.0% of statements [2021-01-27T00:41:39.994Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-27T00:41:39.994Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-27T00:41:39.994Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.624s coverage: 84.0% of statements [2021-01-27T00:41:39.994Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.104s coverage: 100.0% of statements [2021-01-27T00:41:46.765Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.444s coverage: 47.1% of statements [2021-01-27T00:41:46.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-27T00:41:46.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-27T00:41:46.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-27T00:41:46.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-27T00:41:46.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-27T00:41:46.765Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.174s coverage: 100.0% of statements [2021-01-27T00:41:46.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-27T00:41:46.765Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.137s coverage: 100.0% of statements [2021-01-27T00:41:46.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-27T00:41:50.377Z] Still waiting to schedule task [2021-01-27T00:41:50.378Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-27T00:41:53.519Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.453s coverage: 29.1% of statements [2021-01-27T00:41:53.519Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-27T00:41:53.519Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-27T00:41:53.519Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-27T00:41:53.519Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-27T00:41:53.519Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-27T00:41:53.519Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.229s coverage: 99.0% of statements [2021-01-27T00:41:53.519Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-27T00:41:53.519Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.137s coverage: 100.0% of statements [2021-01-27T00:41:53.519Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-27T00:41:53.519Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.052s coverage: 0.0% of statements [2021-01-27T00:41:53.519Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-27T00:41:53.519Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements [2021-01-27T00:41:53.519Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-27T00:41:53.519Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-27T00:41:53.519Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-27T00:41:53.519Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-27T00:41:53.519Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.170s coverage: 87.9% of statements [2021-01-27T00:41:53.519Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-27T00:41:53.519Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-27T00:41:53.519Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements [2021-01-27T00:41:53.519Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-01-27T00:41:54.121Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-01-27T00:41:54.714Z] GO111MODULE=on go vet ./... [2021-01-27T00:43:16.495Z] gofmt -l . [2021-01-27T00:43:16.495Z] [ "`gofmt -l .`" = "" ] [2021-01-27T00:43:16.495Z] ./bin/test-go-mod-tidy.sh [2021-01-27T00:43:16.495Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-27T00:43:17.152Z] + ls -al . [2021-01-27T00:43:17.152Z] total 696 [2021-01-27T00:43:17.152Z] drwxrwxr-x 9 1001 1001 4096 Jan 27 00:43 . [2021-01-27T00:43:17.152Z] drwxr-xr-x 4 root root 4096 Jan 27 00:39 .. [2021-01-27T00:43:17.152Z] -rw-rw-r-- 1 1001 1001 11 Jan 27 00:37 .dockerignore [2021-01-27T00:43:17.152Z] drwxrwxr-x 8 1001 1001 4096 Jan 27 00:37 .git [2021-01-27T00:43:17.152Z] drwxrwxr-x 3 1001 1001 4096 Jan 27 00:37 .github [2021-01-27T00:43:17.152Z] -rw-rw-r-- 1 1001 1001 872 Jan 27 00:37 .gitignore [2021-01-27T00:43:17.152Z] -rw-rw-r-- 1 1001 1001 166 Jan 27 00:37 .sonarcloud.properties [2021-01-27T00:43:17.152Z] -rw-rw-r-- 1 1001 1001 7859 Jan 27 00:37 Attribution.txt [2021-01-27T00:43:17.152Z] -rw-rw-r-- 1 1001 1001 3804 Jan 27 00:37 CONTRIBUTING.md [2021-01-27T00:43:17.152Z] -rw-rw-r-- 1 1001 1001 931 Jan 27 00:37 Dockerfile.build [2021-01-27T00:43:17.152Z] -rw-rw-r-- 1 1001 1001 863 Jan 27 00:37 Jenkinsfile [2021-01-27T00:43:17.152Z] -rw-rw-r-- 1 1001 1001 10775 Jan 27 00:37 LICENSE [2021-01-27T00:43:17.152Z] -rw-rw-r-- 1 1001 1001 6001 Jan 27 00:37 Makefile [2021-01-27T00:43:17.152Z] -rw-rw-r-- 1 1001 1001 6524 Jan 27 00:37 README.md [2021-01-27T00:43:17.152Z] -rw-rw-r-- 1 1001 1001 6755 Jan 27 00:37 SECURITY.md [2021-01-27T00:43:17.152Z] -rw-rw-r-- 1 1001 1001 5 Jan 27 00:31 VERSION [2021-01-27T00:43:17.152Z] -rw-rw-r-- 1 1001 1001 4131 Jan 27 00:37 ZMQWindows.md [2021-01-27T00:43:17.152Z] drwxrwxr-x 2 1001 1001 4096 Jan 27 00:37 bin [2021-01-27T00:43:17.152Z] drwxrwxr-x 15 1001 1001 4096 Jan 27 00:37 cmd [2021-01-27T00:43:17.152Z] -rw-r--r-- 1 root root 564700 Jan 27 00:41 coverage.out [2021-01-27T00:43:17.152Z] -rw-r--r-- 1 root root 1053 Jan 27 00:43 go.mod [2021-01-27T00:43:17.152Z] -rw-r--r-- 1 root root 19105 Jan 27 00:43 go.sum [2021-01-27T00:43:17.152Z] drwxrwxr-x 8 1001 1001 4096 Jan 27 00:37 internal [2021-01-27T00:43:17.152Z] drwxrwxr-x 4 1001 1001 4096 Jan 27 00:37 openapi [2021-01-27T00:43:17.152Z] drwxrwxr-x 4 1001 1001 4096 Jan 27 00:37 snap [2021-01-27T00:43:17.152Z] -rw-rw-r-- 1 1001 1001 168 Jan 27 00:37 version.go [Pipeline] sh [2021-01-27T00:43:17.814Z] + '[' -e coverage.out ] [2021-01-27T00:43:17.814Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-27T00:43:17.832Z] Warning: overwriting stash ‘coverage-report’ [2021-01-27T00:43:19.020Z] Stashed 1 file(s) [Pipeline] sh [2021-01-27T00:43:19.692Z] + make build [2021-01-27T00:43:19.692Z] 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-27T00:43:33.003Z] 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-27T00:43:59.804Z] 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-27T00:44:01.783Z] 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-27T00:44:07.191Z] 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-27T00:44:08.161Z] 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-27T00:44:13.546Z] 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-27T00:44:16.925Z] 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-27T00:44:20.362Z] 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-27T00:44:24.676Z] 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-27T00:44:29.019Z] 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-27T00:44:33.469Z] 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-27T00:44:37.817Z] 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-27T00:44:37.959Z] Running on prd-ubuntu18.04-docker-8c-8g-23019 in /w/workspace/edgexfoundry_edgex-go_PR-3075 [Pipeline] { [Pipeline] ws [2021-01-27T00:44:38.011Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-27T00:44:40.350Z] using credential edgex-jenkins-ssh [2021-01-27T00:44:40.446Z] Cloning the remote Git repository [2021-01-27T00:44:40.474Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-27T00:44:40.543Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-27T00:44:40.572Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-27T00:44:40.573Z] > git --version # timeout=10 [2021-01-27T00:44:40.579Z] > git --version # 'git version 2.17.1' [2021-01-27T00:44:40.579Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T00:44:40.610Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] } [2021-01-27T00:44:44.691Z] $ docker stop --time=1 e24aeb08ae3f64909887371dd1da6eb9bf712414edbb6d64f25397ff48805ed1 [2021-01-27T00:44:47.359Z] $ docker rm -f e24aeb08ae3f64909887371dd1da6eb9bf712414edbb6d64f25397ff48805ed1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:44:49.313Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-27T00:44:49.313Z] [2021-01-27T00:44:49.313Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:44:49.969Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-27T00:44:50.241Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-27T00:44:50.241Z] 29e5d40040c1: Pulling fs layer [2021-01-27T00:44:50.241Z] 1ce36da41761: Pulling fs layer [2021-01-27T00:44:50.241Z] 25b303627fd3: Pulling fs layer [2021-01-27T00:44:50.518Z] 29e5d40040c1: Verifying Checksum [2021-01-27T00:44:50.518Z] 29e5d40040c1: Download complete [2021-01-27T00:44:51.123Z] 1ce36da41761: Verifying Checksum [2021-01-27T00:44:51.123Z] 1ce36da41761: Download complete [2021-01-27T00:44:51.395Z] 29e5d40040c1: Pull complete [2021-01-27T00:44:52.634Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-27T00:44:52.641Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T00:44:52.826Z] 1ce36da41761: Pull complete [2021-01-27T00:44:52.826Z] 25b303627fd3: Verifying Checksum [2021-01-27T00:44:52.826Z] 25b303627fd3: Download complete [2021-01-27T00:44:53.175Z] Merging remotes/origin/master commit 668f0a3a269f3b051418dc2678a30c23b2beea7f into PR head commit cf4a297523e8c1596dfaf40076c202269d9b4183 [2021-01-27T00:44:53.438Z] Merge succeeded, producing 1575d16c81dcc5bec5c8e714712a04fddc7703ac [2021-01-27T00:44:53.439Z] Checking out Revision 1575d16c81dcc5bec5c8e714712a04fddc7703ac (PR-3075) [2021-01-27T00:44:52.651Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-27T00:44:52.664Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-27T00:44:52.664Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T00:44:52.670Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3075/head:refs/remotes/origin/PR-3075 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-27T00:44:53.188Z] > git config core.sparsecheckout # timeout=10 [2021-01-27T00:44:53.195Z] > git checkout -f cf4a297523e8c1596dfaf40076c202269d9b4183 # timeout=10 [2021-01-27T00:44:53.325Z] > git remote # timeout=10 [2021-01-27T00:44:53.332Z] > git config --get remote.origin.url # timeout=10 [2021-01-27T00:44:53.337Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T00:44:53.341Z] > git merge 668f0a3a269f3b051418dc2678a30c23b2beea7f # timeout=10 [2021-01-27T00:44:53.435Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-27T00:44:53.445Z] > git config core.sparsecheckout # timeout=10 [2021-01-27T00:44:53.449Z] > git checkout -f 1575d16c81dcc5bec5c8e714712a04fddc7703ac # timeout=10 [2021-01-27T00:44:57.239Z] Commit message: "Merge commit '668f0a3a269f3b051418dc2678a30c23b2beea7f' into HEAD" [2021-01-27T00:44:57.247Z] > git rev-list --no-walk cf4a297523e8c1596dfaf40076c202269d9b4183 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-27T00:44:58.622Z] + echo snap-build.sh [2021-01-27T00:44:58.622Z] snap-build.sh [2021-01-27T00:44:58.622Z] + SNAP_BASE_DIR=. [2021-01-27T00:44:58.622Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-01-27T00:44:58.622Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-01-27T00:44:58.622Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-01-27T00:44:58.622Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-01-27T00:44:58.622Z] + cd /w/workspace/edgex-go/2 [2021-01-27T00:44:58.622Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-27T00:44:58.622Z] Reading package lists... [2021-01-27T00:44:58.885Z] Building dependency tree... [2021-01-27T00:44:58.885Z] Reading state information... [2021-01-27T00:44:58.885Z] The following packages were automatically installed and are no longer required: [2021-01-27T00:44:58.885Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-27T00:44:58.885Z] uidmap xdelta3 [2021-01-27T00:44:58.885Z] Use 'sudo apt autoremove' to remove them. [2021-01-27T00:44:59.147Z] The following packages will be REMOVED: [2021-01-27T00:44:59.147Z] lxd* lxd-client* [2021-01-27T00:44:59.719Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-27T00:44:59.719Z] After this operation, 31.7 MB disk space will be freed. [2021-01-27T00:45:00.774Z] (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-27T00:45:00.774Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-27T00:45:01.742Z] Removing lxd dnsmasq configuration [2021-01-27T00:45:01.742Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-27T00:45:02.024Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-27T00:45:02.608Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-27T00:45:02.871Z] (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-27T00:45:02.871Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-27T00:45:02.989Z] 25b303627fd3: Pull complete [2021-01-27T00:45:02.990Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-27T00:45:02.990Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-27T00:45:02.990Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-27T00:45:03.237Z] prd-ubuntu18.04-docker-arm64-4c-16g-22936 does not seem to be running inside a container [2021-01-27T00:45:03.456Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-27T00:45:04.801Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-27T00:45:04.801Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-27T00:45:06.559Z] $ docker top 65a9bc18974ae624a909b4f4ee53c1e4f9ac6679c0a37de715776203a04bfdcc -eo pid,comm [2021-01-27T00:45:06.721Z] + sudo snap remove --purge lxd [2021-01-27T00:45:06.721Z] snap "lxd" is not installed [2021-01-27T00:45:06.721Z] + sudo groupadd --force --system lxd [2021-01-27T00:45:06.721Z] ++ whoami [2021-01-27T00:45:06.721Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-27T00:45:06.721Z] + newgrp - lxd [2021-01-27T00:45:06.721Z] + sudo snap install lxd [Pipeline] { [Pipeline] sh [2021-01-27T00:45:07.492Z] + grep parallel [2021-01-27T00:45:07.492Z] + docker-compose build --help [2021-01-27T00:45:11.784Z] --parallel Build images in parallel. [Pipeline] } [2021-01-27T00:45:12.221Z] $ docker stop --time=1 65a9bc18974ae624a909b4f4ee53c1e4f9ac6679c0a37de715776203a04bfdcc [2021-01-27T00:45:14.141Z] $ docker rm -f 65a9bc18974ae624a909b4f4ee53c1e4f9ac6679c0a37de715776203a04bfdcc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:45:14.919Z] 2021-01-27T00:45:12Z INFO Waiting for automatic snapd restart... [2021-01-27T00:45:14.963Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-27T00:45:14.963Z] . [Pipeline] withDockerContainer [2021-01-27T00:45:15.213Z] prd-ubuntu18.04-docker-arm64-4c-16g-22936 does not seem to be running inside a container [2021-01-27T00:45:15.417Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-27T00:45:16.707Z] $ docker top 5d0272c9d568dcc310b097d6783ff4a9329d26dab350d920aa67165c2f42e091 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T00:45:17.614Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-27T00:45:21.906Z] Building docker-core-command-go ... [2021-01-27T00:45:21.906Z] Building docker-core-data-go ... [2021-01-27T00:45:21.906Z] Building docker-core-metadata-go ... [2021-01-27T00:45:21.906Z] Building docker-security-bootstrapper-go ... [2021-01-27T00:45:21.906Z] Building docker-security-proxy-setup-go ... [2021-01-27T00:45:21.906Z] Building docker-security-secretstore-setup-go ... [2021-01-27T00:45:21.906Z] Building docker-support-notifications-go ... [2021-01-27T00:45:21.906Z] Building docker-support-scheduler-go ... [2021-01-27T00:45:21.906Z] Building docker-sys-mgmt-agent-go ... [2021-01-27T00:45:21.906Z] Building docker-support-scheduler-go [2021-01-27T00:45:21.906Z] Building docker-security-proxy-setup-go [2021-01-27T00:45:21.906Z] Building docker-core-metadata-go [2021-01-27T00:45:21.906Z] Building docker-core-command-go [2021-01-27T00:45:21.906Z] Building docker-core-data-go [2021-01-27T00:45:33.093Z] lxd 4.10 from Canonical* installed [2021-01-27T00:45:33.093Z] + sudo lxd init --auto [2021-01-27T00:45:43.127Z] + sudo snap install --classic snapcraft [2021-01-27T00:45:51.321Z] snapcraft 4.4.4 from Canonical* installed [2021-01-27T00:45:51.321Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-27T00:45:51.321Z] + patch --verbose -p1 [2021-01-27T00:45:51.321Z] Hmm... Looks like a unified diff to me... [2021-01-27T00:45:51.321Z] The text leading up to this was: [2021-01-27T00:45:51.321Z] -------------------------- [2021-01-27T00:45:51.321Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-27T00:45:51.321Z] |From: Tony Espy [2021-01-27T00:45:51.321Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-27T00:45:51.321Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-27T00:45:51.321Z] | [2021-01-27T00:45:51.321Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-27T00:45:51.321Z] |optimize the snap CI check run for pull requests. When [2021-01-27T00:45:51.321Z] |applied, it essentially strips out everything (apps and [2021-01-27T00:45:51.321Z] |parts) from the snapcraft.yaml file except those required [2021-01-27T00:45:51.321Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-27T00:45:51.321Z] |catch changes to edgex-go that break the snap build. [2021-01-27T00:45:51.321Z] | [2021-01-27T00:45:51.321Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-27T00:45:51.321Z] |to update this patch file, otherwise it may fail to apply, [2021-01-27T00:45:51.321Z] |resulting in a failed snap build CI check in the associated [2021-01-27T00:45:51.321Z] |pull request. [2021-01-27T00:45:51.321Z] | [2021-01-27T00:45:51.321Z] |Note - in addition to applying this patch, the pipeline also [2021-01-27T00:45:51.321Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-27T00:45:51.321Z] |need to build the finally binary .snap file (and it won't [2021-01-27T00:45:51.321Z] |work with the patch applied). This further reduces the build [2021-01-27T00:45:51.321Z] |time. [2021-01-27T00:45:51.321Z] |--- [2021-01-27T00:45:51.321Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-27T00:45:51.321Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-27T00:45:51.321Z] | [2021-01-27T00:45:51.321Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-27T00:45:51.321Z] |index 1e537489..faf42425 100644 [2021-01-27T00:45:51.321Z] |--- a/snap/snapcraft.yaml [2021-01-27T00:45:51.321Z] |+++ b/snap/snapcraft.yaml [2021-01-27T00:45:51.321Z] -------------------------- [2021-01-27T00:45:51.321Z] patching file snap/snapcraft.yaml [2021-01-27T00:45:51.321Z] Using Plan A... [2021-01-27T00:45:51.321Z] Hunk #1 succeeded at 73. [2021-01-27T00:45:51.321Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-27T00:45:51.321Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-27T00:45:51.321Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-27T00:45:51.321Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-27T00:45:51.321Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-27T00:45:51.321Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-27T00:45:51.321Z] Hunk #8 succeeded at 342. [2021-01-27T00:45:51.321Z] Hmm... Ignoring the trailing garbage. [2021-01-27T00:45:51.321Z] done [2021-01-27T00:45:51.321Z] + sudo snapcraft prime --use-lxd [2021-01-27T00:45:52.728Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-27T00:45:52.728Z] 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-27T00:45:52.728Z] - README.md [2021-01-27T00:45:52.728Z] - snapcraft.yaml.orig [2021-01-27T00:45:52.728Z] [2021-01-27T00:45:52.728Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-27T00:45:53.305Z] Launching a container. [2021-01-27T00:46:08.247Z] Waiting for container to be ready [2021-01-27T00:46:08.247Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-27T00:46:08.247Z] [2021-01-27T00:46:11.557Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-27T00:46:11.820Z] Waiting for network to be ready... [2021-01-27T00:46:12.087Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-27T00:46:12.087Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-27T00:46:12.663Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-27T00:46:12.663Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-27T00:46:12.928Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-27T00:46:12.928Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-27T00:46:13.191Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-27T00:46:13.191Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-27T00:46:13.191Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-27T00:46:13.191Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-27T00:46:13.191Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-27T00:46:13.191Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-27T00:46:13.191Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-27T00:46:13.191Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-27T00:46:13.191Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-27T00:46:13.191Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-27T00:46:13.191Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-27T00:46:13.191Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-27T00:46:13.768Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-27T00:46:14.111Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] [2021-01-27T00:46:14.111Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] [2021-01-27T00:46:14.111Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-27T00:46:14.111Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-27T00:46:14.111Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] [2021-01-27T00:46:14.111Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] [2021-01-27T00:46:14.111Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] [2021-01-27T00:46:14.111Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-27T00:46:17.434Z] Fetched 23.8 MB in 5s (4363 kB/s) [2021-01-27T00:46:18.835Z] Reading package lists... [2021-01-27T00:46:18.835Z] Reading package lists... [2021-01-27T00:46:19.097Z] Building dependency tree... [2021-01-27T00:46:19.097Z] Reading state information... [2021-01-27T00:46:19.358Z] The following additional packages will be installed: [2021-01-27T00:46:19.358Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-27T00:46:19.358Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-27T00:46:19.358Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-27T00:46:19.358Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-27T00:46:19.358Z] Suggested packages: [2021-01-27T00:46:19.358Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-27T00:46:19.358Z] Recommended packages: [2021-01-27T00:46:19.358Z] gnupg libsasl2-modules [2021-01-27T00:46:19.358Z] The following NEW packages will be installed: [2021-01-27T00:46:19.358Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-27T00:46:19.358Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-27T00:46:19.358Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-27T00:46:19.358Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-27T00:46:19.358Z] The following packages will be upgraded: [2021-01-27T00:46:19.358Z] gpg gpg-agent gpgconf libudev1 [2021-01-27T00:46:19.619Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-01-27T00:46:19.619Z] Need to get 3533 kB of archives. [2021-01-27T00:46:19.619Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-27T00:46:19.619Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-27T00:46:19.619Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-27T00:46:19.879Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-27T00:46:20.142Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-27T00:46:20.142Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-27T00:46:20.142Z] 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-27T00:46:20.142Z] 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-27T00:46:20.142Z] 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-27T00:46:20.142Z] 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-27T00:46:20.142Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-27T00:46:20.142Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-27T00:46:20.142Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-27T00:46:20.142Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-27T00:46:20.142Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-27T00:46:20.142Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-27T00:46:20.142Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-27T00:46:20.142Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-27T00:46:20.142Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-27T00:46:20.142Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-27T00:46:20.142Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-27T00:46:20.406Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-27T00:46:20.406Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-27T00:46:20.406Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-27T00:46:20.406Z] Fetched 3533 kB in 1s (3530 kB/s) [2021-01-27T00:46:20.667Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-27T00:46:20.667Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-27T00:46:20.667Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-27T00:46:20.667Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-27T00:46:20.667Z] Selecting previously unselected package udev. [2021-01-27T00:46:20.667Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-27T00:46:20.667Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-27T00:46:20.930Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-27T00:46:21.191Z] Selecting previously unselected package libfuse2:amd64. [2021-01-27T00:46:21.191Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-27T00:46:21.191Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-27T00:46:21.191Z] Selecting previously unselected package fuse. [2021-01-27T00:46:21.191Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-27T00:46:21.191Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-27T00:46:21.191Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-27T00:46:21.191Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-27T00:46:21.451Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-27T00:46:21.451Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-27T00:46:21.451Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-27T00:46:21.451Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-27T00:46:21.712Z] Selecting previously unselected package libksba8:amd64. [2021-01-27T00:46:21.712Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-27T00:46:21.712Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-27T00:46:21.712Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-27T00:46:21.712Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-27T00:46:21.712Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:21.974Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-27T00:46:21.974Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-27T00:46:21.974Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:21.974Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-27T00:46:21.974Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-27T00:46:21.974Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:21.974Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-27T00:46:21.974Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-27T00:46:21.974Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:22.235Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-27T00:46:22.235Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-27T00:46:22.235Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:22.235Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-27T00:46:22.235Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-27T00:46:22.235Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:22.235Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-27T00:46:22.235Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-27T00:46:22.235Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:22.496Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-27T00:46:22.496Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-27T00:46:22.496Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:22.496Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-27T00:46:22.496Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-27T00:46:22.496Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:22.496Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-27T00:46:22.496Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-27T00:46:22.496Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-27T00:46:22.757Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-27T00:46:22.757Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-27T00:46:22.757Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-27T00:46:22.757Z] Selecting previously unselected package libldap-common. [2021-01-27T00:46:22.757Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-27T00:46:22.757Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-27T00:46:22.757Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-27T00:46:22.757Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-27T00:46:22.757Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-27T00:46:23.022Z] Selecting previously unselected package dirmngr. [2021-01-27T00:46:23.022Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-27T00:46:23.022Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-27T00:46:23.022Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-27T00:46:23.283Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-27T00:46:23.283Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-27T00:46:23.283Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-27T00:46:23.283Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-27T00:46:23.283Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-27T00:46:23.283Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:23.283Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-27T00:46:23.283Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-27T00:46:23.545Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-27T00:46:23.808Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-27T00:46:23.808Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:23.808Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-27T00:46:24.070Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-27T00:46:24.070Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-27T00:46:24.070Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:24.070Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:24.070Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:24.070Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:24.070Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:24.331Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:24.331Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-27T00:46:24.331Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-27T00:46:24.331Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-27T00:46:24.331Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-27T00:46:24.905Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-27T00:46:24.905Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-27T00:46:24.905Z] This means they are not meant to be enabled using systemctl. [2021-01-27T00:46:24.905Z] Possible reasons for having this kind of units are: [2021-01-27T00:46:24.905Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-27T00:46:24.905Z] .wants/ or .requires/ directory. [2021-01-27T00:46:24.905Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-27T00:46:24.905Z] a requirement dependency on it. [2021-01-27T00:46:24.905Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-27T00:46:24.905Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-27T00:46:24.905Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-27T00:46:24.905Z] instance name specified. [2021-01-27T00:46:25.172Z] Reading package lists... [2021-01-27T00:46:25.172Z] Building dependency tree... [2021-01-27T00:46:25.172Z] Reading state information... [2021-01-27T00:46:25.434Z] The following additional packages will be installed: [2021-01-27T00:46:25.434Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-27T00:46:25.435Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-27T00:46:25.435Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-27T00:46:25.435Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-27T00:46:25.435Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-27T00:46:25.435Z] Suggested packages: [2021-01-27T00:46:25.435Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-27T00:46:25.435Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-27T00:46:25.435Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-27T00:46:25.435Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-27T00:46:25.435Z] systemd-container policykit-1 [2021-01-27T00:46:25.435Z] Recommended packages: [2021-01-27T00:46:25.435Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-27T00:46:25.435Z] The following NEW packages will be installed: [2021-01-27T00:46:25.435Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-27T00:46:25.435Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-27T00:46:25.435Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-27T00:46:25.435Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-27T00:46:25.435Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-27T00:46:25.435Z] The following packages will be upgraded: [2021-01-27T00:46:25.435Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-27T00:46:25.697Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-01-27T00:46:25.697Z] Need to get 35.2 MB of archives. [2021-01-27T00:46:25.697Z] After this operation, 141 MB of additional disk space will be used. [2021-01-27T00:46:25.697Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-27T00:46:25.697Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-27T00:46:26.277Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-27T00:46:26.538Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-27T00:46:26.538Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-27T00:46:26.538Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-27T00:46:26.538Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-27T00:46:26.538Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-27T00:46:26.538Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-27T00:46:26.538Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-27T00:46:26.538Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-27T00:46:26.538Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-27T00:46:26.538Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-27T00:46:26.801Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-27T00:46:26.801Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-27T00:46:26.801Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-27T00:46:26.801Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-27T00:46:26.801Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-27T00:46:26.801Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-27T00:46:27.063Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-27T00:46:27.063Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-27T00:46:27.063Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-27T00:46:27.063Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-01-27T00:46:27.063Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-27T00:46:27.063Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-27T00:46:27.063Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-27T00:46:27.063Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-27T00:46:27.063Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-27T00:46:27.063Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-27T00:46:27.063Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-27T00:46:28.010Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-27T00:46:28.010Z] Fetched 35.2 MB in 2s (15.1 MB/s) [2021-01-27T00:46:28.010Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-27T00:46:28.010Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-27T00:46:28.271Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-27T00:46:28.846Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-27T00:46:28.846Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-27T00:46:28.846Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-27T00:46:29.107Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-27T00:46:29.107Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-27T00:46:29.107Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-27T00:46:29.377Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-27T00:46:29.377Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-27T00:46:29.377Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-27T00:46:29.377Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-27T00:46:29.895Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:46:29.895Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:46:29.895Z] ---> 3731fc452f1a [2021-01-27T00:46:29.895Z] Step 3/22 : WORKDIR /edgex-go [2021-01-27T00:46:29.895Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:46:29.895Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:46:29.895Z] ---> 3731fc452f1a [2021-01-27T00:46:29.895Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T00:46:29.895Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:46:29.895Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:46:29.895Z] ---> 3731fc452f1a [2021-01-27T00:46:29.895Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T00:46:29.895Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:46:29.895Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:46:29.895Z] ---> 3731fc452f1a [2021-01-27T00:46:29.895Z] Step 3/21 : WORKDIR /edgex-go [2021-01-27T00:46:29.895Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:46:29.895Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:46:29.895Z] ---> 3731fc452f1a [2021-01-27T00:46:29.895Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T00:46:29.895Z] ---> Running in 880bbfd5db0c [2021-01-27T00:46:29.895Z] ---> Running in 7da43865f9ed [2021-01-27T00:46:29.895Z] ---> Running in 18566fd13ada [2021-01-27T00:46:29.895Z] ---> Running in 78fd72e0e8e8 [2021-01-27T00:46:29.895Z] ---> Running in 095448720e83 [2021-01-27T00:46:29.956Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-27T00:46:29.956Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-27T00:46:30.216Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-27T00:46:30.478Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-27T00:46:30.479Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-27T00:46:30.479Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-27T00:46:30.741Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-27T00:46:30.741Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-27T00:46:30.741Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-27T00:46:30.741Z] Selecting previously unselected package libexpat1:amd64. [2021-01-27T00:46:30.741Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-27T00:46:30.741Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-27T00:46:30.875Z] Removing intermediate container 18566fd13ada [2021-01-27T00:46:30.876Z] ---> dcfa1300ca44 [2021-01-27T00:46:30.876Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:46:30.876Z] Removing intermediate container 095448720e83 [2021-01-27T00:46:30.876Z] ---> 16ee97071eda [2021-01-27T00:46:30.876Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:46:30.876Z] Removing intermediate container 7da43865f9ed [2021-01-27T00:46:30.876Z] ---> 9e0ba240d45f [2021-01-27T00:46:30.876Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:46:30.876Z] ---> Running in 5e55e21636e4 [2021-01-27T00:46:30.876Z] Removing intermediate container 78fd72e0e8e8 [2021-01-27T00:46:30.876Z] ---> 6a8ca229526e [2021-01-27T00:46:30.876Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:46:31.003Z] Selecting previously unselected package python3.6-minimal. [2021-01-27T00:46:31.003Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-27T00:46:31.003Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-27T00:46:31.155Z] Removing intermediate container 880bbfd5db0c [2021-01-27T00:46:31.155Z] ---> 73cfb2892249 [2021-01-27T00:46:31.155Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:46:31.155Z] ---> Running in 55b7aa712da2 [2021-01-27T00:46:31.155Z] ---> Running in 2d8f086ac549 [2021-01-27T00:46:31.155Z] ---> Running in ce1c7eab9803 [2021-01-27T00:46:31.155Z] ---> Running in 5955305ed53d [2021-01-27T00:46:31.266Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-27T00:46:31.266Z] Checking for services that may need to be restarted...done. [2021-01-27T00:46:31.266Z] Checking for services that may need to be restarted...done. [2021-01-27T00:46:31.266Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-27T00:46:31.266Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-27T00:46:31.266Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-27T00:46:32.215Z] Selecting previously unselected package python3-minimal. [2021-01-27T00:46:32.215Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-27T00:46:32.215Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-27T00:46:32.215Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-27T00:46:32.215Z] Selecting previously unselected package mime-support. [2021-01-27T00:46:32.215Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-27T00:46:32.215Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-27T00:46:32.215Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-27T00:46:32.215Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-27T00:46:32.215Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-27T00:46:32.215Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-27T00:46:32.215Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-27T00:46:32.215Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-27T00:46:32.483Z] Selecting previously unselected package python3.6. [2021-01-27T00:46:32.484Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-27T00:46:32.484Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-27T00:46:32.745Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-27T00:46:32.745Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-27T00:46:32.745Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-27T00:46:32.745Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-27T00:46:33.006Z] Selecting previously unselected package python3. [2021-01-27T00:46:33.006Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-27T00:46:33.006Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-27T00:46:33.006Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-27T00:46:33.268Z] Selecting previously unselected package multiarch-support. [2021-01-27T00:46:33.269Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-27T00:46:33.269Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-27T00:46:33.269Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-27T00:46:33.269Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-27T00:46:33.269Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-27T00:46:33.269Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-27T00:46:33.269Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-27T00:46:33.531Z] Selecting previously unselected package libbsd0:amd64. [2021-01-27T00:46:33.531Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-27T00:46:33.531Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-27T00:46:33.531Z] Selecting previously unselected package sudo. [2021-01-27T00:46:33.531Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-01-27T00:46:33.531Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-27T00:46:33.531Z] Selecting previously unselected package apparmor. [2021-01-27T00:46:33.531Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-27T00:46:33.794Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-27T00:46:33.794Z] Selecting previously unselected package libedit2:amd64. [2021-01-27T00:46:33.794Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-27T00:46:33.794Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-27T00:46:33.794Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-27T00:46:33.794Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-27T00:46:33.794Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-27T00:46:34.056Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-27T00:46:34.056Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-27T00:46:34.056Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-27T00:46:34.056Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-27T00:46:34.056Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-27T00:46:34.056Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-27T00:46:34.317Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-27T00:46:34.317Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-27T00:46:34.317Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-27T00:46:34.317Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-27T00:46:34.317Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-27T00:46:34.317Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-27T00:46:34.579Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-27T00:46:34.579Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-27T00:46:34.579Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-27T00:46:34.579Z] Selecting previously unselected package openssh-client. [2021-01-27T00:46:34.579Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-27T00:46:34.579Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-27T00:46:34.584Z] Removing intermediate container 5e55e21636e4 [2021-01-27T00:46:34.584Z] ---> 96bbb8d9daf5 [2021-01-27T00:46:34.584Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-27T00:46:34.841Z] Selecting previously unselected package squashfs-tools. [2021-01-27T00:46:34.841Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-27T00:46:34.841Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-27T00:46:34.841Z] Selecting previously unselected package snapd. [2021-01-27T00:46:34.841Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-27T00:46:34.858Z] ---> Running in 4975307f8ee6 [2021-01-27T00:46:35.102Z] Unpacking snapd (2.48+18.04) ... [2021-01-27T00:46:35.133Z] Removing intermediate container 2d8f086ac549 [2021-01-27T00:46:35.133Z] ---> 9b36592a4df4 [2021-01-27T00:46:35.133Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-27T00:46:35.405Z] Removing intermediate container 55b7aa712da2 [2021-01-27T00:46:35.405Z] ---> 9926e5e4929b [2021-01-27T00:46:35.405Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-27T00:46:35.405Z] ---> Running in 7b581bad92c0 [2021-01-27T00:46:35.688Z] Removing intermediate container 5955305ed53d [2021-01-27T00:46:35.688Z] ---> 66e131e8d136 [2021-01-27T00:46:35.688Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-27T00:46:35.688Z] Removing intermediate container ce1c7eab9803 [2021-01-27T00:46:35.688Z] ---> 86bf9b0b680b [2021-01-27T00:46:35.688Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-27T00:46:35.688Z] ---> Running in 22d3664912b1 [2021-01-27T00:46:35.688Z] ---> Running in 1b49d034a381 [2021-01-27T00:46:35.961Z] ---> Running in 81dafad090d5 [2021-01-27T00:46:36.566Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:46:37.554Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:46:37.554Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:46:37.554Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:46:37.654Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-27T00:46:37.655Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-27T00:46:37.655Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-27T00:46:37.655Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-27T00:46:37.655Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-27T00:46:37.655Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-27T00:46:37.655Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-27T00:46:37.655Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-27T00:46:37.655Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-27T00:46:37.826Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:46:37.826Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:46:38.099Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:46:38.370Z] OK: 217 MiB in 51 packages [2021-01-27T00:46:38.370Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:46:38.612Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-27T00:46:38.612Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-27T00:46:38.655Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:46:38.655Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:46:38.876Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-27T00:46:38.876Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-27T00:46:38.876Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-27T00:46:38.876Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-27T00:46:39.294Z] OK: 217 MiB in 51 packages [2021-01-27T00:46:39.584Z] OK: 217 MiB in 51 packages [2021-01-27T00:46:39.584Z] OK: 217 MiB in 51 packages [2021-01-27T00:46:39.828Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-27T00:46:39.828Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-27T00:46:39.828Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-27T00:46:39.828Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-27T00:46:39.828Z] running python rtupdate hooks for python3.6... [2021-01-27T00:46:39.828Z] running python post-rtupdate hooks for python3.6... [2021-01-27T00:46:39.828Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-27T00:46:39.864Z] OK: 217 MiB in 51 packages [2021-01-27T00:46:39.864Z] Removing intermediate container 4975307f8ee6 [2021-01-27T00:46:39.864Z] ---> c6fe23181156 [2021-01-27T00:46:39.864Z] Step 6/23 : COPY go.mod . [2021-01-27T00:46:40.854Z] ---> a14c49360ffc [2021-01-27T00:46:40.854Z] Step 7/23 : RUN go mod download [2021-01-27T00:46:40.854Z] Removing intermediate container 7b581bad92c0 [2021-01-27T00:46:40.854Z] ---> 3b612841cd2a [2021-01-27T00:46:40.854Z] Step 6/23 : COPY go.mod . [2021-01-27T00:46:41.138Z] ---> Running in 0fb2bc92905b [2021-01-27T00:46:41.225Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-27T00:46:41.411Z] Removing intermediate container 22d3664912b1 [2021-01-27T00:46:41.411Z] ---> 7e0cfd2242a3 [2021-01-27T00:46:41.411Z] Step 6/23 : COPY go.mod . [2021-01-27T00:46:41.487Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-27T00:46:41.487Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-27T00:46:41.685Z] Removing intermediate container 1b49d034a381 [2021-01-27T00:46:41.685Z] ---> fea203fa9c20 [2021-01-27T00:46:41.685Z] Step 6/21 : COPY go.mod . [2021-01-27T00:46:41.685Z] Removing intermediate container 81dafad090d5 [2021-01-27T00:46:41.685Z] ---> a7a78fa17172 [2021-01-27T00:46:41.685Z] Step 6/22 : COPY go.mod . [2021-01-27T00:46:41.750Z] Setting up snapd (2.48+18.04) ... [2021-01-27T00:46:41.962Z] ---> 77904c612b8d [2021-01-27T00:46:41.962Z] Step 7/23 : RUN go mod download [2021-01-27T00:46:42.233Z] ---> Running in 00e781056c8a [2021-01-27T00:46:42.324Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-27T00:46:42.510Z] ---> ab3be090e795 [2021-01-27T00:46:42.510Z] Step 7/23 : RUN go mod download [2021-01-27T00:46:42.587Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-27T00:46:42.587Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-27T00:46:42.806Z] ---> 9334ccb61c12 [2021-01-27T00:46:42.806Z] Step 7/21 : RUN go mod download [2021-01-27T00:46:42.806Z] ---> 827e67fbc22f [2021-01-27T00:46:42.806Z] Step 7/22 : RUN go mod download [2021-01-27T00:46:42.806Z] ---> Running in cf8a62ba2bc6 [2021-01-27T00:46:42.848Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-27T00:46:43.081Z] ---> Running in 1a9d7e7e3038 [2021-01-27T00:46:43.081Z] ---> Running in da8158205a6a [2021-01-27T00:46:43.110Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-27T00:46:43.110Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-27T00:46:43.377Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-27T00:46:43.644Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-27T00:46:44.017Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-27T00:46:44.017Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-27T00:46:44.282Z] /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-27T00:46:44.282Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-27T00:46:44.282Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-27T00:46:45.074Z] Removing intermediate container 0fb2bc92905b [2021-01-27T00:46:45.074Z] ---> b8522b74e800 [2021-01-27T00:46:45.074Z] Step 8/23 : COPY . . [2021-01-27T00:46:45.230Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-27T00:46:45.231Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-27T00:46:45.491Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-27T00:46:46.508Z] Removing intermediate container 00e781056c8a [2021-01-27T00:46:46.508Z] ---> 41ee4be89b8c [2021-01-27T00:46:46.508Z] Step 8/23 : COPY . . [2021-01-27T00:46:46.886Z] Reading package lists... [2021-01-27T00:46:46.886Z] Reading package lists... [2021-01-27T00:46:47.154Z] Building dependency tree... [2021-01-27T00:46:47.154Z] Reading state information... [2021-01-27T00:46:47.420Z] Calculating upgrade... [2021-01-27T00:46:47.684Z] The following packages will be upgraded: [2021-01-27T00:46:47.684Z] advancecomp base-files bash binutils binutils-common [2021-01-27T00:46:47.684Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-27T00:46:47.684Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-27T00:46:47.684Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-01-27T00:46:47.684Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-01-27T00:46:47.684Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-01-27T00:46:47.685Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-01-27T00:46:47.685Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-01-27T00:46:47.685Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-01-27T00:46:47.685Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-01-27T00:46:47.685Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-01-27T00:46:47.685Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-01-27T00:46:47.685Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-01-27T00:46:47.685Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-01-27T00:46:47.685Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-01-27T00:46:47.685Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-27T00:46:47.685Z] Need to get 63.8 MB of archives. [2021-01-27T00:46:47.685Z] After this operation, 5205 kB of additional disk space will be used. [2021-01-27T00:46:47.685Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-27T00:46:47.685Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-27T00:46:47.685Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-27T00:46:47.685Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-27T00:46:47.685Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-27T00:46:47.685Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-27T00:46:47.685Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-27T00:46:47.685Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-27T00:46:47.685Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-27T00:46:47.685Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-27T00:46:47.685Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-27T00:46:47.685Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-27T00:46:47.685Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-27T00:46:47.685Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-27T00:46:47.685Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-27T00:46:47.685Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-27T00:46:47.685Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-27T00:46:47.956Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-27T00:46:47.956Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-27T00:46:47.956Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-27T00:46:47.956Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-27T00:46:47.956Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-27T00:46:47.956Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-27T00:46:47.956Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-27T00:46:47.956Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-27T00:46:47.956Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-27T00:46:47.956Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-27T00:46:47.956Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-27T00:46:47.956Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-27T00:46:47.956Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-27T00:46:47.956Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-27T00:46:47.956Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-27T00:46:47.956Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-27T00:46:47.956Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-27T00:46:47.956Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-27T00:46:47.956Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-27T00:46:47.956Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-27T00:46:47.956Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-27T00:46:47.956Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-27T00:46:47.956Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-27T00:46:47.956Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-27T00:46:47.956Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-27T00:46:47.956Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-27T00:46:47.956Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-27T00:46:47.956Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-27T00:46:48.221Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-27T00:46:48.221Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-27T00:46:48.221Z] Get:48 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-27T00:46:48.221Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-27T00:46:48.221Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-27T00:46:48.221Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-27T00:46:48.221Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-27T00:46:48.221Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-27T00:46:48.221Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-27T00:46:48.221Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-27T00:46:48.221Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-27T00:46:48.484Z] Removing intermediate container cf8a62ba2bc6 [2021-01-27T00:46:48.484Z] ---> f008ea837478 [2021-01-27T00:46:48.484Z] Step 8/23 : COPY . . [2021-01-27T00:46:48.486Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-27T00:46:48.486Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-27T00:46:48.486Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-27T00:46:48.750Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-27T00:46:48.750Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-27T00:46:48.750Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-27T00:46:48.751Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-27T00:46:48.751Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-27T00:46:48.751Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-27T00:46:48.751Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-01-27T00:46:48.751Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-27T00:46:48.758Z] Removing intermediate container 1a9d7e7e3038 [2021-01-27T00:46:48.758Z] ---> 87ca3ede1ebd [2021-01-27T00:46:48.758Z] Step 8/21 : COPY . . [2021-01-27T00:46:48.758Z] Removing intermediate container da8158205a6a [2021-01-27T00:46:48.758Z] ---> aea866398344 [2021-01-27T00:46:48.758Z] Step 8/22 : COPY . . [2021-01-27T00:46:49.011Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-27T00:46:49.012Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-27T00:46:49.012Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-27T00:46:49.012Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-27T00:46:49.012Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-27T00:46:49.012Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-27T00:46:49.012Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-27T00:46:49.012Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-27T00:46:49.012Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-27T00:46:49.012Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-27T00:46:49.012Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-27T00:46:49.012Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-27T00:46:49.318Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-01-27T00:46:49.318Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-01-27T00:46:49.318Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-27T00:46:49.318Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-01-27T00:46:49.318Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-27T00:46:49.318Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-27T00:46:49.318Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-27T00:46:49.318Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-27T00:46:49.318Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-27T00:46:49.318Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-27T00:46:49.318Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-27T00:46:49.318Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-27T00:46:49.318Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-27T00:46:49.318Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-01-27T00:46:49.318Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-27T00:46:49.318Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-27T00:46:49.318Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-27T00:46:49.318Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-27T00:46:49.318Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-27T00:46:49.599Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-27T00:46:49.599Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-27T00:46:49.599Z] Fetched 63.8 MB in 2s (34.1 MB/s) [2021-01-27T00:46:49.599Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:49.599Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-27T00:46:49.870Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-27T00:46:50.447Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-27T00:46:50.447Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-27T00:46:50.447Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-01-27T00:46:50.710Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-01-27T00:46:51.295Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T00:46:51.295Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T00:46:51.557Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T00:46:51.557Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T00:46:51.557Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T00:46:51.557Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T00:46:51.818Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T00:46:51.819Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T00:46:51.819Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T00:46:51.819Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T00:46:52.081Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T00:46:52.081Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T00:46:52.081Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T00:46:52.081Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T00:46:52.342Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T00:46:52.342Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-27T00:46:52.342Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T00:46:52.342Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-27T00:46:52.603Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-27T00:46:52.603Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-27T00:46:52.603Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T00:46:52.603Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T00:46:52.867Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T00:46:52.867Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T00:46:52.867Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-27T00:46:52.867Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-27T00:46:53.128Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T00:46:53.129Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-27T00:46:53.129Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-27T00:46:53.701Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-27T00:46:53.963Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-27T00:46:54.537Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-27T00:46:54.537Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-27T00:46:54.537Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-27T00:46:54.537Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-27T00:46:54.537Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-27T00:46:54.798Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-27T00:46:54.798Z] Installing new version of config file /etc/issue ... [2021-01-27T00:46:54.798Z] Installing new version of config file /etc/issue.net ... [2021-01-27T00:46:54.798Z] Installing new version of config file /etc/lsb-release ... [2021-01-27T00:46:54.798Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-27T00:46:55.059Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-27T00:46:55.059Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-27T00:46:55.059Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-27T00:46:55.320Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:55.320Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-27T00:46:55.320Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-27T00:46:55.320Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-27T00:46:55.582Z] 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-27T00:46:55.582Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:55.582Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-27T00:46:55.582Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-27T00:46:55.582Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-27T00:46:55.847Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:55.847Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-27T00:46:55.847Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-27T00:46:55.847Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-27T00:46:56.109Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:56.109Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-27T00:46:56.109Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-27T00:46:56.370Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-27T00:46:56.371Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:56.371Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-27T00:46:56.371Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-27T00:46:56.631Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-27T00:46:56.632Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:56.632Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-27T00:46:56.632Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-27T00:46:56.893Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-27T00:46:56.893Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:56.893Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-27T00:46:56.893Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-27T00:46:57.153Z] Setting up grep (3.1-2build1) ... [2021-01-27T00:46:57.153Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:57.153Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-27T00:46:57.153Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-27T00:46:57.415Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-27T00:46:57.415Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:57.415Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-27T00:46:57.415Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-27T00:46:57.676Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-27T00:46:57.676Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:57.676Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-27T00:46:57.676Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-27T00:46:58.626Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-27T00:46:58.626Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-27T00:46:58.626Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-27T00:46:58.626Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-27T00:46:59.202Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-27T00:46:59.202Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:46:59.202Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-27T00:46:59.202Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-27T00:47:00.597Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-27T00:47:00.597Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-27T00:47:00.597Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-27T00:47:00.597Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-27T00:47:00.859Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-27T00:47:00.859Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:47:00.859Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-27T00:47:00.859Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-27T00:47:01.120Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-27T00:47:01.120Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:47:01.120Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-27T00:47:01.120Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-27T00:47:01.381Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-27T00:47:01.381Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:47:01.381Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-27T00:47:01.381Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-27T00:47:01.647Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-27T00:47:01.647Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:47:01.647Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-27T00:47:01.647Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-27T00:47:01.913Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-27T00:47:02.174Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:47:02.174Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-27T00:47:02.174Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-27T00:47:02.174Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-27T00:47:02.437Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:47:02.437Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-27T00:47:02.437Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-27T00:47:02.437Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-27T00:47:02.437Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-27T00:47:02.726Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-27T00:47:02.726Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:47:02.726Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-27T00:47:02.726Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-27T00:47:03.082Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-27T00:47:03.082Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:47:03.082Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-27T00:47:03.082Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-27T00:47:03.082Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-27T00:47:03.082Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:47:03.082Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-27T00:47:03.346Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-27T00:47:03.346Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-27T00:47:03.346Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:47:03.346Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-27T00:47:03.608Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-27T00:47:03.871Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-27T00:47:04.449Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-27T00:47:04.712Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-27T00:47:04.712Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:47:04.712Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-27T00:47:04.712Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-27T00:47:04.973Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-27T00:47:05.235Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-27T00:47:05.235Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-27T00:47:05.235Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-27T00:47:05.235Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-27T00:47:05.497Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:47:05.497Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-27T00:47:05.497Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-27T00:47:05.497Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-27T00:47:05.766Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:47:05.766Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-01-27T00:47:06.028Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-27T00:47:06.028Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-01-27T00:47:06.028Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:47:06.028Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-01-27T00:47:06.028Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-27T00:47:06.289Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-01-27T00:47:06.289Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:47:06.289Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-27T00:47:06.289Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-27T00:47:06.568Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-27T00:47:06.843Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:47:06.843Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-27T00:47:06.843Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-27T00:47:06.843Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-27T00:47:06.843Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:47:06.843Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-27T00:47:07.106Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-27T00:47:07.369Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-27T00:47:07.369Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:47:07.369Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-27T00:47:07.369Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-27T00:47:07.630Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-27T00:47:07.630Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-27T00:47:07.630Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-27T00:47:07.891Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-27T00:47:07.891Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-27T00:47:07.891Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:47:07.891Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-27T00:47:08.153Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-27T00:47:08.153Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-27T00:47:08.417Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:47:08.417Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-27T00:47:08.417Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-27T00:47:08.417Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-27T00:47:08.679Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:47:08.679Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-27T00:47:08.679Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-27T00:47:08.951Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-27T00:47:08.951Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:47:08.951Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-27T00:47:08.951Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-27T00:47:09.218Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-27T00:47:09.218Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:47:09.218Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-27T00:47:09.218Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-27T00:47:09.479Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-27T00:47:09.740Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:47:09.740Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-27T00:47:09.740Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-27T00:47:09.740Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-27T00:47:10.004Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:47:10.004Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-27T00:47:10.004Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-27T00:47:10.004Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-27T00:47:10.266Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:47:10.266Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-27T00:47:10.266Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-27T00:47:10.266Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-27T00:47:10.528Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:47:10.528Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-27T00:47:10.528Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-27T00:47:10.528Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-27T00:47:10.789Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:47:10.789Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-27T00:47:10.789Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-27T00:47:10.789Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-27T00:47:10.961Z] ---> e81eff21c0e6 [2021-01-27T00:47:10.961Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-27T00:47:10.961Z] ---> 4d41a94f66f8 [2021-01-27T00:47:10.961Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-27T00:47:10.961Z] ---> ab815538f421 [2021-01-27T00:47:10.961Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-27T00:47:10.961Z] ---> f075cacaed24 [2021-01-27T00:47:10.961Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-27T00:47:10.961Z] ---> Running in ea5c85cd0426 [2021-01-27T00:47:10.961Z] ---> Running in 4dde667dae7e [2021-01-27T00:47:10.961Z] ---> 9adb2335c8b4 [2021-01-27T00:47:10.961Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-27T00:47:10.961Z] ---> Running in 874985c46954 [2021-01-27T00:47:10.961Z] ---> Running in 0fe895cad989 [2021-01-27T00:47:10.961Z] ---> Running in 9f7d97e9f16b [2021-01-27T00:47:11.054Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:47:11.054Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-27T00:47:11.054Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-27T00:47:11.054Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-27T00:47:11.316Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-27T00:47:11.316Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-27T00:47:11.316Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-27T00:47:11.316Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-27T00:47:11.316Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-27T00:47:11.316Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-27T00:47:11.316Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-27T00:47:11.579Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-27T00:47:11.579Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-27T00:47:11.842Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-27T00:47:11.842Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-27T00:47:12.106Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-27T00:47:12.106Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-27T00:47:12.106Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-27T00:47:12.369Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-27T00:47:12.369Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-27T00:47:12.369Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-27T00:47:12.369Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-27T00:47:12.369Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-27T00:47:12.426Z] 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-27T00:47:12.632Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-27T00:47:12.632Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-27T00:47:12.632Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-27T00:47:12.707Z] 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-27T00:47:12.707Z] 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-27T00:47:12.707Z] 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-27T00:47:12.894Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-27T00:47:12.894Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-27T00:47:12.894Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-27T00:47:12.894Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-27T00:47:12.981Z] 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-27T00:47:13.467Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-27T00:47:13.731Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-27T00:47:13.731Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-27T00:47:14.678Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-27T00:47:14.678Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-27T00:47:14.678Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-27T00:47:14.678Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-27T00:47:14.938Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-27T00:47:14.938Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-27T00:47:15.205Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-27T00:47:15.472Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-27T00:47:15.735Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-27T00:47:15.735Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-27T00:47:15.735Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-27T00:47:15.735Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-27T00:47:15.997Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-27T00:47:15.997Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-27T00:47:15.997Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-27T00:47:15.997Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-27T00:47:16.259Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-27T00:47:16.259Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-27T00:47:16.259Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-27T00:47:16.521Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-27T00:47:17.472Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-27T00:47:17.472Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-27T00:47:18.862Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-27T00:47:18.862Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-27T00:47:19.434Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-27T00:47:19.434Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-27T00:47:19.698Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-27T00:47:19.698Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-27T00:47:20.643Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-27T00:47:20.906Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-27T00:47:20.906Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-27T00:47:20.906Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-27T00:47:20.906Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-27T00:47:21.166Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-27T00:47:21.166Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-27T00:47:21.427Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-27T00:47:21.427Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-27T00:47:21.427Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-27T00:47:21.427Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-27T00:47:21.688Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-27T00:47:21.688Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-27T00:47:21.688Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-27T00:47:21.688Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-27T00:47:21.950Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-27T00:47:21.950Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T00:47:21.950Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-27T00:47:21.950Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T00:47:21.950Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T00:47:21.950Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T00:47:22.212Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-27T00:47:22.212Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-27T00:47:22.212Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-27T00:47:22.212Z] [2021-01-27T00:47:22.212Z] Current default time zone: 'Etc/UTC' [2021-01-27T00:47:22.212Z] Local time is now: Wed Jan 27 00:47:22 UTC 2021. [2021-01-27T00:47:22.212Z] Universal Time is now: Wed Jan 27 00:47:22 UTC 2021. [2021-01-27T00:47:22.212Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-27T00:47:22.212Z] [2021-01-27T00:47:22.212Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-27T00:47:22.474Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T00:47:22.474Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-01-27T00:47:22.474Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-27T00:47:22.474Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-27T00:47:22.474Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-27T00:47:22.474Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-27T00:47:22.474Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-27T00:47:22.474Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-27T00:47:22.474Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-27T00:47:22.474Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T00:47:22.735Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-27T00:47:22.735Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-27T00:47:22.994Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-27T00:47:22.994Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T00:47:22.994Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-27T00:47:22.994Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-27T00:47:22.994Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-27T00:47:22.994Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-27T00:47:22.994Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-27T00:47:22.994Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-27T00:47:22.994Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-27T00:47:22.994Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-27T00:47:24.911Z] Updating certificates in /etc/ssl/certs... [2021-01-27T00:47:25.853Z] 22 added, 17 removed; done. [2021-01-27T00:47:25.853Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-27T00:47:25.853Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-27T00:47:25.853Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-27T00:47:25.853Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-27T00:47:25.853Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-27T00:47:26.116Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-27T00:47:26.116Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-27T00:47:26.116Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-27T00:47:26.116Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-27T00:47:26.116Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-27T00:47:26.116Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-27T00:47:26.116Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-27T00:47:26.116Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-27T00:47:26.453Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-27T00:47:26.453Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-27T00:47:26.453Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-27T00:47:26.453Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-27T00:47:26.453Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-27T00:47:26.453Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-27T00:47:26.453Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-27T00:47:26.715Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-27T00:47:26.715Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-27T00:47:26.715Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-27T00:47:26.715Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-27T00:47:26.715Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-27T00:47:26.988Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-27T00:47:26.988Z] Updating certificates in /etc/ssl/certs... [2021-01-27T00:47:27.561Z] 0 added, 0 removed; done. [2021-01-27T00:47:27.561Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-27T00:47:27.561Z] done. [2021-01-27T00:47:27.822Z] Reading package lists... [2021-01-27T00:47:28.083Z] Building dependency tree... [2021-01-27T00:47:28.083Z] Reading state information... [2021-01-27T00:47:28.346Z] The following NEW packages will be installed: [2021-01-27T00:47:28.346Z] apt-transport-https [2021-01-27T00:47:28.346Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-27T00:47:28.346Z] Need to get 1696 B of archives. [2021-01-27T00:47:28.346Z] After this operation, 153 kB of additional disk space will be used. [2021-01-27T00:47:28.346Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-27T00:47:28.608Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-27T00:47:28.608Z] Fetched 1696 B in 0s (9210 B/s) [2021-01-27T00:47:28.608Z] Selecting previously unselected package apt-transport-https. [2021-01-27T00:47:28.608Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-27T00:47:28.608Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-27T00:47:28.608Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-27T00:47:28.870Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-27T00:47:29.133Z] Waiting for network to be ready... [2021-01-27T00:47:35.719Z] 2021-01-27T00:47:32Z INFO Waiting for automatic snapd restart... [2021-01-27T00:47:35.719Z] snapd 2.48.2 from Canonical* installed [2021-01-27T00:47:36.666Z] "snapd" switched to the "latest/stable" channel [2021-01-27T00:47:36.666Z] [2021-01-27T00:47:42.012Z] core18 20201210 from Canonical* installed [2021-01-27T00:47:42.012Z] "core18" switched to the "latest/stable" channel [2021-01-27T00:47:42.012Z] [2021-01-27T00:47:47.428Z] snapcraft 4.4.4 from Canonical* installed [2021-01-27T00:47:47.428Z] "snapcraft" switched to the "latest/stable" channel [2021-01-27T00:47:47.428Z] [2021-01-27T00:47:51.634Z] 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-27T00:47:51.634Z] - README.md [2021-01-27T00:47:51.634Z] - snapcraft.yaml.orig [2021-01-27T00:47:51.634Z] [2021-01-27T00:47:51.634Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-27T00:47:58.225Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-27T00:47:58.225Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-27T00:47:58.225Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-27T00:47:58.225Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-27T00:47:59.609Z] Reading package lists... [2021-01-27T00:47:59.871Z] 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-27T00:48:06.458Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-27T00:48:06.458Z] Reading package lists... [2021-01-27T00:48:06.458Z] Building dependency tree... [2021-01-27T00:48:06.458Z] Reading state information... [2021-01-27T00:48:06.458Z] Suggested packages: [2021-01-27T00:48:06.458Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-27T00:48:06.458Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-27T00:48:06.458Z] Recommended packages: [2021-01-27T00:48:06.458Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-27T00:48:06.458Z] The following NEW packages will be installed: [2021-01-27T00:48:06.458Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-27T00:48:06.458Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-27T00:48:06.458Z] pkg-config zip [2021-01-27T00:48:06.458Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-27T00:48:06.458Z] Need to get 7655 kB of archives. [2021-01-27T00:48:06.458Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-27T00:48:06.458Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-27T00:48:06.720Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-27T00:48:06.720Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-27T00:48:06.720Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-27T00:48:06.720Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-27T00:48:06.720Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-27T00:48:06.720Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-27T00:48:06.720Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-27T00:48:06.981Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-27T00:48:06.981Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-27T00:48:06.981Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-27T00:48:06.981Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-27T00:48:07.242Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-27T00:48:07.242Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-27T00:48:07.242Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-27T00:48:07.504Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-27T00:48:07.504Z] Fetched 7655 kB in 1s (9641 kB/s) [2021-01-27T00:48:07.504Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-27T00:48:07.504Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-27T00:48:07.504Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-27T00:48:07.504Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-27T00:48:07.767Z] Selecting previously unselected package libpsl5:amd64. [2021-01-27T00:48:07.767Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-27T00:48:07.767Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-27T00:48:07.767Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-27T00:48:07.767Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-27T00:48:07.767Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-27T00:48:08.031Z] Selecting previously unselected package librtmp1:amd64. [2021-01-27T00:48:08.031Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-27T00:48:08.031Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-27T00:48:08.031Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-27T00:48:08.031Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-27T00:48:08.031Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-27T00:48:08.292Z] Selecting previously unselected package liberror-perl. [2021-01-27T00:48:08.292Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-27T00:48:08.292Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-27T00:48:08.292Z] Selecting previously unselected package git-man. [2021-01-27T00:48:08.292Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-27T00:48:08.292Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-27T00:48:08.554Z] Selecting previously unselected package git. [2021-01-27T00:48:08.554Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-27T00:48:08.554Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-27T00:48:09.497Z] Selecting previously unselected package libnorm1:amd64. [2021-01-27T00:48:09.497Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-27T00:48:09.497Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-27T00:48:09.497Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-27T00:48:09.497Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-27T00:48:09.497Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-27T00:48:09.497Z] Selecting previously unselected package libsodium23:amd64. [2021-01-27T00:48:09.497Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-27T00:48:09.497Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-27T00:48:09.759Z] Selecting previously unselected package libzmq5:amd64. [2021-01-27T00:48:09.759Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-27T00:48:09.759Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-27T00:48:09.759Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-27T00:48:09.759Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-27T00:48:09.759Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-27T00:48:10.020Z] Selecting previously unselected package pkg-config. [2021-01-27T00:48:10.020Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-27T00:48:10.020Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-27T00:48:10.020Z] Selecting previously unselected package zip. [2021-01-27T00:48:10.020Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-27T00:48:10.020Z] Unpacking zip (3.0-11build1) ... [2021-01-27T00:48:10.020Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-27T00:48:10.020Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-27T00:48:10.281Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-27T00:48:10.281Z] Setting up liberror-perl (0.17025-1) ... [2021-01-27T00:48:10.281Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-27T00:48:10.281Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-27T00:48:10.281Z] No schema files found: doing nothing. [2021-01-27T00:48:10.281Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-27T00:48:10.281Z] Setting up zip (3.0-11build1) ... [2021-01-27T00:48:10.281Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-27T00:48:10.281Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-27T00:48:10.281Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-27T00:48:10.543Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-27T00:48:10.543Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-27T00:48:10.543Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-27T00:48:10.543Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-27T00:48:10.543Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-27T00:48:17.186Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-27T00:48:17.452Z] git set to automatically installed. [2021-01-27T00:48:17.452Z] git-man set to automatically installed. [2021-01-27T00:48:17.452Z] libcurl3-gnutls set to automatically installed. [2021-01-27T00:48:17.452Z] liberror-perl set to automatically installed. [2021-01-27T00:48:17.452Z] libglib2.0-0 set to automatically installed. [2021-01-27T00:48:17.452Z] libnghttp2-14 set to automatically installed. [2021-01-27T00:48:17.452Z] libnorm1 set to automatically installed. [2021-01-27T00:48:17.452Z] libpgm-5.2-0 set to automatically installed. [2021-01-27T00:48:17.452Z] libpsl5 set to automatically installed. [2021-01-27T00:48:17.452Z] librtmp1 set to automatically installed. [2021-01-27T00:48:17.452Z] libsodium23 set to automatically installed. [2021-01-27T00:48:17.452Z] libzmq3-dev set to automatically installed. [2021-01-27T00:48:17.452Z] libzmq5 set to automatically installed. [2021-01-27T00:48:17.452Z] pkg-config set to automatically installed. [2021-01-27T00:48:17.452Z] zip set to automatically installed. [2021-01-27T00:48:19.396Z] snapd is not logged in, snap install commands will use sudo [2021-01-27T00:48:25.991Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-27T00:48:25.991Z] snap "core18" has no updates available [2021-01-27T00:48:26.564Z] Pulling config-common [2021-01-27T00:48:27.947Z] Pulling go-build-helper [2021-01-27T00:48:34.784Z] 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-27T00:48:54.535Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-27T00:48:54.535Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-27T00:48:54.535Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-27T00:48:54.535Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-27T00:48:54.536Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-27T00:48:54.536Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-27T00:48:54.536Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-27T00:48:54.536Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-27T00:48:54.536Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-27T00:48:54.536Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-27T00:48:54.536Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-27T00:48:54.536Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-27T00:48:54.536Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-27T00:48:54.536Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-27T00:48:54.536Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-27T00:48:54.536Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-27T00:48:54.536Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-27T00:48:54.536Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-27T00:48:54.536Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-27T00:48:54.536Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] [2021-01-27T00:48:54.536Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] [2021-01-27T00:48:54.536Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-27T00:48:54.536Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-27T00:48:54.536Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] [2021-01-27T00:48:54.536Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] [2021-01-27T00:48:54.536Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] [2021-01-27T00:48:54.536Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-27T00:48:54.536Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-27T00:48:54.536Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-27T00:48:54.536Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-27T00:48:54.536Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-27T00:48:54.536Z] Fetched 279 kB in 0s (0 B/s) [2021-01-27T00:48:54.536Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-27T00:48:54.536Z] Fetched 122 kB in 0s (0 B/s) [2021-01-27T00:48:54.536Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-27T00:48:54.536Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-27T00:48:54.536Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-27T00:48:54.536Z] Fetched 8848 B in 0s (0 B/s) [2021-01-27T00:48:54.536Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-27T00:48:54.536Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-27T00:48:54.536Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-27T00:48:54.536Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-27T00:48:54.536Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-27T00:48:54.536Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-27T00:48:54.536Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-27T00:48:54.536Z] Fetched 214 kB in 0s (0 B/s) [2021-01-27T00:48:54.536Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-27T00:48:54.536Z] Fetched 155 kB in 0s (0 B/s) [2021-01-27T00:48:54.536Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-27T00:48:54.536Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-27T00:48:54.536Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-27T00:48:54.536Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-27T00:48:54.536Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-27T00:48:54.536Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-27T00:48:54.536Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-27T00:48:54.536Z] Fetched 499 kB in 0s (0 B/s) [2021-01-27T00:48:54.536Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-27T00:48:54.536Z] Fetched 111 kB in 0s (0 B/s) [2021-01-27T00:48:54.536Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-27T00:48:54.536Z] Fetched 240 kB in 0s (0 B/s) [2021-01-27T00:48:54.536Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-27T00:48:54.536Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-27T00:48:54.536Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-27T00:48:54.536Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-27T00:48:54.536Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-27T00:48:54.536Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-27T00:48:54.536Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-27T00:48:54.536Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-27T00:48:54.536Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-27T00:48:54.536Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-27T00:48:54.536Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-27T00:48:54.536Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-27T00:48:54.536Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-27T00:48:54.536Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-27T00:48:54.536Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-27T00:48:54.536Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-27T00:48:54.536Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-27T00:48:54.536Z] Fetched 8720 B in 0s (0 B/s) [2021-01-27T00:48:54.536Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-27T00:48:54.536Z] Fetched 137 kB in 0s (0 B/s) [2021-01-27T00:48:54.536Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-27T00:48:54.536Z] Fetched 119 kB in 0s (0 B/s) [2021-01-27T00:48:54.536Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-27T00:48:54.536Z] Fetched 109 kB in 0s (0 B/s) [2021-01-27T00:48:54.536Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-27T00:48:54.536Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-27T00:48:54.536Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-27T00:48:54.536Z] Fetched 645 kB in 0s (0 B/s) [2021-01-27T00:48:54.536Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-27T00:48:54.536Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-27T00:48:54.536Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-27T00:48:54.536Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-27T00:48:54.536Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-27T00:48:54.536Z] Fetched 368 kB in 0s (0 B/s) [2021-01-27T00:48:54.536Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-27T00:48:54.536Z] Fetched 187 kB in 0s (0 B/s) [2021-01-27T00:48:54.536Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-27T00:48:54.536Z] Fetched 175 kB in 0s (0 B/s) [2021-01-27T00:48:54.536Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-27T00:48:55.481Z] Fetched 206 kB in 0s (0 B/s) [2021-01-27T00:48:55.481Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-27T00:48:55.481Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-27T00:48:55.481Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-27T00:48:55.481Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-27T00:48:55.481Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-27T00:48:55.481Z] Fetched 159 kB in 0s (0 B/s) [2021-01-27T00:48:55.481Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-27T00:48:55.481Z] Fetched 107 kB in 0s (0 B/s) [2021-01-27T00:48:55.481Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-27T00:48:55.481Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-27T00:48:55.481Z] Pulling static-packages [2021-01-27T00:48:56.876Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-27T00:48:56.876Z] Skipping pull go-build-helper (already ran) [2021-01-27T00:48:56.876Z] Skipping pull static-packages (already ran) [2021-01-27T00:48:56.876Z] Building go-build-helper [2021-01-27T00:48:57.175Z] Removing intermediate container 874985c46954 [2021-01-27T00:48:57.175Z] ---> ac704084f7ce [2021-01-27T00:48:57.175Z] [2021-01-27T00:48:57.175Z] Step 10/21 : FROM alpine:3.12 [2021-01-27T00:48:57.175Z] Removing intermediate container 9f7d97e9f16b [2021-01-27T00:48:57.175Z] ---> 7d48e456ca53 [2021-01-27T00:48:57.175Z] [2021-01-27T00:48:57.175Z] Step 10/22 : FROM alpine:3.12 [2021-01-27T00:48:57.175Z] 3.12: Pulling from library/alpine [2021-01-27T00:48:57.175Z] 3.12: Pulling from library/alpine [2021-01-27T00:48:57.175Z] Removing intermediate container 4dde667dae7e [2021-01-27T00:48:57.175Z] ---> b1ab450629f3 [2021-01-27T00:48:57.175Z] [2021-01-27T00:48:57.175Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T00:48:57.175Z] 3.12: Pulling from library/alpine [2021-01-27T00:48:57.457Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-27T00:48:57.457Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-27T00:48:57.457Z] Status: Downloaded newer image for alpine:3.12 [2021-01-27T00:48:57.457Z] Status: Image is up to date for alpine:3.12 [2021-01-27T00:48:57.457Z] ---> afeebe901d6b [2021-01-27T00:48:57.457Z] Step 11/23 : RUN apk add --update --no-cache dumb-initDigest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-27T00:48:57.457Z] [2021-01-27T00:48:57.457Z] ---> afeebe901d6b [2021-01-27T00:48:57.457Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-27T00:48:57.457Z] Status: Image is up to date for alpine:3.12 [2021-01-27T00:48:57.457Z] ---> afeebe901d6b [2021-01-27T00:48:57.457Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-27T00:48:58.057Z] ---> Running in 3fb7d4399c6a [2021-01-27T00:48:58.057Z] ---> Running in 7de17382f80a [2021-01-27T00:48:58.057Z] ---> Running in fa5e4e02ba6d [2021-01-27T00:49:00.705Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:49:00.705Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:49:00.705Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:49:00.705Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:49:00.993Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:49:01.087Z] Building static-packages [2021-01-27T00:49:01.274Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:49:01.553Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-27T00:49:01.553Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:49:01.553Z] OK: 5 MiB in 15 packages [2021-01-27T00:49:01.553Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-27T00:49:01.553Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:49:01.553Z] OK: 5 MiB in 15 packages [2021-01-27T00:49:01.832Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-27T00:49:02.133Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T00:49:02.133Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-27T00:49:02.133Z] (4/4) Installing curl (7.69.1-r3) [2021-01-27T00:49:02.133Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:49:02.133Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T00:49:02.417Z] OK: 7 MiB in 18 packages [2021-01-27T00:49:03.864Z] Removing intermediate container 7de17382f80a [2021-01-27T00:49:03.864Z] ---> cfd5d0e97286 [2021-01-27T00:49:03.864Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T00:49:03.864Z] ---> Running in f80a6cf0798a [2021-01-27T00:49:04.137Z] Removing intermediate container 3fb7d4399c6a [2021-01-27T00:49:04.138Z] ---> ccddd312bd82 [2021-01-27T00:49:04.138Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T00:49:04.138Z] ---> Running in 1d6c54feef09 [2021-01-27T00:49:04.404Z] Staging go-build-helper [2021-01-27T00:49:04.743Z] Removing intermediate container f80a6cf0798a [2021-01-27T00:49:04.743Z] ---> 42e25f87d9a8 [2021-01-27T00:49:04.743Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-27T00:49:05.025Z] Removing intermediate container 1d6c54feef09 [2021-01-27T00:49:05.025Z] ---> 597fd958291a [2021-01-27T00:49:05.025Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-27T00:49:05.299Z] ---> Running in b3a6b218a180 [2021-01-27T00:49:05.299Z] Removing intermediate container fa5e4e02ba6d [2021-01-27T00:49:05.299Z] ---> 4023b7583a62 [2021-01-27T00:49:05.299Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-27T00:49:05.349Z] Staging static-packages [2021-01-27T00:49:05.585Z] ---> Running in 299f043235e5 [2021-01-27T00:49:05.585Z] ---> Running in 18693bb59c17 [2021-01-27T00:49:05.862Z] Removing intermediate container b3a6b218a180 [2021-01-27T00:49:05.862Z] ---> 77b71bd3188b [2021-01-27T00:49:05.862Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-27T00:49:06.151Z] ---> Running in 669fdb9e9bd6 [2021-01-27T00:49:06.151Z] Removing intermediate container 299f043235e5 [2021-01-27T00:49:06.151Z] ---> 93bfdcd0a17c [2021-01-27T00:49:06.151Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-27T00:49:06.437Z] Removing intermediate container 18693bb59c17 [2021-01-27T00:49:06.437Z] ---> a80d1217604d [2021-01-27T00:49:06.437Z] Step 13/21 : WORKDIR /edgex [2021-01-27T00:49:06.437Z] ---> Running in 5ffe98a96281 [2021-01-27T00:49:06.715Z] ---> Running in e271da71dd52 [2021-01-27T00:49:06.715Z] Removing intermediate container 669fdb9e9bd6 [2021-01-27T00:49:06.715Z] ---> f039cfa31a53 [2021-01-27T00:49:06.715Z] Step 15/23 : WORKDIR / [2021-01-27T00:49:06.775Z] Pulling go115 [2021-01-27T00:49:06.988Z] ---> Running in 7de7ec5cab34 [2021-01-27T00:49:07.980Z] Removing intermediate container e271da71dd52 [2021-01-27T00:49:07.980Z] ---> 1a2805952f65 [2021-01-27T00:49:07.980Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-27T00:49:07.980Z] Removing intermediate container 5ffe98a96281 [2021-01-27T00:49:07.980Z] ---> 6dbd20d5df18 [2021-01-27T00:49:07.980Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:49:08.168Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-27T00:49:08.168Z] Skipping pull go115 (already ran) [2021-01-27T00:49:08.168Z] Building go115 [2021-01-27T00:49:08.168Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-27T00:49:08.168Z] Dload Upload Total Spent Left Speed [2021-01-27T00:49:08.251Z] Removing intermediate container 7de7ec5cab34 [2021-01-27T00:49:08.251Z] ---> 546de5c1217f [2021-01-27T00:49:08.251Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:49:09.692Z] ---> 5e963008c63b [2021-01-27T00:49:09.692Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-27T00:49:09.969Z] ---> 76404767bb51 [2021-01-27T00:49:09.969Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-27T00:49:09.969Z] ---> c98b55b646fc [2021-01-27T00:49:09.969Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-27T00:49:10.364Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 21 115M 21 25.0M 0 0 25.3M 0 0:00:04 --:--:-- 0:00:04 25.3M 54 115M 54 63.3M 0 0 31.7M 0 0:00:03 0:00:01 0:00:02 31.7M 55 115M 55 63.7M 0 0 31.3M 0 0:00:03 0:00:02 0:00:01 31.3M [2021-01-27T00:49:10.364Z] curl: (56) OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 104 [2021-01-27T00:49:10.364Z] Failed to run 'override-build': Exit code was 56. [2021-01-27T00:49:10.571Z] Removing intermediate container ea5c85cd0426 [2021-01-27T00:49:10.571Z] ---> 55be37f1f582 [2021-01-27T00:49:10.572Z] [2021-01-27T00:49:10.572Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T00:49:10.572Z] ---> afeebe901d6b [2021-01-27T00:49:10.572Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-27T00:49:10.572Z] ---> Using cache [2021-01-27T00:49:10.572Z] ---> ccddd312bd82 [2021-01-27T00:49:10.572Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T00:49:10.572Z] ---> Using cache [2021-01-27T00:49:10.572Z] ---> 597fd958291a [2021-01-27T00:49:10.572Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-27T00:49:10.644Z] Run the same command again with --debug to shell into the environment if you wish to introspect this failure. [2021-01-27T00:49:11.175Z] ---> Running in 2d1a559def90 [2021-01-27T00:49:11.771Z] ---> e154fd1e3486 [2021-01-27T00:49:11.771Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-27T00:49:11.771Z] ---> 32de6776fff0 [2021-01-27T00:49:11.771Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-27T00:49:12.043Z] ---> 4bc9b10d301e [2021-01-27T00:49:12.043Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-27T00:49:12.043Z] Removing intermediate container 2d1a559def90 [2021-01-27T00:49:12.043Z] ---> 8ba43b19d5cd [2021-01-27T00:49:12.043Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-27T00:49:12.043Z] ---> Running in 4690d10fac59 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [2021-01-27T00:49:13.022Z] Removing intermediate container 4690d10fac59 [2021-01-27T00:49:13.022Z] ---> 854d3f887100 [2021-01-27T00:49:13.022Z] Step 15/23 : WORKDIR / [2021-01-27T00:49:13.022Z] ---> a93a2d0b74a5 [2021-01-27T00:49:13.022Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] ---> d576c259e28a [2021-01-27T00:49:13.022Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-27T00:49:13.022Z] [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-01-27T00:49:13.295Z] ---> Running in ffa95d4b4ced [2021-01-27T00:49:13.295Z] ---> 29da3c11e20b [2021-01-27T00:49:13.295Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-27T00:49:13.295Z] ---> Running in d570322c44c4 [2021-01-27T00:49:13.295Z] ---> Running in 977ecf4cd9cf [Pipeline] // stage [Pipeline] } [2021-01-27T00:49:13.359Z] Failed in branch amd64 [2021-01-27T00:49:13.570Z] ---> Running in e5cce782a3e4 [2021-01-27T00:49:13.848Z] Removing intermediate container ffa95d4b4ced [2021-01-27T00:49:13.848Z] ---> cc38115050fd [2021-01-27T00:49:13.848Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:49:14.122Z] Removing intermediate container 977ecf4cd9cf [2021-01-27T00:49:14.122Z] ---> 97f4a9ef3509 [2021-01-27T00:49:14.122Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:49:14.122Z] Removing intermediate container d570322c44c4 [2021-01-27T00:49:14.122Z] ---> 8e58b02b1959 [2021-01-27T00:49:14.122Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:49:14.396Z] Removing intermediate container e5cce782a3e4 [2021-01-27T00:49:14.396Z] ---> 276427683177 [2021-01-27T00:49:14.396Z] Step 18/21 : CMD ["--init=true"] [2021-01-27T00:49:14.396Z] ---> Running in 6f7e0dc9aae2 [2021-01-27T00:49:14.396Z] ---> Running in 3946930a36cc [2021-01-27T00:49:14.668Z] ---> Running in 6bd78820d2d6 [2021-01-27T00:49:15.262Z] ---> cb49607e92c3 [2021-01-27T00:49:15.262Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-27T00:49:15.262Z] Removing intermediate container 6f7e0dc9aae2 [2021-01-27T00:49:15.262Z] ---> 4e9948cf0b5c [2021-01-27T00:49:15.262Z] Step 21/23 : LABEL arch=arm64 [2021-01-27T00:49:15.535Z] Removing intermediate container 3946930a36cc [2021-01-27T00:49:15.535Z] ---> 351de29fa7b2 [2021-01-27T00:49:15.535Z] Step 20/22 : LABEL arch=arm64 [2021-01-27T00:49:15.811Z] Removing intermediate container 6bd78820d2d6 [2021-01-27T00:49:15.811Z] ---> 93dc118e18c1 [2021-01-27T00:49:15.811Z] Step 19/21 : LABEL arch=arm64 [2021-01-27T00:49:15.811Z] ---> Running in f4c1d714bea4 [2021-01-27T00:49:15.811Z] ---> Running in c025aa59e22f [2021-01-27T00:49:16.410Z] ---> Running in d9854882ac9d [2021-01-27T00:49:17.001Z] ---> c24988088580 [2021-01-27T00:49:17.001Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-27T00:49:17.001Z] Removing intermediate container c025aa59e22f [2021-01-27T00:49:17.001Z] ---> e43b030ff55d [2021-01-27T00:49:17.001Z] Step 22/23 : LABEL git_sha=4649118d4a72cb963d8fbd644be1e3aaf7b138c8 [2021-01-27T00:49:17.001Z] Removing intermediate container f4c1d714bea4 [2021-01-27T00:49:17.001Z] ---> 67700f7a6930 [2021-01-27T00:49:17.001Z] Step 21/22 : LABEL git_sha=4649118d4a72cb963d8fbd644be1e3aaf7b138c8 [2021-01-27T00:49:17.271Z] ---> Running in 686d637c4f03 [2021-01-27T00:49:17.271Z] Removing intermediate container d9854882ac9d [2021-01-27T00:49:17.271Z] ---> 68754730940f [2021-01-27T00:49:17.271Z] Step 20/21 : LABEL git_sha=4649118d4a72cb963d8fbd644be1e3aaf7b138c8 [2021-01-27T00:49:17.542Z] ---> Running in a5404f1ced43 [2021-01-27T00:49:17.817Z] Removing intermediate container 0fe895cad989 [2021-01-27T00:49:17.817Z] ---> af6800f29678 [2021-01-27T00:49:17.817Z] [2021-01-27T00:49:17.817Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T00:49:17.817Z] ---> afeebe901d6b [2021-01-27T00:49:17.817Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-27T00:49:17.817Z] ---> Running in 7eaa124c8a65 [2021-01-27T00:49:18.089Z] ---> Running in 9a2fb0b319d9 [2021-01-27T00:49:18.089Z] Removing intermediate container 686d637c4f03 [2021-01-27T00:49:18.089Z] ---> c1f6b1686be3 [2021-01-27T00:49:18.089Z] Step 23/23 : LABEL version=0.0.0 [2021-01-27T00:49:18.089Z] ---> b2d3cddf33ca [2021-01-27T00:49:18.089Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-27T00:49:18.089Z] Removing intermediate container a5404f1ced43 [2021-01-27T00:49:18.089Z] ---> 8b27663b2cb2 [2021-01-27T00:49:18.089Z] Step 22/22 : LABEL version=0.0.0 [2021-01-27T00:49:18.369Z] ---> Running in 61634eb06fe6 [2021-01-27T00:49:18.369Z] ---> Running in ff5f84240f26 [2021-01-27T00:49:18.369Z] ---> Running in 454146df287f [2021-01-27T00:49:18.369Z] Removing intermediate container 7eaa124c8a65 [2021-01-27T00:49:18.369Z] ---> 02140716f8d1 [2021-01-27T00:49:18.369Z] Step 21/21 : LABEL version=0.0.0 [2021-01-27T00:49:18.644Z] Removing intermediate container 9a2fb0b319d9 [2021-01-27T00:49:18.644Z] ---> a45377311b11 [2021-01-27T00:49:18.644Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-27T00:49:18.644Z] ---> Running in 8438bd90ebc8 [2021-01-27T00:49:18.916Z] ---> Running in 61981147b3ca [2021-01-27T00:49:18.916Z] Removing intermediate container 61634eb06fe6 [2021-01-27T00:49:18.916Z] ---> b474cc1bb041 [2021-01-27T00:49:18.916Z] [2021-01-27T00:49:19.186Z] Removing intermediate container 454146df287f [2021-01-27T00:49:19.186Z] ---> bda5114708ea [2021-01-27T00:49:19.186Z] [2021-01-27T00:49:19.186Z] Removing intermediate container ff5f84240f26 [2021-01-27T00:49:19.186Z] ---> 9129aa3d7018 [2021-01-27T00:49:19.186Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:49:19.461Z] Removing intermediate container 8438bd90ebc8 [2021-01-27T00:49:19.461Z] ---> 91e2604a8227 [2021-01-27T00:49:19.461Z] [2021-01-27T00:49:19.461Z] Successfully built b474cc1bb041 [2021-01-27T00:49:19.461Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-27T00:49:19.461Z] Successfully built bda5114708ea [2021-01-27T00:49:19.461Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2021-01-27T00:49:19.461Z] ---> Running in 36b7d4951d09 [2021-01-27T00:49:19.461Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-27T00:49:19.461Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-01-27T00:49:19.735Z] Removing intermediate container 61981147b3ca [2021-01-27T00:49:19.735Z] ---> ed2085a0a8c3 [2021-01-27T00:49:19.735Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-27T00:49:19.735Z] Successfully built 91e2604a8227 [2021-01-27T00:49:20.007Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-27T00:49:20.007Z] Building docker-sys-mgmt-agent-go [2021-01-27T00:49:20.007Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 16e5810ed6f6 [2021-01-27T00:49:20.279Z] Removing intermediate container 36b7d4951d09 [2021-01-27T00:49:20.279Z] ---> bc25b481d934 [2021-01-27T00:49:20.279Z] Step 21/23 : LABEL arch=arm64 [2021-01-27T00:49:20.279Z] ---> Running in e86b44253219 [2021-01-27T00:49:20.553Z] Removing intermediate container 16e5810ed6f6 [2021-01-27T00:49:20.554Z] ---> 94f9971c7164 [2021-01-27T00:49:20.554Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:49:20.825Z] ---> Running in ce24c016c547 [2021-01-27T00:49:20.825Z] Removing intermediate container e86b44253219 [2021-01-27T00:49:20.825Z] ---> ad1c654e6013 [2021-01-27T00:49:20.825Z] Step 22/23 : LABEL git_sha=4649118d4a72cb963d8fbd644be1e3aaf7b138c8 [2021-01-27T00:49:21.096Z] ---> Running in 6c00e8211473 [2021-01-27T00:49:21.692Z] Removing intermediate container 6c00e8211473 [2021-01-27T00:49:21.692Z] ---> 8bbdc05be1cb [2021-01-27T00:49:21.692Z] Step 23/23 : LABEL version=0.0.0 [2021-01-27T00:49:21.692Z] ---> Running in 9745e67a249f [2021-01-27T00:49:22.284Z] Removing intermediate container 9745e67a249f [2021-01-27T00:49:22.284Z] ---> 2557267473bb [2021-01-27T00:49:22.284Z] [2021-01-27T00:49:22.556Z] Successfully built 2557267473bb [2021-01-27T00:49:22.556Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-27T00:49:22.556Z]  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go [2021-01-27T00:49:23.151Z] Removing intermediate container ce24c016c547 [2021-01-27T00:49:23.151Z] ---> c7131d7bac96 [2021-01-27T00:49:23.151Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-27T00:49:23.151Z] ---> Running in 24f4c32b0782 [2021-01-27T00:49:24.581Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:49:25.558Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:49:26.532Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-27T00:49:26.806Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-27T00:49:26.806Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-27T00:49:27.080Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-27T00:49:27.353Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-27T00:49:27.629Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-27T00:49:27.629Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:49:27.629Z] OK: 8 MiB in 20 packages [2021-01-27T00:49:33.179Z] Removing intermediate container 24f4c32b0782 [2021-01-27T00:49:33.179Z] ---> 51638114dcb0 [2021-01-27T00:49:33.179Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:49:33.179Z] ---> df92d5672afb [2021-01-27T00:49:33.179Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-27T00:49:35.149Z] ---> c0bced3f24b3 [2021-01-27T00:49:35.149Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-27T00:49:36.592Z] ---> fa9bf9759222 [2021-01-27T00:49:36.592Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-27T00:49:36.870Z] ---> Running in 6cfbec54ae36 [2021-01-27T00:49:37.851Z] Removing intermediate container 6cfbec54ae36 [2021-01-27T00:49:37.851Z] ---> 929031e9ce5c [2021-01-27T00:49:37.851Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:49:38.444Z] ---> Running in c0ae8c191efd [2021-01-27T00:49:39.425Z] Removing intermediate container c0ae8c191efd [2021-01-27T00:49:39.425Z] ---> 4acc1a1bf197 [2021-01-27T00:49:39.425Z] Step 21/23 : LABEL arch=arm64 [2021-01-27T00:49:39.425Z] ---> Running in 51d464ca7130 [2021-01-27T00:49:40.016Z] Removing intermediate container 51d464ca7130 [2021-01-27T00:49:40.016Z] ---> fd160b12805d [2021-01-27T00:49:40.016Z] Step 22/23 : LABEL git_sha=4649118d4a72cb963d8fbd644be1e3aaf7b138c8 [2021-01-27T00:49:40.289Z] ---> Running in 3783ff3e0a49 [2021-01-27T00:49:40.567Z] Removing intermediate container 3783ff3e0a49 [2021-01-27T00:49:40.567Z] ---> fd75c095fe6d [2021-01-27T00:49:40.567Z] Step 23/23 : LABEL version=0.0.0 [2021-01-27T00:49:40.840Z] ---> Running in a6567d5e856d [2021-01-27T00:49:41.431Z] Removing intermediate container a6567d5e856d [2021-01-27T00:49:41.431Z] ---> 2162d3879e0e [2021-01-27T00:49:41.431Z] [2021-01-27T00:49:41.703Z] Successfully built 2162d3879e0e [2021-01-27T00:49:41.703Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-27T00:50:20.687Z]  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:50:20.687Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:50:20.687Z] ---> 3731fc452f1a [2021-01-27T00:50:20.687Z] Step 3/22 : WORKDIR /edgex-go [2021-01-27T00:50:20.687Z] ---> Using cache [2021-01-27T00:50:20.687Z] ---> 73cfb2892249 [2021-01-27T00:50:20.687Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:50:20.687Z] ---> Using cache [2021-01-27T00:50:20.687Z] ---> 66e131e8d136 [2021-01-27T00:50:20.687Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-27T00:50:20.687Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:50:20.687Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:50:20.687Z] ---> 3731fc452f1a [2021-01-27T00:50:20.687Z] Step 3/26 : WORKDIR /edgex-go [2021-01-27T00:50:20.687Z] ---> Using cache [2021-01-27T00:50:20.687Z] ---> 73cfb2892249 [2021-01-27T00:50:20.687Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:50:20.687Z] ---> Using cache [2021-01-27T00:50:20.687Z] ---> 66e131e8d136 [2021-01-27T00:50:20.687Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-27T00:50:20.687Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:50:20.687Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:50:20.687Z] ---> 3731fc452f1a [2021-01-27T00:50:20.687Z] Step 3/24 : WORKDIR /edgex-go [2021-01-27T00:50:20.687Z] ---> Using cache [2021-01-27T00:50:20.687Z] ---> 73cfb2892249 [2021-01-27T00:50:20.687Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:50:20.687Z] ---> Using cache [2021-01-27T00:50:20.687Z] ---> 66e131e8d136 [2021-01-27T00:50:20.687Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-27T00:50:20.687Z] ---> Using cache [2021-01-27T00:50:20.687Z] ---> fea203fa9c20 [2021-01-27T00:50:20.687Z] Step 6/24 : COPY go.mod . [2021-01-27T00:50:20.687Z] ---> Using cache [2021-01-27T00:50:20.687Z] ---> 9334ccb61c12 [2021-01-27T00:50:20.687Z] Step 7/24 : RUN go mod download [2021-01-27T00:50:20.687Z] ---> Using cache [2021-01-27T00:50:20.687Z] ---> 87ca3ede1ebd [2021-01-27T00:50:20.687Z] Step 8/24 : COPY . . [2021-01-27T00:50:20.687Z] ---> Using cache [2021-01-27T00:50:20.687Z] ---> f075cacaed24 [2021-01-27T00:50:20.687Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-27T00:50:20.687Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T00:50:20.687Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-27T00:50:20.687Z] ---> 3731fc452f1a [2021-01-27T00:50:20.687Z] Step 3/33 : WORKDIR /edgex-go [2021-01-27T00:50:20.687Z] ---> Using cache [2021-01-27T00:50:20.687Z] ---> 73cfb2892249 [2021-01-27T00:50:20.687Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T00:50:20.687Z] ---> Using cache [2021-01-27T00:50:20.687Z] ---> 66e131e8d136 [2021-01-27T00:50:20.687Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-27T00:50:20.687Z] ---> Using cache [2021-01-27T00:50:20.687Z] ---> fea203fa9c20 [2021-01-27T00:50:20.687Z] Step 6/33 : COPY go.mod . [2021-01-27T00:50:20.687Z] ---> Using cache [2021-01-27T00:50:20.687Z] ---> 9334ccb61c12 [2021-01-27T00:50:20.687Z] Step 7/33 : RUN go mod download [2021-01-27T00:50:20.687Z] ---> Using cache [2021-01-27T00:50:20.687Z] ---> 87ca3ede1ebd [2021-01-27T00:50:20.688Z] Step 8/33 : COPY . . [2021-01-27T00:50:20.688Z] ---> Using cache [2021-01-27T00:50:20.688Z] ---> f075cacaed24 [2021-01-27T00:50:20.688Z] Step 9/33 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-27T00:50:21.683Z] ---> Running in 08a910bdd83b [2021-01-27T00:50:21.683Z] ---> Running in 4f1a9e9ed222 [2021-01-27T00:50:21.683Z] ---> Running in 959bd214feae [2021-01-27T00:50:21.683Z] ---> Running in 3c3cfc78ce6b [2021-01-27T00:50:22.287Z] Removing intermediate container 3c3cfc78ce6b [2021-01-27T00:50:22.287Z] ---> 7c86d68880bb [2021-01-27T00:50:22.287Z] Step 10/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-27T00:50:22.561Z] ---> Running in 7cc6da361f62 [2021-01-27T00:50:23.540Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:50:23.817Z] 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-27T00:50:23.817Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:50:24.091Z] 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-27T00:50:24.091Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:50:24.688Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:50:25.288Z] OK: 217 MiB in 51 packages [2021-01-27T00:50:25.565Z] OK: 217 MiB in 51 packages [2021-01-27T00:50:27.011Z] Removing intermediate container 4f1a9e9ed222 [2021-01-27T00:50:27.011Z] ---> 7037bab725b0 [2021-01-27T00:50:27.011Z] Step 6/26 : COPY go.mod . [2021-01-27T00:50:27.293Z] Removing intermediate container 959bd214feae [2021-01-27T00:50:27.293Z] ---> 3682c61223e0 [2021-01-27T00:50:27.293Z] Step 6/22 : COPY go.mod . [2021-01-27T00:50:28.280Z] ---> 9d5acdcfe53a [2021-01-27T00:50:28.280Z] Step 7/26 : RUN go mod download [2021-01-27T00:50:28.733Z] ---> Running in 3d417a3817e3 [2021-01-27T00:50:28.733Z] ---> 5075402e36a6 [2021-01-27T00:50:28.733Z] Step 7/22 : RUN go mod download [2021-01-27T00:50:29.038Z] ---> Running in 557aff3ad727 [2021-01-27T00:50:34.582Z] Removing intermediate container 3d417a3817e3 [2021-01-27T00:50:34.582Z] ---> 4dd57265c7db [2021-01-27T00:50:34.582Z] Step 8/26 : COPY . . [2021-01-27T00:50:34.582Z] Removing intermediate container 557aff3ad727 [2021-01-27T00:50:34.582Z] ---> 0a4c8e039df5 [2021-01-27T00:50:34.582Z] Step 8/22 : COPY . . [2021-01-27T00:51:06.942Z] ---> 7bdf6f2d3456 [2021-01-27T00:51:06.942Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-27T00:51:06.942Z] ---> 87daf41f9074 [2021-01-27T00:51:06.942Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-27T00:51:06.942Z] ---> Running in e6dbbb4d61ca [2021-01-27T00:51:06.942Z] ---> Running in 00abad1f7975 [2021-01-27T00:51:06.942Z] 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-27T00:51:06.942Z] 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-27T00:51:10.347Z] 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-27T00:51:15.780Z] 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-27T00:51:25.947Z] Removing intermediate container 08a910bdd83b [2021-01-27T00:51:25.947Z] ---> 9f3ac26a3743 [2021-01-27T00:51:25.947Z] [2021-01-27T00:51:25.947Z] Step 10/24 : FROM alpine:3.12 [2021-01-27T00:51:25.947Z] ---> afeebe901d6b [2021-01-27T00:51:25.947Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-27T00:51:25.947Z] ---> Running in cde432bf06ae [2021-01-27T00:51:26.564Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:51:26.564Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:51:27.546Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-27T00:51:27.546Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T00:51:27.546Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-27T00:51:27.546Z] (4/5) Installing curl (7.69.1-r3) [2021-01-27T00:51:27.546Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-27T00:51:27.546Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:51:27.546Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T00:51:27.829Z] OK: 7 MiB in 19 packages [2021-01-27T00:51:30.468Z] Removing intermediate container cde432bf06ae [2021-01-27T00:51:30.468Z] ---> d81fe738d89d [2021-01-27T00:51:30.469Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-27T00:51:30.745Z] ---> Running in aac3200ba654 [2021-01-27T00:51:31.348Z] Removing intermediate container aac3200ba654 [2021-01-27T00:51:31.348Z] ---> 839daf449ae8 [2021-01-27T00:51:31.348Z] Step 13/24 : WORKDIR / [2021-01-27T00:51:31.348Z] ---> Running in 385218e05fb4 [2021-01-27T00:51:32.394Z] Removing intermediate container 385218e05fb4 [2021-01-27T00:51:32.394Z] ---> e411a47f3507 [2021-01-27T00:51:32.394Z] 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-27T00:51:32.668Z] + mkdir -p /tmp/build/dist/linux [2021-01-27T00:51:32.668Z] + cd /tmp/build/dist/linux [2021-01-27T00:51:32.668Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-27T00:51:32.668Z] Cloning into '.'... [2021-01-27T00:51:33.269Z] + go get github.com/robfig/glock [2021-01-27T00:51:33.269Z]  ---> def3b0e67428 [2021-01-27T00:51:33.269Z] 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-27T00:51:34.708Z] ---> 428d3e9924b1 [2021-01-27T00:51:34.708Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-27T00:51:35.691Z] ---> 9c9a7525fe55 [2021-01-27T00:51:35.691Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-27T00:51:37.683Z] ---> 8a2e81117f56 [2021-01-27T00:51:37.683Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-27T00:51:38.665Z] ---> 6766403c4983 [2021-01-27T00:51:38.665Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-27T00:51:40.111Z] ---> 70290e86e53e [2021-01-27T00:51:40.111Z] 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-27T00:51:40.111Z] ---> Running in 68d9ac35a7a5 [2021-01-27T00:51:43.512Z] Removing intermediate container 68d9ac35a7a5 [2021-01-27T00:51:43.512Z] ---> 5def50dfa493 [2021-01-27T00:51:43.512Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-27T00:51:43.512Z] ---> Running in 4456c9a9e02d [2021-01-27T00:51:44.117Z] Removing intermediate container 4456c9a9e02d [2021-01-27T00:51:44.117Z] ---> 253b8229d0ac [2021-01-27T00:51:44.117Z] Step 22/24 : LABEL arch=arm64 [2021-01-27T00:51:44.394Z] ---> Running in fa91fab4c761 [2021-01-27T00:51:45.017Z] Removing intermediate container fa91fab4c761 [2021-01-27T00:51:45.017Z] ---> a4510bbd9fb6 [2021-01-27T00:51:45.017Z] Step 23/24 : LABEL git_sha=4649118d4a72cb963d8fbd644be1e3aaf7b138c8 [2021-01-27T00:51:45.017Z] ---> Running in cd1fff1749ba [2021-01-27T00:51:45.627Z] Removing intermediate container cd1fff1749ba [2021-01-27T00:51:45.627Z] ---> 51bc26f8ec14 [2021-01-27T00:51:45.627Z] Step 24/24 : LABEL version=0.0.0 [2021-01-27T00:51:45.907Z] ---> Running in 42f2d9f9578e [2021-01-27T00:51:46.523Z] Removing intermediate container 42f2d9f9578e [2021-01-27T00:51:46.523Z] ---> 4524669bd984 [2021-01-27T00:51:46.523Z] [2021-01-27T00:51:47.131Z] Successfully built 4524669bd984 [2021-01-27T00:51:47.131Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-27T00:52:02.262Z]  Building docker-security-secretstore-setup-go ... done + glock sync -n [2021-01-27T00:52:07.775Z] Removing intermediate container e6dbbb4d61ca [2021-01-27T00:52:07.775Z] ---> d52ee1312ddc [2021-01-27T00:52:07.775Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-27T00:52:07.775Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-27T00:52:07.775Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-27T00:52:07.775Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-27T00:52:07.775Z] Removing intermediate container 00abad1f7975 [2021-01-27T00:52:07.775Z] ---> a41991006657 [2021-01-27T00:52:07.775Z] [2021-01-27T00:52:07.775Z] Step 10/22 : FROM alpine:3.12 [2021-01-27T00:52:07.775Z] ---> afeebe901d6b [2021-01-27T00:52:07.775Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-27T00:52:07.775Z] ---> Running in da3cf0f08e7f [2021-01-27T00:52:08.049Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-27T00:52:08.049Z] + git describe '--abbrev=0' --tags [2021-01-27T00:52:08.049Z] + TAG=v0.6.1 [2021-01-27T00:52:08.050Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-27T00:52:08.050Z] + apk --print-arch [2021-01-27T00:52:08.050Z] building [dockerize] for arm64 ... [2021-01-27T00:52:08.050Z] + arch=aarch64 [2021-01-27T00:52:08.050Z] + echo 'building [dockerize] for arm64 ... ' [2021-01-27T00:52:08.050Z] + GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize [2021-01-27T00:52:08.323Z]  ---> Running in 725df6e67615 [2021-01-27T00:52:09.759Z] 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-27T00:52:09.759Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:52:10.033Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:52:10.632Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-27T00:52:10.632Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-27T00:52:10.632Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:52:10.632Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T00:52:10.906Z] OK: 6 MiB in 16 packages [2021-01-27T00:52:12.900Z] Removing intermediate container 725df6e67615 [2021-01-27T00:52:12.900Z] ---> d2a01bf3be25 [2021-01-27T00:52:12.900Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T00:52:13.173Z] ---> Running in 64d6ffb143a7 [2021-01-27T00:52:13.173Z] Removing intermediate container da3cf0f08e7f [2021-01-27T00:52:13.173Z] ---> e3b35f99646a [2021-01-27T00:52:13.173Z] [2021-01-27T00:52:13.173Z] Step 11/26 : FROM docker:20.10.0 [2021-01-27T00:52:13.448Z] + date [2021-01-27T00:52:13.448Z] Wed Jan 27 00:52:13 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-27T00:52:13.448Z] + echo 'Wed Jan 27 00:52:13 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-27T00:52:13.448Z] 20.10.0: Pulling from library/docker [2021-01-27T00:52:13.739Z] Removing intermediate container 64d6ffb143a7 [2021-01-27T00:52:13.739Z] ---> d58a3f6843ec [2021-01-27T00:52:13.739Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-27T00:52:14.338Z] ---> Running in b86c6aa3b821 [2021-01-27T00:52:15.327Z] Removing intermediate container b86c6aa3b821 [2021-01-27T00:52:15.327Z] ---> b6c98d71c6f9 [2021-01-27T00:52:15.327Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-27T00:52:15.971Z] ---> Running in 71980127d652 [2021-01-27T00:52:16.582Z] Removing intermediate container 71980127d652 [2021-01-27T00:52:16.583Z] ---> 37bded522a07 [2021-01-27T00:52:16.583Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:52:18.597Z] ---> 31d2998c9f63 [2021-01-27T00:52:18.597Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-27T00:52:20.574Z] ---> 653f93bbebe7 [2021-01-27T00:52:20.574Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-27T00:52:22.001Z] ---> 57b6ba5365f6 [2021-01-27T00:52:22.001Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-27T00:52:22.272Z] ---> Running in 6f74658ea0f3 [2021-01-27T00:52:22.866Z] Removing intermediate container 6f74658ea0f3 [2021-01-27T00:52:22.866Z] ---> 1d2782047a94 [2021-01-27T00:52:22.866Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:52:23.467Z] ---> Running in d99a6358e9eb [2021-01-27T00:52:23.467Z] Removing intermediate container 7cc6da361f62 [2021-01-27T00:52:23.467Z] ---> 576394ad4f5e [2021-01-27T00:52:23.467Z] [2021-01-27T00:52:23.467Z] Step 11/33 : FROM alpine:3.12 [2021-01-27T00:52:23.467Z] ---> afeebe901d6b [2021-01-27T00:52:23.467Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-27T00:52:24.063Z] ---> Running in a3bcb511da52 [2021-01-27T00:52:24.063Z] Removing intermediate container d99a6358e9eb [2021-01-27T00:52:24.063Z] ---> 5736181991eb [2021-01-27T00:52:24.063Z] Step 20/22 : LABEL arch=arm64 [2021-01-27T00:52:24.334Z] ---> Running in 124afb9544f3 [2021-01-27T00:52:24.606Z] Removing intermediate container a3bcb511da52 [2021-01-27T00:52:24.606Z] ---> 7c9d3490a704 [2021-01-27T00:52:24.606Z] Step 13/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-27T00:52:24.606Z] ---> Running in 9be218e3043d [2021-01-27T00:52:24.606Z] Removing intermediate container 124afb9544f3 [2021-01-27T00:52:24.606Z] ---> 7354fbaf1856 [2021-01-27T00:52:24.606Z] Step 21/22 : LABEL git_sha=4649118d4a72cb963d8fbd644be1e3aaf7b138c8 [2021-01-27T00:52:24.876Z] ---> Running in 2f027b6c1b54 [2021-01-27T00:52:25.470Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-27T00:52:25.470Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-27T00:52:25.470Z] ---> eeaf43b92773 [2021-01-27T00:52:25.470Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-27T00:52:25.470Z] Removing intermediate container 2f027b6c1b54 [2021-01-27T00:52:25.470Z] ---> 5ef37985aac6 [2021-01-27T00:52:25.470Z] Step 22/22 : LABEL version=0.0.0 [2021-01-27T00:52:25.742Z] ---> Running in 5bd198f82470 [2021-01-27T00:52:25.742Z] ---> Running in eee39a6e2af6 [2021-01-27T00:52:26.339Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:52:26.339Z] Removing intermediate container eee39a6e2af6 [2021-01-27T00:52:26.339Z] ---> be76ba8ad8fc [2021-01-27T00:52:26.339Z] [2021-01-27T00:52:26.339Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:52:26.611Z] Successfully built be76ba8ad8fc [2021-01-27T00:52:26.883Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-27T00:52:26.883Z]  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:52:27.165Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-27T00:52:27.165Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-27T00:52:27.165Z] (3/3) Installing su-exec (0.2-r1) [2021-01-27T00:52:27.165Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:52:27.165Z] OK: 6 MiB in 17 packages [2021-01-27T00:52:27.165Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:52:27.761Z] (1/2) Installing readline (8.0.4-r0) [2021-01-27T00:52:27.761Z] (2/2) Installing bash (5.0.17-r0) [2021-01-27T00:52:27.761Z] Executing bash-5.0.17-r0.post-install [2021-01-27T00:52:27.761Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:52:27.761Z] OK: 12 MiB in 22 packages [2021-01-27T00:52:28.355Z] Removing intermediate container 9be218e3043d [2021-01-27T00:52:28.355Z] ---> 4d73987d58b5 [2021-01-27T00:52:28.355Z] Step 14/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-27T00:52:28.629Z] ---> Running in 9d87e64c7c3d [2021-01-27T00:52:28.899Z] Removing intermediate container 9d87e64c7c3d [2021-01-27T00:52:28.899Z] ---> 7a638b55e8a4 [2021-01-27T00:52:28.899Z] Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-27T00:52:29.173Z] Removing intermediate container 5bd198f82470 [2021-01-27T00:52:29.173Z] ---> 3979c40932d6 [2021-01-27T00:52:29.173Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-27T00:52:29.173Z] ---> Running in 24e27e59d921 [2021-01-27T00:52:29.173Z] ---> Running in f7605b8a0849 [2021-01-27T00:52:29.763Z] Removing intermediate container 24e27e59d921 [2021-01-27T00:52:29.763Z] ---> 7a38113a9919 [2021-01-27T00:52:29.763Z] Step 16/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-27T00:52:29.763Z] Removing intermediate container f7605b8a0849 [2021-01-27T00:52:29.763Z] ---> 9ff6af996984 [2021-01-27T00:52:29.763Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-27T00:52:30.036Z] ---> Running in d69fc5953410 [2021-01-27T00:52:30.036Z] ---> Running in 703b8f765358 [2021-01-27T00:52:30.633Z] Removing intermediate container 703b8f765358 [2021-01-27T00:52:30.633Z] ---> 6c78316e646c [2021-01-27T00:52:30.633Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-27T00:52:30.633Z] ---> Running in 9bef8e5fc52e [2021-01-27T00:52:31.232Z] Removing intermediate container 9bef8e5fc52e [2021-01-27T00:52:31.232Z] ---> fe4940165cae [2021-01-27T00:52:31.232Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-27T00:52:32.672Z] Removing intermediate container d69fc5953410 [2021-01-27T00:52:32.672Z] ---> 8d7af1a26395 [2021-01-27T00:52:32.672Z] Step 17/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-27T00:52:32.672Z] ---> 794678bac05d [2021-01-27T00:52:32.672Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-27T00:52:32.672Z] ---> Running in 1069a76d610d [2021-01-27T00:52:32.942Z] Removing intermediate container 1069a76d610d [2021-01-27T00:52:32.942Z] ---> 87316f83dfce [2021-01-27T00:52:32.942Z] Step 18/33 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-27T00:52:33.213Z] ---> 5934b0b86c40 [2021-01-27T00:52:33.213Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-27T00:52:34.182Z] ---> 829c4c75903a [2021-01-27T00:52:34.182Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-27T00:52:34.182Z] ---> e897857f0589 [2021-01-27T00:52:34.182Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-27T00:52:34.458Z] ---> Running in eeef1225dd75 [2021-01-27T00:52:35.050Z] ---> 4b5ea355e844 [2021-01-27T00:52:35.050Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-27T00:52:35.050Z] ---> Running in eb5ed1eda737 [2021-01-27T00:52:35.643Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:52:35.914Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:52:36.188Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-27T00:52:36.188Z] (2/33) Installing expat (2.2.9-r1) [2021-01-27T00:52:36.188Z] (3/33) Installing libffi (3.3-r2) [2021-01-27T00:52:36.463Z] (4/33) Installing gdbm (1.13-r1) [2021-01-27T00:52:36.463Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-27T00:52:36.463Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-27T00:52:36.463Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-27T00:52:37.904Z] Removing intermediate container eb5ed1eda737 [2021-01-27T00:52:37.904Z] ---> 37149ab1ad38 [2021-01-27T00:52:37.904Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T00:52:38.176Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-27T00:52:38.176Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-27T00:52:38.176Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-27T00:52:38.176Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-27T00:52:38.176Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-27T00:52:38.176Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-27T00:52:38.449Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-27T00:52:38.449Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-27T00:52:38.449Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-27T00:52:38.449Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-27T00:52:38.449Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-27T00:52:38.719Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-27T00:52:38.719Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-27T00:52:38.719Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-27T00:52:38.719Z] ---> 6f098112b806 [2021-01-27T00:52:38.719Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-27T00:52:38.719Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-27T00:52:38.719Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-27T00:52:38.719Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-27T00:52:38.719Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-27T00:52:38.719Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-27T00:52:38.991Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-27T00:52:38.991Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-27T00:52:38.991Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-27T00:52:38.991Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-27T00:52:38.991Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-27T00:52:38.991Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-27T00:52:38.991Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-27T00:52:39.265Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:52:39.265Z] OK: 71 MiB in 55 packages [2021-01-27T00:52:39.867Z] ---> a6a4d56b37bf [2021-01-27T00:52:39.867Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-27T00:52:40.843Z] ---> f97398573d55 [2021-01-27T00:52:40.843Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-27T00:52:42.275Z] ---> 6b47bc37f350 [2021-01-27T00:52:42.275Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-27T00:52:43.262Z] ---> e6f12270147a [2021-01-27T00:52:43.262Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-27T00:52:43.533Z] ---> Running in ae41b3a8c574 [2021-01-27T00:52:44.125Z] Removing intermediate container ae41b3a8c574 [2021-01-27T00:52:44.125Z] ---> 8bb21c36bf9e [2021-01-27T00:52:44.125Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-27T00:52:45.098Z] Removing intermediate container eeef1225dd75 [2021-01-27T00:52:45.098Z] ---> 71c4a466fa61 [2021-01-27T00:52:45.098Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-27T00:52:45.098Z] ---> Running in 7bbaf42061ad [2021-01-27T00:52:45.367Z] ---> 8d0e3ed6d313 [2021-01-27T00:52:45.367Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-27T00:52:45.639Z] ---> Running in aa3e1265350e [2021-01-27T00:52:48.261Z] Removing intermediate container aa3e1265350e [2021-01-27T00:52:48.261Z] ---> ec38d25c7736 [2021-01-27T00:52:48.261Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-27T00:52:48.534Z] ---> Running in c8513bb41613 [2021-01-27T00:52:48.808Z] Removing intermediate container c8513bb41613 [2021-01-27T00:52:48.808Z] ---> 988ccd8bb3eb [2021-01-27T00:52:48.808Z] Step 30/33 : CMD ["gate"] [2021-01-27T00:52:49.399Z] ---> Running in d7a53cabb27f [2021-01-27T00:52:49.670Z] Removing intermediate container d7a53cabb27f [2021-01-27T00:52:49.670Z] ---> 42e064a33c72 [2021-01-27T00:52:49.670Z] Step 31/33 : LABEL arch=arm64 [2021-01-27T00:52:50.260Z] ---> Running in 869e11f7349b [2021-01-27T00:52:50.260Z] Collecting docker-compose==1.23.2 [2021-01-27T00:52:50.533Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-27T00:52:50.533Z] Removing intermediate container 869e11f7349b [2021-01-27T00:52:50.533Z] ---> 795a66ed11fe [2021-01-27T00:52:50.533Z] Step 32/33 : LABEL git_sha=4649118d4a72cb963d8fbd644be1e3aaf7b138c8 [2021-01-27T00:52:51.130Z] ---> Running in 87aa9c5fc23b [2021-01-27T00:52:51.130Z] Collecting docopt<0.7,>=0.6.1 [2021-01-27T00:52:51.130Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-27T00:52:51.408Z] Removing intermediate container 87aa9c5fc23b [2021-01-27T00:52:51.408Z] ---> 920fa23cfe1c [2021-01-27T00:52:51.408Z] Step 33/33 : LABEL version=0.0.0 [2021-01-27T00:52:52.000Z] ---> Running in d0683ae12e39 [2021-01-27T00:52:52.273Z] Removing intermediate container d0683ae12e39 [2021-01-27T00:52:52.273Z] ---> 04d96ce9e275 [2021-01-27T00:52:52.273Z] [2021-01-27T00:52:52.873Z] Successfully built 04d96ce9e275 [2021-01-27T00:52:52.873Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-27T00:52:53.150Z]  Building docker-security-bootstrapper-go ... done 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-27T00:52:53.436Z] Collecting jsonschema<3,>=2.5.1 [2021-01-27T00:52:53.436Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-27T00:52:53.712Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-27T00:52:53.712Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-27T00:52:56.324Z] Collecting docker<4.0,>=3.6.0 [2021-01-27T00:52:56.324Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-27T00:52:57.291Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-27T00:52:57.291Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-27T00:52:57.878Z] Collecting PyYAML<4,>=3.10 [2021-01-27T00:52:57.878Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-27T00:53:01.245Z] Collecting texttable<0.10,>=0.9.0 [2021-01-27T00:53:01.245Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-27T00:53:02.667Z] Collecting cached-property<2,>=1.2.0 [2021-01-27T00:53:02.667Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-27T00:53:03.255Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-27T00:53:03.255Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-27T00:53:03.523Z] Collecting docker-pycreds>=0.4.0 [2021-01-27T00:53:03.523Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-27T00:53:04.111Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-27T00:53:04.111Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-27T00:53:04.701Z] Collecting idna<2.8,>=2.5 [2021-01-27T00:53:04.701Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-27T00:53:04.701Z] 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-27T00:53:04.701Z] 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-27T00:53:04.701Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-27T00:53:04.701Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-27T00:53:04.701Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-27T00:53:04.701Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-27T00:53:05.292Z] Installing collected packages: docopt, jsonschema, dockerpty, docker-pycreds, urllib3, idna, requests, websocket-client, docker, PyYAML, texttable, cached-property, docker-compose [2021-01-27T00:53:05.292Z] Running setup.py install for docopt: started [2021-01-27T00:53:07.252Z] Running setup.py install for docopt: finished with status 'done' [2021-01-27T00:53:07.523Z] Running setup.py install for dockerpty: started [2021-01-27T00:53:09.479Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-27T00:53:09.479Z] Attempting uninstall: urllib3 [2021-01-27T00:53:09.479Z] Found existing installation: urllib3 1.25.9 [2021-01-27T00:53:09.479Z] Uninstalling urllib3-1.25.9: [2021-01-27T00:53:09.479Z] Successfully uninstalled urllib3-1.25.9 [2021-01-27T00:53:10.069Z] Attempting uninstall: idna [2021-01-27T00:53:10.069Z] Found existing installation: idna 2.9 [2021-01-27T00:53:10.069Z] Uninstalling idna-2.9: [2021-01-27T00:53:10.069Z] Successfully uninstalled idna-2.9 [2021-01-27T00:53:11.104Z] Attempting uninstall: requests [2021-01-27T00:53:11.104Z] Found existing installation: requests 2.23.0 [2021-01-27T00:53:11.104Z] Uninstalling requests-2.23.0: [2021-01-27T00:53:11.104Z] Successfully uninstalled requests-2.23.0 [2021-01-27T00:53:12.582Z] Running setup.py install for PyYAML: started [2021-01-27T00:53:14.540Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-27T00:53:14.540Z] Running setup.py install for texttable: started [2021-01-27T00:53:15.974Z] Running setup.py install for texttable: finished with status 'done' [2021-01-27T00:53:16.944Z] 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-27T00:53:20.346Z] Removing intermediate container 7bbaf42061ad [2021-01-27T00:53:20.346Z] ---> 6439ff64e0e7 [2021-01-27T00:53:20.346Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-27T00:53:20.620Z] ---> Running in c8e47adf56c0 [2021-01-27T00:53:21.609Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T00:53:21.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T00:53:22.470Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T00:53:22.470Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-27T00:53:22.470Z] (3/3) Installing curl (7.69.1-r3) [2021-01-27T00:53:22.470Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T00:53:22.470Z] OK: 71 MiB in 58 packages [2021-01-27T00:53:23.910Z] Removing intermediate container c8e47adf56c0 [2021-01-27T00:53:23.910Z] ---> 7934327f3fdd [2021-01-27T00:53:23.910Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-27T00:53:23.910Z] ---> Running in 12cd574ba0ab [2021-01-27T00:53:24.184Z] Removing intermediate container 12cd574ba0ab [2021-01-27T00:53:24.184Z] ---> 8e1fdda349e7 [2021-01-27T00:53:24.184Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T00:53:24.184Z] ---> Running in 0b0da78bfb4c [2021-01-27T00:53:24.779Z] Removing intermediate container 0b0da78bfb4c [2021-01-27T00:53:24.779Z] ---> 4c10e6cbd1e9 [2021-01-27T00:53:24.779Z] Step 24/26 : LABEL arch=arm64 [2021-01-27T00:53:24.779Z] ---> Running in e208980f041f [2021-01-27T00:53:25.368Z] Removing intermediate container e208980f041f [2021-01-27T00:53:25.368Z] ---> c6ec5c265930 [2021-01-27T00:53:25.368Z] Step 25/26 : LABEL git_sha=4649118d4a72cb963d8fbd644be1e3aaf7b138c8 [2021-01-27T00:53:25.368Z] ---> Running in 340a0ac9f371 [2021-01-27T00:53:25.959Z] Removing intermediate container 340a0ac9f371 [2021-01-27T00:53:25.959Z] ---> 26031e8037ba [2021-01-27T00:53:25.959Z] Step 26/26 : LABEL version=0.0.0 [2021-01-27T00:53:25.959Z] ---> Running in 07ad3c5fa09a [2021-01-27T00:53:26.552Z] Removing intermediate container 07ad3c5fa09a [2021-01-27T00:53:26.552Z] ---> d6b709ae3bcf [2021-01-27T00:53:26.552Z] [2021-01-27T00:53:26.823Z] Successfully built d6b709ae3bcf [2021-01-27T00:53:26.823Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-27T00:53:27.111Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-27T00:53:27.289Z] $ docker stop --time=1 5d0272c9d568dcc310b097d6783ff4a9329d26dab350d920aa67165c2f42e091 [2021-01-27T00:53:29.104Z] $ docker rm -f 5d0272c9d568dcc310b097d6783ff4a9329d26dab350d920aa67165c2f42e091 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-27T00:53:29.551Z] + grep docker [2021-01-27T00:53:29.551Z] + docker images [2021-01-27T00:53:29.823Z] docker-sys-mgmt-agent-go-arm64 latest d6b709ae3bcf 3 seconds ago 300MB [2021-01-27T00:53:29.823Z] docker-security-bootstrapper-go-arm64 latest 04d96ce9e275 37 seconds ago 31.9MB [2021-01-27T00:53:29.823Z] docker-support-notifications-go-arm64 latest be76ba8ad8fc About a minute ago 16MB [2021-01-27T00:53:29.823Z] docker-security-secretstore-setup-go-arm64 latest 4524669bd984 About a minute ago 23.4MB [2021-01-27T00:53:29.823Z] docker-core-data-go-arm64 latest 2162d3879e0e 3 minutes ago 21MB [2021-01-27T00:53:29.823Z] docker-core-metadata-go-arm64 latest 2557267473bb 4 minutes ago 17.7MB [2021-01-27T00:53:29.823Z] docker-security-proxy-setup-go-arm64 latest 91e2604a8227 4 minutes ago 23.2MB [2021-01-27T00:53:29.823Z] docker-core-command-go-arm64 latest b474cc1bb041 4 minutes ago 15.4MB [2021-01-27T00:53:29.823Z] docker-support-scheduler-go-arm64 latest bda5114708ea 4 minutes ago 15.5MB [2021-01-27T00:53:29.823Z] docker 20.10.0 eeaf43b92773 6 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) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [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-27T00:53:33.492Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T00:53:34.382Z] ---> package-listing.sh [2021-01-27T00:53:34.382Z] ++ facter osfamily [2021-01-27T00:53:34.382Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-27T00:53:34.382Z] + OS_FAMILY=redhat [2021-01-27T00:53:34.382Z] + workspace=/w/workspace/edgex-go/2 [2021-01-27T00:53:34.382Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-27T00:53:34.382Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-27T00:53:34.382Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-27T00:53:34.382Z] + PACKAGES=/tmp/packages_start.txt [2021-01-27T00:53:34.382Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-27T00:53:34.382Z] + PACKAGES=/tmp/packages_end.txt [2021-01-27T00:53:34.382Z] + case "${OS_FAMILY}" in [2021-01-27T00:53:34.382Z] + rpm -qa [2021-01-27T00:53:34.382Z] + sort [2021-01-27T00:53:39.681Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-27T00:53:39.682Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-27T00:53:39.682Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-27T00:53:39.682Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-27T00:53:39.682Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-01-27T00:53:39.682Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-01-27T00:53:39.699Z] 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-27T00:53:40.000Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:53:40.315Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-27T00:53:40.315Z] [2021-01-27T00:53:40.315Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-27T00:53:40.703Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-27T00:53:40.703Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-27T00:53:40.703Z] df20fa9351a1: Pulling fs layer [2021-01-27T00:53:40.703Z] 36b3adc4ff6f: Pulling fs layer [2021-01-27T00:53:40.703Z] 8ad3a11d3b57: Pulling fs layer [2021-01-27T00:53:40.703Z] 46f8f816bc3b: Pulling fs layer [2021-01-27T00:53:40.703Z] 93b61091891f: Pulling fs layer [2021-01-27T00:53:40.703Z] 93b9cdb0e59b: Pulling fs layer [2021-01-27T00:53:40.703Z] 5e14af77c1be: Pulling fs layer [2021-01-27T00:53:40.703Z] 01666e4c0597: Pulling fs layer [2021-01-27T00:53:40.703Z] aa168da1d23b: Pulling fs layer [2021-01-27T00:53:40.703Z] 93b9cdb0e59b: Waiting [2021-01-27T00:53:40.703Z] 5e14af77c1be: Waiting [2021-01-27T00:53:40.703Z] 01666e4c0597: Waiting [2021-01-27T00:53:40.703Z] aa168da1d23b: Waiting [2021-01-27T00:53:40.703Z] 46f8f816bc3b: Waiting [2021-01-27T00:53:40.703Z] 93b61091891f: Waiting [2021-01-27T00:53:40.703Z] 36b3adc4ff6f: Verifying Checksum [2021-01-27T00:53:40.703Z] 36b3adc4ff6f: Download complete [2021-01-27T00:53:40.703Z] 46f8f816bc3b: Verifying Checksum [2021-01-27T00:53:40.703Z] 46f8f816bc3b: Download complete [2021-01-27T00:53:40.703Z] df20fa9351a1: Download complete [2021-01-27T00:53:40.966Z] 93b9cdb0e59b: Verifying Checksum [2021-01-27T00:53:40.966Z] 93b9cdb0e59b: Download complete [2021-01-27T00:53:40.966Z] 93b61091891f: Download complete [2021-01-27T00:53:40.966Z] 5e14af77c1be: Verifying Checksum [2021-01-27T00:53:40.966Z] 5e14af77c1be: Download complete [2021-01-27T00:53:40.966Z] 01666e4c0597: Verifying Checksum [2021-01-27T00:53:40.966Z] 01666e4c0597: Download complete [2021-01-27T00:53:41.231Z] df20fa9351a1: Pull complete [2021-01-27T00:53:41.497Z] 36b3adc4ff6f: Pull complete [2021-01-27T00:53:41.497Z] 8ad3a11d3b57: Verifying Checksum [2021-01-27T00:53:41.497Z] 8ad3a11d3b57: Download complete [2021-01-27T00:53:42.456Z] 8ad3a11d3b57: Pull complete [2021-01-27T00:53:42.456Z] 46f8f816bc3b: Pull complete [2021-01-27T00:53:43.031Z] aa168da1d23b: Verifying Checksum [2021-01-27T00:53:43.031Z] aa168da1d23b: Download complete [2021-01-27T00:53:43.978Z] 93b61091891f: Pull complete [2021-01-27T00:53:44.240Z] 93b9cdb0e59b: Pull complete [2021-01-27T00:53:44.240Z] 5e14af77c1be: Pull complete [2021-01-27T00:53:44.504Z] 01666e4c0597: Pull complete [2021-01-27T00:53:54.548Z] aa168da1d23b: Pull complete [2021-01-27T00:53:54.548Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-27T00:53:54.811Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-27T00:53:54.811Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-27T00:53:55.036Z] prd-centos7-docker-4c-2g-22925 does not seem to be running inside a container [2021-01-27T00:53:55.091Z] $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-27T00:54:00.974Z] $ docker top 84fe42e7068b0b67cfa0886ef26d354b2efb01046bd48d1a7847bd51b4e84ca5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T00:54:01.600Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-27T00:54:01.918Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-27T00:54:02.252Z] + ls /var/log/sa-host [2021-01-27T00:54:02.252Z] + sadf -c /var/log/sa-host/sa23 [2021-01-27T00:54:02.252Z] file_magic: OK [2021-01-27T00:54:02.252Z] HZ: Using current value: 100 [2021-01-27T00:54:02.252Z] file_header: OK [2021-01-27T00:54:02.252Z] 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-27T00:54:02.252Z] Statistics: [2021-01-27T00:54:02.252Z] Hnuu...uuuununununu... [2021-01-27T00:54:02.252Z] File successfully converted to sysstat format version 12.2.1 [2021-01-27T00:54:02.252Z] + sadf -c /var/log/sa-host/sa27 [2021-01-27T00:54:02.252Z] file_magic: OK [2021-01-27T00:54:02.252Z] HZ: Using current value: 100 [2021-01-27T00:54:02.252Z] file_header: OK [2021-01-27T00:54:02.252Z] 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-27T00:54:02.252Z] Statistics: [2021-01-27T00:54:02.252Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-27T00:54:02.252Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-27T00:54:02.458Z] provisioning config files... [2021-01-27T00:54:02.476Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config1582274579122537252tmp [Pipeline] { [Pipeline] echo [2021-01-27T00:54:02.543Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T00:54:02.846Z] ---> create-netrc.sh [Pipeline] } [2021-01-27T00:54:02.856Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-27T00:54:02.956Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T00:54:04.738Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-27T00:54:04.797Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T00:54:05.105Z] ---> sudo-logs.sh [2021-01-27T00:54:05.105Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-27T00:54:05.117Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T00:54:05.417Z] ---> job-cost.sh [2021-01-27T00:54:05.417Z] lf-activate-venv: SKIPPING [2021-01-27T00:54:05.417Z] INFO: No Stack... [2021-01-27T00:54:05.991Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-27T00:54:06.565Z] INFO: Archiving Costs [Pipeline] echo [2021-01-27T00:54:06.580Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T00:54:06.877Z] ---> logs-deploy.sh [2021-01-27T00:54:06.877Z] lf-activate-venv: SKIPPING [2021-01-27T00:54:06.877Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3075/2 [2021-01-27T00:54:06.877Z] INFO: archiving workspace using pattern(s): [2021-01-27T00:54:08.265Z] Archives upload complete. [2021-01-27T00:54:08.527Z] INFO: archiving logs to Nexus