Pull request #3066 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 001da8f707328dc3351d0414bf15a3ddf9bf60ad rather than 6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b Obtained Jenkinsfile from 001da8f707328dc3351d0414bf15a3ddf9bf60ad Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-22258 in /w/workspace/edgexfoundry_edgex-go_PR-3066 [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 001da8f707328dc3351d0414bf15a3ddf9bf60ad into PR head commit 6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b > 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/3066/head:refs/remotes/origin/PR-3066 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b # timeout=10 Merge succeeded, producing 6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b Checking out Revision 6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b (PR-3066) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 001da8f707328dc3351d0414bf15a3ddf9bf60ad # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b # timeout=10 Commit message: "refactor(meta): Refactor device service update operation to DBClient" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-22T09:25:27.928Z] Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk 5ea71a432c3a371b25cfb3c360774f58695134d8 # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-22T09:25:28.190Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-22T09:25:28.289Z] ========================================================= [2021-01-22T09:25:28.289Z] EdgeX Global Pipelines Version Info [2021-01-22T09:25:28.289Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-22T09:25:29.784Z] ------------------- [2021-01-22T09:25:29.784Z] stable info: [2021-01-22T09:25:29.784Z] ------------------- [2021-01-22T09:25:29.784Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-22T09:25:29.784Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-22T09:25:29.784Z] Message: update stable to v1.0.179 [2021-01-22T09:25:30.729Z] ------------------- [2021-01-22T09:25:30.729Z] experimental info: [2021-01-22T09:25:30.729Z] ------------------- [2021-01-22T09:25:30.729Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-22T09:25:30.729Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-22T09:25:30.729Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-22T09:25:30.980Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-22T09:25:31.198Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-22T09:25:31.284Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-22T09:25:31.373Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-22T09:25:31.476Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-22T09:25:31.584Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-22T09:25:31.673Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-22T09:25:31.773Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-22T09:25:31.885Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-22T09:25:31.973Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-22T09:25:32.068Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-22T09:25:32.199Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-22T09:25:32.284Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-22T09:25:32.382Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-22T09:25:32.494Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-22T09:25:32.592Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-22T09:25:32.693Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-22T09:25:32.784Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-22T09:25:32.871Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-22T09:25:33.003Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-22T09:25:33.128Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-22T09:25:33.248Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-22T09:25:33.447Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-22T09:25:33.562Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3066 [Pipeline] echo [2021-01-22T09:25:33.648Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3066 [Pipeline] echo [2021-01-22T09:25:33.749Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3066 [Pipeline] echo [2021-01-22T09:25:33.850Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b [Pipeline] echo [2021-01-22T09:25:33.938Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6b9e3f1 [Pipeline] echo [2021-01-22T09:25:34.033Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T09:25:34.196Z] provisioning config files... [2021-01-22T09:25:34.224Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1871745945304523838tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T09:25:34.575Z] ---> docker-login.sh [2021-01-22T09:25:34.575Z] nexus3.edgexfoundry.org:10001 [2021-01-22T09:25:34.838Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T09:25:34.838Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T09:25:34.838Z] Configure a credential helper to remove this warning. See [2021-01-22T09:25:34.838Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T09:25:34.838Z] [2021-01-22T09:25:34.838Z] Login Succeeded [2021-01-22T09:25:34.838Z] nexus3.edgexfoundry.org:10002 [2021-01-22T09:25:35.099Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T09:25:35.099Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T09:25:35.099Z] Configure a credential helper to remove this warning. See [2021-01-22T09:25:35.099Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T09:25:35.099Z] [2021-01-22T09:25:35.099Z] Login Succeeded [2021-01-22T09:25:35.099Z] nexus3.edgexfoundry.org:10003 [2021-01-22T09:25:35.365Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T09:25:35.365Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T09:25:35.365Z] Configure a credential helper to remove this warning. See [2021-01-22T09:25:35.365Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T09:25:35.365Z] [2021-01-22T09:25:35.365Z] Login Succeeded [2021-01-22T09:25:35.365Z] nexus3.edgexfoundry.org:10004 [2021-01-22T09:25:35.365Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T09:25:35.626Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T09:25:35.626Z] Configure a credential helper to remove this warning. See [2021-01-22T09:25:35.626Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T09:25:35.626Z] [2021-01-22T09:25:35.626Z] Login Succeeded [2021-01-22T09:25:35.626Z] docker.io [2021-01-22T09:25:35.626Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T09:25:35.888Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T09:25:35.888Z] Configure a credential helper to remove this warning. See [2021-01-22T09:25:35.888Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T09:25:35.888Z] [2021-01-22T09:25:35.888Z] Login Succeeded [2021-01-22T09:25:35.888Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T09:25:35.899Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T09:25:36.361Z] ++ 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-22T09:25:36.361Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T09:25:36.361Z] ++ dirname cmd/core-command/Dockerfile [2021-01-22T09:25:36.361Z] ++ cut -d/ -f2 [2021-01-22T09:25:36.361Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-22T09:25:36.361Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T09:25:36.361Z] ++ dirname cmd/core-data/Dockerfile [2021-01-22T09:25:36.361Z] ++ cut -d/ -f2 [2021-01-22T09:25:36.361Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-22T09:25:36.361Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T09:25:36.361Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-22T09:25:36.361Z] ++ cut -d/ -f2 [2021-01-22T09:25:36.361Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-22T09:25:36.361Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T09:25:36.361Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-22T09:25:36.361Z] ++ cut -d/ -f2 [2021-01-22T09:25:36.361Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-22T09:25:36.361Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T09:25:36.361Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-22T09:25:36.361Z] ++ cut -d/ -f2 [2021-01-22T09:25:36.361Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-22T09:25:36.361Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T09:25:36.361Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-22T09:25:36.361Z] ++ cut -d/ -f2 [2021-01-22T09:25:36.361Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-22T09:25:36.361Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T09:25:36.361Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-22T09:25:36.361Z] ++ cut -d/ -f2 [2021-01-22T09:25:36.361Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-22T09:25:36.361Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T09:25:36.361Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-22T09:25:36.361Z] ++ cut -d/ -f2 [2021-01-22T09:25:36.361Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-22T09:25:36.361Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T09:25:36.361Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-22T09:25:36.361Z] ++ cut -d/ -f2 [2021-01-22T09:25:36.361Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-22T09:25:36.432Z] 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-22T09:25:37.247Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T09:25:37.247Z] [2021-01-22T09:25:37.247Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:25:37.596Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T09:25:37.596Z] latest: Pulling from edgex-devops/git-semver [2021-01-22T09:25:37.596Z] 31603596830f: Pulling fs layer [2021-01-22T09:25:37.596Z] 2a8b12db71e7: Pulling fs layer [2021-01-22T09:25:37.596Z] 6ca5941a6612: Pulling fs layer [2021-01-22T09:25:37.596Z] ecc8261a40a4: Pulling fs layer [2021-01-22T09:25:37.596Z] ecc8261a40a4: Waiting [2021-01-22T09:25:37.596Z] 2a8b12db71e7: Verifying Checksum [2021-01-22T09:25:37.596Z] 2a8b12db71e7: Download complete [2021-01-22T09:25:37.859Z] 31603596830f: Verifying Checksum [2021-01-22T09:25:37.859Z] 31603596830f: Download complete [2021-01-22T09:25:37.859Z] ecc8261a40a4: Verifying Checksum [2021-01-22T09:25:37.859Z] 6ca5941a6612: Verifying Checksum [2021-01-22T09:25:37.859Z] 6ca5941a6612: Download complete [2021-01-22T09:25:38.121Z] 31603596830f: Pull complete [2021-01-22T09:25:38.385Z] 2a8b12db71e7: Pull complete [2021-01-22T09:25:38.962Z] 6ca5941a6612: Pull complete [2021-01-22T09:25:39.224Z] ecc8261a40a4: Pull complete [2021-01-22T09:25:39.224Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-22T09:25:39.224Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T09:25:39.224Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-22T09:25:39.370Z] prd-centos7-docker-4c-2g-22258 does not seem to be running inside a container [2021-01-22T09:25:39.417Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-22T09:25:41.840Z] $ docker top 7edfced49d1d46e2c519f75e6fbbdfa34e406e192ef15b227043f4250fc6be98 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-22T09:25:42.145Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T09:25:42.146Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T09:25:42.358Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T09:25:42.363Z] $ docker exec 7edfced49d1d46e2c519f75e6fbbdfa34e406e192ef15b227043f4250fc6be98 ssh-agent [2021-01-22T09:25:42.549Z] SSH_AUTH_SOCK=/tmp/ssh-zIlrz2Wme4L6/agent.12 [2021-01-22T09:25:42.549Z] SSH_AGENT_PID=17 [2021-01-22T09:25:42.563Z] Running ssh-add (command line suppressed) [2021-01-22T09:25:42.688Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_1258061621713800671.key (/w/workspace/edgex-go/2@tmp/private_key_1258061621713800671.key) [2021-01-22T09:25:42.741Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T09:25:43.077Z] + git tag --points-at HEAD [Pipeline] } [2021-01-22T09:25:43.102Z] $ docker exec --env ******** --env ******** 7edfced49d1d46e2c519f75e6fbbdfa34e406e192ef15b227043f4250fc6be98 ssh-agent -k [2021-01-22T09:25:43.211Z] unset SSH_AUTH_SOCK; [2021-01-22T09:25:43.211Z] unset SSH_AGENT_PID; [2021-01-22T09:25:43.211Z] echo Agent pid 17 killed; [2021-01-22T09:25:43.257Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-22T09:25:43.447Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T09:25:43.447Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T09:25:43.616Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T09:25:43.620Z] $ docker exec 7edfced49d1d46e2c519f75e6fbbdfa34e406e192ef15b227043f4250fc6be98 ssh-agent [2021-01-22T09:25:43.782Z] SSH_AUTH_SOCK=/tmp/ssh-3OVYdf67yNIw/agent.46 [2021-01-22T09:25:43.782Z] SSH_AGENT_PID=52 [2021-01-22T09:25:43.789Z] Running ssh-add (command line suppressed) [2021-01-22T09:25:43.907Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_2461036005588376953.key (/w/workspace/edgex-go/2@tmp/private_key_2461036005588376953.key) [2021-01-22T09:25:43.961Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T09:25:44.339Z] + git semver init [2021-01-22T09:25:44.339Z] # -> Open(): unable to determine branch for HEAD [2021-01-22T09:25:44.339Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-01-22T09:25:44.339Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-01-22T09:25:44.339Z] # $SEMVER_REMOTE_NAME = origin [2021-01-22T09:25:44.339Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-22T09:25:44.339Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-22T09:25:44.339Z] # $SEMVER_BRANCH = PR-3066 [2021-01-22T09:25:44.339Z] # $SEMVER_TEMP = /tmp/semver-924343246 [2021-01-22T09:25:44.339Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-22T09:26:02.573Z] # '/tmp/semver-924343246' -> '/w/workspace/edgex-go/2/.semver' [2021-01-22T09:26:02.573Z] # -> Force: false [2021-01-22T09:26:02.573Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-01-22T09:26:02.589Z] $ docker exec --env ******** --env ******** 7edfced49d1d46e2c519f75e6fbbdfa34e406e192ef15b227043f4250fc6be98 ssh-agent -k [2021-01-22T09:26:02.799Z] unset SSH_AUTH_SOCK; [2021-01-22T09:26:02.799Z] unset SSH_AGENT_PID; [2021-01-22T09:26:02.800Z] echo Agent pid 52 killed; [2021-01-22T09:26:02.877Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T09:26:03.374Z] + git semver [Pipeline] } [2021-01-22T09:26:03.395Z] $ docker stop --time=1 7edfced49d1d46e2c519f75e6fbbdfa34e406e192ef15b227043f4250fc6be98 [2021-01-22T09:26:04.974Z] $ docker rm -f 7edfced49d1d46e2c519f75e6fbbdfa34e406e192ef15b227043f4250fc6be98 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T09:26:05.504Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-22T09:26:06.170Z] Stashed 1 file(s) [Pipeline] echo [2021-01-22T09:26:06.173Z] [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-22T09:26:07.120Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-22T09:26:07.427Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-22T09:26:07.730Z] + sudo service docker restart [2021-01-22T09:26:07.730Z] + true [2021-01-22T09:26:07.730Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-22T09:26:08.321Z] ========================================================= [2021-01-22T09:26:08.321Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-22T09:26:08.321Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:26:08.686Z] + 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-22T09:26:12.016Z] Sending build context to Docker daemon 327.2MB [2021-01-22T09:26:12.016Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T09:26:12.016Z] Step 2/6 : FROM ${BASE} [2021-01-22T09:26:12.016Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-22T09:26:12.016Z] 188c0c94c7c5: Pulling fs layer [2021-01-22T09:26:12.016Z] 0ef7d3d256c8: Pulling fs layer [2021-01-22T09:26:12.016Z] de9db76c5a1d: Pulling fs layer [2021-01-22T09:26:12.016Z] bca2f99d35d6: Pulling fs layer [2021-01-22T09:26:12.016Z] 93359f2a8cfa: Pulling fs layer [2021-01-22T09:26:12.016Z] 7c6f9722023f: Pulling fs layer [2021-01-22T09:26:12.016Z] a35cf1a2eb13: Pulling fs layer [2021-01-22T09:26:12.016Z] 93359f2a8cfa: Waiting [2021-01-22T09:26:12.016Z] 7c6f9722023f: Waiting [2021-01-22T09:26:12.016Z] a35cf1a2eb13: Waiting [2021-01-22T09:26:12.016Z] bca2f99d35d6: Waiting [2021-01-22T09:26:12.016Z] de9db76c5a1d: Verifying Checksum [2021-01-22T09:26:12.016Z] de9db76c5a1d: Download complete [2021-01-22T09:26:12.016Z] 0ef7d3d256c8: Verifying Checksum [2021-01-22T09:26:12.016Z] 0ef7d3d256c8: Download complete [2021-01-22T09:26:12.016Z] 93359f2a8cfa: Verifying Checksum [2021-01-22T09:26:12.016Z] 93359f2a8cfa: Download complete [2021-01-22T09:26:12.016Z] 188c0c94c7c5: Verifying Checksum [2021-01-22T09:26:12.016Z] 188c0c94c7c5: Download complete [2021-01-22T09:26:12.016Z] 7c6f9722023f: Verifying Checksum [2021-01-22T09:26:12.016Z] 7c6f9722023f: Download complete [2021-01-22T09:26:12.278Z] 188c0c94c7c5: Pull complete [2021-01-22T09:26:12.278Z] 0ef7d3d256c8: Pull complete [2021-01-22T09:26:12.540Z] de9db76c5a1d: Pull complete [2021-01-22T09:26:13.939Z] a35cf1a2eb13: Verifying Checksum [2021-01-22T09:26:13.939Z] a35cf1a2eb13: Download complete [2021-01-22T09:26:14.202Z] bca2f99d35d6: Verifying Checksum [2021-01-22T09:26:14.202Z] bca2f99d35d6: Download complete [2021-01-22T09:26:19.528Z] bca2f99d35d6: Pull complete [2021-01-22T09:26:19.528Z] 93359f2a8cfa: Pull complete [2021-01-22T09:26:19.528Z] 7c6f9722023f: Pull complete [2021-01-22T09:26:21.571Z] Still waiting to schedule task [2021-01-22T09:26:21.571Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-22T09:26:24.839Z] a35cf1a2eb13: Pull complete [2021-01-22T09:26:24.839Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-22T09:26:24.839Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-22T09:26:24.839Z] ---> a62c8e92a672 [2021-01-22T09:26:24.839Z] 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-22T09:26:24.839Z] ---> Running in 979e95a405fa [2021-01-22T09:26:25.414Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T09:26:25.988Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T09:26:26.250Z] (1/12) Installing libmagic (5.38-r0) [2021-01-22T09:26:26.511Z] (2/12) Installing file (5.38-r0) [2021-01-22T09:26:26.511Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-22T09:26:26.511Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-22T09:26:30.728Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-22T09:26:30.728Z] (6/12) Installing patch (2.7.6-r6) [2021-01-22T09:26:30.728Z] (7/12) Installing build-base (0.5-r2) [2021-01-22T09:26:30.728Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-22T09:26:30.728Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-22T09:26:30.728Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-22T09:26:30.728Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-22T09:26:30.728Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-22T09:26:30.991Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:26:30.991Z] OK: 233 MiB in 51 packages [2021-01-22T09:26:34.314Z] Removing intermediate container 979e95a405fa [2021-01-22T09:26:34.314Z] ---> 17263a454d2c [2021-01-22T09:26:34.314Z] Step 4/6 : WORKDIR /edgex-go [2021-01-22T09:26:34.314Z] ---> Running in a4a052f72e1f [2021-01-22T09:26:34.314Z] Removing intermediate container a4a052f72e1f [2021-01-22T09:26:34.314Z] ---> d1005c56bc1d [2021-01-22T09:26:34.314Z] Step 5/6 : COPY go.mod . [2021-01-22T09:26:34.577Z] ---> f13eac888d95 [2021-01-22T09:26:34.577Z] Step 6/6 : RUN go mod download [2021-01-22T09:26:34.577Z] ---> Running in f77ba44a1b23 [2021-01-22T09:26:56.582Z] Removing intermediate container f77ba44a1b23 [2021-01-22T09:26:56.582Z] ---> 6f9a04ef356d [2021-01-22T09:26:56.582Z] Successfully built 6f9a04ef356d [2021-01-22T09:26:56.582Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:26:56.890Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-22T09:26:56.890Z] . [Pipeline] withDockerContainer [2021-01-22T09:26:56.990Z] prd-centos7-docker-4c-2g-22258 does not seem to be running inside a container [2021-01-22T09:26:57.039Z] $ 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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-22T09:26:57.828Z] $ docker top b2f02333ca41f71e1629c1ce905faa7712bd4fe85d1f6b14e0a7cca1500ee82a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T09:26:58.352Z] + go version [2021-01-22T09:26:58.352Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-22T09:26:58.366Z] $ docker stop --time=1 b2f02333ca41f71e1629c1ce905faa7712bd4fe85d1f6b14e0a7cca1500ee82a [2021-01-22T09:26:59.764Z] $ docker rm -f b2f02333ca41f71e1629c1ce905faa7712bd4fe85d1f6b14e0a7cca1500ee82a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:27:00.740Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-22T09:27:00.740Z] . [Pipeline] withDockerContainer [2021-01-22T09:27:00.834Z] prd-centos7-docker-4c-2g-22258 does not seem to be running inside a container [2021-01-22T09:27:00.877Z] $ 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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-22T09:27:01.572Z] $ docker top af00491df72d15e7271ebbebe4619d83931e8d20c5d8da9ddf05f4dc556b013b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-22T09:27:01.778Z] ========================================================= [2021-01-22T09:27:01.778Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-22T09:27:01.778Z] ========================================================= [Pipeline] sh [2021-01-22T09:27:02.080Z] + make test [2021-01-22T09:27:02.080Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-22T09:27:12.148Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-22T09:27:24.497Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-22T09:27:31.318Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-22T09:27:31.901Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-22T09:27:31.901Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-22T09:27:31.901Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-22T09:27:35.267Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-22T09:27:35.267Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-22T09:27:35.267Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-22T09:27:35.267Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-22T09:27:35.267Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-22T09:27:35.267Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-22T09:27:37.212Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-22T09:27:37.212Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-22T09:27:37.212Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-22T09:27:39.797Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.087s coverage: 46.6% of statements [2021-01-22T09:27:39.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-22T09:27:39.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-22T09:27:39.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-22T09:27:39.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-22T09:27:39.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-22T09:27:43.120Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.208s coverage: 27.0% of statements [2021-01-22T09:27:43.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-22T09:27:43.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-22T09:27:43.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-22T09:27:43.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-22T09:27:43.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-22T09:27:43.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-22T09:27:43.120Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.033s coverage: 100.0% of statements [2021-01-22T09:27:43.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-22T09:27:43.120Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.043s coverage: 100.0% of statements [2021-01-22T09:27:43.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-22T09:27:43.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-22T09:27:43.120Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.098s coverage: 66.7% of statements [2021-01-22T09:27:43.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-22T09:27:43.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-22T09:27:43.395Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.425s coverage: 82.3% of statements [2021-01-22T09:27:43.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-22T09:27:43.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-22T09:27:43.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-22T09:27:43.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-22T09:27:45.331Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.345s coverage: 28.6% of statements [2021-01-22T09:27:45.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-22T09:27:45.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-22T09:27:45.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-22T09:27:45.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-22T09:27:45.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-22T09:27:45.331Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.063s coverage: 100.0% of statements [2021-01-22T09:27:45.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-22T09:27:45.331Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.041s coverage: 100.0% of statements [2021-01-22T09:27:45.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-22T09:27:45.331Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.114s coverage: 86.7% of statements [2021-01-22T09:27:45.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-22T09:27:45.598Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.124s coverage: 97.5% of statements [2021-01-22T09:27:45.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-22T09:27:46.184Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.054s coverage: 78.3% of statements [2021-01-22T09:27:46.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-22T09:27:46.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-22T09:27:46.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-22T09:27:46.184Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-22T09:27:48.122Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.372s coverage: 92.8% of statements [2021-01-22T09:27:48.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-22T09:27:48.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-22T09:27:48.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-22T09:27:48.122Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-22T09:27:48.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-22T09:27:48.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-22T09:27:48.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-22T09:27:48.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-22T09:27:48.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-22T09:27:48.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-22T09:27:48.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-22T09:27:48.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-22T09:27:48.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-22T09:27:48.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-22T09:27:48.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-22T09:27:48.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-22T09:27:48.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-22T09:27:48.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-22T09:27:48.122Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-01-22T09:27:48.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-22T09:27:48.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-22T09:27:48.122Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.052s coverage: 0.1% of statements [2021-01-22T09:27:48.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-22T09:27:48.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-22T09:27:48.122Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-22T09:27:48.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.058s coverage: 43.8% of statements [2021-01-22T09:27:48.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.045s coverage: 79.5% of statements [2021-01-22T09:27:48.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.026s coverage: 94.1% of statements [2021-01-22T09:27:48.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.050s coverage: 96.3% of statements [2021-01-22T09:27:48.708Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.050s coverage: 87.5% of statements [2021-01-22T09:28:01.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.054s coverage: 94.4% of statements [2021-01-22T09:28:01.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements [2021-01-22T09:28:01.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-22T09:28:01.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-22T09:28:01.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-22T09:28:01.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-22T09:28:01.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.054s coverage: 87.2% of statements [2021-01-22T09:28:01.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-22T09:28:01.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-22T09:28:01.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-01-22T09:28:01.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-22T09:28:01.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.049s coverage: 75.5% of statements [2021-01-22T09:28:01.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-22T09:28:01.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.036s coverage: 80.8% of statements [2021-01-22T09:28:01.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-01-22T09:28:01.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements [2021-01-22T09:28:01.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.117s coverage: 91.4% of statements [2021-01-22T09:28:01.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-22T09:28:01.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.152s coverage: 63.5% of statements [2021-01-22T09:28:01.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-22T09:28:01.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-22T09:28:01.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-01-22T09:28:01.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-01-22T09:28:01.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-01-22T09:28:01.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-01-22T09:28:01.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.039s coverage: 100.0% of statements [2021-01-22T09:28:01.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.291s coverage: 68.9% of statements [2021-01-22T09:28:01.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-22T09:28:01.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-22T09:28:01.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-22T09:28:01.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-22T09:28:01.016Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-22T09:28:01.016Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.089s coverage: 37.0% of statements [2021-01-22T09:28:01.016Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-22T09:28:01.016Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-22T09:28:01.016Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.258s coverage: 84.0% of statements [2021-01-22T09:28:01.016Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.044s coverage: 100.0% of statements [2021-01-22T09:28:01.016Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.104s coverage: 47.1% of statements [2021-01-22T09:28:01.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-22T09:28:01.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-22T09:28:01.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-22T09:28:01.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-22T09:28:01.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-22T09:28:01.016Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.047s coverage: 100.0% of statements [2021-01-22T09:28:01.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-22T09:28:01.016Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements [2021-01-22T09:28:01.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-22T09:28:01.016Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.699s coverage: 29.1% of statements [2021-01-22T09:28:01.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-22T09:28:01.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-22T09:28:01.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-22T09:28:01.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-22T09:28:01.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-22T09:28:01.016Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.064s coverage: 99.0% of statements [2021-01-22T09:28:01.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-22T09:28:01.016Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements [2021-01-22T09:28:01.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-22T09:28:01.016Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements [2021-01-22T09:28:01.016Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-22T09:28:01.016Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2021-01-22T09:28:01.016Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-22T09:28:01.016Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-22T09:28:01.016Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-22T09:28:01.016Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-22T09:28:01.973Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements [2021-01-22T09:28:01.973Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-22T09:28:01.973Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-22T09:28:01.973Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements [2021-01-22T09:28:01.973Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements [2021-01-22T09:28:02.235Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-01-22T09:28:02.498Z] GO111MODULE=on go vet ./... [2021-01-22T09:28:29.213Z] gofmt -l . [2021-01-22T09:28:29.213Z] [ "`gofmt -l .`" = "" ] [2021-01-22T09:28:29.213Z] ./bin/test-go-mod-tidy.sh [2021-01-22T09:28:29.213Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-22T09:28:29.521Z] + ls -al . [2021-01-22T09:28:29.521Z] total 668 [2021-01-22T09:28:29.521Z] drwxrwxr-x 10 1001 1001 4096 Jan 22 09:28 . [2021-01-22T09:28:29.521Z] drwxr-xr-x 4 root root 28 Jan 22 09:27 .. [2021-01-22T09:28:29.521Z] -rw-rw-r-- 1 1001 1001 11 Jan 22 09:25 .dockerignore [2021-01-22T09:28:29.521Z] drwxrwxr-x 8 1001 1001 179 Jan 22 09:25 .git [2021-01-22T09:28:29.521Z] drwxrwxr-x 3 1001 1001 125 Jan 22 09:25 .github [2021-01-22T09:28:29.521Z] -rw-rw-r-- 1 1001 1001 872 Jan 22 09:25 .gitignore [2021-01-22T09:28:29.521Z] drwx------ 3 1001 1001 47 Jan 22 09:26 .semver [2021-01-22T09:28:29.521Z] -rw-rw-r-- 1 1001 1001 166 Jan 22 09:25 .sonarcloud.properties [2021-01-22T09:28:29.521Z] -rw-rw-r-- 1 1001 1001 7859 Jan 22 09:25 Attribution.txt [2021-01-22T09:28:29.521Z] -rw-rw-r-- 1 1001 1001 3804 Jan 22 09:25 CONTRIBUTING.md [2021-01-22T09:28:29.521Z] -rw-rw-r-- 1 1001 1001 931 Jan 22 09:25 Dockerfile.build [2021-01-22T09:28:29.521Z] -rw-rw-r-- 1 1001 1001 863 Jan 22 09:25 Jenkinsfile [2021-01-22T09:28:29.521Z] -rw-rw-r-- 1 1001 1001 10775 Jan 22 09:25 LICENSE [2021-01-22T09:28:29.521Z] -rw-rw-r-- 1 1001 1001 6001 Jan 22 09:25 Makefile [2021-01-22T09:28:29.521Z] -rw-rw-r-- 1 1001 1001 6524 Jan 22 09:25 README.md [2021-01-22T09:28:29.521Z] -rw-rw-r-- 1 1001 1001 6755 Jan 22 09:25 SECURITY.md [2021-01-22T09:28:29.521Z] -rw-rw-r-- 1 1001 1001 5 Jan 22 09:26 VERSION [2021-01-22T09:28:29.521Z] -rw-rw-r-- 1 1001 1001 4131 Jan 22 09:25 ZMQWindows.md [2021-01-22T09:28:29.521Z] drwxrwxr-x 2 1001 1001 117 Jan 22 09:25 bin [2021-01-22T09:28:29.521Z] drwxrwxr-x 15 1001 1001 4096 Jan 22 09:25 cmd [2021-01-22T09:28:29.521Z] -rw-r--r-- 1 root root 565147 Jan 22 09:28 coverage.out [2021-01-22T09:28:29.521Z] -rw-r--r-- 1 root root 1053 Jan 22 09:28 go.mod [2021-01-22T09:28:29.521Z] -rw-r--r-- 1 root root 18878 Jan 22 09:28 go.sum [2021-01-22T09:28:29.521Z] drwxrwxr-x 8 1001 1001 127 Jan 22 09:25 internal [2021-01-22T09:28:29.521Z] drwxrwxr-x 4 1001 1001 26 Jan 22 09:25 openapi [2021-01-22T09:28:29.521Z] drwxrwxr-x 4 1001 1001 71 Jan 22 09:25 snap [2021-01-22T09:28:29.521Z] -rw-rw-r-- 1 1001 1001 168 Jan 22 09:25 version.go [Pipeline] sh [2021-01-22T09:28:29.820Z] + '[' -e coverage.out ] [2021-01-22T09:28:29.820Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-22T09:28:30.067Z] Stashed 1 file(s) [Pipeline] sh [2021-01-22T09:28:30.381Z] + make build [2021-01-22T09:28:30.381Z] 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-22T09:28:33.699Z] 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-22T09:28:41.958Z] 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-22T09:28:42.916Z] 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-22T09:28:44.338Z] 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-22T09:28:44.919Z] 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-22T09:28:46.331Z] 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-22T09:28:47.729Z] 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-22T09:28:48.686Z] 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-22T09:28:50.083Z] 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-22T09:28:51.033Z] 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-22T09:28:51.986Z] 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-22T09:28:52.932Z] 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-22T09:28:54.902Z] $ docker stop --time=1 af00491df72d15e7271ebbebe4619d83931e8d20c5d8da9ddf05f4dc556b013b [2021-01-22T09:28:56.526Z] $ docker rm -f af00491df72d15e7271ebbebe4619d83931e8d20c5d8da9ddf05f4dc556b013b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:28:59.250Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T09:28:59.250Z] [2021-01-22T09:28:59.250Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:28:59.655Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T09:28:59.655Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-22T09:28:59.655Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-22T09:28:59.655Z] ca9280d653b3: Pulling fs layer [2021-01-22T09:28:59.655Z] 7e9c9ca2126c: Pulling fs layer [2021-01-22T09:29:00.242Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-22T09:29:00.242Z] cbdbe7a5bc2a: Download complete [2021-01-22T09:29:00.513Z] ca9280d653b3: Verifying Checksum [2021-01-22T09:29:00.513Z] ca9280d653b3: Download complete [2021-01-22T09:29:00.778Z] cbdbe7a5bc2a: Pull complete [2021-01-22T09:29:01.731Z] 7e9c9ca2126c: Verifying Checksum [2021-01-22T09:29:01.731Z] ca9280d653b3: Pull complete [2021-01-22T09:29:08.572Z] 7e9c9ca2126c: Pull complete [2021-01-22T09:29:08.573Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-22T09:29:08.573Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T09:29:08.573Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-22T09:29:08.698Z] prd-centos7-docker-4c-2g-22258 does not seem to be running inside a container [2021-01-22T09:29:08.762Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-22T09:29:11.794Z] $ docker top 0137c4b2a9a5e727acde1ee2073157ac8b6e0ce7cc311e88e5ecba26e13304f9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T09:29:12.404Z] + docker-compose build --help [2021-01-22T09:29:12.404Z] + grep parallel [2021-01-22T09:29:13.351Z] --parallel Build images in parallel. [Pipeline] } [2021-01-22T09:29:13.631Z] $ docker stop --time=1 0137c4b2a9a5e727acde1ee2073157ac8b6e0ce7cc311e88e5ecba26e13304f9 [2021-01-22T09:29:15.078Z] $ docker rm -f 0137c4b2a9a5e727acde1ee2073157ac8b6e0ce7cc311e88e5ecba26e13304f9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:29:15.715Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T09:29:15.715Z] . [Pipeline] withDockerContainer [2021-01-22T09:29:15.817Z] prd-centos7-docker-4c-2g-22258 does not seem to be running inside a container [2021-01-22T09:29:15.865Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-22T09:29:16.538Z] $ docker top d44511eae319b99dfbea23b14630c7de88b1baecf9801af587c49a95bb1db464 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T09:29:17.023Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-22T09:29:17.977Z] Building docker-core-command-go ... [2021-01-22T09:29:17.977Z] Building docker-core-data-go ... [2021-01-22T09:29:17.977Z] Building docker-core-metadata-go ... [2021-01-22T09:29:17.977Z] Building docker-security-bootstrapper-go ... [2021-01-22T09:29:17.977Z] Building docker-security-proxy-setup-go ... [2021-01-22T09:29:17.977Z] Building docker-security-secretstore-setup-go ... [2021-01-22T09:29:17.977Z] Building docker-support-notifications-go ... [2021-01-22T09:29:17.977Z] Building docker-support-scheduler-go ... [2021-01-22T09:29:17.977Z] Building docker-sys-mgmt-agent-go ... [2021-01-22T09:29:17.977Z] Building docker-core-data-go [2021-01-22T09:29:17.977Z] Building docker-security-bootstrapper-go [2021-01-22T09:29:17.977Z] Building docker-sys-mgmt-agent-go [2021-01-22T09:29:17.977Z] Building docker-security-proxy-setup-go [2021-01-22T09:29:17.977Z] Building docker-core-metadata-go [2021-01-22T09:29:50.228Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T09:29:50.228Z] [2021-01-22T09:29:50.228Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-22T09:29:50.228Z] ---> 6f9a04ef356d [2021-01-22T09:29:50.228Z] Step 3/26 : WORKDIR /edgex-go [2021-01-22T09:29:50.228Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T09:29:50.228Z] ---> 6f9a04ef356d [2021-01-22T09:29:50.228Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T09:29:50.228Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T09:29:50.228Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-22T09:29:50.228Z] ---> 6f9a04ef356d [2021-01-22T09:29:50.228Z] Step 3/21 : WORKDIR /edgex-go [2021-01-22T09:29:50.228Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T09:29:50.228Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T09:29:50.228Z] ---> 6f9a04ef356d [2021-01-22T09:29:50.228Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T09:29:50.228Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T09:29:50.228Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-22T09:29:50.228Z] ---> 6f9a04ef356d [2021-01-22T09:29:50.228Z] Step 3/33 : WORKDIR /edgex-go [2021-01-22T09:29:50.228Z] ---> Running in adec8ca7f69d [2021-01-22T09:29:50.228Z] ---> Running in a08ec3b1e8ec [2021-01-22T09:29:50.228Z] ---> Running in 6c5390dc49cc [2021-01-22T09:29:50.228Z] ---> Running in 18ca13c42865 [2021-01-22T09:29:50.228Z] ---> Running in 9ed4cb10cd3a [2021-01-22T09:29:50.228Z] Removing intermediate container 9ed4cb10cd3a [2021-01-22T09:29:50.228Z] ---> e5ec67b81982 [2021-01-22T09:29:50.228Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T09:29:50.228Z] Removing intermediate container 18ca13c42865 [2021-01-22T09:29:50.228Z] ---> 3436b6a2a174 [2021-01-22T09:29:50.228Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T09:29:50.228Z] Removing intermediate container a08ec3b1e8ec [2021-01-22T09:29:50.228Z] ---> 380f7d3ae6df [2021-01-22T09:29:50.228Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T09:29:50.228Z] Removing intermediate container adec8ca7f69d [2021-01-22T09:29:50.228Z] ---> 30efa2eee3f1 [2021-01-22T09:29:50.228Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T09:29:50.228Z] Removing intermediate container 6c5390dc49cc [2021-01-22T09:29:50.228Z] ---> 46af02f398cc [2021-01-22T09:29:50.228Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T09:29:50.228Z] ---> Running in c3ee9f7aeeef [2021-01-22T09:29:50.228Z] ---> Running in 442aeda52123 [2021-01-22T09:29:50.228Z] ---> Running in 5c089e0095a2 [2021-01-22T09:29:50.228Z] ---> Running in 6fa4f187c048 [2021-01-22T09:29:50.228Z] ---> Running in 8a1e921893e1 [2021-01-22T09:29:52.174Z] Removing intermediate container 442aeda52123 [2021-01-22T09:29:52.174Z] ---> bb3330040aca [2021-01-22T09:29:52.174Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-22T09:29:52.174Z] ---> Running in f28a7a8a1d93 [2021-01-22T09:29:52.174Z] Removing intermediate container c3ee9f7aeeef [2021-01-22T09:29:52.174Z] ---> 71e27d28ec8a [2021-01-22T09:29:52.174Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-22T09:29:52.451Z] Removing intermediate container 5c089e0095a2 [2021-01-22T09:29:52.451Z] ---> c0313a17a8cf [2021-01-22T09:29:52.451Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-22T09:29:52.451Z] ---> Running in f9a21060b175 [2021-01-22T09:29:52.728Z] Removing intermediate container 6fa4f187c048 [2021-01-22T09:29:52.728Z] ---> 1a99e7c3c0fb [2021-01-22T09:29:52.728Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-22T09:29:52.728Z] ---> Running in 3cd01e52b108 [2021-01-22T09:29:52.728Z] Removing intermediate container 8a1e921893e1 [2021-01-22T09:29:52.728Z] ---> 8eb7274f88fe [2021-01-22T09:29:52.728Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-22T09:29:52.992Z] ---> Running in 3aeffc6f1a3f [2021-01-22T09:29:52.992Z] ---> Running in b8b06030df59 [2021-01-22T09:29:52.992Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T09:29:53.589Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T09:29:53.589Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T09:29:53.589Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T09:29:53.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T09:29:53.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T09:29:54.119Z] OK: 233 MiB in 51 packages [2021-01-22T09:29:54.119Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T09:29:54.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T09:29:54.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T09:29:54.403Z] Removing intermediate container f28a7a8a1d93 [2021-01-22T09:29:54.403Z] ---> e1aac64126e8 [2021-01-22T09:29:54.403Z] Step 6/21 : COPY go.mod . [2021-01-22T09:29:54.667Z] OK: 233 MiB in 51 packages [2021-01-22T09:29:54.667Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T09:29:54.667Z] OK: 233 MiB in 51 packages [2021-01-22T09:29:54.667Z] ---> 35ef8e83672d [2021-01-22T09:29:54.667Z] Step 7/21 : RUN go mod download [2021-01-22T09:29:54.930Z] ---> Running in f8e3caed2649 [2021-01-22T09:29:54.930Z] OK: 233 MiB in 51 packages [2021-01-22T09:29:55.194Z] OK: 233 MiB in 51 packages [2021-01-22T09:29:55.194Z] Removing intermediate container f9a21060b175 [2021-01-22T09:29:55.194Z] ---> 23670d5dfa0e [2021-01-22T09:29:55.194Z] Step 6/26 : COPY go.mod . [2021-01-22T09:29:55.769Z] ---> c2eed049b0fb [2021-01-22T09:29:55.769Z] Step 7/26 : RUN go mod download [2021-01-22T09:29:56.034Z] ---> Running in 0b1a8651c83a [2021-01-22T09:29:56.034Z] Removing intermediate container 3cd01e52b108 [2021-01-22T09:29:56.034Z] ---> 5f219fdad9d6 [2021-01-22T09:29:56.034Z] Step 6/33 : COPY go.mod . [2021-01-22T09:29:56.313Z] Removing intermediate container b8b06030df59 [2021-01-22T09:29:56.313Z] ---> 2dc61eaddb21 [2021-01-22T09:29:56.313Z] Step 6/23 : COPY go.mod . [2021-01-22T09:29:56.313Z] Removing intermediate container 3aeffc6f1a3f [2021-01-22T09:29:56.313Z] ---> 03b6f7627276 [2021-01-22T09:29:56.313Z] Step 6/23 : COPY go.mod . [2021-01-22T09:29:56.313Z] ---> 5dd065d02af5 [2021-01-22T09:29:56.313Z] Step 7/33 : RUN go mod download [2021-01-22T09:29:56.584Z] ---> Running in 72995a928fca [2021-01-22T09:29:56.584Z] ---> fd84a5fc13be [2021-01-22T09:29:56.584Z] Step 7/23 : RUN go mod download [2021-01-22T09:29:56.857Z] ---> 7c29f314cd11 [2021-01-22T09:29:56.857Z] Step 7/23 : RUN go mod download [2021-01-22T09:29:56.857Z] ---> Running in 279a2d844979 [2021-01-22T09:29:56.857Z] ---> Running in d5b9befc5834 [2021-01-22T09:29:57.818Z] Removing intermediate container f8e3caed2649 [2021-01-22T09:29:57.818Z] ---> 1f2a5a7e89b0 [2021-01-22T09:29:57.818Z] Step 8/21 : COPY . . [2021-01-22T09:29:58.094Z] Removing intermediate container 0b1a8651c83a [2021-01-22T09:29:58.094Z] ---> 0322d9af2d67 [2021-01-22T09:29:58.094Z] Step 8/26 : COPY . . [2021-01-22T09:30:00.696Z] Removing intermediate container 72995a928fca [2021-01-22T09:30:00.696Z] ---> 1a9b85aee804 [2021-01-22T09:30:00.696Z] Step 8/33 : COPY . . [2021-01-22T09:30:07.364Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-22259 in /w/workspace/edgexfoundry_edgex-go_PR-3066 [Pipeline] { [Pipeline] ws [2021-01-22T09:30:07.413Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [2021-01-22T09:30:07.452Z] Removing intermediate container 279a2d844979 [2021-01-22T09:30:07.452Z] ---> 1b82eeb0714f [2021-01-22T09:30:07.452Z] Step 8/23 : COPY . . [Pipeline] checkout [2021-01-22T09:30:08.846Z] Removing intermediate container d5b9befc5834 [2021-01-22T09:30:08.846Z] ---> 539bed02272a [2021-01-22T09:30:08.846Z] Step 8/23 : COPY . . [2021-01-22T09:30:14.025Z] using credential edgex-jenkins-ssh [2021-01-22T09:30:14.089Z] Cloning the remote Git repository [2021-01-22T09:30:14.154Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-22T09:30:14.298Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-22T09:30:14.393Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T09:30:14.394Z] > git --version # timeout=10 [2021-01-22T09:30:14.449Z] > git --version # 'git version 2.17.1' [2021-01-22T09:30:14.452Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T09:30:14.509Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T09:30:29.467Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T09:30:29.485Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T09:30:29.521Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T09:30:29.558Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T09:30:29.558Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T09:30:29.569Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3066/head:refs/remotes/origin/PR-3066 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-22T09:30:30.375Z] Merging remotes/origin/master commit 001da8f707328dc3351d0414bf15a3ddf9bf60ad into PR head commit 6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b [2021-01-22T09:30:30.769Z] Merge succeeded, producing 6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b [2021-01-22T09:30:30.769Z] Checking out Revision 6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b (PR-3066) [2021-01-22T09:30:30.369Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T09:30:30.383Z] > git checkout -f 6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b # timeout=10 [2021-01-22T09:30:30.668Z] > git remote # timeout=10 [2021-01-22T09:30:30.686Z] > git config --get remote.origin.url # timeout=10 [2021-01-22T09:30:30.699Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T09:30:30.710Z] > git merge 001da8f707328dc3351d0414bf15a3ddf9bf60ad # timeout=10 [2021-01-22T09:30:30.732Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-22T09:30:30.752Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T09:30:30.772Z] > git checkout -f 6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b # timeout=10 [2021-01-22T09:30:35.162Z] Commit message: "refactor(meta): Refactor device service update operation to DBClient" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-22T09:30:36.939Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-22T09:30:37.335Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-22T09:30:37.679Z] + sudo service+ docker restart [2021-01-22T09:30:37.679Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T09:30:39.755Z] provisioning config files... [2021-01-22T09:30:39.796Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config2651445722872690830tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T09:30:40.208Z] ---> docker-login.sh [2021-01-22T09:30:40.208Z] nexus3.edgexfoundry.org:10001 [2021-01-22T09:30:41.192Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T09:30:41.466Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T09:30:41.466Z] Configure a credential helper to remove this warning. See [2021-01-22T09:30:41.466Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T09:30:41.466Z] [2021-01-22T09:30:41.466Z] Login Succeeded [2021-01-22T09:30:41.466Z] nexus3.edgexfoundry.org:10002 [2021-01-22T09:30:41.742Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T09:30:42.018Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T09:30:42.018Z] Configure a credential helper to remove this warning. See [2021-01-22T09:30:42.018Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T09:30:42.018Z] [2021-01-22T09:30:42.018Z] Login Succeeded [2021-01-22T09:30:42.018Z] nexus3.edgexfoundry.org:10003 [2021-01-22T09:30:42.291Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T09:30:42.566Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T09:30:42.566Z] Configure a credential helper to remove this warning. See [2021-01-22T09:30:42.566Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T09:30:42.566Z] [2021-01-22T09:30:42.566Z] Login Succeeded [2021-01-22T09:30:42.566Z] nexus3.edgexfoundry.org:10004 [2021-01-22T09:30:42.852Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T09:30:43.135Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T09:30:43.135Z] Configure a credential helper to remove this warning. See [2021-01-22T09:30:43.135Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T09:30:43.135Z] [2021-01-22T09:30:43.135Z] Login Succeeded [2021-01-22T09:30:43.135Z] docker.io [2021-01-22T09:30:43.408Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T09:30:43.682Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T09:30:43.682Z] Configure a credential helper to remove this warning. See [2021-01-22T09:30:43.682Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T09:30:43.682Z] [2021-01-22T09:30:43.682Z] Login Succeeded [2021-01-22T09:30:43.682Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T09:30:43.700Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-22T09:30:44.122Z] ========================================================= [2021-01-22T09:30:44.122Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-22T09:30:44.122Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:30:44.507Z] + 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-22T09:30:46.495Z] Sending build context to Docker daemon 165.9MB [2021-01-22T09:30:46.772Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T09:30:46.772Z] Step 2/6 : FROM ${BASE} [2021-01-22T09:30:46.772Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-22T09:30:46.772Z] 5f621e34cdf4: Pulling fs layer [2021-01-22T09:30:46.772Z] a4357932f1b6: Pulling fs layer [2021-01-22T09:30:46.772Z] 18c013af1878: Pulling fs layer [2021-01-22T09:30:46.772Z] 00ac8860ef70: Pulling fs layer [2021-01-22T09:30:46.772Z] 63d7cb157983: Pulling fs layer [2021-01-22T09:30:46.772Z] b116817d02f9: Pulling fs layer [2021-01-22T09:30:46.772Z] 745a02a5169b: Pulling fs layer [2021-01-22T09:30:46.772Z] 00ac8860ef70: Waiting [2021-01-22T09:30:46.772Z] 63d7cb157983: Waiting [2021-01-22T09:30:46.772Z] b116817d02f9: Waiting [2021-01-22T09:30:46.772Z] 745a02a5169b: Waiting [2021-01-22T09:30:46.772Z] 18c013af1878: Verifying Checksum [2021-01-22T09:30:46.772Z] 18c013af1878: Download complete [2021-01-22T09:30:46.772Z] a4357932f1b6: Verifying Checksum [2021-01-22T09:30:46.772Z] a4357932f1b6: Download complete [2021-01-22T09:30:46.772Z] 63d7cb157983: Verifying Checksum [2021-01-22T09:30:46.772Z] 63d7cb157983: Download complete [2021-01-22T09:30:46.772Z] b116817d02f9: Download complete [2021-01-22T09:30:46.772Z] 5f621e34cdf4: Verifying Checksum [2021-01-22T09:30:46.772Z] 5f621e34cdf4: Download complete [2021-01-22T09:30:47.373Z] 5f621e34cdf4: Pull complete [2021-01-22T09:30:47.973Z] a4357932f1b6: Pull complete [2021-01-22T09:30:48.579Z] 18c013af1878: Pull complete [2021-01-22T09:30:49.200Z] ---> 1d71ca2a6e38 [2021-01-22T09:30:49.200Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-22T09:30:49.200Z] ---> 26da7841d12d [2021-01-22T09:30:49.200Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-22T09:30:49.200Z] ---> Running in 3839c148be25 [2021-01-22T09:30:49.200Z] ---> Running in 23d91256a24b [2021-01-22T09:30:49.200Z] ---> 12cb1402fd1c [2021-01-22T09:30:49.200Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-22T09:30:49.200Z] ---> e1e31940da2e [2021-01-22T09:30:49.200Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-22T09:30:49.200Z] ---> 0e78c8863bfc [2021-01-22T09:30:49.200Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-22T09:30:49.200Z] ---> Running in 9c6a2cfbcf8e [2021-01-22T09:30:49.200Z] ---> Running in 94be72bd3b36 [2021-01-22T09:30:49.200Z] ---> Running in 89a646ab42fc [2021-01-22T09:30:49.200Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-22T09:30:49.200Z] 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-22T09:30:49.200Z] 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-22T09:30:49.200Z] 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-22T09:30:49.200Z] 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-22T09:30:49.563Z] 745a02a5169b: Verifying Checksum [2021-01-22T09:30:49.563Z] 745a02a5169b: Download complete [2021-01-22T09:30:51.534Z] 00ac8860ef70: Verifying Checksum [2021-01-22T09:30:51.534Z] 00ac8860ef70: Download complete [2021-01-22T09:31:01.710Z] 00ac8860ef70: Pull complete [2021-01-22T09:31:01.710Z] 63d7cb157983: Pull complete [2021-01-22T09:31:01.983Z] b116817d02f9: Pull complete [2021-01-22T09:31:06.316Z] 745a02a5169b: Pull complete [2021-01-22T09:31:06.316Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-22T09:31:06.316Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-22T09:31:06.316Z] ---> b7e6874047d6 [2021-01-22T09:31:06.316Z] 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-22T09:31:09.703Z] ---> Running in 16a373acff16 [2021-01-22T09:31:10.294Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T09:31:10.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T09:31:11.480Z] (1/12) Installing libmagic (5.38-r0) [2021-01-22T09:31:11.751Z] (2/12) Installing file (5.38-r0) [2021-01-22T09:31:11.751Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-22T09:31:11.751Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-22T09:31:15.159Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-22T09:31:15.159Z] (6/12) Installing patch (2.7.6-r6) [2021-01-22T09:31:15.159Z] (7/12) Installing build-base (0.5-r2) [2021-01-22T09:31:15.159Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-22T09:31:15.159Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-22T09:31:15.159Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-22T09:31:15.455Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-22T09:31:15.455Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-22T09:31:15.455Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:31:15.455Z] OK: 217 MiB in 51 packages [2021-01-22T09:31:16.073Z] 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-22T09:31:16.073Z] 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-22T09:31:19.737Z] Removing intermediate container 94be72bd3b36 [2021-01-22T09:31:19.737Z] ---> 396e9b42d39d [2021-01-22T09:31:19.737Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-22T09:31:19.737Z] ---> Running in 26997d65a9bc [2021-01-22T09:31:19.755Z] Removing intermediate container 16a373acff16 [2021-01-22T09:31:19.755Z] ---> 97b214fed007 [2021-01-22T09:31:19.755Z] Step 4/6 : WORKDIR /edgex-go [2021-01-22T09:31:19.755Z] ---> Running in 6e521b66b34a [2021-01-22T09:31:20.029Z] Removing intermediate container 6e521b66b34a [2021-01-22T09:31:20.029Z] ---> b5bc168d5ef9 [2021-01-22T09:31:20.029Z] Step 5/6 : COPY go.mod . [2021-01-22T09:31:21.007Z] ---> d5ee2414d742 [2021-01-22T09:31:21.007Z] Step 6/6 : RUN go mod download [2021-01-22T09:31:21.007Z] ---> Running in 992d83eff4ad [2021-01-22T09:31:21.166Z] 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-22T09:31:24.489Z] Removing intermediate container 3839c148be25 [2021-01-22T09:31:24.489Z] ---> 513b8866f76b [2021-01-22T09:31:24.489Z] [2021-01-22T09:31:24.489Z] Step 10/21 : FROM alpine:3.12 [2021-01-22T09:31:24.489Z] 3.12: Pulling from library/alpine [2021-01-22T09:31:26.417Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T09:31:26.679Z] Status: Downloaded newer image for alpine:3.12 [2021-01-22T09:31:26.679Z] ---> 389fef711851 [2021-01-22T09:31:26.679Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-22T09:31:26.956Z] Removing intermediate container 26997d65a9bc [2021-01-22T09:31:26.956Z] ---> 90461798f4e5 [2021-01-22T09:31:26.956Z] [2021-01-22T09:31:26.956Z] Step 11/26 : FROM docker:20.10.0 [2021-01-22T09:31:26.956Z] 20.10.0: Pulling from library/docker [2021-01-22T09:31:26.956Z] Removing intermediate container 23d91256a24b [2021-01-22T09:31:26.956Z] ---> 1cdb84c14677 [2021-01-22T09:31:26.956Z] [2021-01-22T09:31:26.956Z] Step 10/33 : FROM alpine:3.12 [2021-01-22T09:31:26.956Z] ---> 389fef711851 [2021-01-22T09:31:26.956Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-22T09:31:26.956Z] ---> Running in b7933127d26b [2021-01-22T09:31:27.915Z] ---> Running in cb54457585f0 [2021-01-22T09:31:28.869Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T09:31:29.132Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T09:31:29.393Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-22T09:31:29.393Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T09:31:29.393Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-22T09:31:29.393Z] (4/4) Installing curl (7.69.1-r3) [2021-01-22T09:31:29.393Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:31:29.393Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T09:31:29.393Z] OK: 7 MiB in 18 packages [2021-01-22T09:31:31.322Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T09:31:31.322Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T09:31:31.322Z] Removing intermediate container 9c6a2cfbcf8e [2021-01-22T09:31:31.322Z] ---> e0cb87a6f182 [2021-01-22T09:31:31.322Z] [2021-01-22T09:31:31.322Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T09:31:31.322Z] ---> 389fef711851 [2021-01-22T09:31:31.322Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-22T09:31:31.322Z] Removing intermediate container 89a646ab42fc [2021-01-22T09:31:31.322Z] ---> 90e279f79a5c [2021-01-22T09:31:31.322Z] [2021-01-22T09:31:31.322Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T09:31:31.322Z] ---> 389fef711851 [2021-01-22T09:31:31.322Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-22T09:31:31.610Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-22T09:31:31.610Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-22T09:31:31.610Z] ---> Running in 363f7bb8fdd6 [2021-01-22T09:31:31.610Z] ---> Running in b034e6e179b3 [2021-01-22T09:31:31.610Z] (3/3) Installing su-exec (0.2-r1) [2021-01-22T09:31:31.610Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:31:31.610Z] OK: 6 MiB in 17 packages [2021-01-22T09:31:33.012Z] Removing intermediate container b034e6e179b3 [2021-01-22T09:31:33.012Z] ---> 1ca1569f406f [2021-01-22T09:31:33.012Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-22T09:31:33.012Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T09:31:33.012Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T09:31:33.279Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-22T09:31:33.279Z] Removing intermediate container b7933127d26b [2021-01-22T09:31:33.279Z] ---> 3a7aa09beeac [2021-01-22T09:31:33.279Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T09:31:33.279Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:31:33.279Z] OK: 6 MiB in 15 packages [2021-01-22T09:31:33.546Z] ---> Running in 522042c9fab4 [2021-01-22T09:31:33.546Z] ---> Running in a2734cfe9396 [2021-01-22T09:31:33.546Z] Removing intermediate container cb54457585f0 [2021-01-22T09:31:33.546Z] ---> dc3aae1467be [2021-01-22T09:31:33.546Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-22T09:31:33.811Z] Removing intermediate container 522042c9fab4 [2021-01-22T09:31:33.811Z] ---> e74b6231ecca [2021-01-22T09:31:33.811Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-22T09:31:33.811Z] ---> Running in 6e31df819f3e [2021-01-22T09:31:34.074Z] ---> Running in b4ffbc136977 [2021-01-22T09:31:34.074Z] Removing intermediate container a2734cfe9396 [2021-01-22T09:31:34.074Z] ---> 85b30d4ddb7d [2021-01-22T09:31:34.074Z] Step 13/21 : WORKDIR /edgex [2021-01-22T09:31:34.340Z] ---> Running in 90058aa92ea0 [2021-01-22T09:31:34.340Z] Removing intermediate container 6e31df819f3e [2021-01-22T09:31:34.340Z] ---> ba958b835ee3 [2021-01-22T09:31:34.340Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-22T09:31:34.609Z] Removing intermediate container b4ffbc136977 [2021-01-22T09:31:34.609Z] ---> ce0a1ae49e7f [2021-01-22T09:31:34.609Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T09:31:34.609Z] Removing intermediate container 363f7bb8fdd6 [2021-01-22T09:31:34.609Z] ---> 1e7d510ba331 [2021-01-22T09:31:34.609Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T09:31:34.609Z] ---> Running in e08ea1cab428 [2021-01-22T09:31:34.609Z] ---> Running in 4f9a0f941872 [2021-01-22T09:31:34.609Z] ---> Running in 967f1292dc5a [2021-01-22T09:31:34.609Z] Removing intermediate container 90058aa92ea0 [2021-01-22T09:31:34.609Z] ---> bea46ac390e0 [2021-01-22T09:31:34.609Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-22T09:31:34.878Z] Removing intermediate container e08ea1cab428 [2021-01-22T09:31:34.878Z] ---> 310933a44dfb [2021-01-22T09:31:34.878Z] Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-22T09:31:35.142Z] Removing intermediate container 967f1292dc5a [2021-01-22T09:31:35.142Z] ---> afe6056c1184 [2021-01-22T09:31:35.142Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-22T09:31:35.718Z] ---> c432f3a3fc68 [2021-01-22T09:31:35.718Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-22T09:31:35.981Z] ---> Running in 98b1078bba6c [2021-01-22T09:31:35.981Z] ---> Running in 48ba85320f6c [2021-01-22T09:31:36.256Z] ---> e94239217a97 [2021-01-22T09:31:36.256Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-22T09:31:36.520Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-22T09:31:36.520Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-22T09:31:36.520Z] ---> aefe523efa57 [2021-01-22T09:31:36.520Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-22T09:31:36.520Z] Removing intermediate container 48ba85320f6c [2021-01-22T09:31:36.520Z] ---> ec12053f32e1 [2021-01-22T09:31:36.520Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-22T09:31:36.791Z] ---> Running in bc3be8f1a8ad [2021-01-22T09:31:36.791Z] ---> Running in e887d74d20bf [2021-01-22T09:31:37.054Z] ---> 4a9795e41c41 [2021-01-22T09:31:37.054Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-22T09:31:37.054Z] Connecting to github.com (140.82.113.3:443) [2021-01-22T09:31:37.054Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.46.148:443) [2021-01-22T09:31:37.315Z]  ---> Running in cac0eb044613 [2021-01-22T09:31:37.315Z] Removing intermediate container 4f9a0f941872 [2021-01-22T09:31:37.315Z] ---> 75f6442c6501 [2021-01-22T09:31:37.315Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-22T09:31:37.315Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-22T09:31:37.315Z] Removing intermediate container e887d74d20bf [2021-01-22T09:31:37.315Z] ---> a126da8a985f [2021-01-22T09:31:37.315Z] Step 15/23 : WORKDIR / [2021-01-22T09:31:37.315Z] ---> Running in d2322f6b92ba [2021-01-22T09:31:37.315Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-22T09:31:37.315Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-22T09:31:37.315Z] dockerize [2021-01-22T09:31:37.579Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T09:31:37.579Z] ---> Running in d08f1428fb90 [2021-01-22T09:31:37.579Z] Removing intermediate container cac0eb044613 [2021-01-22T09:31:37.579Z] ---> e3b1d3e00a22 [2021-01-22T09:31:37.579Z] Step 18/21 : CMD ["--init=true"] [2021-01-22T09:31:37.579Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T09:31:37.845Z] (1/2) Installing readline (8.0.4-r0) [2021-01-22T09:31:37.845Z] (2/2) Installing bash (5.0.17-r0) [2021-01-22T09:31:37.845Z] Executing bash-5.0.17-r0.post-install [2021-01-22T09:31:37.845Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:31:37.845Z] ---> Running in 6164f2815af8 [2021-01-22T09:31:37.845Z] OK: 12 MiB in 22 packages [2021-01-22T09:31:38.111Z] Removing intermediate container d08f1428fb90 [2021-01-22T09:31:38.111Z] ---> 786eff53181b [2021-01-22T09:31:38.111Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T09:31:38.375Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T09:31:38.375Z] Removing intermediate container 6164f2815af8 [2021-01-22T09:31:38.375Z] ---> 5e6e53313aad [2021-01-22T09:31:38.375Z] Step 19/21 : LABEL arch=x86_64 [2021-01-22T09:31:38.638Z] ---> Running in d133179df782 [2021-01-22T09:31:38.638Z] ---> 08f45d8386f2 [2021-01-22T09:31:38.638Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-22T09:31:38.638Z] Removing intermediate container 98b1078bba6c [2021-01-22T09:31:38.638Z] ---> f7fb3fb60c20 [2021-01-22T09:31:38.638Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-22T09:31:38.908Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T09:31:39.174Z] ---> Running in addfdcaf0ff7 [2021-01-22T09:31:39.174Z] Removing intermediate container d133179df782 [2021-01-22T09:31:39.174Z] ---> 742c919ce5a6 [2021-01-22T09:31:39.174Z] Step 20/21 : LABEL git_sha=6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b [2021-01-22T09:31:39.174Z] Removing intermediate container bc3be8f1a8ad [2021-01-22T09:31:39.174Z] ---> 941b3641faa3 [2021-01-22T09:31:39.174Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-22T09:31:39.174Z] ---> 969857c5d48d [2021-01-22T09:31:39.174Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-22T09:31:39.438Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-22T09:31:39.438Z] ---> Running in 942dd8a93a35 [2021-01-22T09:31:39.438Z] ---> Running in 2fdecccb7125 [2021-01-22T09:31:39.438Z] Removing intermediate container addfdcaf0ff7 [2021-01-22T09:31:39.438Z] ---> 7c60103faa4a [2021-01-22T09:31:39.438Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-22T09:31:39.438Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-22T09:31:39.438Z] ---> Running in 17388a1226d8 [2021-01-22T09:31:39.438Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-22T09:31:39.700Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-22T09:31:39.700Z] ---> 0878abea8b58 [2021-01-22T09:31:39.700Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-22T09:31:39.700Z] Removing intermediate container 942dd8a93a35 [2021-01-22T09:31:39.700Z] ---> 35213d072737 [2021-01-22T09:31:39.700Z] Step 21/21 : LABEL version=0.0.0 [2021-01-22T09:31:39.700Z] Removing intermediate container 2fdecccb7125 [2021-01-22T09:31:39.700Z] ---> f6902e428d89 [2021-01-22T09:31:39.700Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-22T09:31:39.700Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-22T09:31:39.967Z] Removing intermediate container 17388a1226d8 [2021-01-22T09:31:39.967Z] ---> c5cca90cd997 [2021-01-22T09:31:39.967Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-22T09:31:39.967Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-22T09:31:39.967Z] ---> Running in 4fceb292fa29 [2021-01-22T09:31:39.967Z] ---> Running in ee3d13cbc091 [2021-01-22T09:31:39.967Z] ---> Running in 3fec0bb01c91 [2021-01-22T09:31:39.967Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:31:39.967Z] OK: 8 MiB in 20 packages [2021-01-22T09:31:39.967Z] ---> Running in 20bb7d0be9c7 [2021-01-22T09:31:40.562Z] Removing intermediate container 4fceb292fa29 [2021-01-22T09:31:40.562Z] ---> bcc27d67469b [2021-01-22T09:31:40.562Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-22T09:31:40.562Z] Removing intermediate container 3fec0bb01c91 [2021-01-22T09:31:40.562Z] ---> 934d7092b6bc [2021-01-22T09:31:40.562Z] [2021-01-22T09:31:40.562Z] Removing intermediate container ee3d13cbc091 [2021-01-22T09:31:40.562Z] ---> e6484d39f423 [2021-01-22T09:31:40.562Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T09:31:40.562Z] ---> Running in e94e0b529626 [2021-01-22T09:31:40.830Z] Successfully built 934d7092b6bc [2021-01-22T09:31:40.830Z] ---> Running in 9a432415024b [2021-01-22T09:31:40.830Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-22T09:31:40.830Z] Building docker-core-command-go [2021-01-22T09:31:41.097Z]  Building docker-security-proxy-setup-go ... done Move dockerize executable [2021-01-22T09:31:41.097Z] Removing intermediate container e94e0b529626 [2021-01-22T09:31:41.097Z] ---> 4a7b7171c96d [2021-01-22T09:31:41.097Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-22T09:31:41.097Z] Removing intermediate container 9a432415024b [2021-01-22T09:31:41.097Z] ---> 58c832c1677b [2021-01-22T09:31:41.097Z] Step 21/23 : LABEL arch=x86_64 [2021-01-22T09:31:42.056Z] Removing intermediate container d2322f6b92ba [2021-01-22T09:31:42.056Z] ---> 6de6915c4706 [2021-01-22T09:31:42.056Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T09:31:43.979Z] ---> Running in 2abf170d8153 [2021-01-22T09:31:44.942Z] ---> e397515a2463 [2021-01-22T09:31:44.943Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-22T09:31:45.520Z] ---> adee016ae91a [2021-01-22T09:31:45.520Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-22T09:31:45.786Z] Removing intermediate container 2abf170d8153 [2021-01-22T09:31:45.786Z] ---> 92e4bafd461d [2021-01-22T09:31:45.786Z] Step 22/23 : LABEL git_sha=6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b [2021-01-22T09:31:46.740Z] ---> Running in c9bf41e7d7ac [2021-01-22T09:31:46.740Z] ---> aca056d217a4 [2021-01-22T09:31:46.740Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-22T09:31:46.740Z] Removing intermediate container 20bb7d0be9c7 [2021-01-22T09:31:46.740Z] ---> 5c742c02882a [2021-01-22T09:31:46.740Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-22T09:31:47.801Z] Removing intermediate container 992d83eff4ad [2021-01-22T09:31:47.801Z] ---> b255c1ee82cb [2021-01-22T09:31:47.801Z] Successfully built b255c1ee82cb [2021-01-22T09:31:47.801Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:48.138Z] + docker inspect -f . ci-base-image-arm64 [2021-01-22T09:31:48.138Z] . [Pipeline] withDockerContainer [2021-01-22T09:31:48.420Z] prd-ubuntu18.04-docker-arm64-4c-16g-22259 does not seem to be running inside a container [2021-01-22T09:31:48.483Z] $ 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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-22T09:31:49.304Z] ---> 68e9c563967c [2021-01-22T09:31:49.304Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-22T09:31:49.569Z] ---> Running in 1060e0f0b6a0 [2021-01-22T09:31:49.976Z] $ docker top 86ce3cf04d1c3db85d1df7d2c940a12303c40688b154c2c8a6780c58741f12b3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T09:31:50.522Z] Removing intermediate container c9bf41e7d7ac [2021-01-22T09:31:50.522Z] ---> cf4beb67ee33 [2021-01-22T09:31:50.522Z] Step 23/23 : LABEL version=0.0.0 [2021-01-22T09:31:51.059Z] + go version [2021-01-22T09:31:51.059Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-22T09:31:51.061Z] $ docker stop --time=1 86ce3cf04d1c3db85d1df7d2c940a12303c40688b154c2c8a6780c58741f12b3 [2021-01-22T09:31:51.122Z] ---> 699b0e441fee [2021-01-22T09:31:51.122Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-22T09:31:51.715Z] ---> 0c22b45b4a4e [2021-01-22T09:31:51.715Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-22T09:31:51.715Z] ---> Running in 3424b57624cb [2021-01-22T09:31:51.985Z] ---> Running in e3184e82d3cf [2021-01-22T09:31:51.985Z] Removing intermediate container 1060e0f0b6a0 [2021-01-22T09:31:51.985Z] ---> e568c9090adc [2021-01-22T09:31:51.985Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-22T09:31:52.259Z] ---> Running in 96ad3628c96b [2021-01-22T09:31:53.013Z] $ docker rm -f 86ce3cf04d1c3db85d1df7d2c940a12303c40688b154c2c8a6780c58741f12b3 [2021-01-22T09:31:53.212Z] Removing intermediate container 3424b57624cb [2021-01-22T09:31:53.212Z] ---> a4c585004c59 [2021-01-22T09:31:53.212Z] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2021-01-22T09:31:53.483Z] Successfully built a4c585004c59 [2021-01-22T09:31:53.483Z] Removing intermediate container 96ad3628c96b [2021-01-22T09:31:53.483Z] ---> b0e0021dcf4b [2021-01-22T09:31:53.483Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T09:31:53.483Z] Successfully tagged docker-core-metadata-go:latest [2021-01-22T09:31:53.483Z]  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [2021-01-22T09:31:53.755Z] ---> caf79771b7ef [2021-01-22T09:31:53.755Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:31:54.112Z] + docker inspect -f . ci-base-image-arm64 [2021-01-22T09:31:54.112Z] . [Pipeline] withDockerContainer [2021-01-22T09:31:54.383Z] prd-ubuntu18.04-docker-arm64-4c-16g-22259 does not seem to be running inside a container [2021-01-22T09:31:54.437Z] $ 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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-22T09:31:54.705Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T09:31:54.705Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T09:31:54.705Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T09:31:54.705Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T09:31:54.705Z] ---> 6f9a04ef356d [2021-01-22T09:31:54.705Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T09:31:54.705Z] ---> Using cache [2021-01-22T09:31:54.705Z] ---> 46af02f398cc [2021-01-22T09:31:54.705Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T09:31:54.705Z] ---> Using cache [2021-01-22T09:31:54.705Z] ---> 8eb7274f88fe [2021-01-22T09:31:54.705Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-22T09:31:54.705Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-22T09:31:54.705Z] (2/33) Installing expat (2.2.9-r1) [2021-01-22T09:31:54.705Z] (3/33) Installing libffi (3.3-r2) [2021-01-22T09:31:54.978Z] (4/33) Installing gdbm (1.13-r1) [2021-01-22T09:31:55.847Z] $ docker top f60d54d8882b5c130fb1534b0e530f98f0de1d4b9e399c0dbe429d7cd4f29abb -eo pid,comm [2021-01-22T09:31:55.924Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-22T09:31:55.924Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-22T09:31:55.924Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-22T09:31:56.196Z] ---> Running in cd1e8f67d3ea [2021-01-22T09:31:56.196Z] ---> Running in bf47d0ed6322 [Pipeline] { [Pipeline] echo [2021-01-22T09:31:56.261Z] ========================================================= [2021-01-22T09:31:56.261Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-22T09:31:56.261Z] ========================================================= [Pipeline] sh [2021-01-22T09:31:56.903Z] + make test [2021-01-22T09:31:56.903Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-22T09:32:00.420Z] ---> Running in c4b1c7209ef3 [2021-01-22T09:32:02.357Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-22T09:32:02.357Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-22T09:32:02.357Z] Removing intermediate container cd1e8f67d3ea [2021-01-22T09:32:02.357Z] ---> 176ed8c680d2 [2021-01-22T09:32:02.357Z] Step 21/23 : LABEL arch=x86_64 [2021-01-22T09:32:02.357Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-22T09:32:02.357Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-22T09:32:02.357Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-22T09:32:02.357Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-22T09:32:02.357Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-22T09:32:02.948Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-22T09:32:02.948Z] ---> Running in d8ab3ff853e2 [2021-01-22T09:32:02.948Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-22T09:32:02.948Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-22T09:32:02.948Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-22T09:32:02.948Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-22T09:32:03.217Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-22T09:32:03.217Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-22T09:32:03.217Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T09:32:03.802Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-22T09:32:03.802Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T09:32:03.802Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-22T09:32:04.066Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-22T09:32:04.328Z] OK: 233 MiB in 51 packages [2021-01-22T09:32:04.328Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-22T09:32:04.902Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-22T09:32:05.498Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-22T09:32:05.498Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-22T09:32:05.498Z] Removing intermediate container d8ab3ff853e2 [2021-01-22T09:32:05.498Z] ---> 42f4f25ed08c [2021-01-22T09:32:05.498Z] Step 22/23 : LABEL git_sha=6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b [2021-01-22T09:32:05.498Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-22T09:32:05.761Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-22T09:32:06.710Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-22T09:32:06.710Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-22T09:32:06.710Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-22T09:32:09.273Z] Removing intermediate container bf47d0ed6322 [2021-01-22T09:32:09.273Z] ---> 55f29e2f4916 [2021-01-22T09:32:09.273Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T09:32:09.273Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:32:09.273Z] ---> Running in bc20b370e330 [2021-01-22T09:32:09.273Z] OK: 71 MiB in 55 packages [2021-01-22T09:32:09.916Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T09:32:09.916Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-22T09:32:09.916Z] ---> 6f9a04ef356d [2021-01-22T09:32:09.916Z] Step 3/24 : WORKDIR /edgex-go [2021-01-22T09:32:09.916Z] ---> Using cache [2021-01-22T09:32:09.916Z] ---> 46af02f398cc [2021-01-22T09:32:09.916Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T09:32:09.916Z] ---> Using cache [2021-01-22T09:32:09.916Z] ---> 8eb7274f88fe [2021-01-22T09:32:09.916Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-22T09:32:09.916Z] ---> Using cache [2021-01-22T09:32:10.178Z] ---> 4d8d1eda2294 [2021-01-22T09:32:10.178Z] Step 6/24 : COPY go.mod . [2021-01-22T09:32:10.755Z] ---> a7d93bd507cd [2021-01-22T09:32:10.755Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-22T09:32:10.755Z] Removing intermediate container bc20b370e330 [2021-01-22T09:32:10.755Z] ---> 2e5f6d45cf1f [2021-01-22T09:32:10.755Z] Step 23/23 : LABEL version=0.0.0 [2021-01-22T09:32:10.755Z] Removing intermediate container c4b1c7209ef3 [2021-01-22T09:32:10.755Z] ---> 4d8d1eda2294 [2021-01-22T09:32:10.755Z] Step 6/23 : COPY go.mod . [2021-01-22T09:32:10.755Z] ---> 0822875c0447 [2021-01-22T09:32:10.755Z] Step 7/24 : RUN go mod download [2021-01-22T09:32:10.755Z] ---> Running in 0763807d28d0 [2021-01-22T09:32:10.755Z] ---> Running in 11b1bf753ed7 [2021-01-22T09:32:11.325Z] ---> fd39acddb892 [2021-01-22T09:32:11.325Z] Step 7/23 : RUN go mod download [2021-01-22T09:32:12.278Z] Removing intermediate container 0763807d28d0 [2021-01-22T09:32:12.278Z] ---> 7e527bbf03ec [2021-01-22T09:32:12.278Z] [2021-01-22T09:32:12.278Z] Successfully built 7e527bbf03ec [2021-01-22T09:32:12.864Z] Successfully tagged docker-core-data-go:latest [2021-01-22T09:32:12.864Z] ---> Running in c4f0169d6186 [2021-01-22T09:32:12.864Z] Building docker-support-scheduler-go [2021-01-22T09:32:13.840Z]  Building docker-core-data-go ... done  ---> feaad3ff4f41 [2021-01-22T09:32:13.840Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-22T09:32:19.111Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-22T09:32:19.169Z] ---> e622c694845a [2021-01-22T09:32:19.169Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-22T09:32:19.169Z] Removing intermediate container 11b1bf753ed7 [2021-01-22T09:32:19.169Z] ---> ad083ccb08f9 [2021-01-22T09:32:19.169Z] Step 8/24 : COPY . . [2021-01-22T09:32:24.480Z] ---> 8157206a3ab7 [2021-01-22T09:32:24.480Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-22T09:32:25.658Z] Removing intermediate container c4f0169d6186 [2021-01-22T09:32:25.658Z] ---> 3803158df7f1 [2021-01-22T09:32:25.658Z] Step 8/23 : COPY . . [2021-01-22T09:32:30.039Z] ---> cb9ef2c61065 [2021-01-22T09:32:30.040Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-22T09:32:32.622Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T09:32:32.622Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T09:32:32.622Z] ---> 6f9a04ef356d [2021-01-22T09:32:32.622Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T09:32:32.622Z] ---> Using cache [2021-01-22T09:32:32.622Z] ---> 46af02f398cc [2021-01-22T09:32:32.622Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T09:32:32.622Z] ---> Using cache [2021-01-22T09:32:32.622Z] ---> 8eb7274f88fe [2021-01-22T09:32:32.622Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-22T09:32:32.622Z] ---> Using cache [2021-01-22T09:32:32.622Z] ---> 4d8d1eda2294 [2021-01-22T09:32:32.622Z] Step 6/22 : COPY go.mod . [2021-01-22T09:32:32.622Z] ---> Using cache [2021-01-22T09:32:32.622Z] ---> fd39acddb892 [2021-01-22T09:32:32.622Z] Step 7/22 : RUN go mod download [2021-01-22T09:32:32.622Z] ---> Using cache [2021-01-22T09:32:32.622Z] ---> 3803158df7f1 [2021-01-22T09:32:32.622Z] Step 8/22 : COPY . . [2021-01-22T09:32:36.872Z] ---> Running in 580bca7dd3eb [2021-01-22T09:32:46.922Z] Removing intermediate container 580bca7dd3eb [2021-01-22T09:32:46.922Z] ---> 053af9f8a037 [2021-01-22T09:32:46.922Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-22T09:32:46.922Z] Removing intermediate container e3184e82d3cf [2021-01-22T09:32:46.922Z] ---> 66bc550039a7 [2021-01-22T09:32:46.922Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-22T09:32:52.255Z] ---> Running in 31a8b0070ff9 [2021-01-22T09:32:53.663Z] ---> 60efcde13857 [2021-01-22T09:32:53.663Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-22T09:32:57.894Z] ---> fe4d9fa8afba [2021-01-22T09:32:57.894Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-22T09:32:57.894Z] ---> Running in b6172c51d8c5 [2021-01-22T09:32:58.150Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-22T09:32:58.840Z] ---> 2bbf122f8e95 [2021-01-22T09:32:58.840Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-22T09:32:59.414Z] ---> Running in 6251aa0554e4 [2021-01-22T09:32:59.414Z] ---> Running in b63ac42f31e3 [2021-01-22T09:32:59.685Z] ---> a04493fb5f46 [2021-01-22T09:32:59.686Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-22T09:32:59.954Z] ---> Running in 6c7495154a02 [2021-01-22T09:33:00.564Z] 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-22T09:33:00.564Z] 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-22T09:33:00.564Z] 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-22T09:33:00.833Z] Removing intermediate container b6172c51d8c5 [2021-01-22T09:33:00.833Z] ---> 1ce253c35233 [2021-01-22T09:33:00.833Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-22T09:33:01.102Z] ---> Running in 3e45753419af [2021-01-22T09:33:01.370Z] Removing intermediate container 3e45753419af [2021-01-22T09:33:01.370Z] ---> f3d075d33191 [2021-01-22T09:33:01.370Z] Step 30/33 : CMD ["gate"] [2021-01-22T09:33:01.642Z] ---> Running in 262f12e32736 [2021-01-22T09:33:01.642Z] Collecting docker-compose==1.23.2 [2021-01-22T09:33:01.642Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-22T09:33:01.930Z] Collecting texttable<0.10,>=0.9.0 [2021-01-22T09:33:01.930Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-22T09:33:02.207Z] Removing intermediate container 262f12e32736 [2021-01-22T09:33:02.207Z] ---> 2a036bf95364 [2021-01-22T09:33:02.207Z] Step 31/33 : LABEL arch=x86_64 [2021-01-22T09:33:02.805Z] ---> Running in f449f8624e6f [2021-01-22T09:33:04.230Z] Collecting cached-property<2,>=1.2.0 [2021-01-22T09:33:04.230Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-22T09:33:04.230Z] Removing intermediate container f449f8624e6f [2021-01-22T09:33:04.230Z] ---> c0283971b971 [2021-01-22T09:33:04.230Z] Step 32/33 : LABEL git_sha=6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b [2021-01-22T09:33:04.230Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-22T09:33:04.499Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-22T09:33:04.769Z] ---> Running in bdeb54d81959 [2021-01-22T09:33:04.769Z] Collecting jsonschema<3,>=2.5.1 [2021-01-22T09:33:04.769Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-22T09:33:05.726Z] Collecting PyYAML<4,>=3.10 [2021-01-22T09:33:05.726Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-22T09:33:05.726Z] Removing intermediate container bdeb54d81959 [2021-01-22T09:33:05.726Z] ---> 5015de689ab2 [2021-01-22T09:33:05.726Z] Step 33/33 : LABEL version=0.0.0 [2021-01-22T09:33:06.684Z] ---> Running in e96c22085d33 [2021-01-22T09:33:06.954Z] Collecting docker<4.0,>=3.6.0 [2021-01-22T09:33:06.954Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-22T09:33:07.921Z] Removing intermediate container e96c22085d33 [2021-01-22T09:33:07.921Z] ---> 3ec678440e89 [2021-01-22T09:33:07.921Z] [2021-01-22T09:33:07.921Z] 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-22T09:33:07.921Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-22T09:33:07.921Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-22T09:33:07.921Z] Successfully built 3ec678440e89 [2021-01-22T09:33:07.921Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-22T09:33:07.921Z] Building docker-support-notifications-go [2021-01-22T09:33:10.504Z]  Building docker-security-bootstrapper-go ... done Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-22T09:33:10.504Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-22T09:33:12.472Z] Collecting docopt<0.7,>=0.6.1 [2021-01-22T09:33:12.745Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-22T09:33:14.734Z] Collecting docker-pycreds>=0.4.0 [2021-01-22T09:33:15.029Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-22T09:33:15.029Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-22T09:33:15.029Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-22T09:33:15.301Z] Collecting idna<2.8,>=2.5 [2021-01-22T09:33:15.301Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-22T09:33:15.301Z] 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-22T09:33:15.301Z] 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-22T09:33:15.301Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-22T09:33:15.301Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-22T09:33:15.301Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-22T09:33:15.301Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-22T09:33:15.579Z] Installing collected packages: texttable, cached-property, websocket-client, jsonschema, PyYAML, urllib3, idna, requests, docker-pycreds, docker, dockerpty, docopt, docker-compose [2021-01-22T09:33:15.580Z] Running setup.py install for texttable: started [2021-01-22T09:33:16.167Z] Running setup.py install for texttable: finished with status 'done' [2021-01-22T09:33:16.764Z] Running setup.py install for PyYAML: started [2021-01-22T09:33:17.746Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-22T09:33:17.746Z] Attempting uninstall: urllib3 [2021-01-22T09:33:17.746Z] Found existing installation: urllib3 1.25.9 [2021-01-22T09:33:17.746Z] Uninstalling urllib3-1.25.9: [2021-01-22T09:33:18.717Z] Successfully uninstalled urllib3-1.25.9 [2021-01-22T09:33:20.469Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-22T09:33:20.469Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-22T09:33:20.469Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-22T09:33:20.469Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-22T09:33:20.469Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-22T09:33:20.469Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-22T09:33:20.469Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-22T09:33:20.469Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-22T09:33:20.469Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-22T09:33:22.083Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-22T09:33:22.983Z] Attempting uninstall: idna [2021-01-22T09:33:22.983Z] Found existing installation: idna 2.9 [2021-01-22T09:33:22.983Z] Uninstalling idna-2.9: [2021-01-22T09:33:22.983Z] Successfully uninstalled idna-2.9 [2021-01-22T09:33:25.551Z] Attempting uninstall: requests [2021-01-22T09:33:25.551Z] Found existing installation: requests 2.23.0 [2021-01-22T09:33:25.551Z] Uninstalling requests-2.23.0: [2021-01-22T09:33:25.551Z] Successfully uninstalled requests-2.23.0 [2021-01-22T09:33:26.504Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T09:33:26.504Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T09:33:26.504Z] ---> 6f9a04ef356d [2021-01-22T09:33:26.504Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T09:33:26.504Z] ---> Using cache [2021-01-22T09:33:26.504Z] ---> 46af02f398cc [2021-01-22T09:33:26.504Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T09:33:26.504Z] ---> Using cache [2021-01-22T09:33:26.504Z] ---> 8eb7274f88fe [2021-01-22T09:33:26.504Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-22T09:33:27.916Z] ---> Running in ac594774d6a5 [2021-01-22T09:33:27.916Z] 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-22T09:33:27.916Z] Running setup.py install for dockerpty: started [2021-01-22T09:33:28.831Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-22T09:33:28.831Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-22T09:33:28.831Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-22T09:33:28.925Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-22T09:33:28.925Z] Running setup.py install for docopt: started [2021-01-22T09:33:28.925Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T09:33:29.514Z] Running setup.py install for docopt: finished with status 'done' [2021-01-22T09:33:29.514Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T09:33:30.091Z] OK: 233 MiB in 51 packages [2021-01-22T09:33:30.676Z] 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-22T09:33:31.633Z] Removing intermediate container ac594774d6a5 [2021-01-22T09:33:31.633Z] ---> bfb584c42b68 [2021-01-22T09:33:31.633Z] Step 6/22 : COPY go.mod . [2021-01-22T09:33:33.559Z] ---> 348bfded79fe [2021-01-22T09:33:33.559Z] Step 7/22 : RUN go mod download [2021-01-22T09:33:34.583Z] Removing intermediate container 6c7495154a02 [2021-01-22T09:33:34.583Z] ---> 8e6c9a7436b3 [2021-01-22T09:33:34.583Z] [2021-01-22T09:33:34.583Z] Step 10/22 : FROM alpine:3.12 [2021-01-22T09:33:34.583Z] Removing intermediate container b63ac42f31e3 [2021-01-22T09:33:34.583Z] ---> e8f46aee2389 [2021-01-22T09:33:34.583Z] [2021-01-22T09:33:34.583Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T09:33:34.583Z] ---> 389fef711851 [2021-01-22T09:33:34.583Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-22T09:33:34.583Z] ---> 389fef711851 [2021-01-22T09:33:34.583Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-22T09:33:34.583Z] ---> Using cache [2021-01-22T09:33:34.583Z] ---> 1e7d510ba331 [2021-01-22T09:33:34.583Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T09:33:34.583Z] ---> Using cache [2021-01-22T09:33:34.583Z] ---> 1e7d510ba331 [2021-01-22T09:33:34.583Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T09:33:34.583Z] ---> Using cache [2021-01-22T09:33:34.583Z] ---> afe6056c1184 [2021-01-22T09:33:34.583Z] ---> Using cache [2021-01-22T09:33:34.583Z] ---> afe6056c1184 [2021-01-22T09:33:34.583Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-22T09:33:34.583Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-22T09:33:34.583Z] ---> Running in bca8ef485785 [2021-01-22T09:33:34.583Z] Removing intermediate container 31a8b0070ff9 [2021-01-22T09:33:34.583Z] ---> 3275b80dc84c [2021-01-22T09:33:34.583Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-22T09:33:35.586Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.217s coverage: 46.6% of statements [2021-01-22T09:33:35.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-22T09:33:35.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-22T09:33:35.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-22T09:33:35.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-22T09:33:35.587Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-22T09:33:36.045Z] ---> Running in 7edb2f367ae4 [2021-01-22T09:33:36.306Z] ---> Running in 18a85fcf5253 [2021-01-22T09:33:36.568Z] ---> Running in 03b03dcdb107 [2021-01-22T09:33:37.149Z] Removing intermediate container 7edb2f367ae4 [2021-01-22T09:33:37.149Z] ---> e92401e315ce [2021-01-22T09:33:37.149Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-22T09:33:37.149Z] Removing intermediate container 6251aa0554e4 [2021-01-22T09:33:37.149Z] ---> 9e5200c31d36 [2021-01-22T09:33:37.149Z] [2021-01-22T09:33:37.149Z] Step 10/24 : FROM alpine:3.12 [2021-01-22T09:33:37.149Z] ---> 389fef711851 [2021-01-22T09:33:37.149Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-22T09:33:37.149Z] Removing intermediate container 18a85fcf5253 [2021-01-22T09:33:37.149Z] ---> ec1b41e43729 [2021-01-22T09:33:37.149Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-22T09:33:37.149Z] ---> Running in 447017c00080 [2021-01-22T09:33:37.150Z] ---> Running in 288bd8d92e1f [2021-01-22T09:33:37.150Z] ---> Running in 0cce2ce00113 [2021-01-22T09:33:37.739Z] Removing intermediate container 447017c00080 [2021-01-22T09:33:37.739Z] ---> a83190520bdd [2021-01-22T09:33:37.739Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T09:33:37.739Z] Removing intermediate container 288bd8d92e1f [2021-01-22T09:33:37.739Z] ---> 180635b7d0b7 [2021-01-22T09:33:37.739Z] Step 15/23 : WORKDIR / [2021-01-22T09:33:37.739Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T09:33:37.739Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T09:33:37.739Z] ---> Running in 2980d844d909 [2021-01-22T09:33:38.007Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T09:33:38.007Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T09:33:38.007Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-22T09:33:38.007Z] (3/3) Installing curl (7.69.1-r3) [2021-01-22T09:33:38.007Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:33:38.007Z] ---> cf8a71532eba [2021-01-22T09:33:38.007Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-22T09:33:38.007Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T09:33:38.007Z] OK: 72 MiB in 58 packages [2021-01-22T09:33:38.007Z] Removing intermediate container 2980d844d909 [2021-01-22T09:33:38.007Z] ---> c2305524dee7 [2021-01-22T09:33:38.007Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T09:33:38.273Z] Removing intermediate container bca8ef485785 [2021-01-22T09:33:38.273Z] ---> 5770626b7c37 [2021-01-22T09:33:38.273Z] Step 8/22 : COPY . . [2021-01-22T09:33:38.273Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-22T09:33:38.273Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T09:33:38.273Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-22T09:33:38.273Z] (4/5) Installing curl (7.69.1-r3) [2021-01-22T09:33:38.273Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-22T09:33:38.273Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:33:38.535Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T09:33:38.536Z] OK: 7 MiB in 19 packages [2021-01-22T09:33:42.334Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.483s coverage: 27.0% of statements [2021-01-22T09:33:42.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-22T09:33:42.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-22T09:33:42.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-22T09:33:42.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-22T09:33:42.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-22T09:33:42.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-22T09:33:42.334Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.063s coverage: 100.0% of statements [2021-01-22T09:33:42.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-22T09:33:42.334Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.084s coverage: 100.0% of statements [2021-01-22T09:33:42.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-22T09:33:42.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-22T09:33:42.334Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.248s coverage: 66.7% of statements [2021-01-22T09:33:42.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-22T09:33:42.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-22T09:33:42.334Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.356s coverage: 82.3% of statements [2021-01-22T09:33:42.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-22T09:33:42.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-22T09:33:42.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-22T09:33:42.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-22T09:33:43.871Z] ---> 72db9785d1cc [2021-01-22T09:33:43.871Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-22T09:33:43.871Z] ---> 8e38f624d570 [2021-01-22T09:33:43.871Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-22T09:33:45.272Z] Removing intermediate container 03b03dcdb107 [2021-01-22T09:33:45.272Z] ---> f815aa01b428 [2021-01-22T09:33:45.272Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-22T09:33:47.197Z] ---> Running in 64dea2ad5171 [2021-01-22T09:33:48.155Z] ---> 76b296bcff55 [2021-01-22T09:33:48.155Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-22T09:33:48.422Z] ---> c78008a3ffab [2021-01-22T09:33:48.422Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-22T09:33:48.690Z] Removing intermediate container 0cce2ce00113 [2021-01-22T09:33:48.690Z] ---> 296c95704eb2 [2021-01-22T09:33:48.690Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T09:33:49.639Z] Removing intermediate container 64dea2ad5171 [2021-01-22T09:33:49.639Z] ---> c012479a62c1 [2021-01-22T09:33:49.639Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T09:33:49.639Z] ---> Running in 3e3ece7affac [2021-01-22T09:33:49.639Z] ---> Running in 5689d6d4436c [2021-01-22T09:33:50.589Z] ---> b8d561786a5b [2021-01-22T09:33:50.589Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-22T09:33:50.640Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.237s coverage: 28.6% of statements [2021-01-22T09:33:50.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-22T09:33:50.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-22T09:33:50.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-22T09:33:50.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-22T09:33:50.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-22T09:33:50.640Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.345s coverage: 100.0% of statements [2021-01-22T09:33:50.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-22T09:33:50.640Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.097s coverage: 100.0% of statements [2021-01-22T09:33:50.641Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-22T09:33:50.641Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.307s coverage: 86.7% of statements [2021-01-22T09:33:50.641Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-22T09:33:51.240Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.307s coverage: 97.5% of statements [2021-01-22T09:33:51.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-22T09:33:51.240Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.146s coverage: 78.3% of statements [2021-01-22T09:33:51.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-22T09:33:51.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-22T09:33:51.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-22T09:33:51.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-22T09:33:51.534Z] ---> Running in d082d41ab8a6 [2021-01-22T09:33:51.534Z] ---> Running in d648af397657 [2021-01-22T09:33:51.801Z] Removing intermediate container 3e3ece7affac [2021-01-22T09:33:51.801Z] ---> 5881efda7a64 [2021-01-22T09:33:51.801Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T09:33:51.801Z] Removing intermediate container 5689d6d4436c [2021-01-22T09:33:51.801Z] ---> da3d9d735107 [2021-01-22T09:33:51.801Z] Step 13/24 : WORKDIR / [2021-01-22T09:33:53.199Z] ---> Running in fa7c42d0c0d9 [2021-01-22T09:33:53.199Z] ---> Running in a63a861830e2 [2021-01-22T09:33:53.199Z] Removing intermediate container d082d41ab8a6 [2021-01-22T09:33:53.199Z] ---> f04a82f15270 [2021-01-22T09:33:53.199Z] Step 24/26 : LABEL arch=x86_64 [2021-01-22T09:33:53.770Z] Removing intermediate container d648af397657 [2021-01-22T09:33:53.770Z] ---> a095a117d753 [2021-01-22T09:33:53.770Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T09:33:54.347Z] ---> Running in 7519a51966f2 [2021-01-22T09:33:54.347Z] ---> Running in 195d8b78786e [2021-01-22T09:33:54.614Z] Removing intermediate container fa7c42d0c0d9 [2021-01-22T09:33:54.614Z] ---> 5a1ce3c80824 [2021-01-22T09:33:54.614Z] Step 20/22 : LABEL arch=x86_64 [2021-01-22T09:33:54.614Z] Removing intermediate container a63a861830e2 [2021-01-22T09:33:54.614Z] ---> c1d76cc06ab8 [2021-01-22T09:33:54.614Z] 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-22T09:33:54.614Z] ---> cc7fca2cce1b [2021-01-22T09:33:54.614Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-22T09:33:54.614Z] ---> Running in 7e58598e2922 [2021-01-22T09:33:54.879Z] Removing intermediate container 7519a51966f2 [2021-01-22T09:33:54.879Z] ---> b62c05e75990 [2021-01-22T09:33:54.879Z] Step 25/26 : LABEL git_sha=6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b [2021-01-22T09:33:54.879Z] ---> Running in 45c911d5be8d [2021-01-22T09:33:54.879Z] Removing intermediate container 195d8b78786e [2021-01-22T09:33:54.879Z] ---> 1b52d323d046 [2021-01-22T09:33:54.879Z] Step 21/23 : LABEL arch=x86_64 [2021-01-22T09:33:55.145Z] ---> Running in cb219e59e1a7 [2021-01-22T09:33:55.145Z] Removing intermediate container 7e58598e2922 [2021-01-22T09:33:55.145Z] ---> bbf6239544e5 [2021-01-22T09:33:55.145Z] Step 21/22 : LABEL git_sha=6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b [2021-01-22T09:33:55.145Z] ---> 0ea95819505f [2021-01-22T09:33:55.145Z] 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-22T09:33:55.145Z] ---> Running in 4c36b3f5e394 [2021-01-22T09:33:55.408Z] ---> Running in 6bb4f786b067 [2021-01-22T09:33:55.408Z] Removing intermediate container cb219e59e1a7 [2021-01-22T09:33:55.408Z] ---> 19b4304e3b5a [2021-01-22T09:33:55.408Z] Step 26/26 : LABEL version=0.0.0 [2021-01-22T09:33:55.673Z] Removing intermediate container 4c36b3f5e394 [2021-01-22T09:33:55.673Z] ---> 342f09ab3bb6 [2021-01-22T09:33:55.673Z] Step 22/23 : LABEL git_sha=6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b [2021-01-22T09:33:55.673Z] ---> Running in cd1f266e9845 [2021-01-22T09:33:55.673Z] Removing intermediate container 6bb4f786b067 [2021-01-22T09:33:55.673Z] ---> c2e1d98bff14 [2021-01-22T09:33:55.673Z] Step 22/22 : LABEL version=0.0.0 [2021-01-22T09:33:55.673Z] ---> 9385b6d04288 [2021-01-22T09:33:55.673Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-22T09:33:55.673Z] ---> Running in fea2446a16a8 [2021-01-22T09:33:55.673Z] 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-22T09:33:55.935Z] ---> Running in 345cb1edb2a5 [2021-01-22T09:33:55.935Z] Removing intermediate container cd1f266e9845 [2021-01-22T09:33:55.935Z] ---> 448756148cc4 [2021-01-22T09:33:55.935Z] [2021-01-22T09:33:55.935Z] Removing intermediate container fea2446a16a8 [2021-01-22T09:33:55.935Z] ---> 9bbd834365e6 [2021-01-22T09:33:55.935Z] Step 23/23 : LABEL version=0.0.0 [2021-01-22T09:33:56.208Z] Successfully built 448756148cc4 [2021-01-22T09:33:56.208Z] ---> Running in de3c7cab5425 [2021-01-22T09:33:56.208Z] ---> 50fa6da4425a [2021-01-22T09:33:56.208Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-22T09:33:56.208Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-22T09:33:56.208Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 345cb1edb2a5 [2021-01-22T09:33:56.208Z] ---> c642b7b05f80 [2021-01-22T09:33:56.208Z] [2021-01-22T09:33:56.480Z] Successfully built c642b7b05f80 [2021-01-22T09:33:56.480Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-22T09:33:56.480Z]  Building docker-support-scheduler-go ... done Removing intermediate container de3c7cab5425 [2021-01-22T09:33:56.480Z] ---> 8cd57c416640 [2021-01-22T09:33:56.480Z] [2021-01-22T09:33:56.750Z] ---> c77a8a4712bd [2021-01-22T09:33:56.750Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-22T09:33:57.703Z] Successfully built 8cd57c416640 [2021-01-22T09:33:57.703Z] Successfully tagged docker-core-command-go:latest [2021-01-22T09:33:57.965Z]  Building docker-core-command-go ... done  ---> ea3a40326f9f [2021-01-22T09:33:57.965Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-22T09:33:58.571Z] ---> 444c7ee7b841 [2021-01-22T09:33:58.571Z] 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-22T09:33:58.571Z] ---> Running in 671c2f987338 [2021-01-22T09:33:59.569Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.304s coverage: 92.8% of statements [2021-01-22T09:33:59.569Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-22T09:33:59.569Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-22T09:33:59.569Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-22T09:33:59.569Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-22T09:33:59.569Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-22T09:33:59.569Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-22T09:33:59.569Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-22T09:33:59.569Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-22T09:33:59.569Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-22T09:33:59.569Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-22T09:33:59.569Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-22T09:33:59.569Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-22T09:33:59.569Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-22T09:33:59.569Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-22T09:33:59.569Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-22T09:33:59.569Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-22T09:33:59.569Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-22T09:33:59.569Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-22T09:33:59.569Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements [2021-01-22T09:33:59.569Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-22T09:33:59.569Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-22T09:33:59.569Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.249s coverage: 0.1% of statements [2021-01-22T09:33:59.569Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-22T09:33:59.569Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-22T09:33:59.569Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-22T09:33:59.569Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.060s coverage: 43.8% of statements [2021-01-22T09:33:59.569Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.099s coverage: 79.5% of statements [2021-01-22T09:33:59.569Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.068s coverage: 94.1% of statements [2021-01-22T09:33:59.569Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.098s coverage: 96.3% of statements [2021-01-22T09:34:00.550Z] Removing intermediate container 671c2f987338 [2021-01-22T09:34:00.550Z] ---> ad59064222d4 [2021-01-22T09:34:00.550Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-22T09:34:00.550Z] ---> Running in 1cc60ab34a0a [2021-01-22T09:34:00.550Z] Removing intermediate container 1cc60ab34a0a [2021-01-22T09:34:00.550Z] ---> c98a41b39821 [2021-01-22T09:34:00.550Z] Step 22/24 : LABEL arch=x86_64 [2021-01-22T09:34:00.550Z] ---> Running in 6448b4293409 [2021-01-22T09:34:00.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.057s coverage: 87.5% of statements [2021-01-22T09:34:00.820Z] Removing intermediate container 6448b4293409 [2021-01-22T09:34:00.820Z] ---> 36b9211e907f [2021-01-22T09:34:00.820Z] Step 23/24 : LABEL git_sha=6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b [2021-01-22T09:34:00.820Z] ---> Running in f27879c1103e [2021-01-22T09:34:01.403Z] Removing intermediate container f27879c1103e [2021-01-22T09:34:01.403Z] ---> 942b1cb8b6f3 [2021-01-22T09:34:01.403Z] Step 24/24 : LABEL version=0.0.0 [2021-01-22T09:34:01.403Z] ---> Running in b83fb076accd [2021-01-22T09:34:01.673Z] Removing intermediate container b83fb076accd [2021-01-22T09:34:01.673Z] ---> 600a8bef15f1 [2021-01-22T09:34:01.673Z] [2021-01-22T09:34:01.935Z] Successfully built 600a8bef15f1 [2021-01-22T09:34:01.935Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-22T09:34:07.264Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 45c911d5be8d [2021-01-22T09:34:07.264Z] ---> d5d1f758df0c [2021-01-22T09:34:07.264Z] [2021-01-22T09:34:07.264Z] Step 10/22 : FROM alpine:3.12 [2021-01-22T09:34:07.264Z] ---> 389fef711851 [2021-01-22T09:34:07.264Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-22T09:34:07.264Z] ---> Running in 66160a9662b3 [2021-01-22T09:34:07.264Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T09:34:07.525Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T09:34:07.525Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-22T09:34:07.787Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-22T09:34:07.787Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:34:07.787Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T09:34:07.787Z] OK: 6 MiB in 16 packages [2021-01-22T09:34:09.181Z] Removing intermediate container 66160a9662b3 [2021-01-22T09:34:09.181Z] ---> 1296b50b66fb [2021-01-22T09:34:09.181Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T09:34:09.181Z] ---> Running in c56b9141e048 [2021-01-22T09:34:09.444Z] Removing intermediate container c56b9141e048 [2021-01-22T09:34:09.444Z] ---> 77abbf85d8e2 [2021-01-22T09:34:09.444Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-22T09:34:09.706Z] ---> Running in c5a4eb1f3588 [2021-01-22T09:34:09.968Z] Removing intermediate container c5a4eb1f3588 [2021-01-22T09:34:09.968Z] ---> 5afb3865c395 [2021-01-22T09:34:09.968Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-22T09:34:09.968Z] ---> Running in 19796f76acbf [2021-01-22T09:34:10.232Z] Removing intermediate container 19796f76acbf [2021-01-22T09:34:10.232Z] ---> e6a01cfd9132 [2021-01-22T09:34:10.232Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T09:34:10.496Z] ---> 57437268b6a5 [2021-01-22T09:34:10.496Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-22T09:34:11.069Z] ---> 0c06064bbd02 [2021-01-22T09:34:11.069Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-22T09:34:11.331Z] ---> c6d9b171818a [2021-01-22T09:34:11.331Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-22T09:34:11.331Z] ---> Running in bf6fef937511 [2021-01-22T09:34:11.592Z] Removing intermediate container bf6fef937511 [2021-01-22T09:34:11.592Z] ---> 9cf9a0a79b6a [2021-01-22T09:34:11.592Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T09:34:11.592Z] ---> Running in 3e449b3b7593 [2021-01-22T09:34:11.854Z] Removing intermediate container 3e449b3b7593 [2021-01-22T09:34:11.854Z] ---> 08c8ccfd4edd [2021-01-22T09:34:11.854Z] Step 20/22 : LABEL arch=x86_64 [2021-01-22T09:34:11.854Z] ---> Running in b2792f2f2370 [2021-01-22T09:34:12.116Z] Removing intermediate container b2792f2f2370 [2021-01-22T09:34:12.116Z] ---> cc4a713df284 [2021-01-22T09:34:12.116Z] Step 21/22 : LABEL git_sha=6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b [2021-01-22T09:34:12.989Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.082s coverage: 94.4% of statements [2021-01-22T09:34:12.989Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements [2021-01-22T09:34:12.989Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-22T09:34:12.989Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-22T09:34:12.989Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-22T09:34:12.989Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-22T09:34:12.989Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.083s coverage: 87.2% of statements [2021-01-22T09:34:12.989Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-22T09:34:12.989Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-22T09:34:12.989Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements [2021-01-22T09:34:12.989Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-22T09:34:12.989Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.086s coverage: 75.5% of statements [2021-01-22T09:34:12.989Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-22T09:34:12.989Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.063s coverage: 80.8% of statements [2021-01-22T09:34:12.989Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.105s coverage: 87.2% of statements [2021-01-22T09:34:12.989Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.139s coverage: 84.2% of statements [2021-01-22T09:34:12.989Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.155s coverage: 91.4% of statements [2021-01-22T09:34:12.989Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-22T09:34:12.989Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.498s coverage: 63.5% of statements [2021-01-22T09:34:12.989Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-22T09:34:12.989Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-22T09:34:12.989Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements [2021-01-22T09:34:13.061Z] ---> Running in 67c26c692527 [2021-01-22T09:34:13.061Z] Removing intermediate container 67c26c692527 [2021-01-22T09:34:13.061Z] ---> b61b6d1737a3 [2021-01-22T09:34:13.061Z] Step 22/22 : LABEL version=0.0.0 [2021-01-22T09:34:13.324Z] ---> Running in e870b5a3e71f [2021-01-22T09:34:13.324Z] Removing intermediate container e870b5a3e71f [2021-01-22T09:34:13.324Z] ---> 697e6f97c8c8 [2021-01-22T09:34:13.324Z] [2021-01-22T09:34:13.585Z] Successfully built 697e6f97c8c8 [2021-01-22T09:34:13.585Z] Successfully tagged docker-support-notifications-go:latest [2021-01-22T09:34:13.857Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-01-22T09:34:13.889Z] $ docker stop --time=1 d44511eae319b99dfbea23b14630c7de88b1baecf9801af587c49a95bb1db464 [2021-01-22T09:34:15.617Z] $ docker rm -f d44511eae319b99dfbea23b14630c7de88b1baecf9801af587c49a95bb1db464 [2021-01-22T09:34:15.626Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.120s coverage: 91.3% of statements [2021-01-22T09:34:15.626Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.060s coverage: 100.0% of statements [2021-01-22T09:34:15.626Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.107s coverage: 73.7% of statements [2021-01-22T09:34:15.626Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.095s coverage: 100.0% of statements [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T09:34:16.123Z] + docker images [2021-01-22T09:34:16.123Z] + grep docker [2021-01-22T09:34:16.696Z] docker-support-notifications-go latest 697e6f97c8c8 3 seconds ago 16.9MB [2021-01-22T09:34:16.696Z] docker-security-secretstore-setup-go latest 600a8bef15f1 15 seconds ago 24.6MB [2021-01-22T09:34:16.696Z] docker-core-command-go latest 8cd57c416640 20 seconds ago 16.3MB [2021-01-22T09:34:16.696Z] docker-support-scheduler-go latest c642b7b05f80 21 seconds ago 16.4MB [2021-01-22T09:34:16.696Z] docker-sys-mgmt-agent-go latest 448756148cc4 21 seconds ago 313MB [2021-01-22T09:34:16.696Z] docker-security-bootstrapper-go latest 3ec678440e89 About a minute ago 41.5MB [2021-01-22T09:34:16.696Z] docker-core-data-go latest 7e527bbf03ec 2 minutes ago 22.3MB [2021-01-22T09:34:16.696Z] docker-core-metadata-go latest a4c585004c59 2 minutes ago 18.8MB [2021-01-22T09:34:16.696Z] docker-security-proxy-setup-go latest 934d7092b6bc 2 minutes ago 24.4MB [2021-01-22T09:34:16.696Z] 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-22T09:34:19.950Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.851s coverage: 68.9% of statements [2021-01-22T09:34:19.950Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-22T09:34:19.950Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-22T09:34:19.950Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-22T09:34:19.950Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-22T09:34:19.950Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-22T09:34:21.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.421s coverage: 37.0% of statements [2021-01-22T09:34:21.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-22T09:34:21.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-22T09:34:21.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.494s coverage: 84.0% of statements [2021-01-22T09:34:21.394Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.096s coverage: 100.0% of statements [2021-01-22T09:34:28.123Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.335s coverage: 47.1% of statements [2021-01-22T09:34:28.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-22T09:34:28.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-22T09:34:28.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-22T09:34:28.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-22T09:34:28.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-22T09:34:28.123Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.140s coverage: 100.0% of statements [2021-01-22T09:34:28.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-22T09:34:28.123Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.137s coverage: 100.0% of statements [2021-01-22T09:34:28.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-22T09:34:32.350Z] Still waiting to schedule task [2021-01-22T09:34:32.350Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-22T09:34:33.538Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.047s coverage: 29.1% of statements [2021-01-22T09:34:33.538Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-22T09:34:33.538Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-22T09:34:33.538Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-22T09:34:33.538Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-22T09:34:33.538Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-22T09:34:33.538Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.224s coverage: 99.0% of statements [2021-01-22T09:34:33.538Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-22T09:34:33.538Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.106s coverage: 100.0% of statements [2021-01-22T09:34:33.538Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-22T09:34:33.538Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.065s coverage: 0.0% of statements [2021-01-22T09:34:33.538Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-22T09:34:33.538Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.087s coverage: 100.0% of statements [2021-01-22T09:34:33.538Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-22T09:34:33.538Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-22T09:34:33.538Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-22T09:34:33.538Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-22T09:34:33.538Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.079s coverage: 87.9% of statements [2021-01-22T09:34:33.538Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-22T09:34:33.538Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-22T09:34:33.538Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements [2021-01-22T09:34:33.538Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements [2021-01-22T09:34:34.135Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-01-22T09:34:35.113Z] GO111MODULE=on go vet ./... [2021-01-22T09:35:15.476Z] Running on prd-ubuntu18.04-docker-8c-8g-22263 in /w/workspace/edgexfoundry_edgex-go_PR-3066 [Pipeline] { [Pipeline] ws [2021-01-22T09:35:15.525Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-22T09:35:17.596Z] using credential edgex-jenkins-ssh [2021-01-22T09:35:17.646Z] Cloning the remote Git repository [2021-01-22T09:35:17.692Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-22T09:35:17.754Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-22T09:35:17.780Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T09:35:17.781Z] > git --version # timeout=10 [2021-01-22T09:35:17.787Z] > git --version # 'git version 2.17.1' [2021-01-22T09:35:17.788Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T09:35:17.810Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T09:35:33.042Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T09:35:33.055Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T09:35:33.066Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T09:35:33.085Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T09:35:33.086Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T09:35:33.090Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3066/head:refs/remotes/origin/PR-3066 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-22T09:35:33.700Z] Merging remotes/origin/master commit 001da8f707328dc3351d0414bf15a3ddf9bf60ad into PR head commit 6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b [2021-01-22T09:35:33.819Z] Merge succeeded, producing 6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b [2021-01-22T09:35:33.820Z] Checking out Revision 6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b (PR-3066) [2021-01-22T09:35:33.714Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T09:35:33.721Z] > git checkout -f 6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b # timeout=10 [2021-01-22T09:35:33.792Z] > git remote # timeout=10 [2021-01-22T09:35:33.800Z] > git config --get remote.origin.url # timeout=10 [2021-01-22T09:35:33.805Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T09:35:33.809Z] > git merge 001da8f707328dc3351d0414bf15a3ddf9bf60ad # timeout=10 [2021-01-22T09:35:33.819Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-22T09:35:33.827Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T09:35:33.832Z] > git checkout -f 6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b # timeout=10 [2021-01-22T09:35:37.448Z] Commit message: "refactor(meta): Refactor device service update operation to DBClient" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T09:35:38.482Z] + echo snap-build.sh [2021-01-22T09:35:38.482Z] snap-build.sh [2021-01-22T09:35:38.482Z] + SNAP_BASE_DIR=. [2021-01-22T09:35:38.482Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-01-22T09:35:38.482Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-01-22T09:35:38.482Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-01-22T09:35:38.482Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-01-22T09:35:38.482Z] + cd /w/workspace/edgex-go/2 [2021-01-22T09:35:38.482Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-22T09:35:38.482Z] Reading package lists... [2021-01-22T09:35:38.482Z] Building dependency tree... [2021-01-22T09:35:38.482Z] Reading state information... [2021-01-22T09:35:38.757Z] The following packages were automatically installed and are no longer required: [2021-01-22T09:35:38.757Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-22T09:35:38.757Z] uidmap xdelta3 [2021-01-22T09:35:38.757Z] Use 'sudo apt autoremove' to remove them. [2021-01-22T09:35:38.757Z] The following packages will be REMOVED: [2021-01-22T09:35:38.757Z] lxd* lxd-client* [2021-01-22T09:35:39.018Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-22T09:35:39.018Z] After this operation, 31.7 MB disk space will be freed. [2021-01-22T09:35:40.337Z] (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-22T09:35:40.337Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-22T09:35:41.280Z] Removing lxd dnsmasq configuration [2021-01-22T09:35:41.280Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-22T09:35:41.280Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-22T09:35:42.668Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-22T09:35:42.668Z] (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-22T09:35:42.668Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-22T09:35:43.162Z] gofmt -l . [2021-01-22T09:35:44.058Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-22T09:35:44.058Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-22T09:35:44.133Z] [ "`gofmt -l .`" = "" ] [2021-01-22T09:35:45.445Z] + sudo snap remove --purge lxd [2021-01-22T09:35:45.706Z] snap "lxd" is not installed [2021-01-22T09:35:45.706Z] + sudo groupadd --force --system lxd [2021-01-22T09:35:45.706Z] ++ whoami [2021-01-22T09:35:45.706Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-22T09:35:45.706Z] + newgrp - lxd [2021-01-22T09:35:45.706Z] + sudo snap install lxd [2021-01-22T09:35:46.735Z] ./bin/test-go-mod-tidy.sh [2021-01-22T09:35:47.007Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-22T09:35:49.092Z] + ls -al . [2021-01-22T09:35:49.092Z] total 696 [2021-01-22T09:35:49.092Z] drwxrwxr-x 9 1001 1001 4096 Jan 22 09:35 . [2021-01-22T09:35:49.092Z] drwxr-xr-x 4 root root 4096 Jan 22 09:31 .. [2021-01-22T09:35:49.092Z] -rw-rw-r-- 1 1001 1001 11 Jan 22 09:30 .dockerignore [2021-01-22T09:35:49.092Z] drwxrwxr-x 8 1001 1001 4096 Jan 22 09:30 .git [2021-01-22T09:35:49.092Z] drwxrwxr-x 3 1001 1001 4096 Jan 22 09:30 .github [2021-01-22T09:35:49.092Z] -rw-rw-r-- 1 1001 1001 872 Jan 22 09:30 .gitignore [2021-01-22T09:35:49.092Z] -rw-rw-r-- 1 1001 1001 166 Jan 22 09:30 .sonarcloud.properties [2021-01-22T09:35:49.092Z] -rw-rw-r-- 1 1001 1001 7859 Jan 22 09:30 Attribution.txt [2021-01-22T09:35:49.092Z] -rw-rw-r-- 1 1001 1001 3804 Jan 22 09:30 CONTRIBUTING.md [2021-01-22T09:35:49.092Z] -rw-rw-r-- 1 1001 1001 931 Jan 22 09:30 Dockerfile.build [2021-01-22T09:35:49.092Z] -rw-rw-r-- 1 1001 1001 863 Jan 22 09:30 Jenkinsfile [2021-01-22T09:35:49.092Z] -rw-rw-r-- 1 1001 1001 10775 Jan 22 09:30 LICENSE [2021-01-22T09:35:49.092Z] -rw-rw-r-- 1 1001 1001 6001 Jan 22 09:30 Makefile [2021-01-22T09:35:49.092Z] -rw-rw-r-- 1 1001 1001 6524 Jan 22 09:30 README.md [2021-01-22T09:35:49.092Z] -rw-rw-r-- 1 1001 1001 6755 Jan 22 09:30 SECURITY.md [2021-01-22T09:35:49.092Z] -rw-rw-r-- 1 1001 1001 5 Jan 22 09:26 VERSION [2021-01-22T09:35:49.092Z] -rw-rw-r-- 1 1001 1001 4131 Jan 22 09:30 ZMQWindows.md [2021-01-22T09:35:49.092Z] drwxrwxr-x 2 1001 1001 4096 Jan 22 09:30 bin [2021-01-22T09:35:49.092Z] drwxrwxr-x 15 1001 1001 4096 Jan 22 09:30 cmd [2021-01-22T09:35:49.092Z] -rw-r--r-- 1 root root 565147 Jan 22 09:34 coverage.out [2021-01-22T09:35:49.092Z] -rw-r--r-- 1 root root 1053 Jan 22 09:35 go.mod [2021-01-22T09:35:49.092Z] -rw-r--r-- 1 root root 18878 Jan 22 09:35 go.sum [2021-01-22T09:35:49.092Z] drwxrwxr-x 8 1001 1001 4096 Jan 22 09:30 internal [2021-01-22T09:35:49.092Z] drwxrwxr-x 4 1001 1001 4096 Jan 22 09:30 openapi [2021-01-22T09:35:49.092Z] drwxrwxr-x 4 1001 1001 4096 Jan 22 09:30 snap [2021-01-22T09:35:49.092Z] -rw-rw-r-- 1 1001 1001 168 Jan 22 09:30 version.go [Pipeline] sh [2021-01-22T09:35:49.753Z] + '[' -e coverage.out ] [2021-01-22T09:35:49.753Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-22T09:35:49.813Z] Warning: overwriting stash ‘coverage-report’ [2021-01-22T09:35:51.030Z] Stashed 1 file(s) [Pipeline] sh [2021-01-22T09:35:51.730Z] + make build [2021-01-22T09:35:51.730Z] 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-22T09:35:53.856Z] 2021-01-22T09:35:51Z INFO Waiting for automatic snapd restart... [2021-01-22T09:36:01.891Z] 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-22T09:36:03.886Z] lxd 4.10 from Canonical* installed [2021-01-22T09:36:03.886Z] + sudo lxd init --auto [2021-01-22T09:36:13.907Z] + sudo snap install --classic snapcraft [2021-01-22T09:36:20.494Z] snapcraft 4.4.4 from Canonical* installed [2021-01-22T09:36:20.494Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-22T09:36:20.494Z] + patch --verbose -p1 [2021-01-22T09:36:20.494Z] Hmm... Looks like a unified diff to me... [2021-01-22T09:36:20.494Z] The text leading up to this was: [2021-01-22T09:36:20.494Z] -------------------------- [2021-01-22T09:36:20.494Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-22T09:36:20.494Z] |From: Tony Espy [2021-01-22T09:36:20.494Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-22T09:36:20.494Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-22T09:36:20.494Z] | [2021-01-22T09:36:20.494Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-22T09:36:20.494Z] |optimize the snap CI check run for pull requests. When [2021-01-22T09:36:20.494Z] |applied, it essentially strips out everything (apps and [2021-01-22T09:36:20.494Z] |parts) from the snapcraft.yaml file except those required [2021-01-22T09:36:20.494Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-22T09:36:20.494Z] |catch changes to edgex-go that break the snap build. [2021-01-22T09:36:20.494Z] | [2021-01-22T09:36:20.494Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-22T09:36:20.494Z] |to update this patch file, otherwise it may fail to apply, [2021-01-22T09:36:20.494Z] |resulting in a failed snap build CI check in the associated [2021-01-22T09:36:20.494Z] |pull request. [2021-01-22T09:36:20.494Z] | [2021-01-22T09:36:20.494Z] |Note - in addition to applying this patch, the pipeline also [2021-01-22T09:36:20.494Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-22T09:36:20.494Z] |need to build the finally binary .snap file (and it won't [2021-01-22T09:36:20.494Z] |work with the patch applied). This further reduces the build [2021-01-22T09:36:20.494Z] |time. [2021-01-22T09:36:20.494Z] |--- [2021-01-22T09:36:20.494Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-22T09:36:20.494Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-22T09:36:20.494Z] | [2021-01-22T09:36:20.494Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-22T09:36:20.494Z] |index 1e537489..faf42425 100644 [2021-01-22T09:36:20.494Z] |--- a/snap/snapcraft.yaml [2021-01-22T09:36:20.494Z] |+++ b/snap/snapcraft.yaml [2021-01-22T09:36:20.494Z] -------------------------- [2021-01-22T09:36:20.494Z] patching file snap/snapcraft.yaml [2021-01-22T09:36:20.494Z] Using Plan A... [2021-01-22T09:36:20.494Z] Hunk #1 succeeded at 73. [2021-01-22T09:36:20.494Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-22T09:36:20.494Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-22T09:36:20.494Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-22T09:36:20.494Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-22T09:36:20.494Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-22T09:36:20.494Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-22T09:36:20.494Z] Hunk #8 succeeded at 342. [2021-01-22T09:36:20.494Z] Hmm... Ignoring the trailing garbage. [2021-01-22T09:36:20.494Z] done [2021-01-22T09:36:20.494Z] + sudo snapcraft prime --use-lxd [2021-01-22T09:36:21.072Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-22T09:36:21.072Z] 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-22T09:36:21.072Z] - README.md [2021-01-22T09:36:21.072Z] - snapcraft.yaml.orig [2021-01-22T09:36:21.072Z] [2021-01-22T09:36:21.072Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-22T09:36:21.644Z] Launching a container. [2021-01-22T09:36:24.063Z] 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-22T09:36:28.364Z] 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-22T09:36:32.649Z] 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-22T09:36:33.250Z] 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-22T09:36:38.646Z] 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-22T09:36:39.760Z] Waiting for container to be ready [2021-01-22T09:36:40.330Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-22T09:36:40.330Z] [2021-01-22T09:36:42.034Z] 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-22T09:36:43.630Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-22T09:36:43.630Z] Waiting for network to be ready... [2021-01-22T09:36:43.893Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-22T09:36:44.155Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-22T09:36:44.414Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-22T09:36:44.414Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-22T09:36:44.414Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-22T09:36:44.414Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-22T09:36:44.414Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-22T09:36:44.414Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-22T09:36:44.674Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-22T09:36:44.674Z] Get:10 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-22T09:36:45.244Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-22T09:36:45.505Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-22T09:36:45.764Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-22T09:36:46.024Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-22T09:36:46.024Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-22T09:36:46.024Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-22T09:36:46.024Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-22T09:36:46.024Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-22T09:36:46.348Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-22T09:36:46.593Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-22T09:36:47.163Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] [2021-01-22T09:36:47.163Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] [2021-01-22T09:36:47.163Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] [2021-01-22T09:36:47.163Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-22T09:36:47.163Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] [2021-01-22T09:36:47.163Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] [2021-01-22T09:36:47.163Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] [2021-01-22T09:36:47.423Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-22T09:36:49.336Z] Fetched 23.8 MB in 5s (4547 kB/s) [2021-01-22T09:36:49.741Z] 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-22T09:36:49.915Z] Reading package lists... [2021-01-22T09:36:50.175Z] Reading package lists... [2021-01-22T09:36:50.175Z] Building dependency tree... [2021-01-22T09:36:50.175Z] Reading state information... [2021-01-22T09:36:50.435Z] The following additional packages will be installed: [2021-01-22T09:36:50.435Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-22T09:36:50.435Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-22T09:36:50.435Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-22T09:36:50.435Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-22T09:36:50.435Z] Suggested packages: [2021-01-22T09:36:50.435Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-22T09:36:50.435Z] Recommended packages: [2021-01-22T09:36:50.435Z] gnupg libsasl2-modules [2021-01-22T09:36:50.435Z] The following NEW packages will be installed: [2021-01-22T09:36:50.435Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-22T09:36:50.435Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-22T09:36:50.435Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-22T09:36:50.435Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-22T09:36:50.435Z] The following packages will be upgraded: [2021-01-22T09:36:50.435Z] gpg gpg-agent gpgconf libudev1 [2021-01-22T09:36:50.695Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-22T09:36:50.695Z] Need to get 3533 kB of archives. [2021-01-22T09:36:50.695Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-22T09:36:50.695Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-22T09:36:50.695Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-22T09:36:50.956Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-22T09:36:51.221Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-22T09:36:51.484Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-22T09:36:51.484Z] 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-22T09:36:51.484Z] 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-22T09:36:51.484Z] 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-22T09:36:51.484Z] 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-22T09:36:51.484Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-22T09:36:51.484Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-22T09:36:51.745Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-22T09:36:51.745Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-22T09:36:51.745Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-22T09:36:51.745Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-22T09:36:51.745Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-22T09:36:51.745Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-22T09:36:51.745Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-22T09:36:51.745Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-22T09:36:52.005Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-22T09:36:52.005Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-22T09:36:52.005Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-22T09:36:52.005Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-22T09:36:52.005Z] Fetched 3533 kB in 2s (2320 kB/s) [2021-01-22T09:36:52.005Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-22T09:36:52.005Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-22T09:36:52.005Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-22T09:36:52.265Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-22T09:36:52.265Z] Selecting previously unselected package udev. [2021-01-22T09:36:52.265Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-22T09:36:52.265Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-22T09:36:52.265Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-22T09:36:52.526Z] Selecting previously unselected package libfuse2:amd64. [2021-01-22T09:36:52.526Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-22T09:36:52.526Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-22T09:36:52.526Z] Selecting previously unselected package fuse. [2021-01-22T09:36:52.526Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-22T09:36:52.814Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-22T09:36:52.814Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-22T09:36:52.814Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-22T09:36:52.814Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-22T09:36:52.814Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-22T09:36:52.814Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-22T09:36:52.814Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-22T09:36:53.075Z] Selecting previously unselected package libksba8:amd64. [2021-01-22T09:36:53.075Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-22T09:36:53.075Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-22T09:36:53.132Z] 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-22T09:36:53.335Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-22T09:36:53.335Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T09:36:53.335Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T09:36:53.335Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-22T09:36:53.335Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T09:36:53.335Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T09:36:53.335Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-22T09:36:53.335Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T09:36:53.335Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T09:36:53.596Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-22T09:36:53.596Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T09:36:53.596Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T09:36:53.596Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-22T09:36:53.596Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T09:36:53.596Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T09:36:53.858Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-22T09:36:53.858Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T09:36:53.858Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T09:36:53.858Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-22T09:36:53.858Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T09:36:53.858Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T09:36:54.118Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-22T09:36:54.118Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T09:36:54.118Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T09:36:54.118Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-22T09:36:54.118Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T09:36:54.118Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T09:36:54.118Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-22T09:36:54.118Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-22T09:36:54.118Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-22T09:36:54.689Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-22T09:36:54.689Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-22T09:36:54.689Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-22T09:36:54.689Z] Selecting previously unselected package libldap-common. [2021-01-22T09:36:54.689Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-22T09:36:54.689Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-22T09:36:54.689Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-22T09:36:54.689Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-22T09:36:54.689Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-22T09:36:54.949Z] Selecting previously unselected package dirmngr. [2021-01-22T09:36:54.949Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-22T09:36:54.949Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-22T09:36:54.949Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-22T09:36:54.949Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-22T09:36:55.209Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-22T09:36:55.209Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-22T09:36:55.209Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-22T09:36:55.209Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-22T09:36:55.209Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T09:36:55.209Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-22T09:36:55.209Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-22T09:36:55.471Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-22T09:36:55.731Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-22T09:36:55.731Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T09:36:55.992Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-22T09:36:55.992Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-22T09:36:55.992Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-22T09:36:55.992Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T09:36:55.992Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T09:36:55.992Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T09:36:55.992Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T09:36:56.252Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T09:36:56.252Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T09:36:56.252Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T09:36:56.252Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-22T09:36:56.252Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-22T09:36:56.252Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-22T09:36:56.825Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-22T09:36:56.825Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-22T09:36:56.825Z] This means they are not meant to be enabled using systemctl. [2021-01-22T09:36:56.825Z] Possible reasons for having this kind of units are: [2021-01-22T09:36:56.825Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-22T09:36:56.825Z] .wants/ or .requires/ directory. [2021-01-22T09:36:56.825Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-22T09:36:56.825Z] a requirement dependency on it. [2021-01-22T09:36:56.825Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-22T09:36:56.825Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-22T09:36:56.825Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-22T09:36:56.825Z] instance name specified. [2021-01-22T09:36:57.085Z] Reading package lists... [2021-01-22T09:36:57.085Z] Building dependency tree... [2021-01-22T09:36:57.085Z] Reading state information... [2021-01-22T09:36:57.085Z] The following additional packages will be installed: [2021-01-22T09:36:57.085Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-22T09:36:57.085Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-22T09:36:57.085Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-22T09:36:57.085Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-22T09:36:57.085Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-22T09:36:57.085Z] Suggested packages: [2021-01-22T09:36:57.085Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-22T09:36:57.085Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-22T09:36:57.085Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-22T09:36:57.085Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-22T09:36:57.085Z] systemd-container policykit-1 [2021-01-22T09:36:57.085Z] Recommended packages: [2021-01-22T09:36:57.085Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-22T09:36:57.345Z] The following NEW packages will be installed: [2021-01-22T09:36:57.345Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-22T09:36:57.345Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-22T09:36:57.345Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-22T09:36:57.345Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-22T09:36:57.345Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-22T09:36:57.345Z] The following packages will be upgraded: [2021-01-22T09:36:57.345Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-22T09:36:57.345Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-22T09:36:57.345Z] Need to get 35.2 MB of archives. [2021-01-22T09:36:57.345Z] After this operation, 141 MB of additional disk space will be used. [2021-01-22T09:36:57.345Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-22T09:36:57.442Z] 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-22T09:36:57.607Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-22T09:36:57.607Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-22T09:36:57.607Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-22T09:36:57.607Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-22T09:36:57.867Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-22T09:36:57.867Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-22T09:36:57.867Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-22T09:36:57.867Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-22T09:36:57.867Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-22T09:36:57.867Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-22T09:36:57.867Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-22T09:36:57.867Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-22T09:36:57.867Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-22T09:36:57.867Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-22T09:36:57.867Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-22T09:36:57.867Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-22T09:36:58.806Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-22T09:36:58.806Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-22T09:36:58.806Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-22T09:36:58.806Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-22T09:36:58.806Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-22T09:36:58.806Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-22T09:36:58.806Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-22T09:36:58.806Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-22T09:36:58.806Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-22T09:36:58.806Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-22T09:36:58.806Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-22T09:36:58.806Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-22T09:36:58.806Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-22T09:37:00.717Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-22T09:37:00.717Z] Fetched 35.2 MB in 3s (11.6 MB/s) [2021-01-22T09:37:00.717Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-22T09:37:00.717Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-22T09:37:00.717Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-22T09:37:00.823Z] 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-22T09:37:01.287Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-22T09:37:01.287Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-22T09:37:01.287Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-22T09:37:01.287Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-22T09:37:01.287Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-22T09:37:01.287Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-22T09:37:01.550Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-22T09:37:01.810Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-22T09:37:01.810Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-22T09:37:01.810Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-22T09:37:02.071Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-22T09:37:02.071Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-22T09:37:02.641Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-22T09:37:02.641Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-22T09:37:02.641Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-22T09:37:02.641Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-22T09:37:02.902Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-22T09:37:02.902Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-22T09:37:02.902Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T09:37:03.162Z] Selecting previously unselected package libexpat1:amd64. [2021-01-22T09:37:03.162Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-22T09:37:03.162Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-22T09:37:03.162Z] Selecting previously unselected package python3.6-minimal. [2021-01-22T09:37:03.162Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-22T09:37:03.162Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T09:37:03.421Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-22T09:37:03.683Z] Checking for services that may need to be restarted...done. [2021-01-22T09:37:03.683Z] Checking for services that may need to be restarted...done. [2021-01-22T09:37:03.683Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T09:37:03.683Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-22T09:37:03.683Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T09:37:04.252Z] Selecting previously unselected package python3-minimal. [2021-01-22T09:37:04.252Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-22T09:37:04.252Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-22T09:37:04.252Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-22T09:37:04.252Z] Selecting previously unselected package mime-support. [2021-01-22T09:37:04.252Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-22T09:37:04.252Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-22T09:37:04.512Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-22T09:37:04.512Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-22T09:37:04.512Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-22T09:37:04.512Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-22T09:37:04.512Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-22T09:37:04.512Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T09:37:04.772Z] Selecting previously unselected package python3.6. [2021-01-22T09:37:04.772Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-22T09:37:04.772Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T09:37:04.772Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-22T09:37:05.033Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-22T09:37:05.033Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-22T09:37:05.033Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-22T09:37:05.294Z] Selecting previously unselected package python3. [2021-01-22T09:37:05.294Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-22T09:37:05.294Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-22T09:37:05.294Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-22T09:37:05.294Z] Selecting previously unselected package multiarch-support. [2021-01-22T09:37:05.294Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-22T09:37:05.294Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-22T09:37:05.294Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-22T09:37:05.554Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-22T09:37:05.554Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-22T09:37:05.554Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-22T09:37:05.554Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-22T09:37:05.554Z] Selecting previously unselected package libbsd0:amd64. [2021-01-22T09:37:05.554Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-22T09:37:05.554Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-22T09:37:05.815Z] Selecting previously unselected package sudo. [2021-01-22T09:37:05.815Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-22T09:37:05.815Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-22T09:37:05.815Z] Selecting previously unselected package apparmor. [2021-01-22T09:37:05.815Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-22T09:37:05.815Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-22T09:37:06.076Z] Selecting previously unselected package libedit2:amd64. [2021-01-22T09:37:06.076Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-22T09:37:06.076Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [Pipeline] } [2021-01-22T09:37:06.111Z] $ docker stop --time=1 f60d54d8882b5c130fb1534b0e530f98f0de1d4b9e399c0dbe429d7cd4f29abb [2021-01-22T09:37:06.336Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-22T09:37:06.336Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-22T09:37:06.336Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T09:37:06.336Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-22T09:37:06.336Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-22T09:37:06.336Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T09:37:06.596Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-22T09:37:06.596Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-22T09:37:06.596Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-22T09:37:06.596Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-22T09:37:06.596Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-22T09:37:06.596Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T09:37:06.596Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-22T09:37:06.596Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-22T09:37:06.596Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T09:37:06.856Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-22T09:37:06.856Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-22T09:37:06.856Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-22T09:37:07.116Z] Selecting previously unselected package openssh-client. [2021-01-22T09:37:07.116Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-22T09:37:07.117Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-22T09:37:07.117Z] Selecting previously unselected package squashfs-tools. [2021-01-22T09:37:07.117Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-22T09:37:07.117Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-22T09:37:07.375Z] Selecting previously unselected package snapd. [2021-01-22T09:37:07.375Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-22T09:37:07.375Z] Unpacking snapd (2.48+18.04) ... [2021-01-22T09:37:08.647Z] $ docker rm -f f60d54d8882b5c130fb1534b0e530f98f0de1d4b9e399c0dbe429d7cd4f29abb [2021-01-22T09:37:09.285Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-22T09:37:09.285Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-22T09:37:09.285Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-22T09:37:09.545Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-22T09:37:09.545Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-22T09:37:09.545Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T09:37:09.545Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-22T09:37:09.545Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-22T09:37:09.545Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:37:10.776Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T09:37:10.776Z] [2021-01-22T09:37:10.776Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T09:37:10.934Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-22T09:37:10.934Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:37:11.194Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-22T09:37:11.194Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T09:37:11.194Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T09:37:11.194Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T09:37:11.421Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T09:37:11.691Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-22T09:37:11.691Z] 29e5d40040c1: Pulling fs layer [2021-01-22T09:37:11.691Z] 1ce36da41761: Pulling fs layer [2021-01-22T09:37:11.691Z] 25b303627fd3: Pulling fs layer [2021-01-22T09:37:11.765Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-22T09:37:11.765Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T09:37:11.765Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-22T09:37:11.765Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-22T09:37:12.040Z] running python rtupdate hooks for python3.6... [2021-01-22T09:37:12.040Z] running python post-rtupdate hooks for python3.6... [2021-01-22T09:37:12.040Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-22T09:37:12.284Z] 29e5d40040c1: Verifying Checksum [2021-01-22T09:37:12.284Z] 29e5d40040c1: Download complete [2021-01-22T09:37:12.890Z] 1ce36da41761: Verifying Checksum [2021-01-22T09:37:12.890Z] 1ce36da41761: Download complete [2021-01-22T09:37:12.890Z] 29e5d40040c1: Pull complete [2021-01-22T09:37:13.428Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-22T09:37:13.687Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T09:37:13.687Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-22T09:37:13.948Z] Setting up snapd (2.48+18.04) ... [2021-01-22T09:37:14.210Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-22T09:37:14.321Z] 1ce36da41761: Pull complete [2021-01-22T09:37:14.322Z] 25b303627fd3: Verifying Checksum [2021-01-22T09:37:14.322Z] 25b303627fd3: Download complete [2021-01-22T09:37:14.470Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-22T09:37:14.470Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-22T09:37:14.731Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-22T09:37:14.992Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-22T09:37:14.992Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-22T09:37:14.992Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-22T09:37:15.253Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-22T09:37:15.514Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-22T09:37:15.514Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-22T09:37:15.773Z] /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-22T09:37:15.773Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-22T09:37:15.773Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-22T09:37:16.713Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-22T09:37:16.713Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-22T09:37:16.973Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-22T09:37:17.235Z] Fetched 88.7 kB in 1s (170 kB/s) [2021-01-22T09:37:18.176Z] Reading package lists... [2021-01-22T09:37:18.176Z] Reading package lists... [2021-01-22T09:37:18.436Z] Building dependency tree... [2021-01-22T09:37:18.437Z] Reading state information... [2021-01-22T09:37:18.437Z] Calculating upgrade... [2021-01-22T09:37:18.437Z] The following packages will be upgraded: [2021-01-22T09:37:18.437Z] advancecomp base-files bash binutils binutils-common [2021-01-22T09:37:18.437Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-22T09:37:18.437Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-22T09:37:18.437Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-22T09:37:18.437Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-22T09:37:18.437Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-22T09:37:18.437Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-22T09:37:18.437Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-22T09:37:18.437Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-22T09:37:18.437Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-22T09:37:18.437Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-22T09:37:18.437Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-22T09:37:18.437Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-22T09:37:18.437Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-22T09:37:18.437Z] ubuntu-keyring util-linux [2021-01-22T09:37:18.703Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-22T09:37:18.703Z] Need to get 63.7 MB of archives. [2021-01-22T09:37:18.703Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-22T09:37:18.703Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-22T09:37:18.703Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-22T09:37:18.703Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-22T09:37:18.703Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-22T09:37:18.703Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-22T09:37:18.703Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-22T09:37:18.703Z] 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-22T09:37:18.703Z] 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-22T09:37:18.703Z] 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-22T09:37:18.703Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-22T09:37:18.703Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-22T09:37:18.703Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-22T09:37:18.703Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-22T09:37:18.703Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-22T09:37:18.703Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-22T09:37:18.703Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-22T09:37:18.703Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-22T09:37:18.703Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-22T09:37:18.703Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-22T09:37:18.972Z] 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-22T09:37:18.972Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-22T09:37:18.972Z] 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-22T09:37:18.972Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-22T09:37:18.972Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-22T09:37:18.972Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-22T09:37:18.972Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-22T09:37:18.972Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-22T09:37:18.972Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-22T09:37:18.972Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-22T09:37:18.972Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-22T09:37:18.972Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-22T09:37:18.972Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-22T09:37:18.972Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-22T09:37:18.972Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-22T09:37:18.972Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-22T09:37:18.972Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-22T09:37:18.972Z] 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-22T09:37:18.972Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-22T09:37:18.972Z] 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-22T09:37:18.972Z] 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-22T09:37:18.972Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-22T09:37:18.972Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-22T09:37:18.972Z] 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-22T09:37:18.972Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-22T09:37:18.972Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-22T09:37:18.972Z] 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-22T09:37:18.972Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-22T09:37:18.972Z] 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-22T09:37:18.972Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-22T09:37:18.972Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-22T09:37:18.972Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-22T09:37:18.972Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-22T09:37:18.972Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-22T09:37:18.972Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-22T09:37:18.972Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-22T09:37:19.233Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-22T09:37:19.233Z] 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-22T09:37:19.233Z] 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-22T09:37:19.494Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-22T09:37:19.494Z] 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-22T09:37:19.494Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-22T09:37:19.494Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-22T09:37:19.494Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-22T09:37:19.494Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-22T09:37:19.754Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-22T09:37:19.754Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-134.138 [987 kB] [2021-01-22T09:37:19.754Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-22T09:37:20.014Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-22T09:37:20.014Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-22T09:37:20.014Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-22T09:37:20.014Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-22T09:37:20.014Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-22T09:37:20.014Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-22T09:37:20.014Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-22T09:37:20.014Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-22T09:37:20.014Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-22T09:37:20.014Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-22T09:37:20.014Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-22T09:37:20.014Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-22T09:37:20.274Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-22T09:37:20.274Z] Get:81 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-22T09:37:20.274Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-22T09:37:20.274Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-22T09:37:20.274Z] Get:84 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-22T09:37:20.274Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-22T09:37:20.274Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-22T09:37:20.274Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-22T09:37:20.274Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-22T09:37:20.274Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-22T09:37:20.274Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-22T09:37:20.274Z] Get:91 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-22T09:37:20.274Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-22T09:37:20.274Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-22T09:37:20.274Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-22T09:37:20.535Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-22T09:37:20.535Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-22T09:37:20.535Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-22T09:37:20.535Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-22T09:37:20.535Z] Fetched 63.7 MB in 2s (34.1 MB/s) [2021-01-22T09:37:20.535Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T09:37:20.535Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-22T09:37:20.535Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-22T09:37:21.479Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-22T09:37:21.479Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-22T09:37:21.479Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-134.138_amd64.deb ... [2021-01-22T09:37:21.479Z] Unpacking linux-libc-dev:amd64 (4.15.0-134.138) over (4.15.0-20.21) ... [2021-01-22T09:37:22.422Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T09:37:22.422Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T09:37:22.422Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T09:37:22.422Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T09:37:22.682Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T09:37:22.682Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T09:37:22.682Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T09:37:22.682Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T09:37:22.943Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T09:37:22.943Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T09:37:22.943Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T09:37:22.943Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T09:37:23.204Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T09:37:23.204Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T09:37:23.204Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T09:37:23.465Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-22T09:37:23.465Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T09:37:23.465Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-22T09:37:23.465Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-22T09:37:23.726Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-22T09:37:23.726Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T09:37:23.726Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T09:37:23.726Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T09:37:23.726Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T09:37:23.988Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T09:37:23.988Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T09:37:24.248Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T09:37:24.472Z] 25b303627fd3: Pull complete [2021-01-22T09:37:24.472Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-22T09:37:24.473Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T09:37:24.473Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-22T09:37:24.516Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-22T09:37:24.516Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-22T09:37:24.516Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-22T09:37:24.731Z] prd-ubuntu18.04-docker-arm64-4c-16g-22259 does not seem to be running inside a container [2021-01-22T09:37:24.668Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-22T09:37:25.087Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-22T09:37:25.087Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-22T09:37:25.087Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-22T09:37:25.087Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-22T09:37:25.087Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-22T09:37:25.348Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-22T09:37:25.608Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-22T09:37:25.608Z] Installing new version of config file /etc/issue ... [2021-01-22T09:37:25.608Z] Installing new version of config file /etc/issue.net ... [2021-01-22T09:37:25.608Z] Installing new version of config file /etc/lsb-release ... [2021-01-22T09:37:25.608Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-22T09:37:25.868Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-22T09:37:25.868Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-22T09:37:25.868Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-22T09:37:26.129Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T09:37:26.130Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-22T09:37:26.130Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-22T09:37:26.130Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-22T09:37:26.390Z] 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-22T09:37:26.390Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T09:37:26.390Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T09:37:26.390Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-22T09:37:26.390Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-22T09:37:26.651Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T09:37:26.651Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-22T09:37:26.651Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-22T09:37:26.651Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-22T09:37:26.912Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T09:37:26.912Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-22T09:37:26.912Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-22T09:37:27.173Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-22T09:37:27.173Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T09:37:27.173Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-22T09:37:27.434Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-22T09:37:27.435Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-22T09:37:27.697Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T09:37:27.697Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-22T09:37:27.697Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-22T09:37:27.697Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-22T09:37:27.609Z] $ docker top f37bb5ad80d8b044ad95e6eeeac18983a663ab7142843ee76eb0745451bd5297 -eo pid,comm [2021-01-22T09:37:27.957Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T09:37:27.957Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-22T09:37:27.957Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-22T09:37:27.957Z] Setting up grep (3.1-2build1) ... [Pipeline] { [Pipeline] sh [2021-01-22T09:37:28.217Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T09:37:28.217Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-22T09:37:28.217Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-22T09:37:28.217Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-22T09:37:28.477Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T09:37:28.477Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-22T09:37:28.477Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-22T09:37:28.477Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-22T09:37:28.734Z] + grep parallel [2021-01-22T09:37:28.734Z] + docker-compose build --help [2021-01-22T09:37:28.735Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T09:37:28.735Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-22T09:37:28.735Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-22T09:37:29.308Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-22T09:37:29.308Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-22T09:37:29.308Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-22T09:37:29.308Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-22T09:37:29.878Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-22T09:37:29.878Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T09:37:29.878Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-22T09:37:30.139Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-22T09:37:31.097Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-22T09:37:31.097Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-22T09:37:31.097Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-22T09:37:31.097Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-22T09:37:31.357Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-22T09:37:31.357Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T09:37:31.357Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-22T09:37:31.357Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-22T09:37:31.619Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-22T09:37:31.619Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T09:37:31.619Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T09:37:31.889Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T09:37:31.889Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-22T09:37:31.889Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T09:37:31.889Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T09:37:32.103Z] --parallel Build images in parallel. [Pipeline] } [2021-01-22T09:37:31.985Z] $ docker stop --time=1 f37bb5ad80d8b044ad95e6eeeac18983a663ab7142843ee76eb0745451bd5297 [2021-01-22T09:37:32.149Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T09:37:32.149Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-22T09:37:32.149Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T09:37:32.149Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T09:37:32.409Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T09:37:32.409Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-22T09:37:32.409Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T09:37:32.409Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T09:37:32.671Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T09:37:32.671Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-22T09:37:32.671Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T09:37:32.671Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-22T09:37:32.931Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-22T09:37:32.931Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-22T09:37:32.931Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-22T09:37:33.192Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-22T09:37:33.192Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T09:37:33.192Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-22T09:37:33.192Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-22T09:37:33.452Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-22T09:37:33.452Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T09:37:33.452Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T09:37:33.452Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T09:37:33.713Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-22T09:37:33.713Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T09:37:33.713Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T09:37:33.713Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T09:37:33.974Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-22T09:37:33.974Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T09:37:33.974Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T09:37:33.966Z] $ docker rm -f f37bb5ad80d8b044ad95e6eeeac18983a663ab7142843ee76eb0745451bd5297 [2021-01-22T09:37:34.234Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [Pipeline] // withDockerContainer [2021-01-22T09:37:34.493Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:37:34.753Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-22T09:37:35.028Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T09:37:35.028Z] . [Pipeline] withDockerContainer [2021-01-22T09:37:35.309Z] prd-ubuntu18.04-docker-arm64-4c-16g-22259 does not seem to be running inside a container [2021-01-22T09:37:35.323Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-22T09:37:35.323Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T09:37:35.323Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-22T09:37:35.323Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-22T09:37:35.256Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-22T09:37:35.584Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-22T09:37:35.584Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T09:37:35.584Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-22T09:37:35.584Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-22T09:37:35.843Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-22T09:37:35.843Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T09:37:35.843Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-22T09:37:36.103Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-22T09:37:36.103Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-22T09:37:36.362Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T09:37:36.362Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-22T09:37:36.362Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-22T09:37:36.629Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-22T09:37:36.629Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T09:37:36.629Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-22T09:37:36.685Z] $ docker top 76f6ef470caf2c09a05df5875ad950e84e070512b307552b8bd96b937c1a54b4 -eo pid,comm [2021-01-22T09:37:36.892Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-22T09:37:36.892Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-22T09:37:37.153Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T09:37:37.153Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-22T09:37:37.153Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-22T09:37:37.153Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [Pipeline] { [Pipeline] sh [2021-01-22T09:37:37.413Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T09:37:37.413Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T09:37:37.413Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T09:37:37.673Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-22T09:37:37.674Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-22T09:37:37.872Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-22T09:37:37.934Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-22T09:37:37.934Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-22T09:37:37.934Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-22T09:37:37.934Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T09:37:37.934Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-22T09:37:38.194Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-22T09:37:38.194Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-22T09:37:38.456Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T09:37:38.456Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-22T09:37:38.456Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-22T09:37:38.456Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-22T09:37:38.716Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T09:37:38.716Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-22T09:37:38.716Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-22T09:37:38.977Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-22T09:37:38.977Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T09:37:38.977Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-22T09:37:38.977Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-22T09:37:39.238Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-22T09:37:39.238Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T09:37:39.238Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-22T09:37:39.238Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-22T09:37:39.499Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-22T09:37:39.759Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T09:37:39.759Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-22T09:37:39.759Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-22T09:37:40.020Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-22T09:37:40.020Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T09:37:40.020Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-22T09:37:40.280Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-22T09:37:40.280Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-22T09:37:40.541Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T09:37:40.541Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-22T09:37:40.541Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-22T09:37:40.542Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-22T09:37:40.542Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T09:37:40.542Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-22T09:37:40.802Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-22T09:37:40.802Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-22T09:37:41.062Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T09:37:41.062Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-22T09:37:41.062Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-22T09:37:41.062Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-22T09:37:41.324Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T09:37:41.324Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-22T09:37:41.324Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-22T09:37:41.324Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-22T09:37:41.584Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T09:37:41.584Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-22T09:37:41.584Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-22T09:37:41.584Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-22T09:37:41.845Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-22T09:37:41.845Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-22T09:37:41.845Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-22T09:37:42.164Z] Building docker-core-command-go ... [2021-01-22T09:37:42.164Z] Building docker-core-data-go ... [2021-01-22T09:37:42.164Z] Building docker-core-metadata-go ... [2021-01-22T09:37:42.164Z] Building docker-security-bootstrapper-go ... [2021-01-22T09:37:42.164Z] Building docker-security-proxy-setup-go ... [2021-01-22T09:37:42.164Z] Building docker-security-secretstore-setup-go ... [2021-01-22T09:37:42.164Z] Building docker-support-notifications-go ... [2021-01-22T09:37:42.164Z] Building docker-support-scheduler-go ... [2021-01-22T09:37:42.164Z] Building docker-sys-mgmt-agent-go ... [2021-01-22T09:37:42.164Z] Building docker-support-notifications-go [2021-01-22T09:37:42.164Z] Building docker-security-bootstrapper-go [2021-01-22T09:37:42.164Z] Building docker-security-proxy-setup-go [2021-01-22T09:37:42.164Z] Building docker-core-data-go [2021-01-22T09:37:42.164Z] Building docker-support-scheduler-go [2021-01-22T09:37:42.415Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-22T09:37:42.415Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-22T09:37:42.415Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-22T09:37:42.676Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-22T09:37:42.677Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-22T09:37:42.677Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-22T09:37:42.937Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-22T09:37:42.937Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-22T09:37:43.197Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-22T09:37:43.197Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-22T09:37:43.197Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-22T09:37:43.197Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-22T09:37:43.457Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-22T09:37:43.457Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-22T09:37:43.717Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-22T09:37:43.717Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-22T09:37:43.717Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-22T09:37:43.717Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-22T09:37:43.977Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-22T09:37:43.977Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-22T09:37:44.237Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-22T09:37:44.237Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-22T09:37:45.179Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-22T09:37:45.179Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-22T09:37:45.179Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-22T09:37:45.179Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-22T09:37:45.179Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-22T09:37:45.441Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-22T09:37:45.702Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-22T09:37:45.702Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-22T09:37:45.702Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-22T09:37:45.972Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-22T09:37:45.972Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-22T09:37:45.972Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-22T09:37:46.240Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T09:37:46.240Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T09:37:46.240Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T09:37:46.240Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T09:37:46.520Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T09:37:46.520Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T09:37:46.520Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T09:37:46.809Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T09:37:47.505Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T09:37:47.505Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T09:37:48.524Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T09:37:48.524Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T09:37:49.095Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T09:37:49.095Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T09:37:49.665Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T09:37:49.665Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T09:37:50.629Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T09:37:50.629Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T09:37:50.629Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-22T09:37:50.629Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-22T09:37:50.629Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-22T09:37:50.629Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-22T09:37:50.889Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-22T09:37:50.889Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-22T09:37:51.150Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-22T09:37:51.150Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-22T09:37:51.150Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-22T09:37:51.150Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-22T09:37:51.150Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-22T09:37:51.412Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-22T09:37:51.412Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-22T09:37:51.412Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-22T09:37:51.412Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T09:37:51.673Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-22T09:37:51.673Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T09:37:51.673Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T09:37:51.673Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T09:37:51.673Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-22T09:37:51.673Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-22T09:37:51.673Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-22T09:37:51.934Z] [2021-01-22T09:37:51.934Z] Current default time zone: 'Etc/UTC' [2021-01-22T09:37:51.934Z] Local time is now: Fri Jan 22 09:37:51 UTC 2021. [2021-01-22T09:37:51.934Z] Universal Time is now: Fri Jan 22 09:37:51 UTC 2021. [2021-01-22T09:37:51.934Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-22T09:37:51.934Z] [2021-01-22T09:37:51.934Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-22T09:37:51.934Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T09:37:51.934Z] Setting up linux-libc-dev:amd64 (4.15.0-134.138) ... [2021-01-22T09:37:51.934Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-22T09:37:51.934Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-22T09:37:51.934Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-22T09:37:51.934Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-22T09:37:51.934Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-22T09:37:52.196Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-22T09:37:52.196Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-22T09:37:52.196Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T09:37:52.196Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-22T09:37:52.456Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T09:37:52.456Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-22T09:37:52.717Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T09:37:52.717Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-22T09:37:52.717Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-22T09:37:52.717Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-22T09:37:52.717Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-22T09:37:52.717Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-22T09:37:52.717Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-22T09:37:52.717Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-22T09:37:52.978Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-22T09:37:54.890Z] Updating certificates in /etc/ssl/certs... [2021-01-22T09:37:55.462Z] 22 added, 17 removed; done. [2021-01-22T09:37:55.462Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-22T09:37:55.462Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T09:37:55.462Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-22T09:37:55.462Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-22T09:37:55.462Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-22T09:37:55.722Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T09:37:55.722Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-22T09:37:55.722Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T09:37:55.722Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T09:37:55.722Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T09:37:55.722Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T09:37:55.722Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T09:37:55.982Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-22T09:37:55.983Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-22T09:37:55.983Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-22T09:37:55.983Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-22T09:37:55.983Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-22T09:37:55.983Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T09:37:55.983Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T09:37:56.246Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-22T09:37:56.246Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-22T09:37:56.246Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-22T09:37:56.246Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-22T09:37:56.246Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-22T09:37:56.506Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-22T09:37:56.506Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-22T09:37:56.506Z] Updating certificates in /etc/ssl/certs... [2021-01-22T09:37:57.079Z] 0 added, 0 removed; done. [2021-01-22T09:37:57.079Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-22T09:37:57.079Z] done. [2021-01-22T09:37:57.340Z] Reading package lists... [2021-01-22T09:37:57.600Z] Building dependency tree... [2021-01-22T09:37:57.600Z] Reading state information... [2021-01-22T09:37:57.600Z] The following NEW packages will be installed: [2021-01-22T09:37:57.600Z] apt-transport-https [2021-01-22T09:37:57.861Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-22T09:37:57.861Z] Need to get 1696 B of archives. [2021-01-22T09:37:57.861Z] After this operation, 153 kB of additional disk space will be used. [2021-01-22T09:37:57.861Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-22T09:37:57.861Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-22T09:37:57.861Z] Fetched 1696 B in 0s (27.9 kB/s) [2021-01-22T09:37:57.861Z] Selecting previously unselected package apt-transport-https. [2021-01-22T09:37:57.861Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-22T09:37:57.861Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-22T09:37:57.861Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-22T09:37:58.122Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-22T09:37:58.385Z] Waiting for network to be ready... [2021-01-22T09:38:03.693Z] 2021-01-22T09:38:01Z INFO Waiting for automatic snapd restart... [2021-01-22T09:38:04.263Z] snapd 2.48.2 from Canonical* installed [2021-01-22T09:38:05.204Z] "snapd" switched to the "latest/stable" channel [2021-01-22T09:38:05.204Z] [2021-01-22T09:38:07.748Z] core18 20201210 from Canonical* installed [2021-01-22T09:38:07.748Z] "core18" switched to the "latest/stable" channel [2021-01-22T09:38:07.748Z] [2021-01-22T09:38:11.056Z] snapcraft 4.4.4 from Canonical* installed [2021-01-22T09:38:11.056Z] "snapcraft" switched to the "latest/stable" channel [2021-01-22T09:38:11.056Z] [2021-01-22T09:38:14.352Z] 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-22T09:38:14.352Z] - README.md [2021-01-22T09:38:14.352Z] - snapcraft.yaml.orig [2021-01-22T09:38:14.352Z] [2021-01-22T09:38:14.352Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-22T09:38:20.935Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-22T09:38:20.935Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-22T09:38:20.935Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-22T09:38:21.197Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-22T09:38:21.458Z] Fetched 88.7 kB in 1s (160 kB/s) [2021-01-22T09:38:22.401Z] Reading package lists... [2021-01-22T09:38:22.401Z] 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-22T09:38:28.984Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-22T09:38:28.984Z] Reading package lists... [2021-01-22T09:38:28.984Z] Building dependency tree... [2021-01-22T09:38:28.984Z] Reading state information... [2021-01-22T09:38:28.984Z] Suggested packages: [2021-01-22T09:38:28.984Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-22T09:38:28.984Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-22T09:38:28.984Z] Recommended packages: [2021-01-22T09:38:28.984Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-22T09:38:28.984Z] The following NEW packages will be installed: [2021-01-22T09:38:28.984Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-22T09:38:28.985Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-22T09:38:28.985Z] pkg-config zip [2021-01-22T09:38:28.985Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-22T09:38:28.985Z] Need to get 7655 kB of archives. [2021-01-22T09:38:28.985Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-22T09:38:28.985Z] 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-22T09:38:28.985Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-22T09:38:28.985Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-22T09:38:28.985Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-22T09:38:28.985Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-22T09:38:29.248Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-22T09:38:29.248Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-22T09:38:29.248Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-22T09:38:29.509Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-22T09:38:29.509Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-22T09:38:29.509Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-22T09:38:29.509Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-22T09:38:29.509Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-22T09:38:29.770Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-22T09:38:29.770Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-22T09:38:29.770Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-22T09:38:29.770Z] Fetched 7655 kB in 1s (9512 kB/s) [2021-01-22T09:38:29.770Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-22T09:38:29.770Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-22T09:38:29.770Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-22T09:38:29.770Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-22T09:38:30.031Z] Selecting previously unselected package libpsl5:amd64. [2021-01-22T09:38:30.031Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-22T09:38:30.031Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-22T09:38:30.290Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-22T09:38:30.290Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-22T09:38:30.290Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-22T09:38:30.290Z] Selecting previously unselected package librtmp1:amd64. [2021-01-22T09:38:30.290Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-22T09:38:30.290Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-22T09:38:30.290Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-22T09:38:30.290Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-22T09:38:30.290Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-22T09:38:30.550Z] Selecting previously unselected package liberror-perl. [2021-01-22T09:38:30.550Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-22T09:38:30.550Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-22T09:38:30.550Z] Selecting previously unselected package git-man. [2021-01-22T09:38:30.550Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-22T09:38:30.550Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-22T09:38:30.812Z] Selecting previously unselected package git. [2021-01-22T09:38:30.812Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-22T09:38:30.812Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-22T09:38:31.382Z] Selecting previously unselected package libnorm1:amd64. [2021-01-22T09:38:31.382Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-22T09:38:31.382Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-22T09:38:31.642Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-22T09:38:31.642Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-22T09:38:31.642Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-22T09:38:31.903Z] Selecting previously unselected package libsodium23:amd64. [2021-01-22T09:38:31.903Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-22T09:38:31.903Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-22T09:38:31.903Z] Selecting previously unselected package libzmq5:amd64. [2021-01-22T09:38:31.903Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-22T09:38:31.903Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-22T09:38:32.163Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-22T09:38:32.163Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-22T09:38:32.163Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-22T09:38:32.163Z] Selecting previously unselected package pkg-config. [2021-01-22T09:38:32.163Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-22T09:38:32.163Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-22T09:38:32.423Z] Selecting previously unselected package zip. [2021-01-22T09:38:32.423Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-22T09:38:32.423Z] Unpacking zip (3.0-11build1) ... [2021-01-22T09:38:32.423Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-22T09:38:32.423Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-22T09:38:32.682Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-22T09:38:32.682Z] Setting up liberror-perl (0.17025-1) ... [2021-01-22T09:38:32.682Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-22T09:38:32.682Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-22T09:38:32.682Z] No schema files found: doing nothing. [2021-01-22T09:38:32.682Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-22T09:38:32.682Z] Setting up zip (3.0-11build1) ... [2021-01-22T09:38:32.682Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-22T09:38:32.944Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-22T09:38:32.944Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-22T09:38:32.944Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-22T09:38:32.944Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-22T09:38:32.944Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-22T09:38:32.944Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-22T09:38:33.205Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-22T09:38:39.788Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-22T09:38:39.788Z] git set to automatically installed. [2021-01-22T09:38:39.788Z] git-man set to automatically installed. [2021-01-22T09:38:39.788Z] libcurl3-gnutls set to automatically installed. [2021-01-22T09:38:39.788Z] liberror-perl set to automatically installed. [2021-01-22T09:38:39.788Z] libglib2.0-0 set to automatically installed. [2021-01-22T09:38:39.788Z] libnghttp2-14 set to automatically installed. [2021-01-22T09:38:39.788Z] libnorm1 set to automatically installed. [2021-01-22T09:38:39.788Z] libpgm-5.2-0 set to automatically installed. [2021-01-22T09:38:39.788Z] libpsl5 set to automatically installed. [2021-01-22T09:38:39.788Z] librtmp1 set to automatically installed. [2021-01-22T09:38:39.788Z] libsodium23 set to automatically installed. [2021-01-22T09:38:39.788Z] libzmq3-dev set to automatically installed. [2021-01-22T09:38:39.788Z] libzmq5 set to automatically installed. [2021-01-22T09:38:39.788Z] pkg-config set to automatically installed. [2021-01-22T09:38:39.788Z] zip set to automatically installed. [2021-01-22T09:38:41.718Z] snapd is not logged in, snap install commands will use sudo [2021-01-22T09:38:48.318Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-22T09:38:49.261Z] snap "core18" has no updates available [2021-01-22T09:38:49.831Z] Pulling config-common [2021-01-22T09:38:50.773Z] Pulling go-build-helper [2021-01-22T09:39:03.942Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T09:39:03.942Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T09:39:03.942Z] ---> b255c1ee82cb [2021-01-22T09:39:03.942Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T09:39:03.942Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T09:39:03.942Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T09:39:03.942Z] ---> b255c1ee82cb [2021-01-22T09:39:03.942Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T09:39:03.942Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T09:39:03.942Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T09:39:03.942Z] ---> b255c1ee82cb [2021-01-22T09:39:03.942Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T09:39:03.942Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T09:39:03.942Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-22T09:39:03.942Z] ---> b255c1ee82cb [2021-01-22T09:39:03.942Z] Step 3/33 : WORKDIR /edgex-go [2021-01-22T09:39:03.942Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T09:39:03.942Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-22T09:39:03.942Z] ---> b255c1ee82cb [2021-01-22T09:39:03.942Z] Step 3/21 : WORKDIR /edgex-go [2021-01-22T09:39:03.942Z] ---> Running in d21c2a37ba49 [2021-01-22T09:39:03.942Z] ---> Running in 4ea50caa1631 [2021-01-22T09:39:03.942Z] ---> Running in 42969563000d [2021-01-22T09:39:03.942Z] ---> Running in b5d82ab58a97 [2021-01-22T09:39:03.942Z] ---> Running in d2e3b2054d4e [2021-01-22T09:39:03.942Z] Removing intermediate container 42969563000d [2021-01-22T09:39:03.942Z] ---> f3c458870155 [2021-01-22T09:39:03.942Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T09:39:03.942Z] Removing intermediate container d2e3b2054d4e [2021-01-22T09:39:03.942Z] ---> 35a0f675c018 [2021-01-22T09:39:03.942Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T09:39:03.942Z] Removing intermediate container b5d82ab58a97 [2021-01-22T09:39:03.942Z] ---> 188d9f37f8df [2021-01-22T09:39:03.942Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T09:39:03.942Z] Removing intermediate container d21c2a37ba49 [2021-01-22T09:39:03.942Z] ---> 71645ff5f553 [2021-01-22T09:39:03.942Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T09:39:03.942Z] Removing intermediate container 4ea50caa1631 [2021-01-22T09:39:03.942Z] ---> 54edb0bb0f9e [2021-01-22T09:39:03.942Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T09:39:03.942Z] ---> Running in 0524c82ab87c [2021-01-22T09:39:03.942Z] ---> Running in 976f7e729d29 [2021-01-22T09:39:03.942Z] ---> Running in 194fd3759498 [2021-01-22T09:39:03.942Z] ---> Running in 641099b52c63 [2021-01-22T09:39:03.942Z] ---> Running in 18210523b36e [2021-01-22T09:39:03.942Z] Removing intermediate container 0524c82ab87c [2021-01-22T09:39:03.942Z] ---> 2aa0a8ad967d [2021-01-22T09:39:03.942Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-22T09:39:03.942Z] ---> Running in caf658febe25 [2021-01-22T09:39:03.942Z] Removing intermediate container 976f7e729d29 [2021-01-22T09:39:03.942Z] ---> 2b092de466fd [2021-01-22T09:39:03.942Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-22T09:39:03.942Z] Removing intermediate container 194fd3759498 [2021-01-22T09:39:03.942Z] ---> 861f07512432 [2021-01-22T09:39:03.942Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-22T09:39:03.942Z] ---> Running in 2c793568a709 [2021-01-22T09:39:03.942Z] ---> Running in 8b26ce1b4a43 [2021-01-22T09:39:03.942Z] Removing intermediate container 18210523b36e [2021-01-22T09:39:03.942Z] ---> e514d80f42c3 [2021-01-22T09:39:03.942Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-22T09:39:03.942Z] Removing intermediate container 641099b52c63 [2021-01-22T09:39:03.942Z] ---> 7c644a86ed35 [2021-01-22T09:39:03.942Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-22T09:39:03.942Z] ---> Running in 8590895d3395 [2021-01-22T09:39:03.942Z] ---> Running in 9bd0fb47a83e [2021-01-22T09:39:03.942Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T09:39:03.942Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T09:39:03.942Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T09:39:03.942Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T09:39:03.942Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T09:39:03.942Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T09:39:04.220Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T09:39:04.820Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T09:39:04.820Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T09:39:05.413Z] OK: 217 MiB in 51 packages [2021-01-22T09:39:05.413Z] OK: 217 MiB in 51 packages [2021-01-22T09:39:05.413Z] OK: 217 MiB in 51 packages [2021-01-22T09:39:05.413Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T09:39:05.689Z] OK: 217 MiB in 51 packages [2021-01-22T09:39:06.285Z] OK: 217 MiB in 51 packages [2021-01-22T09:39:06.881Z] Removing intermediate container caf658febe25 [2021-01-22T09:39:06.881Z] ---> d65d6f3a7816 [2021-01-22T09:39:06.881Z] Step 6/22 : COPY go.mod . [2021-01-22T09:39:07.155Z] Removing intermediate container 8590895d3395 [2021-01-22T09:39:07.155Z] ---> 0964a468780d [2021-01-22T09:39:07.155Z] Step 6/23 : COPY go.mod . [2021-01-22T09:39:07.433Z] Removing intermediate container 2c793568a709 [2021-01-22T09:39:07.433Z] ---> 5fc12c861b57 [2021-01-22T09:39:07.433Z] Step 6/22 : COPY go.mod . [2021-01-22T09:39:07.433Z] Removing intermediate container 9bd0fb47a83e [2021-01-22T09:39:07.433Z] ---> e55d6dac227f [2021-01-22T09:39:07.433Z] Step 6/33 : COPY go.mod . [2021-01-22T09:39:08.049Z] Removing intermediate container 8b26ce1b4a43 [2021-01-22T09:39:08.049Z] ---> 5a871d451e55 [2021-01-22T09:39:08.049Z] Step 6/21 : COPY go.mod . [2021-01-22T09:39:08.049Z] ---> 686ed5e3b103 [2021-01-22T09:39:08.049Z] Step 7/22 : RUN go mod download [2021-01-22T09:39:08.335Z] ---> f08184a6b806 [2021-01-22T09:39:08.335Z] Step 7/23 : RUN go mod download [2021-01-22T09:39:08.335Z] ---> Running in 513487971c0b [2021-01-22T09:39:08.615Z] ---> Running in 668e81625eee [2021-01-22T09:39:08.615Z] ---> 7560c6fd49a8 [2021-01-22T09:39:08.615Z] Step 7/22 : RUN go mod download [2021-01-22T09:39:08.615Z] ---> a54c47c5004c [2021-01-22T09:39:08.615Z] Step 7/33 : RUN go mod download [2021-01-22T09:39:08.890Z] ---> 6b6bec5bf155 [2021-01-22T09:39:08.890Z] Step 7/21 : RUN go mod download [2021-01-22T09:39:08.890Z] ---> Running in 2b57e071d630 [2021-01-22T09:39:08.890Z] ---> Running in c91e229bf0fa [2021-01-22T09:39:09.168Z] ---> Running in 8327e119693e [2021-01-22T09:39:12.740Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-22T09:39:12.740Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-22T09:39:12.740Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-22T09:39:12.740Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-22T09:39:12.740Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-22T09:39:12.740Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-22T09:39:12.740Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-22T09:39:12.740Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-22T09:39:12.740Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-22T09:39:12.740Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-22T09:39:12.740Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-22T09:39:12.740Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-22T09:39:12.740Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-22T09:39:12.740Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-22T09:39:12.740Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-22T09:39:12.740Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-22T09:39:12.740Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-22T09:39:12.740Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-22T09:39:12.740Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-22T09:39:12.740Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] [2021-01-22T09:39:12.740Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] [2021-01-22T09:39:12.740Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] [2021-01-22T09:39:12.740Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-22T09:39:12.740Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] [2021-01-22T09:39:12.740Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] [2021-01-22T09:39:12.740Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] [2021-01-22T09:39:12.740Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-22T09:39:12.740Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-22T09:39:12.740Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-22T09:39:12.740Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-22T09:39:12.740Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-22T09:39:12.740Z] Fetched 279 kB in 0s (0 B/s) [2021-01-22T09:39:12.740Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-22T09:39:12.740Z] Fetched 122 kB in 0s (0 B/s) [2021-01-22T09:39:12.740Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-22T09:39:12.740Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-22T09:39:12.740Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-22T09:39:12.740Z] Fetched 8848 B in 0s (0 B/s) [2021-01-22T09:39:12.740Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-22T09:39:12.740Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-22T09:39:12.740Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-22T09:39:12.740Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-22T09:39:12.740Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-22T09:39:12.740Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-22T09:39:12.740Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-22T09:39:12.740Z] Fetched 214 kB in 0s (0 B/s) [2021-01-22T09:39:12.740Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-22T09:39:12.740Z] Fetched 155 kB in 0s (0 B/s) [2021-01-22T09:39:12.740Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-22T09:39:12.740Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-22T09:39:12.740Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-22T09:39:12.740Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-22T09:39:12.740Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-22T09:39:12.740Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-22T09:39:12.740Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-22T09:39:12.740Z] Fetched 499 kB in 0s (0 B/s) [2021-01-22T09:39:12.740Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-22T09:39:12.740Z] Fetched 111 kB in 0s (0 B/s) [2021-01-22T09:39:12.740Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-22T09:39:12.740Z] Fetched 240 kB in 0s (0 B/s) [2021-01-22T09:39:12.740Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-22T09:39:12.741Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-22T09:39:12.741Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-22T09:39:12.741Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-22T09:39:12.741Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-22T09:39:12.741Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-22T09:39:12.741Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-22T09:39:12.741Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-22T09:39:12.741Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-22T09:39:12.741Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-22T09:39:12.741Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-22T09:39:12.741Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-22T09:39:12.741Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-22T09:39:12.741Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-22T09:39:12.741Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-22T09:39:12.741Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-22T09:39:12.741Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-22T09:39:12.741Z] Fetched 8720 B in 0s (0 B/s) [2021-01-22T09:39:12.741Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-22T09:39:12.741Z] Fetched 137 kB in 0s (0 B/s) [2021-01-22T09:39:12.741Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-22T09:39:12.741Z] Fetched 119 kB in 0s (0 B/s) [2021-01-22T09:39:12.741Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-22T09:39:12.741Z] Fetched 109 kB in 0s (0 B/s) [2021-01-22T09:39:12.741Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-22T09:39:12.741Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-22T09:39:12.741Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-22T09:39:12.741Z] Fetched 645 kB in 0s (0 B/s) [2021-01-22T09:39:12.741Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-22T09:39:12.741Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-22T09:39:12.741Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-22T09:39:12.741Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-22T09:39:12.741Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-22T09:39:12.741Z] Fetched 368 kB in 0s (0 B/s) [2021-01-22T09:39:12.741Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-22T09:39:12.741Z] Fetched 187 kB in 0s (0 B/s) [2021-01-22T09:39:12.741Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-22T09:39:12.741Z] Fetched 175 kB in 0s (0 B/s) [2021-01-22T09:39:12.741Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-22T09:39:13.502Z] Removing intermediate container 513487971c0b [2021-01-22T09:39:13.503Z] ---> 4cfaa45d9572 [2021-01-22T09:39:13.503Z] Step 8/22 : COPY . . [2021-01-22T09:39:13.503Z] Removing intermediate container 668e81625eee [2021-01-22T09:39:13.503Z] ---> b6be6b598c34 [2021-01-22T09:39:13.503Z] Step 8/23 : COPY . . [2021-01-22T09:39:13.503Z] Removing intermediate container 2b57e071d630 [2021-01-22T09:39:13.503Z] ---> 2f447f2b7be0 [2021-01-22T09:39:13.503Z] Step 8/22 : COPY . . [2021-01-22T09:39:15.155Z] Fetched 206 kB in 0s (0 B/s) [2021-01-22T09:39:15.156Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-22T09:39:15.156Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-22T09:39:15.156Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-22T09:39:15.156Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-22T09:39:15.156Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-22T09:39:15.156Z] Fetched 159 kB in 0s (0 B/s) [2021-01-22T09:39:15.156Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-22T09:39:15.156Z] Fetched 107 kB in 0s (0 B/s) [2021-01-22T09:39:15.156Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-22T09:39:15.156Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-22T09:39:15.156Z] Pulling static-packages [2021-01-22T09:39:15.167Z] Removing intermediate container 8327e119693e [2021-01-22T09:39:15.167Z] ---> 68fb118e1584 [2021-01-22T09:39:15.167Z] Step 8/21 : COPY . . [2021-01-22T09:39:15.167Z] Removing intermediate container c91e229bf0fa [2021-01-22T09:39:15.167Z] ---> 800db66f7926 [2021-01-22T09:39:15.167Z] Step 8/33 : COPY . . [2021-01-22T09:39:15.465Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-22T09:39:15.465Z] Skipping pull go-build-helper (already ran) [2021-01-22T09:39:15.465Z] Skipping pull static-packages (already ran) [2021-01-22T09:39:15.465Z] Building go-build-helper [2021-01-22T09:39:18.898Z] Building static-packages [2021-01-22T09:39:20.811Z] Staging go-build-helper [2021-01-22T09:39:21.753Z] Staging static-packages [2021-01-22T09:39:22.696Z] Pulling go115 [2021-01-22T09:39:23.638Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-22T09:39:23.638Z] Skipping pull go115 (already ran) [2021-01-22T09:39:23.638Z] Building go115 [2021-01-22T09:39:23.638Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T09:39:23.638Z] Dload Upload Total Spent Left Speed [2021-01-22T09:39:26.244Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2 115M 2 2527k 0 0 7683k 0 0:00:15 --:--:-- 0:00:15 7683k 36 115M 36 42.1M 0 0 32.3M 0 0:00:03 0:00:01 0:00:02 32.3M 94 115M 94 109M 0 0 47.6M 0 0:00:02 0:00:02 --:--:-- 47.5M 100 115M 100 115M 0 0 48.2M 0 0:00:02 0:00:02 --:--:-- 48.2M [2021-01-22T09:39:26.505Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-22T09:39:30.709Z] Staging go115 [2021-01-22T09:39:35.997Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-22T09:39:35.997Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-22T09:39:35.997Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-22T09:39:35.997Z] Fetched 0 B in 0s (0 B/s) [2021-01-22T09:39:35.997Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-22T09:39:35.997Z] Fetched 224 kB in 0s (0 B/s) [2021-01-22T09:39:35.997Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-22T09:39:35.997Z] Fetched 157 kB in 0s (0 B/s) [2021-01-22T09:39:35.997Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-22T09:39:35.997Z] Fetched 221 kB in 0s (0 B/s) [2021-01-22T09:39:35.997Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-22T09:39:35.997Z] Fetched 143 kB in 0s (0 B/s) [2021-01-22T09:39:35.997Z] Pulling edgex-go [2021-01-22T09:39:36.257Z] Pulling version [2021-01-22T09:39:37.198Z] Building config-common [2021-01-22T09:39:39.107Z] Skipping build go-build-helper (already ran) [2021-01-22T09:39:39.107Z] Skipping build static-packages (already ran) [2021-01-22T09:39:39.107Z] Skipping build go115 (already ran) [2021-01-22T09:39:39.107Z] Building edgex-go [2021-01-22T09:39:39.369Z] 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-22T09:39:40.756Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-22T09:39:40.757Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-22T09:39:40.757Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 [2021-01-22T09:39:40.757Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.1 [2021-01-22T09:39:40.757Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-22T09:39:40.757Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-22T09:39:40.757Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-22T09:39:40.757Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-01-22T09:39:40.757Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-22T09:39:40.757Z] go: downloading github.com/google/uuid v1.1.5 [2021-01-22T09:39:40.757Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-22T09:39:40.757Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-22T09:39:40.757Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-22T09:39:40.757Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-22T09:39:40.757Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-22T09:39:40.757Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-22T09:39:40.757Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-22T09:39:40.757Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-22T09:39:41.026Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-22T09:39:41.026Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-22T09:39:41.026Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-22T09:39:41.026Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-22T09:39:41.026Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-22T09:39:41.026Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-22T09:39:41.026Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-22T09:39:41.026Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-22T09:39:41.026Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-22T09:39:41.026Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-22T09:39:41.026Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-22T09:39:41.026Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-22T09:39:41.026Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-22T09:39:41.026Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-22T09:39:41.026Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-22T09:39:41.026Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-22T09:39:41.026Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-22T09:39:41.026Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-22T09:39:41.286Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-22T09:39:41.286Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-22T09:39:41.547Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-22T09:39:41.547Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-22T09:39:41.993Z] ---> a2e3d36807e1 [2021-01-22T09:39:41.994Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-22T09:39:41.994Z] ---> 5d0cefe56792 [2021-01-22T09:39:41.994Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-22T09:39:41.994Z] ---> da9390566f18 [2021-01-22T09:39:41.994Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-22T09:39:41.994Z] ---> 6f5c47348d58 [2021-01-22T09:39:41.994Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-22T09:39:41.994Z] ---> 7ec0a22c71ef [2021-01-22T09:39:41.994Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-22T09:39:41.994Z] ---> Running in e3b6ab7d3bb7 [2021-01-22T09:39:41.994Z] ---> Running in 5d788231a636 [2021-01-22T09:39:41.994Z] ---> Running in 8fc1aba62620 [2021-01-22T09:39:41.994Z] ---> Running in 7b99e4879447 [2021-01-22T09:39:41.994Z] ---> Running in 3ce407a98057 [2021-01-22T09:39:41.994Z] 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-22T09:39:41.994Z] 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-22T09:39:41.994Z] 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-22T09:39:41.994Z] 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-22T09:39:41.994Z] 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-22T09:39:48.131Z] 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-22T09:39:52.334Z] 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-22T09:39:52.593Z] 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-22T09:39:53.534Z] 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-22T09:39:53.794Z] 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-22T09:39:53.794Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-22T09:39:54.055Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-22T09:39:54.056Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-22T09:39:54.056Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-22T09:39:55.436Z] 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-22T09:39:55.436Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-22T09:39:55.436Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-22T09:39:56.818Z] 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-22T09:39:57.388Z] 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-22T09:39:57.388Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-22T09:39:58.772Z] 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-22T09:39:59.711Z] 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-22T09:40:00.281Z] 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-22T09:40:00.281Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-22T09:40:01.220Z] 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-22T09:40:01.483Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-22T09:40:04.036Z] Building version [2021-01-22T09:40:05.948Z] Staging config-common [2021-01-22T09:40:06.887Z] Skipping stage go-build-helper (already ran) [2021-01-22T09:40:06.887Z] Skipping stage static-packages (already ran) [2021-01-22T09:40:06.887Z] Skipping stage go115 (already ran) [2021-01-22T09:40:06.887Z] Staging edgex-go [2021-01-22T09:40:07.829Z] Staging version [2021-01-22T09:40:08.399Z] Priming config-common [2021-01-22T09:40:09.339Z] Priming go-build-helper [2021-01-22T09:40:10.280Z] Priming static-packages [2021-01-22T09:40:12.823Z] Priming go115 [2021-01-22T09:40:13.395Z] Priming edgex-go [2021-01-22T09:40:14.336Z] Priming version [2021-01-22T09:40:15.286Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-22T09:41:03.847Z] 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-22T09:41:03.847Z] 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-22T09:41:18.992Z] Removing intermediate container 7b99e4879447 [2021-01-22T09:41:18.992Z] ---> 28efb6f7482f [2021-01-22T09:41:18.992Z] [2021-01-22T09:41:18.992Z] Step 10/21 : FROM alpine:3.12 [2021-01-22T09:41:18.992Z] 3.12: Pulling from library/alpine [2021-01-22T09:41:18.992Z] Removing intermediate container e3b6ab7d3bb7 [2021-01-22T09:41:18.992Z] ---> 43d4b3662118 [2021-01-22T09:41:18.992Z] [2021-01-22T09:41:18.992Z] Step 10/22 : FROM alpine:3.12 [2021-01-22T09:41:18.992Z] 3.12: Pulling from library/alpine [2021-01-22T09:41:18.992Z] Removing intermediate container 8fc1aba62620 [2021-01-22T09:41:18.992Z] ---> 5c7930ec4347 [2021-01-22T09:41:18.992Z] [2021-01-22T09:41:18.992Z] Step 10/22 : FROM alpine:3.12 [2021-01-22T09:41:18.992Z] 3.12: Pulling from library/alpine [2021-01-22T09:41:18.992Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T09:41:18.992Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T09:41:18.992Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T09:41:18.992Z] Status: Downloaded newer image for alpine:3.12 [2021-01-22T09:41:18.992Z] Status: Image is up to date for alpine:3.12 [2021-01-22T09:41:18.992Z] ---> afeebe901d6b [2021-01-22T09:41:18.992Z] Status: Image is up to date for alpine:3.12 [2021-01-22T09:41:18.992Z] Step 11/22 : RUN apk add --update --no-cache dumb-init ---> afeebe901d6b [2021-01-22T09:41:18.992Z] ---> afeebe901d6b [2021-01-22T09:41:18.992Z] [2021-01-22T09:41:18.992Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-22T09:41:18.992Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-22T09:41:18.992Z] ---> Running in 3e20dbc4789d [2021-01-22T09:41:18.992Z] ---> Running in a14614de3bd4 [2021-01-22T09:41:18.992Z] ---> Running in c92517d1cf59 [2021-01-22T09:41:21.660Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T09:41:21.660Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T09:41:21.934Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T09:41:21.934Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T09:41:21.934Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T09:41:22.209Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T09:41:22.810Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-22T09:41:22.810Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-22T09:41:22.810Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-22T09:41:22.810Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-22T09:41:22.810Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:41:22.810Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:41:22.810Z] OK: 5 MiB in 15 packages [2021-01-22T09:41:22.810Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T09:41:22.810Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T09:41:22.810Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-22T09:41:22.810Z] (4/4) Installing curl (7.69.1-r3) [2021-01-22T09:41:22.810Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:41:23.088Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T09:41:23.088Z] OK: 6 MiB in 16 packages [2021-01-22T09:41:23.366Z] OK: 7 MiB in 18 packages [2021-01-22T09:41:25.369Z] Removing intermediate container 3e20dbc4789d [2021-01-22T09:41:25.369Z] ---> 015041253900 [2021-01-22T09:41:25.369Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T09:41:25.645Z] Removing intermediate container 3ce407a98057 [2021-01-22T09:41:25.645Z] ---> 3b8dcaca27a2 [2021-01-22T09:41:25.645Z] [2021-01-22T09:41:25.645Z] Step 10/33 : FROM alpine:3.12 [2021-01-22T09:41:25.645Z] ---> afeebe901d6b [2021-01-22T09:41:25.645Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-22T09:41:25.645Z] ---> Running in 05f02578882b [2021-01-22T09:41:25.918Z] ---> Running in 4c30263902ff [2021-01-22T09:41:26.924Z] Removing intermediate container c92517d1cf59 [2021-01-22T09:41:26.924Z] ---> c73232ba4536 [2021-01-22T09:41:26.924Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T09:41:26.924Z] Removing intermediate container 05f02578882b [2021-01-22T09:41:26.924Z] ---> e0ab64d47ca5 [2021-01-22T09:41:26.924Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-22T09:41:26.924Z] ---> Running in 42595f65af12 [2021-01-22T09:41:26.924Z] Removing intermediate container a14614de3bd4 [2021-01-22T09:41:26.924Z] ---> be2d7d95fb05 [2021-01-22T09:41:26.924Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T09:41:27.202Z] ---> Running in 797bad8273d6 [2021-01-22T09:41:27.202Z] ---> Running in 8363467e10e3 [2021-01-22T09:41:27.808Z] Removing intermediate container 797bad8273d6 [2021-01-22T09:41:27.808Z] ---> 717003ecc15a [2021-01-22T09:41:27.808Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-22T09:41:27.808Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T09:41:27.808Z] Removing intermediate container 42595f65af12 [2021-01-22T09:41:27.808Z] ---> d894a91ac5ae [2021-01-22T09:41:27.808Z] Step 13/21 : WORKDIR /edgex [2021-01-22T09:41:28.084Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T09:41:28.084Z] ---> Running in 62618388776b [2021-01-22T09:41:28.084Z] ---> Running in b9de0b6213c4 [2021-01-22T09:41:28.084Z] Removing intermediate container 8363467e10e3 [2021-01-22T09:41:28.084Z] ---> 44c7b10cf35e [2021-01-22T09:41:28.084Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-22T09:41:28.360Z] ---> Running in 6fcec0949fbd [2021-01-22T09:41:28.649Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-22T09:41:28.649Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-22T09:41:28.649Z] (3/3) Installing su-exec (0.2-r1) [2021-01-22T09:41:28.649Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:41:28.649Z] OK: 6 MiB in 17 packages [2021-01-22T09:41:28.935Z] Removing intermediate container 62618388776b [2021-01-22T09:41:28.935Z] ---> 092a91bbd83c [2021-01-22T09:41:28.935Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T09:41:28.935Z] Removing intermediate container b9de0b6213c4 [2021-01-22T09:41:28.935Z] ---> 8fb9b20f96d8 [2021-01-22T09:41:28.935Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-22T09:41:29.212Z] Removing intermediate container 6fcec0949fbd [2021-01-22T09:41:29.212Z] ---> 161217c30b11 [2021-01-22T09:41:29.212Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-22T09:41:29.488Z] ---> Running in f93662b446df [2021-01-22T09:41:30.476Z] ---> b7ce021a9b09 [2021-01-22T09:41:30.476Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-22T09:41:30.748Z] Removing intermediate container f93662b446df [2021-01-22T09:41:30.748Z] ---> 01ba30d397ae [2021-01-22T09:41:30.748Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T09:41:30.748Z] Removing intermediate container 4c30263902ff [2021-01-22T09:41:30.748Z] ---> 0b82f40080b0 [2021-01-22T09:41:30.748Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-22T09:41:30.748Z] ---> 483b1f0c8571 [2021-01-22T09:41:30.748Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-22T09:41:31.022Z] ---> Running in 0e2ac3863185 [2021-01-22T09:41:32.009Z] Removing intermediate container 0e2ac3863185 [2021-01-22T09:41:32.009Z] ---> 234c33d21329 [2021-01-22T09:41:32.009Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-22T09:41:32.290Z] ---> c119881315dc [2021-01-22T09:41:32.290Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-22T09:41:32.290Z] ---> Running in c31e30be689e [2021-01-22T09:41:32.563Z] ---> 1eae56883c52 [2021-01-22T09:41:32.563Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-22T09:41:32.563Z] ---> 0c434764085c [2021-01-22T09:41:32.563Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-22T09:41:33.177Z] Removing intermediate container c31e30be689e [2021-01-22T09:41:33.177Z] ---> 4e486ba806d1 [2021-01-22T09:41:33.177Z] Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-22T09:41:33.456Z] ---> Running in bf85f4602700 [2021-01-22T09:41:33.728Z] ---> c404a75b0460 [2021-01-22T09:41:33.999Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-22T09:41:34.274Z] ---> f92a843486ab [2021-01-22T09:41:34.274Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-22T09:41:34.274Z] ---> Running in 2fa90bf089f6 [2021-01-22T09:41:34.274Z] ---> a3aa7ff12876 [2021-01-22T09:41:34.274Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-22T09:41:34.549Z] ---> Running in b2b0dc0f550d [2021-01-22T09:41:35.155Z] Removing intermediate container 2fa90bf089f6 [2021-01-22T09:41:35.155Z] ---> 96c19f4ac533 [2021-01-22T09:41:35.155Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T09:41:35.155Z] Connecting to github.com (140.82.113.4:443) [2021-01-22T09:41:35.155Z]  ---> Running in 3baef6ec2b0a [2021-01-22T09:41:35.430Z] ---> 6cb7441a1e99 [2021-01-22T09:41:35.430Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-22T09:41:35.430Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.32.236:443) [2021-01-22T09:41:35.430Z] Removing intermediate container b2b0dc0f550d [2021-01-22T09:41:35.430Z] ---> 4b04e572b5f4 [2021-01-22T09:41:35.430Z] Step 18/21 : CMD ["--init=true"] [2021-01-22T09:41:35.715Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-22T09:41:35.715Z]  ---> Running in fa9f1e3cfc10 [2021-01-22T09:41:35.715Z] ---> Running in c328fad5e005 [2021-01-22T09:41:36.061Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-22T09:41:36.061Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-22T09:41:36.061Z] dockerize [2021-01-22T09:41:36.061Z] Removing intermediate container 3baef6ec2b0a [2021-01-22T09:41:36.061Z] ---> 7ea53db2df3c [2021-01-22T09:41:36.061Z] Step 20/22 : LABEL arch=arm64 [2021-01-22T09:41:36.422Z] ---> Running in d76bf4ff5135 [2021-01-22T09:41:36.771Z] Removing intermediate container fa9f1e3cfc10 [2021-01-22T09:41:36.771Z] ---> c1797c29bf7e [2021-01-22T09:41:36.771Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T09:41:36.771Z] Removing intermediate container c328fad5e005 [2021-01-22T09:41:36.771Z] ---> c359a143dd24 [2021-01-22T09:41:36.771Z] Step 19/21 : LABEL arch=arm64 [2021-01-22T09:41:37.056Z] ---> Running in 09c7cb71229e [2021-01-22T09:41:37.349Z] ---> Running in 5b3a52861741 [2021-01-22T09:41:37.349Z] Removing intermediate container d76bf4ff5135 [2021-01-22T09:41:37.349Z] ---> 041492a62a40 [2021-01-22T09:41:37.349Z] Step 21/22 : LABEL git_sha=6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b [2021-01-22T09:41:37.640Z] ---> Running in 9a6ff2c0157b [2021-01-22T09:41:37.915Z] Removing intermediate container 09c7cb71229e [2021-01-22T09:41:37.915Z] ---> 00c7fb884c38 [2021-01-22T09:41:37.915Z] Step 20/22 : LABEL arch=arm64 [2021-01-22T09:41:38.193Z] Removing intermediate container 5b3a52861741 [2021-01-22T09:41:38.193Z] ---> 1a7c8470c79a [2021-01-22T09:41:38.193Z] Step 20/21 : LABEL git_sha=6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b [2021-01-22T09:41:38.476Z] ---> Running in d53ba5e4d98a [2021-01-22T09:41:38.476Z] ---> Running in f9056df46707 [2021-01-22T09:41:38.752Z] Removing intermediate container 9a6ff2c0157b [2021-01-22T09:41:38.752Z] Removing intermediate container bf85f4602700 [2021-01-22T09:41:38.752Z] ---> c2379672adf7 [2021-01-22T09:41:38.752Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-22T09:41:38.752Z] ---> c7a93631f7d2 [2021-01-22T09:41:38.752Z] Step 22/22 : LABEL version=0.0.0 [2021-01-22T09:41:39.025Z] Removing intermediate container d53ba5e4d98a [2021-01-22T09:41:39.025Z] ---> 1a9836fc483a [2021-01-22T09:41:39.025Z] Step 21/22 : LABEL git_sha=6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b [2021-01-22T09:41:39.302Z] ---> Running in 9304afab21bc [2021-01-22T09:41:39.302Z] ---> Running in 813dc6be812c [2021-01-22T09:41:39.302Z] Removing intermediate container f9056df46707 [2021-01-22T09:41:39.302Z] ---> b7731b94797b [2021-01-22T09:41:39.302Z] Step 21/21 : LABEL version=0.0.0 [2021-01-22T09:41:39.302Z] ---> Running in fab089f949c9 [2021-01-22T09:41:39.586Z] ---> Running in 7d9b3992e65a [2021-01-22T09:41:39.860Z] Removing intermediate container 9304afab21bc [2021-01-22T09:41:39.860Z] ---> 9419dbc1edf2 [2021-01-22T09:41:39.860Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-22T09:41:39.860Z] Removing intermediate container 5d788231a636 [2021-01-22T09:41:39.860Z] ---> c45d8dd16586 [2021-01-22T09:41:39.860Z] [2021-01-22T09:41:39.860Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T09:41:40.134Z] ---> afeebe901d6b [2021-01-22T09:41:40.134Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-22T09:41:40.134Z] Removing intermediate container 813dc6be812c [2021-01-22T09:41:40.134Z] ---> 082e2d8d270e [2021-01-22T09:41:40.134Z] [2021-01-22T09:41:40.134Z] Removing intermediate container fab089f949c9 [2021-01-22T09:41:40.134Z] ---> 1a5729a93493 [2021-01-22T09:41:40.134Z] Step 22/22 : LABEL version=0.0.0 [2021-01-22T09:41:40.408Z] ---> Running in 87a96be2669c [2021-01-22T09:41:40.408Z] ---> Running in ce63278e45ce [2021-01-22T09:41:40.408Z] ---> Running in c97728696964 [2021-01-22T09:41:40.408Z] Removing intermediate container 7d9b3992e65a [2021-01-22T09:41:40.408Z] ---> 20ad6ebcc23f [2021-01-22T09:41:40.408Z] [2021-01-22T09:41:40.683Z] Successfully built 082e2d8d270e [2021-01-22T09:41:40.683Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-22T09:41:40.683Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-01-22T09:41:40.955Z] Successfully built 20ad6ebcc23f [2021-01-22T09:41:41.229Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-22T09:41:41.229Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 87a96be2669c [2021-01-22T09:41:41.229Z] ---> 8f0b57b87f85 [2021-01-22T09:41:41.229Z] Building docker-sys-mgmt-agent-go [2021-01-22T09:41:41.229Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-22T09:41:41.229Z] Removing intermediate container ce63278e45ce [2021-01-22T09:41:41.229Z] ---> aa68131571a2 [2021-01-22T09:41:41.229Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-22T09:41:41.229Z] Removing intermediate container c97728696964 [2021-01-22T09:41:41.229Z] ---> 69488305c928 [2021-01-22T09:41:41.229Z] [2021-01-22T09:41:41.502Z] ---> Running in e2f295cdd31b [2021-01-22T09:41:41.502Z] ---> Running in 26a5a43e7910 [2021-01-22T09:41:42.103Z] Successfully built 69488305c928 [2021-01-22T09:41:42.103Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-22T09:41:42.103Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-01-22T09:41:42.379Z] Removing intermediate container e2f295cdd31b [2021-01-22T09:41:42.379Z] ---> 208d981842ca [2021-01-22T09:41:42.379Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-22T09:41:42.379Z] ---> Running in ef919f7a330a [2021-01-22T09:41:42.656Z] Move dockerize executable [2021-01-22T09:41:42.928Z] Removing intermediate container ef919f7a330a [2021-01-22T09:41:42.928Z] ---> a5b030a216f4 [2021-01-22T09:41:42.928Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T09:41:43.202Z] ---> Running in 16a5835313b7 [2021-01-22T09:41:44.655Z] Removing intermediate container 26a5a43e7910 [2021-01-22T09:41:44.655Z] ---> cf8794316fff [2021-01-22T09:41:44.655Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-22T09:41:44.655Z] ---> Running in 475dcb76a0bd [2021-01-22T09:41:46.102Z] Removing intermediate container 475dcb76a0bd [2021-01-22T09:41:46.102Z] ---> 2b198f49d85c [2021-01-22T09:41:46.102Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-22T09:41:46.374Z] Removing intermediate container 16a5835313b7 [2021-01-22T09:41:46.374Z] ---> 66a910442d24 [2021-01-22T09:41:46.375Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-22T09:41:46.969Z] ---> Running in d5affc3321a7 [2021-01-22T09:41:47.563Z] ---> 2c2922cdf0df [2021-01-22T09:41:47.564Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-22T09:41:48.165Z] ---> Running in d32b144e0f3d [2021-01-22T09:41:49.148Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T09:41:50.138Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T09:41:50.732Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-22T09:41:50.732Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-22T09:41:50.732Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-22T09:41:51.005Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-22T09:41:51.309Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-22T09:41:51.309Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-22T09:41:51.309Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:41:51.309Z] OK: 8 MiB in 20 packages [2021-01-22T09:41:51.583Z] Removing intermediate container d32b144e0f3d [2021-01-22T09:41:51.583Z] ---> 0d28e0cf402b [2021-01-22T09:41:51.583Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T09:41:53.028Z] ---> 3e2bcc6359f5 [2021-01-22T09:41:53.028Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-22T09:41:53.306Z] Removing intermediate container d5affc3321a7 [2021-01-22T09:41:53.306Z] ---> 17692a29dd75 [2021-01-22T09:41:53.306Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T09:41:54.749Z] ---> 826618071edd [2021-01-22T09:41:54.749Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-22T09:41:54.749Z] ---> 9c17797731e2 [2021-01-22T09:41:54.749Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-22T09:41:56.193Z] ---> 4323a1b245f1 [2021-01-22T09:41:56.193Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-22T09:41:56.193Z] ---> 8a1090791c80 [2021-01-22T09:41:56.193Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-22T09:41:57.177Z] ---> ef60939daa45 [2021-01-22T09:41:57.177Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-22T09:41:57.177Z] ---> 876a7d3650cc [2021-01-22T09:41:57.177Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-22T09:41:57.452Z] ---> Running in 1d42329d3c7d [2021-01-22T09:41:58.048Z] Removing intermediate container 1d42329d3c7d [2021-01-22T09:41:58.048Z] ---> 2a119d7fd198 [2021-01-22T09:41:58.048Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T09:41:58.048Z] ---> Running in 89db52592e1c [2021-01-22T09:41:58.323Z] ---> ae02942fe296 [2021-01-22T09:41:58.323Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-22T09:41:58.593Z] ---> Running in c95bb5fbe681 [2021-01-22T09:41:58.866Z] Removing intermediate container 89db52592e1c [2021-01-22T09:41:58.866Z] ---> eaf58c212692 [2021-01-22T09:41:58.866Z] Step 21/23 : LABEL arch=arm64 [2021-01-22T09:41:58.866Z] ---> Running in a165c2ae282e [2021-01-22T09:41:59.141Z] Removing intermediate container c95bb5fbe681 [2021-01-22T09:41:59.141Z] ---> b00b2b68c7d7 [2021-01-22T09:41:59.141Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-22T09:41:59.736Z] Removing intermediate container a165c2ae282e [2021-01-22T09:41:59.736Z] ---> 6544a6fb9639 [2021-01-22T09:41:59.736Z] Step 22/23 : LABEL git_sha=6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b [2021-01-22T09:41:59.736Z] ---> Running in 74a422515dba [2021-01-22T09:42:00.021Z] ---> adefad1d4b32 [2021-01-22T09:42:00.021Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-22T09:42:00.616Z] ---> Running in 53d8c00b340d [2021-01-22T09:42:00.616Z] Removing intermediate container 74a422515dba [2021-01-22T09:42:00.616Z] ---> ff7ede2b7fb6 [2021-01-22T09:42:00.616Z] Step 23/23 : LABEL version=0.0.0 [2021-01-22T09:42:00.891Z] ---> Running in 8abfaca186e4 [2021-01-22T09:42:01.875Z] Removing intermediate container 8abfaca186e4 [2021-01-22T09:42:01.875Z] ---> 4c2d0859c45e [2021-01-22T09:42:01.875Z] [2021-01-22T09:42:02.155Z] Successfully built 4c2d0859c45e [2021-01-22T09:42:02.431Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-22T09:42:02.431Z]  Building docker-core-data-go ... done Building docker-core-command-go [2021-01-22T09:42:03.868Z] Removing intermediate container 53d8c00b340d [2021-01-22T09:42:03.868Z] ---> ed75874da34a [2021-01-22T09:42:03.868Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-22T09:42:04.141Z] ---> Running in 7878f8162d06 [2021-01-22T09:42:04.762Z] Removing intermediate container 7878f8162d06 [2021-01-22T09:42:04.762Z] ---> e233a0a73978 [2021-01-22T09:42:04.762Z] Step 30/33 : CMD ["gate"] [2021-01-22T09:42:05.741Z] ---> Running in a20da4c74fd1 [2021-01-22T09:42:06.341Z] Removing intermediate container a20da4c74fd1 [2021-01-22T09:42:06.341Z] ---> f2e2ca118c8a [2021-01-22T09:42:06.341Z] Step 31/33 : LABEL arch=arm64 [2021-01-22T09:42:06.941Z] ---> Running in cc11b33e313c [2021-01-22T09:42:07.922Z] Removing intermediate container cc11b33e313c [2021-01-22T09:42:07.923Z] ---> 6dc93ed117b9 [2021-01-22T09:42:07.923Z] Step 32/33 : LABEL git_sha=6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b [2021-01-22T09:42:08.531Z] ---> Running in f0eccd8727b8 [2021-01-22T09:42:09.515Z] Removing intermediate container f0eccd8727b8 [2021-01-22T09:42:09.515Z] ---> bdb1a969f39f [2021-01-22T09:42:09.515Z] Step 33/33 : LABEL version=0.0.0 [2021-01-22T09:42:10.116Z] ---> Running in 7be7ebd69e12 [2021-01-22T09:42:10.713Z] Removing intermediate container 7be7ebd69e12 [2021-01-22T09:42:10.713Z] ---> 760836189004 [2021-01-22T09:42:10.713Z] [2021-01-22T09:42:11.308Z] Successfully built 760836189004 [2021-01-22T09:42:11.308Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-22T09:42:33.502Z]  Building docker-security-bootstrapper-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T09:42:33.502Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-22T09:42:33.502Z] ---> b255c1ee82cb [2021-01-22T09:42:33.502Z] Step 3/24 : WORKDIR /edgex-go [2021-01-22T09:42:33.502Z] ---> Using cache [2021-01-22T09:42:33.502Z] ---> 54edb0bb0f9e [2021-01-22T09:42:33.502Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T09:42:33.502Z] ---> Using cache [2021-01-22T09:42:33.502Z] ---> e514d80f42c3 [2021-01-22T09:42:33.502Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-22T09:42:33.781Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T09:42:33.781Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-22T09:42:33.781Z] ---> b255c1ee82cb [2021-01-22T09:42:33.781Z] Step 3/26 : WORKDIR /edgex-go [2021-01-22T09:42:33.781Z] ---> Using cache [2021-01-22T09:42:33.781Z] ---> 54edb0bb0f9e [2021-01-22T09:42:33.781Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T09:42:33.781Z] ---> Using cache [2021-01-22T09:42:33.781Z] ---> e514d80f42c3 [2021-01-22T09:42:33.781Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-22T09:42:34.820Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T09:42:34.820Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T09:42:34.820Z] ---> b255c1ee82cb [2021-01-22T09:42:34.820Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T09:42:34.820Z] ---> Using cache [2021-01-22T09:42:34.820Z] ---> 54edb0bb0f9e [2021-01-22T09:42:34.820Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T09:42:34.820Z] ---> Using cache [2021-01-22T09:42:34.820Z] ---> e514d80f42c3 [2021-01-22T09:42:34.820Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-22T09:42:39.198Z] ---> Running in 4da6563a81b6 [2021-01-22T09:42:39.198Z] ---> Running in 6bd6a1d1d0d7 [2021-01-22T09:42:39.198Z] ---> Running in c1a91514bfaa [2021-01-22T09:42:39.198Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T09:42:39.198Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T09:42:39.198Z] ---> b255c1ee82cb [2021-01-22T09:42:39.198Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T09:42:39.198Z] ---> Using cache [2021-01-22T09:42:39.198Z] ---> 54edb0bb0f9e [2021-01-22T09:42:39.198Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T09:42:39.198Z] ---> Using cache [2021-01-22T09:42:39.198Z] ---> e514d80f42c3 [2021-01-22T09:42:39.198Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-22T09:42:39.198Z] ---> Running in b293036bc8ee [2021-01-22T09:42:40.660Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T09:42:40.660Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T09:42:40.660Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T09:42:40.660Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T09:42:41.268Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T09:42:41.268Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T09:42:41.268Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T09:42:41.564Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T09:42:41.840Z] OK: 217 MiB in 51 packages [2021-01-22T09:42:42.138Z] OK: 217 MiB in 51 packages [2021-01-22T09:42:42.138Z] OK: 217 MiB in 51 packages [2021-01-22T09:42:42.138Z] OK: 217 MiB in 51 packages [2021-01-22T09:42:43.630Z] Removing intermediate container 6bd6a1d1d0d7 [2021-01-22T09:42:43.630Z] ---> 07ac49722627 [2021-01-22T09:42:43.630Z] Step 6/24 : COPY go.mod . [2021-01-22T09:42:43.630Z] Removing intermediate container 4da6563a81b6 [2021-01-22T09:42:43.630Z] ---> 8b946eb18d84 [2021-01-22T09:42:43.630Z] Step 6/23 : COPY go.mod . [2021-01-22T09:42:43.908Z] Removing intermediate container b293036bc8ee [2021-01-22T09:42:43.908Z] ---> 0d4ddd48c413 [2021-01-22T09:42:43.908Z] Step 6/23 : COPY go.mod . [2021-01-22T09:42:44.195Z] Removing intermediate container c1a91514bfaa [2021-01-22T09:42:44.195Z] ---> 7ff01e2825a1 [2021-01-22T09:42:44.195Z] Step 6/26 : COPY go.mod . [2021-01-22T09:42:44.195Z] ---> e1799d080b35 [2021-01-22T09:42:44.195Z] Step 7/24 : RUN go mod download [2021-01-22T09:42:44.491Z] ---> Running in 48e5da3273f9 [2021-01-22T09:42:44.788Z] ---> 9b6b46952c92 [2021-01-22T09:42:44.788Z] Step 7/23 : RUN go mod download [2021-01-22T09:42:45.085Z] ---> 96839633b01a [2021-01-22T09:42:45.085Z] Step 7/23 : RUN go mod download [2021-01-22T09:42:45.085Z] ---> Running in 5e1af2785c9a [2021-01-22T09:42:45.085Z] ---> a32912d13362 [2021-01-22T09:42:45.085Z] Step 7/26 : RUN go mod download [2021-01-22T09:42:45.383Z] ---> Running in 37b74fba37fc [2021-01-22T09:42:45.383Z] ---> Running in d56cc61b6723 [2021-01-22T09:42:48.108Z] Removing intermediate container 48e5da3273f9 [2021-01-22T09:42:48.108Z] ---> 35d490bd5391 [2021-01-22T09:42:48.108Z] Step 8/24 : COPY . . [2021-01-22T09:42:48.717Z] Removing intermediate container 5e1af2785c9a [2021-01-22T09:42:48.717Z] ---> 81b4d2ced005 [2021-01-22T09:42:48.717Z] Step 8/23 : COPY . . [2021-01-22T09:42:50.213Z] Removing intermediate container 37b74fba37fc [2021-01-22T09:42:50.213Z] ---> 7157d80cead0 [2021-01-22T09:42:50.213Z] Step 8/23 : COPY . . [2021-01-22T09:42:50.213Z] Removing intermediate container d56cc61b6723 [2021-01-22T09:42:50.213Z] ---> cce338dedd6b [2021-01-22T09:42:50.213Z] Step 8/26 : COPY . . [2021-01-22T09:43:12.481Z] ---> c42dd9bd4355 [2021-01-22T09:43:12.481Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-22T09:43:12.481Z] ---> 7ed209e3aa44 [2021-01-22T09:43:12.481Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-22T09:43:12.481Z] ---> 5c0f333548e4 [2021-01-22T09:43:12.481Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-22T09:43:12.481Z] ---> afb9c87a6c87 [2021-01-22T09:43:12.481Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-22T09:43:12.759Z] ---> Running in b29fbd8da372 [2021-01-22T09:43:12.759Z] ---> Running in 82b510c5d44f [2021-01-22T09:43:12.759Z] ---> Running in 7d5b96567a44 [2021-01-22T09:43:13.036Z] ---> Running in 1784ea855467 [2021-01-22T09:43:14.476Z] 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-22T09:43:14.754Z] 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-22T09:43:14.754Z] 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-22T09:43:14.754Z] 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-22T09:44:22.883Z] 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-22T09:44:31.218Z] Removing intermediate container b29fbd8da372 [2021-01-22T09:44:31.218Z] ---> a766ce4fe885 [2021-01-22T09:44:31.218Z] [2021-01-22T09:44:31.218Z] Step 10/24 : FROM alpine:3.12 [2021-01-22T09:44:31.218Z] ---> afeebe901d6b [2021-01-22T09:44:31.218Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-22T09:44:31.218Z] ---> Running in 7fba789da6c1 [2021-01-22T09:44:31.828Z] Removing intermediate container 7d5b96567a44 [2021-01-22T09:44:31.828Z] ---> f875c5cf4a69 [2021-01-22T09:44:31.828Z] [2021-01-22T09:44:31.828Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T09:44:31.828Z] ---> afeebe901d6b [2021-01-22T09:44:31.828Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-22T09:44:31.828Z] ---> Using cache [2021-01-22T09:44:31.828Z] ---> 015041253900 [2021-01-22T09:44:31.828Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T09:44:31.828Z] ---> Using cache [2021-01-22T09:44:31.828Z] ---> e0ab64d47ca5 [2021-01-22T09:44:31.828Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-22T09:44:31.828Z] Removing intermediate container 1784ea855467 [2021-01-22T09:44:31.828Z] ---> 5f8f3e5d474f [2021-01-22T09:44:31.828Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-22T09:44:32.104Z] ---> Running in de5f6bda890d [2021-01-22T09:44:32.104Z] ---> Running in c5561335d370 [2021-01-22T09:44:33.095Z] Removing intermediate container de5f6bda890d [2021-01-22T09:44:33.095Z] ---> 66e5ce7102db [2021-01-22T09:44:33.095Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-22T09:44:33.095Z] ---> Running in 228d4859b895 [2021-01-22T09:44:33.376Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T09:44:33.651Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T09:44:33.651Z] 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-22T09:44:33.924Z] Removing intermediate container 228d4859b895 [2021-01-22T09:44:33.924Z] ---> ee4734bcb633 [2021-01-22T09:44:33.924Z] Step 15/23 : WORKDIR / [2021-01-22T09:44:33.924Z] ---> Running in 6e37b6e3ca7c [2021-01-22T09:44:34.195Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-22T09:44:34.195Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T09:44:34.195Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-22T09:44:34.195Z] (4/5) Installing curl (7.69.1-r3) [2021-01-22T09:44:34.195Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-22T09:44:34.195Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:44:34.475Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T09:44:34.475Z] OK: 7 MiB in 19 packages [2021-01-22T09:44:34.751Z] Removing intermediate container 6e37b6e3ca7c [2021-01-22T09:44:34.751Z] ---> 66dea2a38402 [2021-01-22T09:44:34.751Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T09:44:35.735Z] ---> b021edb15ce2 [2021-01-22T09:44:35.735Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-22T09:44:37.199Z] Removing intermediate container 7fba789da6c1 [2021-01-22T09:44:37.199Z] ---> 3683a1d3aba7 [2021-01-22T09:44:37.199Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T09:44:37.482Z] ---> Running in 7d47e73410d1 [2021-01-22T09:44:37.762Z] ---> 107ebd56631d [2021-01-22T09:44:37.762Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-22T09:44:38.044Z] Removing intermediate container c5561335d370 [2021-01-22T09:44:38.044Z] ---> 16761e12d5f1 [2021-01-22T09:44:38.044Z] [2021-01-22T09:44:38.044Z] Step 11/26 : FROM docker:20.10.0 [2021-01-22T09:44:38.044Z] 20.10.0: Pulling from library/docker [2021-01-22T09:44:38.332Z] Removing intermediate container 7d47e73410d1 [2021-01-22T09:44:38.332Z] ---> 9165a498b5b6 [2021-01-22T09:44:38.332Z] Step 13/24 : WORKDIR / [2021-01-22T09:44:38.616Z] ---> Running in 6e867d5b0037 [2021-01-22T09:44:38.912Z] ---> 357b6a8650e0 [2021-01-22T09:44:38.912Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-22T09:44:39.512Z] ---> Running in 1c4268611bf7 [2021-01-22T09:44:39.786Z] Removing intermediate container 6e867d5b0037 [2021-01-22T09:44:39.786Z] ---> 8ff81669ae20 [2021-01-22T09:44:39.786Z] 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-22T09:44:40.779Z] Removing intermediate container 1c4268611bf7 [2021-01-22T09:44:40.779Z] ---> f9a183425d84 [2021-01-22T09:44:40.779Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T09:44:41.379Z] ---> 4336f3446dd7 [2021-01-22T09:44:41.379Z] 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-22T09:44:41.379Z] ---> Running in 80e5f503fd55 [2021-01-22T09:44:42.368Z] Removing intermediate container 80e5f503fd55 [2021-01-22T09:44:42.368Z] ---> 6a5fa6f60006 [2021-01-22T09:44:42.368Z] Step 21/23 : LABEL arch=arm64 [2021-01-22T09:44:42.643Z] ---> 2042d447db0c [2021-01-22T09:44:42.643Z] Removing intermediate container 82b510c5d44f [2021-01-22T09:44:42.643Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml ---> a729c262a6e3 [2021-01-22T09:44:42.643Z] [2021-01-22T09:44:42.643Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T09:44:42.643Z] ---> afeebe901d6b [2021-01-22T09:44:42.643Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-22T09:44:42.643Z] ---> Using cache [2021-01-22T09:44:42.643Z] ---> 015041253900 [2021-01-22T09:44:42.643Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T09:44:42.643Z] ---> Using cache [2021-01-22T09:44:42.643Z] ---> e0ab64d47ca5 [2021-01-22T09:44:42.643Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-22T09:44:42.643Z] [2021-01-22T09:44:42.917Z] ---> Running in 87c4b893cf4f [2021-01-22T09:44:43.192Z] ---> Running in d98cdf62f911 [2021-01-22T09:44:43.793Z] Removing intermediate container 87c4b893cf4f [2021-01-22T09:44:43.793Z] ---> c44c3563310a [2021-01-22T09:44:43.793Z] Step 22/23 : LABEL git_sha=6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b [2021-01-22T09:44:44.070Z] ---> fa46aa0ee5bb [2021-01-22T09:44:44.070Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-22T09:44:44.070Z] Removing intermediate container d98cdf62f911 [2021-01-22T09:44:44.070Z] ---> 257f9ff62ae3 [2021-01-22T09:44:44.070Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-22T09:44:44.345Z] ---> Running in 9c852d090064 [2021-01-22T09:44:44.617Z] ---> Running in 9cd2c53d3d97 [2021-01-22T09:44:45.225Z] Removing intermediate container 9c852d090064 [2021-01-22T09:44:45.225Z] ---> fbaad42c416e [2021-01-22T09:44:45.225Z] Step 23/23 : LABEL version=0.0.0 [2021-01-22T09:44:45.506Z] Removing intermediate container 9cd2c53d3d97 [2021-01-22T09:44:45.506Z] ---> 0fc1e87c5ce0 [2021-01-22T09:44:45.506Z] Step 15/23 : WORKDIR / [2021-01-22T09:44:45.797Z] ---> Running in c0842cde625d [2021-01-22T09:44:46.074Z] ---> 2f17ff3f95cf [2021-01-22T09:44:46.074Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-22T09:44:46.074Z] ---> Running in 01cf6c2663b4 [2021-01-22T09:44:46.347Z] Removing intermediate container c0842cde625d [2021-01-22T09:44:46.347Z] ---> da1cf6a3f7b7 [2021-01-22T09:44:46.347Z] [2021-01-22T09:44:46.942Z] Successfully built da1cf6a3f7b7 [2021-01-22T09:44:46.942Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-22T09:44:46.942Z]  Building docker-core-command-go ... done Removing intermediate container 01cf6c2663b4 [2021-01-22T09:44:46.942Z] ---> 249da774ce88 [2021-01-22T09:44:46.942Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T09:44:47.921Z] ---> 85b62583088a [2021-01-22T09:44:47.921Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-22T09:44:48.195Z] ---> 6953733ff306 [2021-01-22T09:44:48.195Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-22T09:44:49.175Z] ---> 365b489c2aa9 [2021-01-22T09:44:49.175Z] 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-22T09:44:49.175Z] ---> Running in 84289420c82c [2021-01-22T09:44:49.773Z] ---> 2806de7f5d27 [2021-01-22T09:44:49.773Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-22T09:44:50.372Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-22T09:44:50.651Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-22T09:44:50.651Z] ---> eeaf43b92773 [2021-01-22T09:44:50.651Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-22T09:44:50.651Z] ---> e83aca5838a9 [2021-01-22T09:44:50.651Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-22T09:44:50.651Z] ---> Running in ca4aba3591f6 [2021-01-22T09:44:50.928Z] ---> Running in e5684d2c31b7 [2021-01-22T09:44:51.529Z] Removing intermediate container e5684d2c31b7 [2021-01-22T09:44:51.529Z] ---> 2a1cf27af0b2 [2021-01-22T09:44:51.529Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T09:44:51.803Z] ---> Running in 380d22dfda8b [2021-01-22T09:44:51.803Z] Removing intermediate container 84289420c82c [2021-01-22T09:44:51.803Z] ---> e9c59d40be0c [2021-01-22T09:44:51.803Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-22T09:44:52.074Z] ---> Running in 9a9b28958a44 [2021-01-22T09:44:52.074Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T09:44:52.344Z] Removing intermediate container 380d22dfda8b [2021-01-22T09:44:52.344Z] ---> 8d1601b94a37 [2021-01-22T09:44:52.344Z] Step 21/23 : LABEL arch=arm64 [2021-01-22T09:44:52.344Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T09:44:52.344Z] ---> Running in 3f1e8385118a [2021-01-22T09:44:52.615Z] Removing intermediate container 9a9b28958a44 [2021-01-22T09:44:52.615Z] ---> e2ab08836374 [2021-01-22T09:44:52.615Z] Step 22/24 : LABEL arch=arm64 [2021-01-22T09:44:52.891Z] ---> Running in c6cca4e29dd1 [2021-01-22T09:44:52.891Z] (1/2) Installing readline (8.0.4-r0) [2021-01-22T09:44:52.891Z] (2/2) Installing bash (5.0.17-r0) [2021-01-22T09:44:52.891Z] Executing bash-5.0.17-r0.post-install [2021-01-22T09:44:52.891Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:44:52.891Z] OK: 12 MiB in 22 packages [2021-01-22T09:44:53.168Z] Removing intermediate container 3f1e8385118a [2021-01-22T09:44:53.168Z] ---> ce36bdd00c83 [2021-01-22T09:44:53.168Z] Step 22/23 : LABEL git_sha=6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b [2021-01-22T09:44:53.168Z] ---> Running in 5ab91ea2999d [2021-01-22T09:44:53.439Z] Removing intermediate container c6cca4e29dd1 [2021-01-22T09:44:53.439Z] ---> 8107c623a394 [2021-01-22T09:44:53.439Z] Step 23/24 : LABEL git_sha=6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b [2021-01-22T09:44:53.709Z] ---> Running in 7b2908e1c80c [2021-01-22T09:44:53.979Z] Removing intermediate container 5ab91ea2999d [2021-01-22T09:44:53.979Z] ---> e16513f2ba46 [2021-01-22T09:44:53.979Z] Step 23/23 : LABEL version=0.0.0 [2021-01-22T09:44:53.979Z] ---> Running in b1a8146e0a36 [2021-01-22T09:44:54.253Z] Removing intermediate container 7b2908e1c80c [2021-01-22T09:44:54.253Z] ---> 137b5653d7b6 [2021-01-22T09:44:54.253Z] Step 24/24 : LABEL version=0.0.0 [2021-01-22T09:44:54.253Z] Removing intermediate container ca4aba3591f6 [2021-01-22T09:44:54.253Z] ---> 6c81e8f58961 [2021-01-22T09:44:54.253Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-22T09:44:54.253Z] ---> Running in fb4cdaa08914 [2021-01-22T09:44:54.530Z] ---> Running in 8121716f5879 [2021-01-22T09:44:54.530Z] Removing intermediate container b1a8146e0a36 [2021-01-22T09:44:54.530Z] ---> e27153b38330 [2021-01-22T09:44:54.530Z] [2021-01-22T09:44:54.805Z] Removing intermediate container fb4cdaa08914 [2021-01-22T09:44:54.805Z] ---> 1bc3599ac0b3 [2021-01-22T09:44:54.805Z] [2021-01-22T09:44:55.088Z] Successfully built e27153b38330 [2021-01-22T09:44:55.088Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-22T09:44:55.088Z]  Building docker-core-metadata-go ... done Removing intermediate container 8121716f5879 [2021-01-22T09:44:55.088Z] ---> abca7c34ebf4 [2021-01-22T09:44:55.088Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-22T09:44:55.361Z] Successfully built 1bc3599ac0b3 [2021-01-22T09:44:55.361Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-22T09:44:55.361Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in e48c27f699f9 [2021-01-22T09:44:55.968Z] Removing intermediate container e48c27f699f9 [2021-01-22T09:44:55.968Z] ---> 585b49bd43a3 [2021-01-22T09:44:55.968Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-22T09:44:55.968Z] ---> Running in 6f2783c56eb0 [2021-01-22T09:44:56.567Z] Removing intermediate container 6f2783c56eb0 [2021-01-22T09:44:56.567Z] ---> 5f6aa7862a28 [2021-01-22T09:44:56.567Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-22T09:44:57.590Z] ---> 8d5339d55d52 [2021-01-22T09:44:57.590Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-22T09:44:58.185Z] ---> 5c92f31897fc [2021-01-22T09:44:58.185Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-22T09:44:59.162Z] ---> 7eb920669ad8 [2021-01-22T09:44:59.162Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-22T09:44:59.162Z] ---> Running in 37ae0dba816d [2021-01-22T09:45:00.145Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T09:45:00.417Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T09:45:00.691Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-22T09:45:00.691Z] (2/33) Installing expat (2.2.9-r1) [2021-01-22T09:45:00.691Z] (3/33) Installing libffi (3.3-r2) [2021-01-22T09:45:00.691Z] (4/33) Installing gdbm (1.13-r1) [2021-01-22T09:45:00.691Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-22T09:45:00.965Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-22T09:45:00.965Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-22T09:45:02.958Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-22T09:45:02.958Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-22T09:45:02.958Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-22T09:45:02.958Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-22T09:45:02.958Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-22T09:45:02.958Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-22T09:45:02.958Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-22T09:45:02.958Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-22T09:45:02.958Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-22T09:45:02.958Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-22T09:45:02.958Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-22T09:45:02.958Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-22T09:45:02.958Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-22T09:45:02.958Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-22T09:45:02.958Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-22T09:45:02.958Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-22T09:45:02.958Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-22T09:45:02.958Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-22T09:45:03.235Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-22T09:45:03.235Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-22T09:45:03.235Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-22T09:45:03.235Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-22T09:45:03.235Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-22T09:45:03.235Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-22T09:45:03.235Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-22T09:45:03.235Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-22T09:45:03.510Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:45:03.510Z] OK: 71 MiB in 55 packages [2021-01-22T09:45:10.252Z] Removing intermediate container 37ae0dba816d [2021-01-22T09:45:10.252Z] ---> 2ae9471b58c9 [2021-01-22T09:45:10.252Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-22T09:45:10.252Z] ---> Running in 8f5daad4f907 [2021-01-22T09:45:14.570Z] Collecting docker-compose==1.23.2 [2021-01-22T09:45:14.570Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-22T09:45:15.187Z] Collecting cached-property<2,>=1.2.0 [2021-01-22T09:45:15.187Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-22T09:45:15.489Z] Collecting docker<4.0,>=3.6.0 [2021-01-22T09:45:15.489Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-22T09:45:16.487Z] Collecting jsonschema<3,>=2.5.1 [2021-01-22T09:45:16.487Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-22T09:45:16.781Z] Collecting texttable<0.10,>=0.9.0 [2021-01-22T09:45:16.781Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-22T09:45:20.245Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-22T09:45:20.245Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-22T09:45:20.245Z] Collecting docopt<0.7,>=0.6.1 [2021-01-22T09:45:20.245Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-22T09:45:21.701Z] 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-22T09:45:21.974Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-22T09:45:22.247Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-22T09:45:23.225Z] Collecting PyYAML<4,>=3.10 [2021-01-22T09:45:23.225Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-22T09:45:25.885Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-22T09:45:25.885Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-22T09:45:27.963Z] Collecting docker-pycreds>=0.4.0 [2021-01-22T09:45:27.963Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-22T09:45:27.963Z] Collecting idna<2.8,>=2.5 [2021-01-22T09:45:27.963Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-22T09:45:28.558Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-22T09:45:28.558Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-22T09:45:28.843Z] 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-22T09:45:28.843Z] 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-22T09:45:28.843Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-22T09:45:28.843Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-22T09:45:28.843Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-22T09:45:28.843Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-22T09:45:29.487Z] Installing collected packages: cached-property, websocket-client, idna, urllib3, requests, docker-pycreds, docker, jsonschema, texttable, docopt, PyYAML, dockerpty, docker-compose [2021-01-22T09:45:30.135Z] Attempting uninstall: idna [2021-01-22T09:45:30.135Z] Found existing installation: idna 2.9 [2021-01-22T09:45:30.135Z] Uninstalling idna-2.9: [2021-01-22T09:45:30.135Z] Successfully uninstalled idna-2.9 [2021-01-22T09:45:30.780Z] Attempting uninstall: urllib3 [2021-01-22T09:45:30.780Z] Found existing installation: urllib3 1.25.9 [2021-01-22T09:45:30.780Z] Uninstalling urllib3-1.25.9: [2021-01-22T09:45:31.057Z] Successfully uninstalled urllib3-1.25.9 [2021-01-22T09:45:31.334Z] Attempting uninstall: requests [2021-01-22T09:45:31.334Z] Found existing installation: requests 2.23.0 [2021-01-22T09:45:31.334Z] Uninstalling requests-2.23.0: [2021-01-22T09:45:31.605Z] Successfully uninstalled requests-2.23.0 [2021-01-22T09:45:33.027Z] Running setup.py install for texttable: started [2021-01-22T09:45:34.987Z] Running setup.py install for texttable: finished with status 'done' [2021-01-22T09:45:34.987Z] Running setup.py install for docopt: started [2021-01-22T09:45:36.413Z] Running setup.py install for docopt: finished with status 'done' [2021-01-22T09:45:36.413Z] Running setup.py install for PyYAML: started [2021-01-22T09:45:38.370Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-22T09:45:38.370Z] Running setup.py install for dockerpty: started [2021-01-22T09:45:40.341Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-22T09:45:41.322Z] 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-22T09:45:44.705Z] Removing intermediate container 8f5daad4f907 [2021-01-22T09:45:44.705Z] ---> 66b023fe885a [2021-01-22T09:45:44.705Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-22T09:45:44.982Z] ---> Running in 816be11c7695 [2021-01-22T09:45:45.953Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T09:45:46.222Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T09:45:46.812Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T09:45:46.813Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-22T09:45:46.813Z] (3/3) Installing curl (7.69.1-r3) [2021-01-22T09:45:46.813Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T09:45:46.813Z] OK: 71 MiB in 58 packages [2021-01-22T09:45:48.252Z] Removing intermediate container 816be11c7695 [2021-01-22T09:45:48.252Z] ---> 61ece5329757 [2021-01-22T09:45:48.252Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-22T09:45:48.252Z] ---> Running in 22585b3be94d [2021-01-22T09:45:48.526Z] Removing intermediate container 22585b3be94d [2021-01-22T09:45:48.526Z] ---> 0d21a3c74976 [2021-01-22T09:45:48.526Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T09:45:48.798Z] ---> Running in 7756aade0099 [2021-01-22T09:45:49.071Z] Removing intermediate container 7756aade0099 [2021-01-22T09:45:49.071Z] ---> 0ccc98309a63 [2021-01-22T09:45:49.071Z] Step 24/26 : LABEL arch=arm64 [2021-01-22T09:45:49.345Z] ---> Running in 4cf0d1255221 [2021-01-22T09:45:49.940Z] Removing intermediate container 4cf0d1255221 [2021-01-22T09:45:49.940Z] ---> 75babac213b8 [2021-01-22T09:45:49.940Z] Step 25/26 : LABEL git_sha=6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b [2021-01-22T09:45:49.940Z] ---> Running in 9e640c77b099 [2021-01-22T09:45:50.536Z] Removing intermediate container 9e640c77b099 [2021-01-22T09:45:50.536Z] ---> 32a566407fcd [2021-01-22T09:45:50.536Z] Step 26/26 : LABEL version=0.0.0 [2021-01-22T09:45:50.536Z] ---> Running in 0c88bdb5a1c2 [2021-01-22T09:45:51.128Z] Removing intermediate container 0c88bdb5a1c2 [2021-01-22T09:45:51.128Z] ---> 724964abd4e4 [2021-01-22T09:45:51.128Z] [2021-01-22T09:45:51.400Z] Successfully built 724964abd4e4 [2021-01-22T09:45:51.400Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-22T09:45:51.685Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-22T09:45:51.652Z] $ docker stop --time=1 76f6ef470caf2c09a05df5875ad950e84e070512b307552b8bd96b937c1a54b4 [2021-01-22T09:45:53.583Z] $ docker rm -f 76f6ef470caf2c09a05df5875ad950e84e070512b307552b8bd96b937c1a54b4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T09:45:54.366Z] + + docker images [2021-01-22T09:45:54.366Z] grep docker [2021-01-22T09:45:54.640Z] docker-sys-mgmt-agent-go-arm64 latest 724964abd4e4 4 seconds ago 300MB [2021-01-22T09:45:54.640Z] docker-core-metadata-go-arm64 latest e27153b38330 About a minute ago 17.7MB [2021-01-22T09:45:54.640Z] docker-security-secretstore-setup-go-arm64 latest 1bc3599ac0b3 About a minute ago 23.4MB [2021-01-22T09:45:54.640Z] docker-core-command-go-arm64 latest da1cf6a3f7b7 About a minute ago 15.4MB [2021-01-22T09:45:54.640Z] docker-security-bootstrapper-go-arm64 latest 760836189004 3 minutes ago 40.3MB [2021-01-22T09:45:54.640Z] docker-core-data-go-arm64 latest 4c2d0859c45e 3 minutes ago 21MB [2021-01-22T09:45:54.640Z] docker-support-notifications-go-arm64 latest 69488305c928 4 minutes ago 16MB [2021-01-22T09:45:54.640Z] docker-security-proxy-setup-go-arm64 latest 20ad6ebcc23f 4 minutes ago 23.2MB [2021-01-22T09:45:54.640Z] docker-support-scheduler-go-arm64 latest 082e2d8d270e 4 minutes ago 15.5MB [2021-01-22T09:45:54.640Z] 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) [Pipeline] unstash [Pipeline] wrap [2021-01-22T09:45:56.836Z] provisioning config files... [2021-01-22T09:45:56.854Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config8588646990626707356tmp [Pipeline] { [Pipeline] sh [2021-01-22T09:45:57.229Z] + set +x [2021-01-22T09:45:57.229Z] + curl -s https://codecov.io/bash [2021-01-22T09:45:57.229Z] + bash -s -- [2021-01-22T09:45:57.806Z] [2021-01-22T09:45:57.806Z] _____ _ [2021-01-22T09:45:57.806Z] / ____| | | [2021-01-22T09:45:57.806Z] | | ___ __| | ___ ___ _____ __ [2021-01-22T09:45:57.806Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-22T09:45:57.806Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-22T09:45:57.806Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-22T09:45:57.806Z] Bash-20210115-cec3c92 [2021-01-22T09:45:57.806Z] [2021-01-22T09:45:57.806Z] [2021-01-22T09:45:57.806Z] ==> git version 2.24.3 found [2021-01-22T09:45:57.806Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-22T09:45:57.806Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-22T09:45:57.806Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-22T09:45:57.806Z] ==> Jenkins CI detected. [2021-01-22T09:45:57.806Z] project root: . [2021-01-22T09:45:57.807Z] --> token set from env [2021-01-22T09:45:57.807Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-22T09:45:57.807Z] ==> Running gcov in . (disable via -X gcov) [2021-01-22T09:45:57.807Z] ==> Python coveragepy not found [2021-01-22T09:45:57.807Z] ==> Searching for coverage reports in: [2021-01-22T09:45:57.807Z] + . [2021-01-22T09:45:57.807Z] -> Found 1 reports [2021-01-22T09:45:57.807Z] ==> Detecting git/mercurial file structure [2021-01-22T09:45:57.807Z] ==> Reading reports [2021-01-22T09:45:57.807Z] + ./coverage.out bytes=565147 [2021-01-22T09:45:57.807Z] ==> Appending adjustments [2021-01-22T09:45:57.807Z] https://docs.codecov.io/docs/fixing-reports [2021-01-22T09:46:01.118Z] + Found adjustments [2021-01-22T09:46:01.118Z] ==> Gzipping contents [2021-01-22T09:46:01.118Z] 84K /tmp/codecov.x0MQh5.gz [2021-01-22T09:46:01.118Z] ==> Uploading reports [2021-01-22T09:46:01.118Z] url: https://codecov.io [2021-01-22T09:46:01.119Z] query: branch=PR-3066&commit=6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3066%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3066&job=&cmd_args= [2021-01-22T09:46:01.119Z] -> Pinging Codecov [2021-01-22T09:46:01.119Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3066&commit=6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3066%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3066&job=&cmd_args= [2021-01-22T09:46:01.708Z] -> Uploading to [2021-01-22T09:46:01.708Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-22/00271124DB129430A58F1EEE437C3FCB/6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b/d7afc4ae-f188-41e6-8fc2-60e01cbfd7bf.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210122%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210122T094601Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=27a908b47167be36611a089a8d982f9214b40537bfca076855278c3e75313a1f [2021-01-22T09:46:01.708Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T09:46:01.708Z] Dload Upload Total Spent Left Speed [2021-01-22T09:46:02.341Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85558 0 0 100 85558 0 143k --:--:-- --:--:-- --:--:-- 143k [2021-01-22T09:46:02.341Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/6b9e3f1fc0f713c1c4d200bf9ba391ee710f1a1b [Pipeline] } [2021-01-22T09:46:02.388Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-22T09:46:04.653Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T09:46:05.542Z] ---> package-listing.sh [2021-01-22T09:46:05.542Z] ++ facter osfamily [2021-01-22T09:46:05.542Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-22T09:46:05.542Z] + OS_FAMILY=redhat [2021-01-22T09:46:05.542Z] + workspace=/w/workspace/edgex-go/2 [2021-01-22T09:46:05.542Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-22T09:46:05.542Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-22T09:46:05.542Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-22T09:46:05.542Z] + PACKAGES=/tmp/packages_start.txt [2021-01-22T09:46:05.542Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-22T09:46:05.542Z] + PACKAGES=/tmp/packages_end.txt [2021-01-22T09:46:05.542Z] + case "${OS_FAMILY}" in [2021-01-22T09:46:05.542Z] + rpm -qa [2021-01-22T09:46:05.542Z] + sort [2021-01-22T09:46:10.934Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-22T09:46:10.934Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-22T09:46:10.934Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-22T09:46:10.934Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-22T09:46:10.934Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-01-22T09:46:10.934Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-01-22T09:46:10.950Z] 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-22T09:46:11.291Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:46:11.613Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T09:46:11.613Z] [2021-01-22T09:46:11.613Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-22T09:46:12.023Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T09:46:12.024Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-22T09:46:12.024Z] df20fa9351a1: Pulling fs layer [2021-01-22T09:46:12.024Z] 36b3adc4ff6f: Pulling fs layer [2021-01-22T09:46:12.024Z] 8ad3a11d3b57: Pulling fs layer [2021-01-22T09:46:12.024Z] 46f8f816bc3b: Pulling fs layer [2021-01-22T09:46:12.024Z] 93b61091891f: Pulling fs layer [2021-01-22T09:46:12.024Z] 93b9cdb0e59b: Pulling fs layer [2021-01-22T09:46:12.024Z] 5e14af77c1be: Pulling fs layer [2021-01-22T09:46:12.024Z] 01666e4c0597: Pulling fs layer [2021-01-22T09:46:12.024Z] aa168da1d23b: Pulling fs layer [2021-01-22T09:46:12.024Z] 93b9cdb0e59b: Waiting [2021-01-22T09:46:12.024Z] 5e14af77c1be: Waiting [2021-01-22T09:46:12.024Z] 01666e4c0597: Waiting [2021-01-22T09:46:12.024Z] aa168da1d23b: Waiting [2021-01-22T09:46:12.024Z] 46f8f816bc3b: Waiting [2021-01-22T09:46:12.024Z] 36b3adc4ff6f: Verifying Checksum [2021-01-22T09:46:12.024Z] 36b3adc4ff6f: Download complete [2021-01-22T09:46:12.024Z] 46f8f816bc3b: Verifying Checksum [2021-01-22T09:46:12.024Z] 46f8f816bc3b: Download complete [2021-01-22T09:46:12.307Z] df20fa9351a1: Verifying Checksum [2021-01-22T09:46:12.307Z] df20fa9351a1: Download complete [2021-01-22T09:46:12.307Z] 93b61091891f: Verifying Checksum [2021-01-22T09:46:12.307Z] 93b61091891f: Download complete [2021-01-22T09:46:12.307Z] 93b9cdb0e59b: Download complete [2021-01-22T09:46:12.307Z] 5e14af77c1be: Verifying Checksum [2021-01-22T09:46:12.307Z] 5e14af77c1be: Download complete [2021-01-22T09:46:12.307Z] 01666e4c0597: Verifying Checksum [2021-01-22T09:46:12.307Z] 01666e4c0597: Download complete [2021-01-22T09:46:12.607Z] df20fa9351a1: Pull complete [2021-01-22T09:46:13.203Z] 36b3adc4ff6f: Pull complete [2021-01-22T09:46:13.203Z] 8ad3a11d3b57: Download complete [2021-01-22T09:46:14.178Z] 8ad3a11d3b57: Pull complete [2021-01-22T09:46:14.812Z] 46f8f816bc3b: Pull complete [2021-01-22T09:46:16.344Z] 93b61091891f: Pull complete [2021-01-22T09:46:16.344Z] 93b9cdb0e59b: Pull complete [2021-01-22T09:46:16.934Z] aa168da1d23b: Verifying Checksum [2021-01-22T09:46:16.934Z] aa168da1d23b: Download complete [2021-01-22T09:46:17.513Z] 5e14af77c1be: Pull complete [2021-01-22T09:46:17.780Z] 01666e4c0597: Pull complete [2021-01-22T09:46:26.091Z] aa168da1d23b: Pull complete [2021-01-22T09:46:26.091Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-22T09:46:26.091Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T09:46:26.091Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-22T09:46:26.318Z] prd-centos7-docker-4c-2g-22258 does not seem to be running inside a container [2021-01-22T09:46:26.395Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-22T09:46:33.500Z] $ docker top 9f64750b6e1ddd16805b728e2976647f2f2f9c0091ad13640af0b909298d8002 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T09:46:34.120Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-22T09:46:34.420Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-22T09:46:34.717Z] + ls /var/log/sa-host [2021-01-22T09:46:34.717Z] + sadf -c /var/log/sa-host/sa22 [2021-01-22T09:46:34.717Z] file_magic: OK [2021-01-22T09:46:34.717Z] HZ: Using current value: 100 [2021-01-22T09:46:34.717Z] file_header: OK [2021-01-22T09:46:34.717Z] 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-22T09:46:34.717Z] Statistics: [2021-01-22T09:46:34.717Z] 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... [2021-01-22T09:46:34.717Z] File successfully converted to sysstat format version 12.2.1 [2021-01-22T09:46:34.717Z] + sadf -c /var/log/sa-host/sa23 [2021-01-22T09:46:34.717Z] file_magic: OK [2021-01-22T09:46:34.717Z] HZ: Using current value: 100 [2021-01-22T09:46:34.717Z] file_header: OK [2021-01-22T09:46:34.717Z] 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-22T09:46:34.717Z] Statistics: [2021-01-22T09:46:34.717Z] Hnuu...uuuununununu... [2021-01-22T09:46:34.717Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-22T09:46:34.925Z] provisioning config files... [2021-01-22T09:46:34.949Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config1606743795806469227tmp [Pipeline] { [Pipeline] echo [2021-01-22T09:46:35.054Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T09:46:35.352Z] ---> create-netrc.sh [Pipeline] } [2021-01-22T09:46:35.362Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-22T09:46:35.459Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T09:46:35.756Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-22T09:46:35.767Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T09:46:36.068Z] ---> sudo-logs.sh [2021-01-22T09:46:36.068Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-22T09:46:36.078Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T09:46:36.388Z] ---> job-cost.sh [2021-01-22T09:46:36.388Z] lf-activate-venv: SKIPPING [2021-01-22T09:46:36.388Z] INFO: No Stack... [2021-01-22T09:46:37.333Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-22T09:46:37.907Z] INFO: Archiving Costs [Pipeline] echo [2021-01-22T09:46:37.921Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T09:46:38.220Z] ---> logs-deploy.sh [2021-01-22T09:46:38.220Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3066/2 [2021-01-22T09:46:38.220Z] INFO: archiving workspace using pattern(s): [2021-01-22T09:46:39.614Z] Archives upload complete. [2021-01-22T09:46:39.614Z] INFO: archiving logs to Nexus