Branch indexing 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 FelixTing for edgexfoundry/edgex-go Loading trusted files from base branch master at cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 rather than c7853e085e022376c6605bda65019b3717be7c76 Obtained Jenkinsfile from cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-25661 in /w/workspace/edgexfoundry_edgex-go_PR-3148 [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 cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 into PR head commit c7853e085e022376c6605bda65019b3717be7c76 Merge succeeded, producing fa939443d38ccda2fee2c546726af54c9dfec45a Checking out Revision fa939443d38ccda2fee2c546726af54c9dfec45a (PR-3148) > 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/3148/head:refs/remotes/origin/PR-3148 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c7853e085e022376c6605bda65019b3717be7c76 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fa939443d38ccda2fee2c546726af54c9dfec45a # timeout=10 Commit message: "Merge commit 'cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1' into HEAD" > git rev-list --no-walk c7853e085e022376c6605bda65019b3717be7c76 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-09T00:30:29.091Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-09T00:30:29.373Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-09T00:30:29.465Z] ========================================================= [2021-02-09T00:30:29.465Z] EdgeX Global Pipelines Version Info [2021-02-09T00:30:29.465Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:30:31.106Z] ------------------- [2021-02-09T00:30:31.106Z] stable info: [2021-02-09T00:30:31.106Z] ------------------- [2021-02-09T00:30:31.106Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-09T00:30:31.106Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-09T00:30:31.106Z] Message: update stable to v1.0.179 [2021-02-09T00:30:32.051Z] ------------------- [2021-02-09T00:30:32.051Z] experimental info: [2021-02-09T00:30:32.051Z] ------------------- [2021-02-09T00:30:32.051Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-09T00:30:32.051Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-09T00:30:32.051Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-09T00:30:32.394Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-09T00:30:32.498Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-09T00:30:32.642Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-09T00:30:32.737Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-09T00:30:32.829Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-09T00:30:32.914Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-09T00:30:33.006Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-09T00:30:33.089Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-09T00:30:33.196Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-09T00:30:33.282Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-09T00:30:33.368Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-09T00:30:33.451Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-09T00:30:33.538Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-09T00:30:33.620Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-09T00:30:33.703Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-09T00:30:33.797Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-09T00:30:33.881Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-09T00:30:33.960Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-09T00:30:34.056Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-09T00:30:34.139Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-09T00:30:34.228Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-09T00:30:34.312Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-09T00:30:34.403Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-09T00:30:34.486Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3148 [Pipeline] echo [2021-02-09T00:30:34.581Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3148 [Pipeline] echo [2021-02-09T00:30:34.673Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3148 [Pipeline] echo [2021-02-09T00:30:34.758Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fa939443d38ccda2fee2c546726af54c9dfec45a [Pipeline] echo [2021-02-09T00:30:34.845Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fa93944 [Pipeline] echo [2021-02-09T00:30:34.935Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-09T00:30:35.104Z] provisioning config files... [2021-02-09T00:30:35.133Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config6306594640635918729tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:30:35.506Z] ---> docker-login.sh [2021-02-09T00:30:35.506Z] nexus3.edgexfoundry.org:10001 [2021-02-09T00:30:35.771Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:30:37.183Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:30:37.183Z] Configure a credential helper to remove this warning. See [2021-02-09T00:30:37.183Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:30:37.183Z] [2021-02-09T00:30:37.183Z] Login Succeeded [2021-02-09T00:30:37.183Z] nexus3.edgexfoundry.org:10002 [2021-02-09T00:30:37.183Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:30:37.183Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:30:37.183Z] Configure a credential helper to remove this warning. See [2021-02-09T00:30:37.183Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:30:37.183Z] [2021-02-09T00:30:37.183Z] Login Succeeded [2021-02-09T00:30:37.183Z] nexus3.edgexfoundry.org:10003 [2021-02-09T00:30:37.449Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:30:37.716Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:30:37.716Z] Configure a credential helper to remove this warning. See [2021-02-09T00:30:37.716Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:30:37.716Z] [2021-02-09T00:30:37.716Z] Login Succeeded [2021-02-09T00:30:37.716Z] nexus3.edgexfoundry.org:10004 [2021-02-09T00:30:37.716Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:30:37.982Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:30:37.982Z] Configure a credential helper to remove this warning. See [2021-02-09T00:30:37.982Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:30:37.982Z] [2021-02-09T00:30:37.982Z] Login Succeeded [2021-02-09T00:30:37.982Z] docker.io [2021-02-09T00:30:37.982Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:30:38.248Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:30:38.248Z] Configure a credential helper to remove this warning. See [2021-02-09T00:30:38.248Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:30:38.248Z] [2021-02-09T00:30:38.248Z] Login Succeeded [2021-02-09T00:30:38.248Z] ---> docker-login.sh ends [Pipeline] } [2021-02-09T00:30:38.259Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-09T00:30:38.730Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-02-09T00:30:38.730Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T00:30:38.730Z] ++ dirname cmd/core-command/Dockerfile [2021-02-09T00:30:38.730Z] ++ cut -d/ -f2 [2021-02-09T00:30:38.730Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-09T00:30:38.730Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T00:30:38.730Z] ++ dirname cmd/core-data/Dockerfile [2021-02-09T00:30:38.730Z] ++ cut -d/ -f2 [2021-02-09T00:30:38.730Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-09T00:30:38.730Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T00:30:38.730Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-09T00:30:38.730Z] ++ cut -d/ -f2 [2021-02-09T00:30:38.730Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-09T00:30:38.730Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T00:30:38.730Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-09T00:30:38.730Z] ++ cut -d/ -f2 [2021-02-09T00:30:38.730Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-09T00:30:38.730Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T00:30:38.730Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-09T00:30:38.730Z] ++ cut -d/ -f2 [2021-02-09T00:30:38.730Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-09T00:30:38.730Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T00:30:38.730Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-09T00:30:38.730Z] ++ cut -d/ -f2 [2021-02-09T00:30:38.730Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-09T00:30:38.730Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T00:30:38.730Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-09T00:30:38.730Z] ++ cut -d/ -f2 [2021-02-09T00:30:38.730Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-09T00:30:38.730Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T00:30:38.730Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-09T00:30:38.730Z] ++ cut -d/ -f2 [2021-02-09T00:30:38.730Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-09T00:30:38.730Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T00:30:38.730Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-09T00:30:38.730Z] ++ cut -d/ -f2 [2021-02-09T00:30:38.730Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-09T00:30:38.812Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:30:39.660Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T00:30:39.660Z] [2021-02-09T00:30:39.660Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:30:40.025Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T00:30:40.025Z] latest: Pulling from edgex-devops/git-semver [2021-02-09T00:30:40.025Z] 31603596830f: Pulling fs layer [2021-02-09T00:30:40.025Z] 2a8b12db71e7: Pulling fs layer [2021-02-09T00:30:40.025Z] 6ca5941a6612: Pulling fs layer [2021-02-09T00:30:40.025Z] ecc8261a40a4: Pulling fs layer [2021-02-09T00:30:40.025Z] 2a8b12db71e7: Verifying Checksum [2021-02-09T00:30:40.025Z] 2a8b12db71e7: Download complete [2021-02-09T00:30:40.298Z] 31603596830f: Verifying Checksum [2021-02-09T00:30:40.298Z] 31603596830f: Download complete [2021-02-09T00:30:40.298Z] ecc8261a40a4: Verifying Checksum [2021-02-09T00:30:40.298Z] ecc8261a40a4: Download complete [2021-02-09T00:30:40.298Z] 6ca5941a6612: Verifying Checksum [2021-02-09T00:30:40.298Z] 6ca5941a6612: Download complete [2021-02-09T00:30:40.567Z] 31603596830f: Pull complete [2021-02-09T00:30:40.836Z] 2a8b12db71e7: Pull complete [2021-02-09T00:30:41.811Z] 6ca5941a6612: Pull complete [2021-02-09T00:30:42.077Z] ecc8261a40a4: Pull complete [2021-02-09T00:30:42.077Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-09T00:30:42.077Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T00:30:42.077Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-09T00:30:42.268Z] prd-centos7-docker-4c-2g-25661 does not seem to be running inside a container [2021-02-09T00:30:42.339Z] $ 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-02-09T00:30:45.325Z] $ docker top ea7730c0c2dc579f92b2861645b08c820a2f01f3c975b255a8e47c1db3d55f75 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-09T00:30:45.696Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-09T00:30:45.696Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-09T00:30:45.916Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-09T00:30:45.919Z] $ docker exec ea7730c0c2dc579f92b2861645b08c820a2f01f3c975b255a8e47c1db3d55f75 ssh-agent [2021-02-09T00:30:46.117Z] SSH_AUTH_SOCK=/tmp/ssh-EDUtcfqKo215/agent.12 [2021-02-09T00:30:46.117Z] SSH_AGENT_PID=18 [2021-02-09T00:30:46.132Z] Running ssh-add (command line suppressed) [2021-02-09T00:30:46.255Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_3729008456719079190.key (/w/workspace/edgex-go/2@tmp/private_key_3729008456719079190.key) [2021-02-09T00:30:46.312Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-09T00:30:46.650Z] + git tag --points-at HEAD [Pipeline] } [2021-02-09T00:30:46.676Z] $ docker exec --env ******** --env ******** ea7730c0c2dc579f92b2861645b08c820a2f01f3c975b255a8e47c1db3d55f75 ssh-agent -k [2021-02-09T00:30:46.800Z] unset SSH_AUTH_SOCK; [2021-02-09T00:30:46.801Z] unset SSH_AGENT_PID; [2021-02-09T00:30:46.801Z] echo Agent pid 18 killed; [2021-02-09T00:30:46.849Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-09T00:30:47.002Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-09T00:30:47.002Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-09T00:30:47.178Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-09T00:30:47.183Z] $ docker exec ea7730c0c2dc579f92b2861645b08c820a2f01f3c975b255a8e47c1db3d55f75 ssh-agent [2021-02-09T00:30:47.353Z] SSH_AUTH_SOCK=/tmp/ssh-bbQg07LLkwXB/agent.46 [2021-02-09T00:30:47.353Z] SSH_AGENT_PID=51 [2021-02-09T00:30:47.360Z] Running ssh-add (command line suppressed) [2021-02-09T00:30:47.487Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_8861189577090316633.key (/w/workspace/edgex-go/2@tmp/private_key_8861189577090316633.key) [2021-02-09T00:30:47.540Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-09T00:30:47.878Z] + git semver init [2021-02-09T00:30:47.878Z] # -> Open(): unable to determine branch for HEAD [2021-02-09T00:30:47.878Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-02-09T00:30:47.878Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-02-09T00:30:47.878Z] # $SEMVER_REMOTE_NAME = origin [2021-02-09T00:30:47.878Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-09T00:30:47.879Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-09T00:30:47.879Z] # $SEMVER_BRANCH = PR-3148 [2021-02-09T00:30:47.879Z] # $SEMVER_TEMP = /tmp/semver-355238325 [2021-02-09T00:30:47.879Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-09T00:31:14.813Z] # '/tmp/semver-355238325' -> '/w/workspace/edgex-go/2/.semver' [2021-02-09T00:31:14.813Z] # -> Force: false [2021-02-09T00:31:14.813Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-02-09T00:31:14.832Z] $ docker exec --env ******** --env ******** ea7730c0c2dc579f92b2861645b08c820a2f01f3c975b255a8e47c1db3d55f75 ssh-agent -k [2021-02-09T00:31:15.179Z] unset SSH_AUTH_SOCK; [2021-02-09T00:31:15.180Z] unset SSH_AGENT_PID; [2021-02-09T00:31:15.180Z] echo Agent pid 51 killed; [2021-02-09T00:31:15.265Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-09T00:31:15.811Z] + git semver [Pipeline] } [2021-02-09T00:31:15.849Z] $ docker stop --time=1 ea7730c0c2dc579f92b2861645b08c820a2f01f3c975b255a8e47c1db3d55f75 [2021-02-09T00:31:17.687Z] $ docker rm -f ea7730c0c2dc579f92b2861645b08c820a2f01f3c975b255a8e47c1db3d55f75 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-09T00:31:18.534Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-09T00:31:19.686Z] Stashed 1 file(s) [Pipeline] echo [2021-02-09T00:31:19.689Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-09T00:31:20.869Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-09T00:31:21.218Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-09T00:31:21.561Z] + true [2021-02-09T00:31:21.561Z] + sudo service docker restart [2021-02-09T00:31:21.561Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-09T00:31:22.550Z] ========================================================= [2021-02-09T00:31:22.550Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-09T00:31:22.550Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:31:22.912Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-09T00:31:27.215Z] Sending build context to Docker daemon 327.8MB [2021-02-09T00:31:27.215Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-09T00:31:27.215Z] Step 2/6 : FROM ${BASE} [2021-02-09T00:31:27.215Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-09T00:31:27.215Z] 188c0c94c7c5: Pulling fs layer [2021-02-09T00:31:27.215Z] 0ef7d3d256c8: Pulling fs layer [2021-02-09T00:31:27.215Z] de9db76c5a1d: Pulling fs layer [2021-02-09T00:31:27.215Z] bca2f99d35d6: Pulling fs layer [2021-02-09T00:31:27.215Z] 93359f2a8cfa: Pulling fs layer [2021-02-09T00:31:27.215Z] 7c6f9722023f: Pulling fs layer [2021-02-09T00:31:27.215Z] a35cf1a2eb13: Pulling fs layer [2021-02-09T00:31:27.215Z] bca2f99d35d6: Waiting [2021-02-09T00:31:27.215Z] 93359f2a8cfa: Waiting [2021-02-09T00:31:27.215Z] 7c6f9722023f: Waiting [2021-02-09T00:31:27.215Z] a35cf1a2eb13: Waiting [2021-02-09T00:31:27.215Z] de9db76c5a1d: Verifying Checksum [2021-02-09T00:31:27.215Z] de9db76c5a1d: Download complete [2021-02-09T00:31:27.215Z] 0ef7d3d256c8: Verifying Checksum [2021-02-09T00:31:27.215Z] 0ef7d3d256c8: Download complete [2021-02-09T00:31:27.215Z] 93359f2a8cfa: Download complete [2021-02-09T00:31:27.215Z] 7c6f9722023f: Verifying Checksum [2021-02-09T00:31:27.215Z] 7c6f9722023f: Download complete [2021-02-09T00:31:27.483Z] 188c0c94c7c5: Verifying Checksum [2021-02-09T00:31:27.483Z] 188c0c94c7c5: Download complete [2021-02-09T00:31:28.081Z] 188c0c94c7c5: Pull complete [2021-02-09T00:31:28.081Z] 0ef7d3d256c8: Pull complete [2021-02-09T00:31:28.346Z] de9db76c5a1d: Pull complete [2021-02-09T00:31:29.306Z] a35cf1a2eb13: Verifying Checksum [2021-02-09T00:31:29.306Z] a35cf1a2eb13: Download complete [2021-02-09T00:31:29.893Z] bca2f99d35d6: Verifying Checksum [2021-02-09T00:31:29.893Z] bca2f99d35d6: Download complete [2021-02-09T00:31:35.201Z] Still waiting to schedule task [2021-02-09T00:31:35.201Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-09T00:31:36.567Z] bca2f99d35d6: Pull complete [2021-02-09T00:31:36.567Z] 93359f2a8cfa: Pull complete [2021-02-09T00:31:36.567Z] 7c6f9722023f: Pull complete [2021-02-09T00:31:40.822Z] a35cf1a2eb13: Pull complete [2021-02-09T00:31:40.823Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-09T00:31:40.823Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-09T00:31:40.823Z] ---> a62c8e92a672 [2021-02-09T00:31:40.823Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-09T00:31:40.823Z] ---> Running in 3bc08d50f3dd [2021-02-09T00:31:41.811Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:31:42.793Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:31:43.384Z] (1/12) Installing libmagic (5.38-r0) [2021-02-09T00:31:43.656Z] (2/12) Installing file (5.38-r0) [2021-02-09T00:31:43.931Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-09T00:31:43.931Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-09T00:31:49.345Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-09T00:31:49.345Z] (6/12) Installing patch (2.7.6-r6) [2021-02-09T00:31:49.345Z] (7/12) Installing build-base (0.5-r2) [2021-02-09T00:31:49.345Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-09T00:31:49.345Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-09T00:31:49.345Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-09T00:31:49.345Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-09T00:31:49.345Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-09T00:31:49.345Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:31:49.345Z] OK: 233 MiB in 51 packages [2021-02-09T00:31:53.700Z] Removing intermediate container 3bc08d50f3dd [2021-02-09T00:31:53.700Z] ---> b69d6b58d2ed [2021-02-09T00:31:53.700Z] Step 4/6 : WORKDIR /edgex-go [2021-02-09T00:31:53.700Z] ---> Running in 44f387237ee3 [2021-02-09T00:31:53.700Z] Removing intermediate container 44f387237ee3 [2021-02-09T00:31:53.700Z] ---> aac2444e7575 [2021-02-09T00:31:53.700Z] Step 5/6 : COPY go.mod . [2021-02-09T00:31:53.700Z] ---> 5fc90065434a [2021-02-09T00:31:53.700Z] Step 6/6 : RUN go mod download [2021-02-09T00:31:53.700Z] ---> Running in 7e504266dcf7 [2021-02-09T00:32:15.949Z] Removing intermediate container 7e504266dcf7 [2021-02-09T00:32:15.949Z] ---> 04b2660205eb [2021-02-09T00:32:15.949Z] Successfully built 04b2660205eb [2021-02-09T00:32:15.949Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:32:16.289Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-09T00:32:16.289Z] . [Pipeline] withDockerContainer [2021-02-09T00:32:16.428Z] prd-centos7-docker-4c-2g-25661 does not seem to be running inside a container [2021-02-09T00:32:16.495Z] $ 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-02-09T00:32:17.724Z] $ docker top 8229219c5c19fba9536cac75c0b3108fa9a00fd7d40bf48c216070aeccc2985f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T00:32:18.285Z] + go version [2021-02-09T00:32:18.285Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-09T00:32:18.315Z] $ docker stop --time=1 8229219c5c19fba9536cac75c0b3108fa9a00fd7d40bf48c216070aeccc2985f [2021-02-09T00:32:19.706Z] $ docker rm -f 8229219c5c19fba9536cac75c0b3108fa9a00fd7d40bf48c216070aeccc2985f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:32:20.611Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-09T00:32:20.611Z] . [Pipeline] withDockerContainer [2021-02-09T00:32:20.728Z] prd-centos7-docker-4c-2g-25661 does not seem to be running inside a container [2021-02-09T00:32:20.784Z] $ 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-02-09T00:32:21.550Z] $ docker top 0fac658a6b20e0392a1f4e89b48097b59fffff28731f0c522fd21427396c5b3a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-09T00:32:21.762Z] ========================================================= [2021-02-09T00:32:21.762Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-09T00:32:21.762Z] ========================================================= [Pipeline] sh [2021-02-09T00:32:22.067Z] + make test [2021-02-09T00:32:22.067Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-09T00:32:32.200Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-09T00:32:51.026Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-09T00:32:57.717Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-09T00:32:57.717Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-09T00:32:57.717Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-09T00:32:59.697Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-09T00:32:59.697Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-09T00:32:59.697Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-09T00:32:59.697Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-09T00:33:00.293Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-09T00:33:01.286Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-09T00:33:03.964Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-09T00:33:03.964Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-09T00:33:03.964Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-09T00:33:07.341Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.147s coverage: 45.6% of statements [2021-02-09T00:33:07.341Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-09T00:33:07.341Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-09T00:33:07.341Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-09T00:33:07.341Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-09T00:33:07.341Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-09T00:33:07.341Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-09T00:33:07.341Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-09T00:33:07.341Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.149s coverage: 100.0% of statements [2021-02-09T00:33:09.971Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.234s coverage: 27.1% of statements [2021-02-09T00:33:09.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-09T00:33:09.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-09T00:33:09.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-09T00:33:09.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-09T00:33:09.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-09T00:33:09.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-09T00:33:09.971Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.072s coverage: 100.0% of statements [2021-02-09T00:33:09.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-09T00:33:09.971Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.060s coverage: 100.0% of statements [2021-02-09T00:33:09.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-09T00:33:09.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-09T00:33:09.971Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.101s coverage: 65.8% of statements [2021-02-09T00:33:09.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-09T00:33:09.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-09T00:33:10.969Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.510s coverage: 82.3% of statements [2021-02-09T00:33:10.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-09T00:33:10.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T00:33:10.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-09T00:33:10.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-09T00:33:13.586Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.415s coverage: 28.6% of statements [2021-02-09T00:33:13.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-09T00:33:13.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-09T00:33:13.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-09T00:33:13.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-09T00:33:13.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-09T00:33:13.586Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.063s coverage: 100.0% of statements [2021-02-09T00:33:13.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-09T00:33:13.586Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements [2021-02-09T00:33:13.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-09T00:33:13.586Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.155s coverage: 86.7% of statements [2021-02-09T00:33:13.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-09T00:33:13.586Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.136s coverage: 97.5% of statements [2021-02-09T00:33:13.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-09T00:33:13.586Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.089s coverage: 78.3% of statements [2021-02-09T00:33:13.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-09T00:33:13.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-09T00:33:13.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-09T00:33:13.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-09T00:33:17.007Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.586s coverage: 92.8% of statements [2021-02-09T00:33:17.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-09T00:33:17.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T00:33:17.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-09T00:33:17.007Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-09T00:33:17.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-09T00:33:17.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-09T00:33:17.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-09T00:33:17.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-09T00:33:17.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-09T00:33:17.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-09T00:33:17.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-09T00:33:17.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-09T00:33:17.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-09T00:33:17.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-09T00:33:17.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-09T00:33:17.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-09T00:33:17.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-09T00:33:17.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-09T00:33:17.007Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements [2021-02-09T00:33:17.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-09T00:33:17.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-09T00:33:17.007Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.101s coverage: 0.1% of statements [2021-02-09T00:33:17.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-09T00:33:17.007Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-09T00:33:17.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-09T00:33:17.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.057s coverage: 45.5% of statements [2021-02-09T00:33:17.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.057s coverage: 79.5% of statements [2021-02-09T00:33:17.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.038s coverage: 94.1% of statements [2021-02-09T00:33:17.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.060s coverage: 96.3% of statements [2021-02-09T00:33:17.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.046s coverage: 87.5% of statements [2021-02-09T00:33:28.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.063s coverage: 94.4% of statements [2021-02-09T00:33:28.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.061s coverage: 44.8% of statements [2021-02-09T00:33:40.462Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.066s coverage: 92.9% of statements [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-09T00:33:40.462Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.043s coverage: 77.8% of statements [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-09T00:33:40.462Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.058s coverage: 87.2% of statements [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-09T00:33:40.462Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-09T00:33:40.462Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-09T00:33:40.462Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-09T00:33:40.462Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-02-09T00:33:40.462Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements [2021-02-09T00:33:40.462Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.087s coverage: 91.4% of statements [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-09T00:33:40.462Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.169s coverage: 63.5% of statements [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-09T00:33:40.462Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-02-09T00:33:40.462Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-02-09T00:33:40.462Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements [2021-02-09T00:33:40.462Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-02-09T00:33:40.462Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-02-09T00:33:40.462Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.297s coverage: 68.9% of statements [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-09T00:33:40.462Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.124s coverage: 37.0% of statements [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-09T00:33:40.462Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.376s coverage: 84.0% of statements [2021-02-09T00:33:40.462Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.037s coverage: 100.0% of statements [2021-02-09T00:33:40.462Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.145s coverage: 47.0% of statements [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-09T00:33:40.462Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.056s coverage: 100.0% of statements [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-09T00:33:40.462Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.056s coverage: 100.0% of statements [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-09T00:33:40.462Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.127s coverage: 89.4% of statements [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-09T00:33:40.462Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.767s coverage: 29.1% of statements [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-09T00:33:40.462Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.072s coverage: 99.0% of statements [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-09T00:33:40.462Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-09T00:33:40.462Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.056s coverage: 100.0% of statements [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-09T00:33:40.462Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.035s coverage: 0.0% of statements [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-09T00:33:40.462Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-09T00:33:40.462Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-09T00:33:40.462Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-09T00:33:40.462Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2021-02-09T00:33:40.462Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.037s coverage: 32.1% of statements [2021-02-09T00:33:40.462Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-02-09T00:33:40.462Z] GO111MODULE=on go vet ./... [2021-02-09T00:34:12.768Z] gofmt -l . [2021-02-09T00:34:12.768Z] [ "`gofmt -l .`" = "" ] [2021-02-09T00:34:13.823Z] ./bin/test-go-mod-tidy.sh [2021-02-09T00:34:14.872Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-09T00:34:16.537Z] + ls -al . [2021-02-09T00:34:16.537Z] total 700 [2021-02-09T00:34:16.537Z] drwxrwxr-x 10 1001 1001 4096 Feb 9 00:34 . [2021-02-09T00:34:16.537Z] drwxr-xr-x 4 root root 28 Feb 9 00:32 .. [2021-02-09T00:34:16.537Z] -rw-rw-r-- 1 1001 1001 11 Feb 9 00:30 .dockerignore [2021-02-09T00:34:16.537Z] drwxrwxr-x 8 1001 1001 179 Feb 9 00:30 .git [2021-02-09T00:34:16.537Z] drwxrwxr-x 3 1001 1001 125 Feb 9 00:30 .github [2021-02-09T00:34:16.537Z] -rw-rw-r-- 1 1001 1001 818 Feb 9 00:30 .gitignore [2021-02-09T00:34:16.537Z] drwx------ 3 1001 1001 60 Feb 9 00:31 .semver [2021-02-09T00:34:16.537Z] -rw-rw-r-- 1 1001 1001 166 Feb 9 00:30 .sonarcloud.properties [2021-02-09T00:34:16.537Z] -rw-rw-r-- 1 1001 1001 7859 Feb 9 00:30 Attribution.txt [2021-02-09T00:34:16.537Z] -rw-rw-r-- 1 1001 1001 3804 Feb 9 00:30 CONTRIBUTING.md [2021-02-09T00:34:16.537Z] -rw-rw-r-- 1 1001 1001 931 Feb 9 00:30 Dockerfile.build [2021-02-09T00:34:16.537Z] -rw-rw-r-- 1 1001 1001 863 Feb 9 00:30 Jenkinsfile [2021-02-09T00:34:16.537Z] -rw-rw-r-- 1 1001 1001 10775 Feb 9 00:30 LICENSE [2021-02-09T00:34:16.537Z] -rw-rw-r-- 1 1001 1001 5774 Feb 9 00:30 Makefile [2021-02-09T00:34:16.537Z] -rw-rw-r-- 1 1001 1001 6524 Feb 9 00:30 README.md [2021-02-09T00:34:16.537Z] -rw-rw-r-- 1 1001 1001 6755 Feb 9 00:30 SECURITY.md [2021-02-09T00:34:16.537Z] -rw-rw-r-- 1 1001 1001 5 Feb 9 00:31 VERSION [2021-02-09T00:34:16.537Z] -rw-rw-r-- 1 1001 1001 4131 Feb 9 00:30 ZMQWindows.md [2021-02-09T00:34:16.537Z] drwxrwxr-x 2 1001 1001 117 Feb 9 00:30 bin [2021-02-09T00:34:16.537Z] drwxrwxr-x 14 1001 1001 4096 Feb 9 00:30 cmd [2021-02-09T00:34:16.537Z] -rw-r--r-- 1 root root 594557 Feb 9 00:33 coverage.out [2021-02-09T00:34:16.537Z] -rw-r--r-- 1 root root 1054 Feb 9 00:34 go.mod [2021-02-09T00:34:16.537Z] -rw-r--r-- 1 root root 19290 Feb 9 00:34 go.sum [2021-02-09T00:34:16.537Z] drwxrwxr-x 8 1001 1001 127 Feb 9 00:30 internal [2021-02-09T00:34:16.537Z] drwxrwxr-x 4 1001 1001 26 Feb 9 00:30 openapi [2021-02-09T00:34:16.537Z] drwxrwxr-x 4 1001 1001 71 Feb 9 00:30 snap [2021-02-09T00:34:16.537Z] -rw-rw-r-- 1 1001 1001 168 Feb 9 00:30 version.go [Pipeline] sh [2021-02-09T00:34:16.888Z] + '[' -e coverage.out ] [2021-02-09T00:34:16.888Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-09T00:34:17.328Z] Stashed 1 file(s) [Pipeline] sh [2021-02-09T00:34:17.682Z] + make build [2021-02-09T00:34:17.683Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-09T00:34:23.169Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-09T00:34:35.969Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-09T00:34:38.026Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-09T00:34:40.685Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-09T00:34:41.718Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-09T00:34:45.166Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-09T00:34:47.162Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-09T00:34:49.223Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-09T00:34:51.196Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-09T00:34:53.965Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-09T00:34:55.937Z] 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-02-09T00:34:57.931Z] $ docker stop --time=1 0fac658a6b20e0392a1f4e89b48097b59fffff28731f0c522fd21427396c5b3a [2021-02-09T00:35:00.118Z] $ docker rm -f 0fac658a6b20e0392a1f4e89b48097b59fffff28731f0c522fd21427396c5b3a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:35:02.393Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-09T00:35:02.393Z] [2021-02-09T00:35:02.393Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:35:02.761Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-09T00:35:02.762Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-09T00:35:02.762Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-09T00:35:02.762Z] ca9280d653b3: Pulling fs layer [2021-02-09T00:35:02.762Z] 7e9c9ca2126c: Pulling fs layer [2021-02-09T00:35:03.048Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-09T00:35:03.048Z] cbdbe7a5bc2a: Download complete [2021-02-09T00:35:03.715Z] cbdbe7a5bc2a: Pull complete [2021-02-09T00:35:03.994Z] ca9280d653b3: Verifying Checksum [2021-02-09T00:35:03.994Z] ca9280d653b3: Download complete [2021-02-09T00:35:06.085Z] ca9280d653b3: Pull complete [2021-02-09T00:35:06.694Z] 7e9c9ca2126c: Download complete [2021-02-09T00:35:11.507Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25671 in /w/workspace/edgexfoundry_edgex-go_PR-3148 [Pipeline] { [Pipeline] ws [2021-02-09T00:35:11.560Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-02-09T00:35:15.038Z] 7e9c9ca2126c: Pull complete [2021-02-09T00:35:15.038Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-09T00:35:15.038Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-09T00:35:15.038Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-09T00:35:15.259Z] prd-centos7-docker-4c-2g-25661 does not seem to be running inside a container [2021-02-09T00:35:15.408Z] $ 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-02-09T00:35:16.827Z] using credential edgex-jenkins-ssh [2021-02-09T00:35:16.881Z] Cloning the remote Git repository [2021-02-09T00:35:17.575Z] $ docker top 8d13c9ad450248fc14af4166179f46d271adc06501627f4e705bb520ee5758df -eo pid,comm [Pipeline] { [2021-02-09T00:35:16.932Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-09T00:35:17.042Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-02-09T00:35:17.125Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-09T00:35:17.126Z] > git --version # timeout=10 [2021-02-09T00:35:17.152Z] > git --version # 'git version 2.17.1' [2021-02-09T00:35:17.154Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T00:35:17.236Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] sh [2021-02-09T00:35:18.196Z] + docker-compose build --help [2021-02-09T00:35:18.196Z] + grep parallel [2021-02-09T00:35:19.593Z] --parallel Build images in parallel. [Pipeline] } [2021-02-09T00:35:19.613Z] $ docker stop --time=1 8d13c9ad450248fc14af4166179f46d271adc06501627f4e705bb520ee5758df [2021-02-09T00:35:21.379Z] $ docker rm -f 8d13c9ad450248fc14af4166179f46d271adc06501627f4e705bb520ee5758df [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:35:22.081Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-09T00:35:22.081Z] . [Pipeline] withDockerContainer [2021-02-09T00:35:22.234Z] prd-centos7-docker-4c-2g-25661 does not seem to be running inside a container [2021-02-09T00:35:22.332Z] $ 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-02-09T00:35:23.574Z] $ docker top 08fca984e346671ea60b4ad1069d89361464cb4c7ea219b66358d76e9c13f654 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T00:35:24.164Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-09T00:35:25.598Z] Building docker-core-command-go ... [2021-02-09T00:35:25.598Z] Building docker-core-data-go ... [2021-02-09T00:35:25.598Z] Building docker-core-metadata-go ... [2021-02-09T00:35:25.598Z] Building docker-security-bootstrapper-go ... [2021-02-09T00:35:25.598Z] Building docker-security-proxy-setup-go ... [2021-02-09T00:35:25.598Z] Building docker-security-secretstore-setup-go ... [2021-02-09T00:35:25.598Z] Building docker-support-notifications-go ... [2021-02-09T00:35:25.598Z] Building docker-support-scheduler-go ... [2021-02-09T00:35:25.598Z] Building docker-sys-mgmt-agent-go ... [2021-02-09T00:35:25.598Z] Building docker-security-secretstore-setup-go [2021-02-09T00:35:25.598Z] Building docker-core-command-go [2021-02-09T00:35:25.598Z] Building docker-support-notifications-go [2021-02-09T00:35:25.598Z] Building docker-support-scheduler-go [2021-02-09T00:35:25.598Z] Building docker-core-metadata-go [2021-02-09T00:35:46.609Z] Merging remotes/origin/master commit cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 into PR head commit c7853e085e022376c6605bda65019b3717be7c76 [2021-02-09T00:35:47.306Z] Merge succeeded, producing 66a9ea044dd79eb9e6ac65d12282b43fe804399a [2021-02-09T00:35:47.306Z] Checking out Revision 66a9ea044dd79eb9e6ac65d12282b43fe804399a (PR-3148) [2021-02-09T00:35:45.574Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-09T00:35:45.635Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T00:35:45.679Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-09T00:35:45.746Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-09T00:35:45.747Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T00:35:45.768Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3148/head:refs/remotes/origin/PR-3148 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-09T00:35:46.628Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T00:35:46.648Z] > git checkout -f c7853e085e022376c6605bda65019b3717be7c76 # timeout=10 [2021-02-09T00:35:46.961Z] > git remote # timeout=10 [2021-02-09T00:35:46.981Z] > git config --get remote.origin.url # timeout=10 [2021-02-09T00:35:46.999Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T00:35:47.010Z] > git merge cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 # timeout=10 [2021-02-09T00:35:47.288Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-09T00:35:47.311Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T00:35:47.329Z] > git checkout -f 66a9ea044dd79eb9e6ac65d12282b43fe804399a # timeout=10 [2021-02-09T00:35:51.598Z] Commit message: "Merge commit 'cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1' into HEAD" [2021-02-09T00:35:51.603Z] > git rev-list --no-walk c7853e085e022376c6605bda65019b3717be7c76 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-09T00:35:53.078Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-09T00:35:53.543Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-09T00:35:53.898Z] + true [2021-02-09T00:35:53.898Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-09T00:35:56.621Z] provisioning config files... [2021-02-09T00:35:56.666Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1641674064496853563tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:35:57.073Z] ---> docker-login.sh [2021-02-09T00:35:57.073Z] nexus3.edgexfoundry.org:10001 [2021-02-09T00:35:58.060Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:35:58.334Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:35:58.334Z] Configure a credential helper to remove this warning. See [2021-02-09T00:35:58.334Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:35:58.334Z] [2021-02-09T00:35:58.334Z] Login Succeeded [2021-02-09T00:35:58.334Z] nexus3.edgexfoundry.org:10002 [2021-02-09T00:35:58.934Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:35:58.935Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:35:58.935Z] Configure a credential helper to remove this warning. See [2021-02-09T00:35:58.935Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:35:58.935Z] [2021-02-09T00:35:58.935Z] Login Succeeded [2021-02-09T00:35:58.935Z] nexus3.edgexfoundry.org:10003 [2021-02-09T00:35:59.531Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:35:59.531Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:35:59.531Z] Configure a credential helper to remove this warning. See [2021-02-09T00:35:59.531Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:35:59.531Z] [2021-02-09T00:35:59.531Z] Login Succeeded [2021-02-09T00:35:59.531Z] nexus3.edgexfoundry.org:10004 [2021-02-09T00:36:00.154Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:36:00.154Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:36:00.154Z] Configure a credential helper to remove this warning. See [2021-02-09T00:36:00.154Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:36:00.154Z] [2021-02-09T00:36:00.154Z] Login Succeeded [2021-02-09T00:36:00.154Z] docker.io [2021-02-09T00:36:00.441Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:36:01.038Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:36:01.038Z] Configure a credential helper to remove this warning. See [2021-02-09T00:36:01.038Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:36:01.038Z] [2021-02-09T00:36:01.038Z] Login Succeeded [2021-02-09T00:36:01.038Z] ---> docker-login.sh ends [Pipeline] } [2021-02-09T00:36:01.055Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-09T00:36:01.501Z] ========================================================= [2021-02-09T00:36:01.501Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-09T00:36:01.501Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:36:01.886Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-09T00:36:04.583Z] Sending build context to Docker daemon 166.3MB [2021-02-09T00:36:04.583Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-09T00:36:04.583Z] Step 2/6 : FROM ${BASE} [2021-02-09T00:36:04.583Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-09T00:36:04.583Z] 5f621e34cdf4: Pulling fs layer [2021-02-09T00:36:04.583Z] a4357932f1b6: Pulling fs layer [2021-02-09T00:36:04.583Z] 18c013af1878: Pulling fs layer [2021-02-09T00:36:04.583Z] 00ac8860ef70: Pulling fs layer [2021-02-09T00:36:04.583Z] 63d7cb157983: Pulling fs layer [2021-02-09T00:36:04.583Z] b116817d02f9: Pulling fs layer [2021-02-09T00:36:04.583Z] 745a02a5169b: Pulling fs layer [2021-02-09T00:36:04.583Z] 63d7cb157983: Waiting [2021-02-09T00:36:04.583Z] b116817d02f9: Waiting [2021-02-09T00:36:04.583Z] 745a02a5169b: Waiting [2021-02-09T00:36:04.583Z] 00ac8860ef70: Waiting [2021-02-09T00:36:04.583Z] 18c013af1878: Download complete [2021-02-09T00:36:04.583Z] a4357932f1b6: Download complete [2021-02-09T00:36:04.583Z] 63d7cb157983: Verifying Checksum [2021-02-09T00:36:04.583Z] 63d7cb157983: Download complete [2021-02-09T00:36:04.583Z] b116817d02f9: Verifying Checksum [2021-02-09T00:36:04.583Z] b116817d02f9: Download complete [2021-02-09T00:36:04.583Z] 5f621e34cdf4: Verifying Checksum [2021-02-09T00:36:04.583Z] 5f621e34cdf4: Download complete [2021-02-09T00:36:05.183Z] 5f621e34cdf4: Pull complete [2021-02-09T00:36:05.792Z] a4357932f1b6: Pull complete [2021-02-09T00:36:06.403Z] 18c013af1878: Pull complete [2021-02-09T00:36:07.387Z] 745a02a5169b: Verifying Checksum [2021-02-09T00:36:07.387Z] 745a02a5169b: Download complete [2021-02-09T00:36:10.000Z] 00ac8860ef70: Verifying Checksum [2021-02-09T00:36:10.000Z] 00ac8860ef70: Download complete [2021-02-09T00:36:12.812Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:36:12.812Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:36:12.812Z] ---> 04b2660205eb [2021-02-09T00:36:12.812Z] Step 3/24 : WORKDIR /edgex-go [2021-02-09T00:36:12.812Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:36:12.812Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:36:12.812Z] ---> 04b2660205eb [2021-02-09T00:36:12.812Z] Step 3/22 : WORKDIR /edgex-go [2021-02-09T00:36:12.812Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:36:12.812Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:36:12.812Z] ---> 04b2660205eb [2021-02-09T00:36:12.812Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T00:36:12.812Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:36:12.812Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:36:12.812Z] ---> 04b2660205eb [2021-02-09T00:36:12.812Z] Step 3/22 : WORKDIR /edgex-go [2021-02-09T00:36:12.812Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:36:12.812Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:36:12.812Z] ---> 04b2660205eb [2021-02-09T00:36:12.812Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T00:36:12.812Z] ---> Running in 3d5d0f1103c7 [2021-02-09T00:36:12.812Z] ---> Running in 7ae66eac0a99 [2021-02-09T00:36:12.812Z] ---> Running in a3d6b06c328e [2021-02-09T00:36:12.812Z] ---> Running in 489e5ded7168 [2021-02-09T00:36:12.812Z] ---> Running in 3d29cf643fc9 [2021-02-09T00:36:12.812Z] Removing intermediate container 3d5d0f1103c7 [2021-02-09T00:36:12.812Z] ---> 8d63566e4b1c [2021-02-09T00:36:12.812Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:36:12.812Z] Removing intermediate container 489e5ded7168 [2021-02-09T00:36:12.812Z] ---> c2b5b7ecb1e2 [2021-02-09T00:36:12.812Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:36:12.812Z] Removing intermediate container 3d29cf643fc9 [2021-02-09T00:36:12.812Z] ---> 1296b8e204e9 [2021-02-09T00:36:12.812Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:36:12.812Z] Removing intermediate container 7ae66eac0a99 [2021-02-09T00:36:12.812Z] ---> 263ab11c3d54 [2021-02-09T00:36:12.812Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:36:12.812Z] Removing intermediate container a3d6b06c328e [2021-02-09T00:36:12.812Z] ---> a70259951858 [2021-02-09T00:36:12.812Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:36:12.812Z] ---> Running in 3c380c35e201 [2021-02-09T00:36:12.812Z] ---> Running in 8623ffe543bf [2021-02-09T00:36:12.812Z] ---> Running in a6540dec6de9 [2021-02-09T00:36:12.812Z] ---> Running in ec8c9dc4d734 [2021-02-09T00:36:12.812Z] ---> Running in 8670ac41b130 [2021-02-09T00:36:14.782Z] Removing intermediate container 3c380c35e201 [2021-02-09T00:36:14.782Z] ---> 3fdf6fab47b3 [2021-02-09T00:36:14.782Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-09T00:36:14.782Z] Removing intermediate container a6540dec6de9 [2021-02-09T00:36:14.782Z] ---> df9b6098277d [2021-02-09T00:36:14.782Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-09T00:36:14.782Z] ---> Running in e000b51ccdc4 [2021-02-09T00:36:14.782Z] ---> Running in c3fb95ee2505 [2021-02-09T00:36:14.782Z] Removing intermediate container 8623ffe543bf [2021-02-09T00:36:14.782Z] ---> f173049e005e [2021-02-09T00:36:14.782Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-09T00:36:14.782Z] Removing intermediate container ec8c9dc4d734 [2021-02-09T00:36:14.782Z] ---> 65172d2e9ca0 [2021-02-09T00:36:14.782Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-09T00:36:15.048Z] ---> Running in b2d8de0fb27f [2021-02-09T00:36:15.048Z] ---> Running in 96c038d3655f [2021-02-09T00:36:15.311Z] Removing intermediate container 8670ac41b130 [2021-02-09T00:36:15.311Z] ---> 2caeac9248a6 [2021-02-09T00:36:15.311Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-09T00:36:15.311Z] ---> Running in ffa0f0dd2b75 [2021-02-09T00:36:15.913Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:36:16.193Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:36:16.193Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:36:16.457Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:36:16.457Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:36:17.046Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:36:17.046Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:36:17.311Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:36:17.573Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:36:17.573Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:36:18.150Z] OK: 233 MiB in 51 packages [2021-02-09T00:36:18.150Z] OK: 233 MiB in 51 packages [2021-02-09T00:36:18.422Z] OK: 233 MiB in 51 packages [2021-02-09T00:36:18.422Z] OK: 233 MiB in 51 packages [2021-02-09T00:36:18.684Z] Removing intermediate container e000b51ccdc4 [2021-02-09T00:36:18.684Z] ---> 626a508e2725 [2021-02-09T00:36:18.684Z] Step 6/23 : COPY go.mod . [2021-02-09T00:36:18.951Z] Removing intermediate container c3fb95ee2505 [2021-02-09T00:36:18.952Z] ---> c7d14622d9b5 [2021-02-09T00:36:18.952Z] Step 6/24 : COPY go.mod . [2021-02-09T00:36:19.220Z] ---> 636de745de22 [2021-02-09T00:36:19.220Z] Step 7/23 : RUN go mod download [2021-02-09T00:36:19.220Z] Removing intermediate container 96c038d3655f [2021-02-09T00:36:19.220Z] ---> fd88b703ee12 [2021-02-09T00:36:19.220Z] Step 6/22 : COPY go.mod . [2021-02-09T00:36:19.220Z] ---> Running in bf9c3ac9944a [2021-02-09T00:36:19.486Z] Removing intermediate container ffa0f0dd2b75 [2021-02-09T00:36:19.486Z] ---> 0086e5293e80 [2021-02-09T00:36:19.486Z] Step 6/23 : COPY go.mod . [2021-02-09T00:36:19.486Z] ---> fee698119b93 [2021-02-09T00:36:19.486Z] Step 7/24 : RUN go mod download [2021-02-09T00:36:19.784Z] ---> Running in 79207c183fda [2021-02-09T00:36:19.784Z] OK: 233 MiB in 51 packages [2021-02-09T00:36:19.784Z] ---> bf5c4fbbb2aa [2021-02-09T00:36:19.784Z] Step 7/22 : RUN go mod download [2021-02-09T00:36:19.784Z] ---> df68fd55b6e5 [2021-02-09T00:36:19.784Z] Step 7/23 : RUN go mod download [2021-02-09T00:36:20.097Z] ---> Running in a3d840698fa9 [2021-02-09T00:36:20.097Z] ---> Running in 21a11ef09129 [2021-02-09T00:36:20.155Z] 00ac8860ef70: Pull complete [2021-02-09T00:36:20.155Z] 63d7cb157983: Pull complete [2021-02-09T00:36:20.155Z] b116817d02f9: Pull complete [2021-02-09T00:36:21.207Z] Removing intermediate container b2d8de0fb27f [2021-02-09T00:36:21.207Z] ---> 70edc3b7d731 [2021-02-09T00:36:21.207Z] Step 6/22 : COPY go.mod . [2021-02-09T00:36:21.517Z] ---> 427c94a3ccc8 [2021-02-09T00:36:21.517Z] Step 7/22 : RUN go mod download [2021-02-09T00:36:21.517Z] ---> Running in e7d98524cd50 [2021-02-09T00:36:22.595Z] Removing intermediate container bf9c3ac9944a [2021-02-09T00:36:22.595Z] ---> 56ace9603e6e [2021-02-09T00:36:22.595Z] Step 8/23 : COPY . . [2021-02-09T00:36:22.595Z] Removing intermediate container 79207c183fda [2021-02-09T00:36:22.595Z] ---> 349a232f6e06 [2021-02-09T00:36:22.595Z] Step 8/24 : COPY . . [2021-02-09T00:36:22.866Z] Removing intermediate container 21a11ef09129 [2021-02-09T00:36:22.866Z] ---> 150143a72693 [2021-02-09T00:36:22.866Z] Step 8/23 : COPY . . [2021-02-09T00:36:22.866Z] Removing intermediate container a3d840698fa9 [2021-02-09T00:36:22.866Z] ---> 8d0b1fa5ed08 [2021-02-09T00:36:22.866Z] Step 8/22 : COPY . . [2021-02-09T00:36:23.545Z] 745a02a5169b: Pull complete [2021-02-09T00:36:23.545Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-09T00:36:23.546Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-09T00:36:23.546Z] ---> b7e6874047d6 [2021-02-09T00:36:23.546Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-09T00:36:27.575Z] ---> Running in f7e664094a4a [2021-02-09T00:36:28.571Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:36:30.001Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:36:30.248Z] Removing intermediate container e7d98524cd50 [2021-02-09T00:36:30.248Z] ---> 7f9ddde465bb [2021-02-09T00:36:30.248Z] Step 8/22 : COPY . . [2021-02-09T00:36:31.428Z] (1/12) Installing libmagic (5.38-r0) [2021-02-09T00:36:32.026Z] (2/12) Installing file (5.38-r0) [2021-02-09T00:36:32.026Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-09T00:36:32.026Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-09T00:36:44.411Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-09T00:36:44.411Z] (6/12) Installing patch (2.7.6-r6) [2021-02-09T00:36:44.411Z] (7/12) Installing build-base (0.5-r2) [2021-02-09T00:36:44.411Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-09T00:36:44.411Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-09T00:36:44.411Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-09T00:36:44.411Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-09T00:36:44.411Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-09T00:36:44.411Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:36:44.411Z] OK: 217 MiB in 51 packages [2021-02-09T00:36:47.797Z] Removing intermediate container f7e664094a4a [2021-02-09T00:36:47.797Z] ---> ca30d23e0d06 [2021-02-09T00:36:47.797Z] Step 4/6 : WORKDIR /edgex-go [2021-02-09T00:36:47.797Z] ---> Running in dfaa9d8cef2c [2021-02-09T00:36:47.797Z] Removing intermediate container dfaa9d8cef2c [2021-02-09T00:36:47.797Z] ---> efb33e859eae [2021-02-09T00:36:47.797Z] Step 5/6 : COPY go.mod . [2021-02-09T00:36:48.392Z] ---> 48b546fa9094 [2021-02-09T00:36:48.392Z] Step 6/6 : RUN go mod download [2021-02-09T00:36:48.671Z] ---> Running in fcb670c7f6f6 [2021-02-09T00:37:09.427Z] ---> e1d8792341a2 [2021-02-09T00:37:09.428Z] ---> 389e40b0d3ee [2021-02-09T00:37:09.428Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-09T00:37:09.428Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-09T00:37:09.428Z] ---> 5e84f0ed2c90 [2021-02-09T00:37:09.428Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-09T00:37:09.428Z] ---> 98fd108aeb93 [2021-02-09T00:37:09.428Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-09T00:37:09.428Z] ---> Running in c992dea34821 [2021-02-09T00:37:09.428Z] ---> Running in 7d4e7f15eb52 [2021-02-09T00:37:09.428Z] ---> Running in f45a4c69ab25 [2021-02-09T00:37:09.428Z] ---> Running in 43bb35035c20 [2021-02-09T00:37:09.428Z] ---> bfc4da39baca [2021-02-09T00:37:09.428Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-09T00:37:09.428Z] ---> Running in a27b52b37ebe [2021-02-09T00:37:09.428Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-09T00:37:09.428Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-09T00:37:09.428Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-09T00:37:09.428Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-09T00:37:09.428Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-09T00:37:15.492Z] Removing intermediate container fcb670c7f6f6 [2021-02-09T00:37:15.492Z] ---> 7d45b676bb5e [2021-02-09T00:37:15.492Z] Successfully built 7d45b676bb5e [2021-02-09T00:37:15.492Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:37:15.833Z] + docker inspect -f . ci-base-image-arm64 [2021-02-09T00:37:15.833Z] . [Pipeline] withDockerContainer [2021-02-09T00:37:16.102Z] prd-ubuntu18.04-docker-arm64-4c-16g-25671 does not seem to be running inside a container [2021-02-09T00:37:16.192Z] $ 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 ******** ci-base-image-arm64 cat [2021-02-09T00:37:17.753Z] $ docker top e1b5018a352f73a99b812a4cf37fd5a71e64053745d8e43270b3894f434780c7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T00:37:18.844Z] + go version [2021-02-09T00:37:18.844Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-09T00:37:18.869Z] $ docker stop --time=1 e1b5018a352f73a99b812a4cf37fd5a71e64053745d8e43270b3894f434780c7 [2021-02-09T00:37:20.766Z] $ docker rm -f e1b5018a352f73a99b812a4cf37fd5a71e64053745d8e43270b3894f434780c7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:37:21.770Z] + docker inspect -f . ci-base-image-arm64 [2021-02-09T00:37:21.770Z] . [Pipeline] withDockerContainer [2021-02-09T00:37:22.018Z] prd-ubuntu18.04-docker-arm64-4c-16g-25671 does not seem to be running inside a container [2021-02-09T00:37:22.112Z] $ 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 ******** ci-base-image-arm64 cat [2021-02-09T00:37:23.568Z] $ docker top 949f13fc5f52ee274ed1e6a8389be2fb7ca6d64ef66e0c261f75e842aa2b9884 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-09T00:37:23.949Z] ========================================================= [2021-02-09T00:37:23.949Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-09T00:37:23.949Z] ========================================================= [Pipeline] sh [2021-02-09T00:37:24.608Z] + make test [2021-02-09T00:37:24.608Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-09T00:37:48.650Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-09T00:37:51.433Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-09T00:37:59.053Z] Removing intermediate container 43bb35035c20 [2021-02-09T00:37:59.053Z] ---> 46bfaa0a1010 [2021-02-09T00:37:59.053Z] [2021-02-09T00:37:59.053Z] Step 10/24 : FROM alpine:3.12 [2021-02-09T00:37:59.053Z] 3.12: Pulling from library/alpine [2021-02-09T00:37:59.053Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-09T00:37:59.053Z] Status: Downloaded newer image for alpine:3.12 [2021-02-09T00:37:59.053Z] ---> 389fef711851 [2021-02-09T00:37:59.053Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-09T00:38:02.454Z] ---> Running in 94b911f7bf23 [2021-02-09T00:38:02.454Z] Removing intermediate container 7d4e7f15eb52 [2021-02-09T00:38:02.454Z] ---> 67a572c0838d [2021-02-09T00:38:02.454Z] [2021-02-09T00:38:02.454Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T00:38:02.454Z] ---> 389fef711851 [2021-02-09T00:38:02.454Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-09T00:38:02.724Z] Removing intermediate container f45a4c69ab25 [2021-02-09T00:38:02.724Z] ---> 9d0e0209763c [2021-02-09T00:38:02.724Z] [2021-02-09T00:38:02.724Z] Step 10/22 : FROM alpine:3.12 [2021-02-09T00:38:02.724Z] ---> 389fef711851 [2021-02-09T00:38:02.724Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-09T00:38:02.724Z] Removing intermediate container a27b52b37ebe [2021-02-09T00:38:02.724Z] ---> f6d9760f52de [2021-02-09T00:38:02.724Z] [2021-02-09T00:38:02.724Z] Step 10/22 : FROM alpine:3.12 [2021-02-09T00:38:02.724Z] ---> 389fef711851 [2021-02-09T00:38:02.724Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-09T00:38:02.724Z] ---> Running in 29fd0fed2fe8 [2021-02-09T00:38:04.185Z] ---> Running in 6876bfe92a2e [2021-02-09T00:38:04.185Z] ---> Running in 9604a9c892ec [2021-02-09T00:38:04.185Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:38:04.462Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:38:04.740Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-09T00:38:04.740Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T00:38:04.740Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-09T00:38:04.740Z] (4/5) Installing curl (7.69.1-r3) [2021-02-09T00:38:04.740Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-09T00:38:04.740Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:38:04.740Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T00:38:05.032Z] OK: 7 MiB in 19 packages [2021-02-09T00:38:06.022Z] Removing intermediate container c992dea34821 [2021-02-09T00:38:06.022Z] ---> 25c711d7d043 [2021-02-09T00:38:06.022Z] [2021-02-09T00:38:06.022Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T00:38:06.022Z] ---> 389fef711851 [2021-02-09T00:38:06.022Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-09T00:38:06.022Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:38:06.022Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:38:06.022Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:38:06.332Z] ---> Running in 3c1dec18da75 [2021-02-09T00:38:06.332Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:38:06.332Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:38:06.332Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:38:06.613Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-09T00:38:06.613Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-09T00:38:06.613Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-09T00:38:06.613Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:38:06.613Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:38:06.613Z] OK: 6 MiB in 15 packages [2021-02-09T00:38:06.613Z] OK: 6 MiB in 15 packages [2021-02-09T00:38:06.613Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-09T00:38:06.613Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:38:06.613Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T00:38:06.613Z] OK: 6 MiB in 16 packages [2021-02-09T00:38:07.592Z] Removing intermediate container 94b911f7bf23 [2021-02-09T00:38:07.593Z] ---> 3854ce409c67 [2021-02-09T00:38:07.593Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-09T00:38:07.593Z] ---> Running in 37801fcaf454 [2021-02-09T00:38:07.885Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:38:07.885Z] Removing intermediate container 37801fcaf454 [2021-02-09T00:38:07.885Z] ---> c799e737aab3 [2021-02-09T00:38:07.885Z] Step 13/24 : WORKDIR / [2021-02-09T00:38:08.179Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:38:08.179Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-09T00:38:08.446Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:38:08.446Z] OK: 6 MiB in 15 packages [2021-02-09T00:38:08.446Z] ---> Running in e1093fdef1c4 [2021-02-09T00:38:08.735Z] Removing intermediate container 9604a9c892ec [2021-02-09T00:38:08.735Z] ---> 1850084aba8f [2021-02-09T00:38:08.735Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T00:38:09.021Z] Removing intermediate container 29fd0fed2fe8 [2021-02-09T00:38:09.021Z] ---> 101a0a9c7286 [2021-02-09T00:38:09.021Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T00:38:09.021Z] Removing intermediate container 6876bfe92a2e [2021-02-09T00:38:09.021Z] ---> 2ffde5b1570b [2021-02-09T00:38:09.021Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T00:38:09.021Z] ---> Running in 514a19652899 [2021-02-09T00:38:09.295Z] Removing intermediate container e1093fdef1c4 [2021-02-09T00:38:09.295Z] ---> e5e4358296be [2021-02-09T00:38:09.295Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-09T00:38:09.295Z] ---> Running in 97378114b961 [2021-02-09T00:38:09.295Z] ---> Running in af0ac07af70b [2021-02-09T00:38:09.578Z] Removing intermediate container 514a19652899 [2021-02-09T00:38:09.578Z] ---> 73717e5c6f9f [2021-02-09T00:38:09.578Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-09T00:38:09.578Z] Removing intermediate container 3c1dec18da75 [2021-02-09T00:38:09.578Z] ---> 2473ebb3cfc8 [2021-02-09T00:38:09.578Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T00:38:09.578Z] Removing intermediate container af0ac07af70b [2021-02-09T00:38:09.578Z] ---> 0cd96990986f [2021-02-09T00:38:09.578Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-09T00:38:10.190Z] Removing intermediate container 97378114b961 [2021-02-09T00:38:10.190Z] ---> 470e4d4fdc4a [2021-02-09T00:38:10.190Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-09T00:38:10.190Z] ---> Running in 0b2a42cfd0ec [2021-02-09T00:38:10.190Z] ---> Running in 503ce2c000c0 [2021-02-09T00:38:10.190Z] ---> Running in 7111a3d9c826 [2021-02-09T00:38:10.190Z] ---> 259bbb845832 [2021-02-09T00:38:10.190Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-09T00:38:10.190Z] ---> Running in 2d7b5d2e02cf [2021-02-09T00:38:10.462Z] Removing intermediate container 7111a3d9c826 [2021-02-09T00:38:10.463Z] ---> 4308da078c15 [2021-02-09T00:38:10.463Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-09T00:38:10.463Z] Removing intermediate container 503ce2c000c0 [2021-02-09T00:38:10.463Z] ---> 53fcfdfc6403 [2021-02-09T00:38:10.463Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-09T00:38:10.734Z] Removing intermediate container 0b2a42cfd0ec [2021-02-09T00:38:10.734Z] ---> aef63aebb092 [2021-02-09T00:38:10.734Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-09T00:38:10.734Z] Removing intermediate container 2d7b5d2e02cf [2021-02-09T00:38:10.734Z] ---> bdd61c970d79 [2021-02-09T00:38:10.734Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-09T00:38:10.734Z] ---> Running in cd9387ac70ce [2021-02-09T00:38:10.734Z] ---> Running in 8872a3697301 [2021-02-09T00:38:10.734Z] ---> adbbde1720d7 [2021-02-09T00:38:10.734Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-09T00:38:11.020Z] ---> Running in 4c35d223171c [2021-02-09T00:38:11.020Z] ---> Running in 754c01e9298b [2021-02-09T00:38:11.020Z] Removing intermediate container cd9387ac70ce [2021-02-09T00:38:11.020Z] ---> e883d9efc7b4 [2021-02-09T00:38:11.020Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T00:38:11.020Z] Removing intermediate container 8872a3697301 [2021-02-09T00:38:11.020Z] ---> 58eb20bbfb03 [2021-02-09T00:38:11.020Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-09T00:38:11.293Z] ---> Running in ec3b088400ee [2021-02-09T00:38:11.293Z] Removing intermediate container 4c35d223171c [2021-02-09T00:38:11.293Z] ---> 36a55e8038c4 [2021-02-09T00:38:11.293Z] Step 15/23 : WORKDIR / [2021-02-09T00:38:11.293Z] Removing intermediate container 754c01e9298b [2021-02-09T00:38:11.293Z] ---> 62e1f47446c6 [2021-02-09T00:38:11.293Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T00:38:11.580Z] ---> Running in fc6e4eafff70 [2021-02-09T00:38:11.580Z] ---> 0a2f89dc3620 [2021-02-09T00:38:11.580Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-09T00:38:11.580Z] ---> 7fc9bbcebbd5 [2021-02-09T00:38:11.580Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-09T00:38:11.871Z] Removing intermediate container ec3b088400ee [2021-02-09T00:38:11.871Z] ---> a4d2150e9e3f [2021-02-09T00:38:11.871Z] Step 15/23 : WORKDIR / [2021-02-09T00:38:11.871Z] Removing intermediate container fc6e4eafff70 [2021-02-09T00:38:11.871Z] ---> 9b43575418a0 [2021-02-09T00:38:11.871Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T00:38:12.158Z] ---> Running in adbb0255ab5c [2021-02-09T00:38:12.158Z] ---> 2fb60125e347 [2021-02-09T00:38:12.158Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-09T00:38:12.635Z] ---> fa64e20ba3cd [2021-02-09T00:38:12.635Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-09T00:38:13.089Z] Removing intermediate container adbb0255ab5c [2021-02-09T00:38:13.089Z] ---> c4d37cfa8914 [2021-02-09T00:38:13.089Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T00:38:13.089Z] ---> 9df8969a8213 [2021-02-09T00:38:13.089Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-09T00:38:13.089Z] ---> 4d40f1293d3b [2021-02-09T00:38:13.089Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-09T00:38:13.482Z] ---> 097232b6eff0 [2021-02-09T00:38:13.482Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-09T00:38:13.777Z] ---> 510f37723210 [2021-02-09T00:38:13.777Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-09T00:38:14.049Z] ---> 9d33f78a6905 [2021-02-09T00:38:14.049Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-09T00:38:14.331Z] ---> Running in 0689c4bacea7 [2021-02-09T00:38:14.331Z] ---> b148de068742 [2021-02-09T00:38:14.331Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-09T00:38:14.614Z] ---> cd7cc7a01596 [2021-02-09T00:38:14.614Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-09T00:38:14.614Z] ---> 984ae4f5c0d6 [2021-02-09T00:38:14.614Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-09T00:38:14.614Z] ---> Running in 0f22b546bf3c [2021-02-09T00:38:14.889Z] Removing intermediate container 0689c4bacea7 [2021-02-09T00:38:14.889Z] ---> b2213be932b5 [2021-02-09T00:38:14.889Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T00:38:14.889Z] ---> cdd792d538a4 [2021-02-09T00:38:14.889Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-09T00:38:14.889Z] ---> Running in e09a9001209f [2021-02-09T00:38:15.199Z] ---> beab36b3fd0d [2021-02-09T00:38:15.199Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-09T00:38:15.199Z] Removing intermediate container 0f22b546bf3c [2021-02-09T00:38:15.199Z] ---> bf956b652425 [2021-02-09T00:38:15.199Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T00:38:15.199Z] ---> 06d4237f86f1 [2021-02-09T00:38:15.199Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-09T00:38:15.199Z] ---> Running in 1c66576366c5 [2021-02-09T00:38:15.199Z] Removing intermediate container e09a9001209f [2021-02-09T00:38:15.199Z] ---> e07bdf364274 [2021-02-09T00:38:15.199Z] Step 20/22 : LABEL arch=x86_64 [2021-02-09T00:38:15.512Z] ---> Running in b9b96244a3f3 [2021-02-09T00:38:15.512Z] ---> Running in b7f57bc0a395 [2021-02-09T00:38:15.512Z] ---> 0fbaaac37d25 [2021-02-09T00:38:15.512Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-09T00:38:15.512Z] ---> Running in 58079cc306e0 [2021-02-09T00:38:15.512Z] ---> Running in d295ba980141 [2021-02-09T00:38:15.798Z] Removing intermediate container b9b96244a3f3 [2021-02-09T00:38:15.798Z] ---> bd9058f573a2 [2021-02-09T00:38:15.798Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T00:38:15.798Z] Removing intermediate container b7f57bc0a395 [2021-02-09T00:38:15.798Z] ---> 4b9236ed6532 [2021-02-09T00:38:15.798Z] Step 20/22 : LABEL arch=x86_64 [2021-02-09T00:38:16.071Z] Removing intermediate container 58079cc306e0 [2021-02-09T00:38:16.071Z] ---> 9286ff86273a [2021-02-09T00:38:16.071Z] Step 21/22 : LABEL git_sha=fa939443d38ccda2fee2c546726af54c9dfec45a [2021-02-09T00:38:16.071Z] ---> Running in 11f7db2298b9 [2021-02-09T00:38:16.071Z] ---> Running in d9632e3b4f51 [2021-02-09T00:38:16.071Z] Removing intermediate container d295ba980141 [2021-02-09T00:38:16.071Z] ---> 15f2e7f827bb [2021-02-09T00:38:16.071Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T00:38:16.354Z] ---> Running in 7a50d25a46f8 [2021-02-09T00:38:16.354Z] ---> Running in c522816a7811 [2021-02-09T00:38:16.354Z] Removing intermediate container 11f7db2298b9 [2021-02-09T00:38:16.354Z] ---> ce5010c093fa [2021-02-09T00:38:16.354Z] Step 21/23 : LABEL arch=x86_64 [2021-02-09T00:38:16.354Z] Removing intermediate container d9632e3b4f51 [2021-02-09T00:38:16.354Z] ---> 7517d69c7120 [2021-02-09T00:38:16.354Z] Step 21/22 : LABEL git_sha=fa939443d38ccda2fee2c546726af54c9dfec45a [2021-02-09T00:38:16.950Z] Removing intermediate container 7a50d25a46f8 [2021-02-09T00:38:16.950Z] ---> f002c2f82451 [2021-02-09T00:38:16.950Z] Step 21/23 : LABEL arch=x86_64 [2021-02-09T00:38:16.950Z] ---> Running in 79586a70b71d [2021-02-09T00:38:16.950Z] Removing intermediate container c522816a7811 [2021-02-09T00:38:16.950Z] ---> 9fe230d2a3d9 [2021-02-09T00:38:16.950Z] Step 22/22 : LABEL version=0.0.0 [2021-02-09T00:38:16.950Z] ---> Running in d2a45f00ce38 [2021-02-09T00:38:16.950Z] ---> Running in 84a3254fee82 [2021-02-09T00:38:16.950Z] ---> Running in 94b621f20db2 [2021-02-09T00:38:17.219Z] Removing intermediate container 79586a70b71d [2021-02-09T00:38:17.219Z] ---> 479a966b75f6 [2021-02-09T00:38:17.219Z] Step 22/23 : LABEL git_sha=fa939443d38ccda2fee2c546726af54c9dfec45a [2021-02-09T00:38:17.219Z] Removing intermediate container d2a45f00ce38 [2021-02-09T00:38:17.219Z] ---> ba270b2dfce8 [2021-02-09T00:38:17.219Z] Step 22/22 : LABEL version=0.0.0 [2021-02-09T00:38:17.219Z] ---> Running in 094829c3aebf [2021-02-09T00:38:17.219Z] Removing intermediate container 84a3254fee82 [2021-02-09T00:38:17.219Z] ---> 8dbd5d9a0b7a [2021-02-09T00:38:17.219Z] Step 22/23 : LABEL git_sha=fa939443d38ccda2fee2c546726af54c9dfec45a [2021-02-09T00:38:17.493Z] Removing intermediate container 94b621f20db2 [2021-02-09T00:38:17.493Z] ---> c7b9478ba582 [2021-02-09T00:38:17.493Z] [2021-02-09T00:38:17.493Z] Removing intermediate container 1c66576366c5 [2021-02-09T00:38:17.493Z] ---> 739264b9dfc6 [2021-02-09T00:38:17.493Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-09T00:38:17.493Z] ---> Running in 477385cc90d1 [2021-02-09T00:38:17.493Z] ---> Running in acff856cffd7 [2021-02-09T00:38:17.759Z] ---> Running in 38f1f9fad169 [2021-02-09T00:38:17.759Z] Removing intermediate container 094829c3aebf [2021-02-09T00:38:17.759Z] ---> f857a057395c [2021-02-09T00:38:17.759Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T00:38:17.759Z] ---> Running in 16f17366a53e [2021-02-09T00:38:17.759Z] Successfully built c7b9478ba582 [2021-02-09T00:38:18.027Z] Removing intermediate container acff856cffd7 [2021-02-09T00:38:18.027Z] ---> f29b4e9a318b [2021-02-09T00:38:18.027Z] [2021-02-09T00:38:18.027Z] Successfully tagged docker-support-notifications-go:latest [2021-02-09T00:38:18.027Z]  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go [2021-02-09T00:38:18.027Z] Removing intermediate container 477385cc90d1 [2021-02-09T00:38:18.027Z] ---> 3b8bb10494da [2021-02-09T00:38:18.027Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T00:38:18.027Z] Removing intermediate container 38f1f9fad169 [2021-02-09T00:38:18.027Z] ---> 88de7d87241a [2021-02-09T00:38:18.027Z] Step 22/24 : LABEL arch=x86_64 [2021-02-09T00:38:18.303Z] ---> Running in 0bc69e0804f2 [2021-02-09T00:38:18.303Z] ---> Running in 9c27a841acdc [2021-02-09T00:38:18.303Z] Removing intermediate container 16f17366a53e [2021-02-09T00:38:18.303Z] ---> 0421368e836d [2021-02-09T00:38:18.303Z] [2021-02-09T00:38:18.573Z] Successfully built f29b4e9a318b [2021-02-09T00:38:18.573Z] Successfully built 0421368e836d [2021-02-09T00:38:18.573Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-09T00:38:18.573Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-02-09T00:38:18.573Z] Successfully tagged docker-core-command-go:latest [2021-02-09T00:38:18.573Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-02-09T00:38:18.842Z] Removing intermediate container 9c27a841acdc [2021-02-09T00:38:18.842Z] ---> 7d20b596fac2 [2021-02-09T00:38:18.842Z] Step 23/24 : LABEL git_sha=fa939443d38ccda2fee2c546726af54c9dfec45a [2021-02-09T00:38:18.842Z] Removing intermediate container 0bc69e0804f2 [2021-02-09T00:38:18.842Z] ---> a581b6e3fe36 [2021-02-09T00:38:18.842Z] [2021-02-09T00:38:18.842Z] ---> Running in c2313910d022 [2021-02-09T00:38:18.842Z] Successfully built a581b6e3fe36 [2021-02-09T00:38:19.107Z] Successfully tagged docker-core-metadata-go:latest [2021-02-09T00:38:19.107Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-02-09T00:38:19.107Z] Removing intermediate container c2313910d022 [2021-02-09T00:38:19.107Z] ---> 7fc464671450 [2021-02-09T00:38:19.107Z] Step 24/24 : LABEL version=0.0.0 [2021-02-09T00:38:19.107Z] ---> Running in d260ad2f360a [2021-02-09T00:38:19.393Z] Removing intermediate container d260ad2f360a [2021-02-09T00:38:19.393Z] ---> de519cc78941 [2021-02-09T00:38:19.393Z] [2021-02-09T00:38:19.672Z] Successfully built de519cc78941 [2021-02-09T00:38:19.672Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-09T00:38:48.104Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-09T00:38:48.104Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-09T00:38:56.830Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-09T00:38:56.830Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-09T00:38:58.814Z]  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:38:58.814Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:38:58.814Z] ---> 04b2660205eb [2021-02-09T00:38:58.814Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T00:38:58.814Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:38:58.814Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:38:58.814Z] ---> 04b2660205eb [2021-02-09T00:38:58.814Z] Step 3/21 : WORKDIR /edgex-go [2021-02-09T00:38:58.814Z] ---> Using cache [2021-02-09T00:38:58.814Z] ---> a70259951858 [2021-02-09T00:38:58.814Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:38:58.814Z] ---> Using cache [2021-02-09T00:38:58.814Z] ---> a70259951858 [2021-02-09T00:38:58.814Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:38:58.814Z] ---> Using cache [2021-02-09T00:38:58.814Z] ---> 2caeac9248a6 [2021-02-09T00:38:58.814Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-09T00:38:58.814Z] ---> Using cache [2021-02-09T00:38:58.814Z] ---> 2caeac9248a6 [2021-02-09T00:38:58.814Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-09T00:38:58.814Z] ---> Using cache [2021-02-09T00:38:58.814Z] ---> 0086e5293e80 [2021-02-09T00:38:58.814Z] Step 6/21 : COPY go.mod . [2021-02-09T00:38:58.814Z] ---> Using cache [2021-02-09T00:38:58.814Z] ---> df68fd55b6e5 [2021-02-09T00:38:58.814Z] Step 7/21 : RUN go mod download [2021-02-09T00:38:58.814Z] ---> Using cache [2021-02-09T00:38:58.814Z] ---> 150143a72693 [2021-02-09T00:38:58.814Z] Step 8/21 : COPY . . [2021-02-09T00:38:58.814Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:38:58.814Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:38:58.814Z] ---> 04b2660205eb [2021-02-09T00:38:58.814Z] Step 3/30 : WORKDIR /edgex-go [2021-02-09T00:38:58.814Z] ---> Using cache [2021-02-09T00:38:58.814Z] ---> a70259951858 [2021-02-09T00:38:58.814Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:38:58.814Z] ---> Using cache [2021-02-09T00:38:58.814Z] ---> 2caeac9248a6 [2021-02-09T00:38:58.814Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-09T00:38:58.814Z] ---> Using cache [2021-02-09T00:38:58.814Z] ---> 0086e5293e80 [2021-02-09T00:38:58.814Z] Step 6/30 : COPY go.mod . [2021-02-09T00:38:58.814Z] ---> Using cache [2021-02-09T00:38:58.814Z] ---> df68fd55b6e5 [2021-02-09T00:38:58.814Z] Step 7/30 : RUN go mod download [2021-02-09T00:38:58.814Z] ---> Using cache [2021-02-09T00:38:58.814Z] ---> 150143a72693 [2021-02-09T00:38:58.814Z] Step 8/30 : COPY . . [2021-02-09T00:38:58.814Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:38:58.814Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:38:58.814Z] ---> 04b2660205eb [2021-02-09T00:38:58.815Z] Step 3/26 : WORKDIR /edgex-go [2021-02-09T00:38:58.815Z] ---> Using cache [2021-02-09T00:38:58.815Z] ---> a70259951858 [2021-02-09T00:38:58.815Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:38:58.815Z] ---> Using cache [2021-02-09T00:38:58.815Z] ---> 2caeac9248a6 [2021-02-09T00:38:58.815Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-09T00:38:58.815Z] ---> Using cache [2021-02-09T00:38:58.815Z] ---> 98fd108aeb93 [2021-02-09T00:38:58.815Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-09T00:38:58.815Z] ---> Using cache [2021-02-09T00:38:58.815Z] ---> 98fd108aeb93 [2021-02-09T00:38:58.815Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-09T00:38:58.815Z] ---> Running in 99c6488af145 [2021-02-09T00:38:58.815Z] ---> Running in a9ea133161e5 [2021-02-09T00:38:58.815Z] ---> Running in a02f8d91961c [2021-02-09T00:38:58.815Z] ---> Running in 8aabf333c520 [2021-02-09T00:38:58.815Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-09T00:38:58.815Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-09T00:38:58.815Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:38:58.815Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:38:58.815Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:38:58.815Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:38:58.815Z] OK: 233 MiB in 51 packages [2021-02-09T00:38:58.815Z] OK: 233 MiB in 51 packages [2021-02-09T00:38:59.470Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-09T00:38:59.470Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-09T00:38:59.470Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-09T00:38:59.470Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-09T00:38:59.908Z] Removing intermediate container 99c6488af145 [2021-02-09T00:38:59.908Z] ---> 94e2eae73b36 [2021-02-09T00:38:59.908Z] Step 6/26 : COPY go.mod . [2021-02-09T00:38:59.908Z] Removing intermediate container a9ea133161e5 [2021-02-09T00:38:59.908Z] ---> f1f28cb7bfec [2021-02-09T00:38:59.908Z] Step 6/23 : COPY go.mod . [2021-02-09T00:39:00.542Z] ---> 11c156694ac4 [2021-02-09T00:39:00.542Z] Step 7/26 : RUN go mod download [2021-02-09T00:39:00.542Z] ---> b0d36cb217f1 [2021-02-09T00:39:00.542Z] Step 7/23 : RUN go mod download [2021-02-09T00:39:00.831Z] ---> Running in c053206fdb6d [2021-02-09T00:39:00.831Z] ---> Running in d35f7fe9b474 [2021-02-09T00:39:02.137Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-09T00:39:03.123Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-09T00:39:05.261Z] Removing intermediate container c053206fdb6d [2021-02-09T00:39:05.261Z] ---> fea5603231df [2021-02-09T00:39:05.261Z] Step 8/26 : COPY . . [2021-02-09T00:39:05.261Z] Removing intermediate container d35f7fe9b474 [2021-02-09T00:39:05.261Z] ---> c5b7cb63fbd6 [2021-02-09T00:39:05.261Z] Step 8/23 : COPY . . [2021-02-09T00:39:11.417Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-09T00:39:11.417Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-09T00:39:11.417Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-09T00:39:18.192Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.417s coverage: 45.6% of statements [2021-02-09T00:39:18.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-09T00:39:18.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-09T00:39:18.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-09T00:39:18.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-09T00:39:18.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-09T00:39:18.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-09T00:39:18.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-09T00:39:18.192Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.210s coverage: 100.0% of statements [2021-02-09T00:39:23.851Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-09T00:39:24.954Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.617s coverage: 27.1% of statements [2021-02-09T00:39:24.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-09T00:39:24.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-09T00:39:24.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-09T00:39:24.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-09T00:39:24.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-09T00:39:24.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-09T00:39:24.954Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.068s coverage: 100.0% of statements [2021-02-09T00:39:24.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-09T00:39:24.954Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.077s coverage: 100.0% of statements [2021-02-09T00:39:24.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-09T00:39:24.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-09T00:39:26.419Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.319s coverage: 65.8% of statements [2021-02-09T00:39:26.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-09T00:39:26.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-09T00:39:29.862Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.745s coverage: 82.3% of statements [2021-02-09T00:39:29.862Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-09T00:39:29.862Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T00:39:29.862Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-09T00:39:29.862Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-09T00:39:30.817Z] Removing intermediate container 8aabf333c520 [2021-02-09T00:39:30.817Z] ---> 21b3b912fecf [2021-02-09T00:39:30.817Z] [2021-02-09T00:39:30.817Z] Step 10/30 : FROM alpine:3.12 [2021-02-09T00:39:30.817Z] ---> 389fef711851 [2021-02-09T00:39:30.817Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-09T00:39:30.817Z] ---> Running in ed7a0500f8e3 [2021-02-09T00:39:32.297Z] Removing intermediate container ed7a0500f8e3 [2021-02-09T00:39:32.297Z] ---> 4200511804bc [2021-02-09T00:39:32.297Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-09T00:39:33.457Z] ---> Running in 802d5203f477 [2021-02-09T00:39:34.953Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:39:35.226Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:39:35.328Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.356s coverage: 28.6% of statements [2021-02-09T00:39:35.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-09T00:39:35.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-09T00:39:35.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-09T00:39:35.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-09T00:39:35.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-09T00:39:35.328Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.201s coverage: 100.0% of statements [2021-02-09T00:39:35.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-09T00:39:35.328Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.101s coverage: 100.0% of statements [2021-02-09T00:39:35.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-09T00:39:35.515Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-09T00:39:35.515Z] (2/2) Installing su-exec (0.2-r1) [2021-02-09T00:39:35.515Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:39:35.515Z] OK: 6 MiB in 16 packages [2021-02-09T00:39:37.361Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.372s coverage: 86.7% of statements [2021-02-09T00:39:37.361Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-09T00:39:37.485Z] Removing intermediate container a02f8d91961c [2021-02-09T00:39:37.486Z] ---> f72e04088a9b [2021-02-09T00:39:37.486Z] [2021-02-09T00:39:37.486Z] Step 10/21 : FROM alpine:3.12 [2021-02-09T00:39:37.486Z] ---> 389fef711851 [2021-02-09T00:39:37.486Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-09T00:39:37.770Z] ---> Running in 9b2ec602c79e [2021-02-09T00:39:37.968Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.341s coverage: 97.5% of statements [2021-02-09T00:39:37.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-09T00:39:37.968Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.138s coverage: 78.3% of statements [2021-02-09T00:39:37.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-09T00:39:37.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-09T00:39:37.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-09T00:39:37.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-09T00:39:38.061Z] ---> 3168a9879068 [2021-02-09T00:39:38.061Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-09T00:39:38.061Z] ---> 9b139efbd476 [2021-02-09T00:39:38.061Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-09T00:39:38.061Z] Removing intermediate container 802d5203f477 [2021-02-09T00:39:38.061Z] ---> 6d76ac47bd36 [2021-02-09T00:39:38.061Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-09T00:39:38.061Z] ---> Running in 16100a65fc73 [2021-02-09T00:39:38.061Z] ---> Running in a06ab6baff45 [2021-02-09T00:39:38.355Z] ---> Running in e2d789bfb1c1 [2021-02-09T00:39:38.632Z] Removing intermediate container e2d789bfb1c1 [2021-02-09T00:39:38.632Z] ---> e2e6f1bc9acf [2021-02-09T00:39:38.633Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-09T00:39:38.633Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:39:38.633Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:39:38.942Z] ---> Running in 07ea611c8fc8 [2021-02-09T00:39:38.942Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-09T00:39:39.222Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T00:39:39.222Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-09T00:39:39.222Z] (4/4) Installing curl (7.69.1-r3) [2021-02-09T00:39:39.222Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:39:39.222Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T00:39:39.222Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-09T00:39:39.222Z] OK: 7 MiB in 18 packages [2021-02-09T00:39:39.222Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-09T00:39:39.222Z] Removing intermediate container 07ea611c8fc8 [2021-02-09T00:39:39.222Z] ---> 360abf4583f6 [2021-02-09T00:39:39.222Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-09T00:39:39.501Z] ---> Running in 48eb546d3140 [2021-02-09T00:39:40.504Z] Removing intermediate container 9b2ec602c79e [2021-02-09T00:39:40.504Z] ---> c32ff70ba6a5 [2021-02-09T00:39:40.504Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-09T00:39:40.504Z] ---> Running in e5a842df7172 [2021-02-09T00:39:41.103Z] Removing intermediate container e5a842df7172 [2021-02-09T00:39:41.103Z] ---> ec2a147ebe29 [2021-02-09T00:39:41.103Z] Step 13/21 : WORKDIR /edgex [2021-02-09T00:39:42.101Z] ---> Running in f224f3abf9d3 [2021-02-09T00:39:42.102Z] Removing intermediate container 48eb546d3140 [2021-02-09T00:39:42.102Z] ---> b63cefe4afcd [2021-02-09T00:39:42.102Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-09T00:39:42.102Z] ---> Running in 5872ab947948 [2021-02-09T00:39:42.388Z] Removing intermediate container f224f3abf9d3 [2021-02-09T00:39:42.388Z] ---> b0b5578251d2 [2021-02-09T00:39:42.388Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-09T00:39:42.666Z] Removing intermediate container 5872ab947948 [2021-02-09T00:39:42.666Z] ---> cec7842e4217 [2021-02-09T00:39:42.666Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-09T00:39:42.939Z] ---> 72df123f663c [2021-02-09T00:39:42.939Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-09T00:39:43.219Z] ---> 6217f25218c4 [2021-02-09T00:39:43.219Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-09T00:39:43.517Z] ---> Running in c9e1109c89bb [2021-02-09T00:39:44.577Z] ---> 28c741469b72 [2021-02-09T00:39:44.577Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-09T00:39:46.082Z] ---> adee7e8d2cbd [2021-02-09T00:39:46.082Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-09T00:39:46.082Z] ---> Running in 89de2c2b2469 [2021-02-09T00:39:46.082Z] Removing intermediate container c9e1109c89bb [2021-02-09T00:39:46.082Z] ---> 60409ec686b9 [2021-02-09T00:39:46.082Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T00:39:46.372Z] Removing intermediate container 89de2c2b2469 [2021-02-09T00:39:46.372Z] ---> b46a61c11bb7 [2021-02-09T00:39:46.372Z] Step 18/21 : CMD ["--init=true"] [2021-02-09T00:39:46.372Z] ---> Running in bb98c818d0ba [2021-02-09T00:39:46.645Z] ---> d651fbeae4b6 [2021-02-09T00:39:46.645Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-09T00:39:46.930Z] Removing intermediate container bb98c818d0ba [2021-02-09T00:39:46.930Z] ---> a86ea3e33585 [2021-02-09T00:39:46.930Z] Step 19/21 : LABEL arch=x86_64 [2021-02-09T00:39:46.930Z] ---> Running in 1074edf24e93 [2021-02-09T00:39:47.936Z] Removing intermediate container 1074edf24e93 [2021-02-09T00:39:47.936Z] ---> 3a3f2850b30e [2021-02-09T00:39:47.936Z] Step 20/21 : LABEL git_sha=fa939443d38ccda2fee2c546726af54c9dfec45a [2021-02-09T00:39:47.936Z] ---> f1a5ddb08fb9 [2021-02-09T00:39:47.936Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-09T00:39:47.936Z] ---> Running in 9a615fcfed58 [2021-02-09T00:39:48.225Z] Removing intermediate container 9a615fcfed58 [2021-02-09T00:39:48.225Z] ---> dff54a76d601 [2021-02-09T00:39:48.225Z] Step 21/21 : LABEL version=0.0.0 [2021-02-09T00:39:48.517Z] ---> Running in a94ef4c3df51 [2021-02-09T00:39:48.517Z] ---> 8495be77fae8 [2021-02-09T00:39:48.517Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-09T00:39:49.130Z] Removing intermediate container a94ef4c3df51 [2021-02-09T00:39:49.130Z] ---> 7883953e4abf [2021-02-09T00:39:49.130Z] [2021-02-09T00:39:49.405Z] ---> 6bf788ed7c3e [2021-02-09T00:39:49.405Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-09T00:39:49.700Z] Successfully built 7883953e4abf [2021-02-09T00:39:49.700Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-09T00:39:49.700Z]  Building docker-security-proxy-setup-go ... done  ---> Running in aa3fe562dc8d [2021-02-09T00:39:50.306Z] Removing intermediate container aa3fe562dc8d [2021-02-09T00:39:50.306Z] ---> a9d34cf463dd [2021-02-09T00:39:50.306Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-09T00:39:50.432Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.434s coverage: 92.8% of statements [2021-02-09T00:39:50.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-09T00:39:50.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T00:39:50.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-09T00:39:50.432Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-09T00:39:50.432Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-09T00:39:50.432Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-09T00:39:50.432Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-09T00:39:50.432Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-09T00:39:50.432Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-09T00:39:50.432Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-09T00:39:50.432Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-09T00:39:50.432Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-09T00:39:50.432Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-09T00:39:50.432Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-09T00:39:50.432Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-09T00:39:50.432Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-09T00:39:50.432Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-09T00:39:50.432Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-09T00:39:50.432Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.050s coverage: 58.8% of statements [2021-02-09T00:39:50.432Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-09T00:39:50.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-09T00:39:50.433Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.239s coverage: 0.1% of statements [2021-02-09T00:39:50.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-09T00:39:50.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-09T00:39:50.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-09T00:39:50.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.147s coverage: 45.5% of statements [2021-02-09T00:39:50.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.075s coverage: 79.5% of statements [2021-02-09T00:39:50.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements [2021-02-09T00:39:50.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.152s coverage: 96.3% of statements [2021-02-09T00:39:50.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.063s coverage: 87.5% of statements [2021-02-09T00:39:51.802Z] ---> c1d6465f3770 [2021-02-09T00:39:51.802Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-09T00:39:52.105Z] ---> Running in bfc643762aa5 [2021-02-09T00:39:54.748Z] Removing intermediate container bfc643762aa5 [2021-02-09T00:39:54.748Z] ---> 83e7e2200269 [2021-02-09T00:39:54.748Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-09T00:39:55.036Z] ---> Running in f59a3c00f1cd [2021-02-09T00:39:55.667Z] Removing intermediate container f59a3c00f1cd [2021-02-09T00:39:55.667Z] ---> d5c65f46a118 [2021-02-09T00:39:55.667Z] Step 27/30 : CMD ["gate"] [2021-02-09T00:39:55.952Z] ---> Running in 75eef88e2488 [2021-02-09T00:39:56.567Z] Removing intermediate container 75eef88e2488 [2021-02-09T00:39:56.567Z] ---> 920c619c495f [2021-02-09T00:39:56.567Z] Step 28/30 : LABEL arch=x86_64 [2021-02-09T00:39:56.843Z] ---> Running in 473aab5718cf [2021-02-09T00:39:57.117Z] Removing intermediate container 473aab5718cf [2021-02-09T00:39:57.117Z] ---> 84c0954e990f [2021-02-09T00:39:57.117Z] Step 29/30 : LABEL git_sha=fa939443d38ccda2fee2c546726af54c9dfec45a [2021-02-09T00:39:57.117Z] ---> Running in 480a8c10c30d [2021-02-09T00:39:57.757Z] Removing intermediate container 480a8c10c30d [2021-02-09T00:39:57.757Z] ---> fbaa4a87998d [2021-02-09T00:39:57.757Z] Step 30/30 : LABEL version=0.0.0 [2021-02-09T00:39:58.037Z] ---> Running in a2394560bd51 [2021-02-09T00:39:58.312Z] Removing intermediate container a2394560bd51 [2021-02-09T00:39:58.312Z] ---> 89313bd30a8c [2021-02-09T00:39:58.312Z] [2021-02-09T00:39:58.919Z] Successfully built 89313bd30a8c [2021-02-09T00:39:58.919Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-09T00:40:00.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.092s coverage: 94.4% of statements [2021-02-09T00:40:00.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.073s coverage: 44.8% of statements [2021-02-09T00:40:01.513Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container a06ab6baff45 [2021-02-09T00:40:01.513Z] ---> 6854877ece7e [2021-02-09T00:40:01.513Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-09T00:40:01.781Z] ---> Running in 60e4084f2c35 [2021-02-09T00:40:02.767Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-09T00:40:04.214Z] Removing intermediate container 60e4084f2c35 [2021-02-09T00:40:04.214Z] ---> 1dfed32be897 [2021-02-09T00:40:04.214Z] [2021-02-09T00:40:04.214Z] Step 11/26 : FROM docker:20.10.0 [2021-02-09T00:40:04.487Z] 20.10.0: Pulling from library/docker [2021-02-09T00:40:07.069Z] Removing intermediate container 16100a65fc73 [2021-02-09T00:40:07.069Z] ---> fc1d3f2dc87c [2021-02-09T00:40:07.069Z] [2021-02-09T00:40:07.069Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T00:40:07.069Z] ---> 389fef711851 [2021-02-09T00:40:07.069Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-09T00:40:07.333Z] ---> Running in 8a7d0d87d3c5 [2021-02-09T00:40:07.601Z] Removing intermediate container 8a7d0d87d3c5 [2021-02-09T00:40:07.601Z] ---> 7a2f075efbf8 [2021-02-09T00:40:07.601Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-09T00:40:07.868Z] ---> Running in 4d86e1656da6 [2021-02-09T00:40:08.136Z] Removing intermediate container 4d86e1656da6 [2021-02-09T00:40:08.136Z] ---> b94cd222a6de [2021-02-09T00:40:08.136Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-09T00:40:08.405Z] ---> Running in 20e204d7e9a2 [2021-02-09T00:40:08.674Z] Removing intermediate container 20e204d7e9a2 [2021-02-09T00:40:08.674Z] ---> 03f534aa75fc [2021-02-09T00:40:08.674Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:40:08.999Z] ---> Running in 3c472b3a6e2c [2021-02-09T00:40:11.041Z] Removing intermediate container 3c472b3a6e2c [2021-02-09T00:40:11.041Z] ---> 60f91abef92e [2021-02-09T00:40:11.041Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-09T00:40:11.041Z] ---> Running in d4ef2f54ba7f [2021-02-09T00:40:11.693Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:40:12.274Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:40:12.543Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-09T00:40:12.835Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-09T00:40:12.835Z] ---> aefe523efa57 [2021-02-09T00:40:12.835Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-09T00:40:12.835Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-09T00:40:12.835Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-09T00:40:12.835Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-09T00:40:12.835Z] ---> Running in cd03fdefd5cd [2021-02-09T00:40:13.099Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-09T00:40:13.394Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-09T00:40:13.394Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-09T00:40:13.394Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:40:13.394Z] OK: 8 MiB in 20 packages [2021-02-09T00:40:13.712Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:40:13.712Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:40:13.978Z] (1/2) Installing readline (8.0.4-r0) [2021-02-09T00:40:13.978Z] (2/2) Installing bash (5.0.17-r0) [2021-02-09T00:40:13.978Z] Executing bash-5.0.17-r0.post-install [2021-02-09T00:40:13.978Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:40:13.978Z] OK: 12 MiB in 22 packages [2021-02-09T00:40:15.920Z] Removing intermediate container d4ef2f54ba7f [2021-02-09T00:40:15.920Z] ---> 2faa439c75f2 [2021-02-09T00:40:15.920Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T00:40:15.920Z] Removing intermediate container cd03fdefd5cd [2021-02-09T00:40:15.920Z] ---> 74fbe3dba3ee [2021-02-09T00:40:15.920Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-09T00:40:15.920Z] ---> Running in 973677d09815 [2021-02-09T00:40:16.194Z] ---> 1f0871248b8d [2021-02-09T00:40:16.194Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-09T00:40:16.194Z] Removing intermediate container 973677d09815 [2021-02-09T00:40:16.194Z] ---> 031efd8531d4 [2021-02-09T00:40:16.194Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-09T00:40:16.194Z] ---> Running in 24d9866b54a8 [2021-02-09T00:40:16.474Z] Removing intermediate container 24d9866b54a8 [2021-02-09T00:40:16.474Z] ---> 7a333c46e343 [2021-02-09T00:40:16.474Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-09T00:40:16.775Z] ---> Running in d7fb35030f04 [2021-02-09T00:40:17.047Z] ---> a0c4d90e666e [2021-02-09T00:40:17.047Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-09T00:40:17.047Z] Removing intermediate container d7fb35030f04 [2021-02-09T00:40:17.047Z] ---> 45b602885748 [2021-02-09T00:40:17.047Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-09T00:40:17.660Z] ---> d5a26e2c6362 [2021-02-09T00:40:17.660Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-09T00:40:17.660Z] ---> Running in 191b468e7155 [2021-02-09T00:40:17.934Z] ---> edb22f078001 [2021-02-09T00:40:17.934Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-09T00:40:17.934Z] Removing intermediate container 191b468e7155 [2021-02-09T00:40:17.934Z] ---> aa805e7134ed [2021-02-09T00:40:17.934Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T00:40:18.209Z] ---> Running in 79534e7f69a9 [2021-02-09T00:40:18.209Z] ---> d51d1283e849 [2021-02-09T00:40:18.209Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-09T00:40:18.511Z] Removing intermediate container 79534e7f69a9 [2021-02-09T00:40:18.511Z] ---> 6303b727bb10 [2021-02-09T00:40:18.511Z] Step 21/23 : LABEL arch=x86_64 [2021-02-09T00:40:18.511Z] ---> Running in 12fd0db6f431 [2021-02-09T00:40:18.826Z] ---> 92f903c2d32a [2021-02-09T00:40:18.826Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-09T00:40:18.826Z] Removing intermediate container 12fd0db6f431 [2021-02-09T00:40:18.826Z] ---> b1b486e6d21c [2021-02-09T00:40:18.826Z] Step 22/23 : LABEL git_sha=fa939443d38ccda2fee2c546726af54c9dfec45a [2021-02-09T00:40:18.826Z] ---> Running in ee2b26026bcf [2021-02-09T00:40:18.826Z] ---> Running in 542a42f74350 [2021-02-09T00:40:18.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.138s coverage: 92.9% of statements [2021-02-09T00:40:18.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-09T00:40:18.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-09T00:40:18.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-09T00:40:18.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.070s coverage: 77.8% of statements [2021-02-09T00:40:18.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-09T00:40:18.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-09T00:40:18.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-09T00:40:18.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-09T00:40:18.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-09T00:40:18.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.083s coverage: 87.2% of statements [2021-02-09T00:40:18.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-09T00:40:18.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-09T00:40:18.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-02-09T00:40:18.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-09T00:40:18.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.093s coverage: 75.5% of statements [2021-02-09T00:40:18.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-09T00:40:18.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.076s coverage: 80.8% of statements [2021-02-09T00:40:18.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.158s coverage: 87.2% of statements [2021-02-09T00:40:18.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.151s coverage: 84.2% of statements [2021-02-09T00:40:18.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.209s coverage: 91.4% of statements [2021-02-09T00:40:18.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-09T00:40:18.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.675s coverage: 63.5% of statements [2021-02-09T00:40:18.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-09T00:40:18.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-09T00:40:18.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements [2021-02-09T00:40:18.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.090s coverage: 91.3% of statements [2021-02-09T00:40:18.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.060s coverage: 100.0% of statements [2021-02-09T00:40:18.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.062s coverage: 73.7% of statements [2021-02-09T00:40:18.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements [2021-02-09T00:40:19.155Z] Removing intermediate container ee2b26026bcf [2021-02-09T00:40:19.155Z] ---> d5c27d90c1a1 [2021-02-09T00:40:19.155Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T00:40:19.422Z] ---> Running in 29b31c90dc87 [2021-02-09T00:40:19.713Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:40:19.713Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:40:19.713Z] Removing intermediate container 29b31c90dc87 [2021-02-09T00:40:19.713Z] ---> b4ea78440bd9 [2021-02-09T00:40:19.713Z] [2021-02-09T00:40:19.981Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-09T00:40:19.981Z] Successfully built b4ea78440bd9 [2021-02-09T00:40:19.981Z] (2/33) Installing expat (2.2.9-r1) [2021-02-09T00:40:19.981Z] (3/33) Installing libffi (3.3-r2) [2021-02-09T00:40:19.981Z] (4/33) Installing gdbm (1.13-r1) [2021-02-09T00:40:19.981Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-09T00:40:19.981Z] Successfully tagged docker-core-data-go:latest [2021-02-09T00:40:19.981Z]  Building docker-core-data-go ... done (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-09T00:40:19.981Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-09T00:40:20.994Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.037s coverage: 68.9% of statements [2021-02-09T00:40:20.994Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-09T00:40:20.994Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-09T00:40:21.512Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-09T00:40:21.512Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-09T00:40:21.512Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-09T00:40:21.512Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-09T00:40:21.512Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-09T00:40:21.512Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-09T00:40:21.512Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-09T00:40:21.512Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-09T00:40:21.512Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-09T00:40:21.512Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-09T00:40:21.512Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-09T00:40:21.512Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-09T00:40:21.512Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-09T00:40:21.930Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-09T00:40:21.930Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-09T00:40:21.930Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-09T00:40:21.930Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-09T00:40:21.930Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-09T00:40:21.930Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-09T00:40:21.930Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-09T00:40:21.930Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-09T00:40:21.930Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-09T00:40:21.930Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-09T00:40:22.259Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-09T00:40:22.259Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-09T00:40:22.259Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-09T00:40:22.259Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:40:22.259Z] OK: 71 MiB in 55 packages [2021-02-09T00:40:22.452Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.422s coverage: 37.0% of statements [2021-02-09T00:40:22.452Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-09T00:40:22.452Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-09T00:40:23.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.903s coverage: 84.0% of statements [2021-02-09T00:40:23.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.117s coverage: 100.0% of statements [2021-02-09T00:40:32.837Z] Removing intermediate container 542a42f74350 [2021-02-09T00:40:32.837Z] ---> 313cb6d03b8c [2021-02-09T00:40:32.838Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-09T00:40:32.838Z] ---> Running in ddf5d8934c21 [2021-02-09T00:40:33.295Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.648s coverage: 47.0% of statements [2021-02-09T00:40:33.296Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-09T00:40:33.296Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-09T00:40:33.296Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-09T00:40:33.296Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-09T00:40:33.296Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-09T00:40:33.296Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.144s coverage: 100.0% of statements [2021-02-09T00:40:33.296Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-09T00:40:33.296Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.122s coverage: 100.0% of statements [2021-02-09T00:40:33.296Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-09T00:40:33.296Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-09T00:40:33.296Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-09T00:40:33.296Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-09T00:40:33.296Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.395s coverage: 89.4% of statements [2021-02-09T00:40:33.296Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-09T00:40:33.296Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T00:40:33.296Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-09T00:40:33.806Z] Collecting docker-compose==1.23.2 [2021-02-09T00:40:33.806Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-09T00:40:33.806Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-09T00:40:34.086Z] Collecting PyYAML<4,>=3.10 [2021-02-09T00:40:34.086Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-09T00:40:35.053Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-09T00:40:35.053Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-09T00:40:35.320Z] Collecting jsonschema<3,>=2.5.1 [2021-02-09T00:40:35.320Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-09T00:40:35.587Z] Collecting docker<4.0,>=3.6.0 [2021-02-09T00:40:35.587Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-09T00:40:35.851Z] Collecting docopt<0.7,>=0.6.1 [2021-02-09T00:40:35.851Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-09T00:40:36.425Z] Collecting texttable<0.10,>=0.9.0 [2021-02-09T00:40:36.425Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-09T00:40:37.388Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-09T00:40:37.388Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-09T00:40:39.155Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-09T00:40:39.155Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-09T00:40:39.155Z] Collecting cached-property<2,>=1.2.0 [2021-02-09T00:40:39.155Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-09T00:40:39.155Z] Collecting docker-pycreds>=0.4.0 [2021-02-09T00:40:39.155Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-09T00:40:39.155Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-09T00:40:39.155Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-09T00:40:39.155Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-09T00:40:39.155Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-09T00:40:39.155Z] Collecting idna<2.8,>=2.5 [2021-02-09T00:40:39.155Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-09T00:40:39.155Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-09T00:40:39.155Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-09T00:40:39.155Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-09T00:40:39.155Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-09T00:40:39.155Z] Installing collected packages: PyYAML, websocket-client, jsonschema, urllib3, idna, requests, docker-pycreds, docker, docopt, texttable, dockerpty, cached-property, docker-compose [2021-02-09T00:40:39.155Z] Running setup.py install for PyYAML: started [2021-02-09T00:40:39.741Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-09T00:40:40.007Z] Attempting uninstall: urllib3 [2021-02-09T00:40:40.007Z] Found existing installation: urllib3 1.25.9 [2021-02-09T00:40:40.007Z] Uninstalling urllib3-1.25.9: [2021-02-09T00:40:40.278Z] Successfully uninstalled urllib3-1.25.9 [2021-02-09T00:40:40.559Z] Attempting uninstall: idna [2021-02-09T00:40:40.559Z] Found existing installation: idna 2.9 [2021-02-09T00:40:40.559Z] Uninstalling idna-2.9: [2021-02-09T00:40:40.559Z] Successfully uninstalled idna-2.9 [2021-02-09T00:40:40.559Z] Attempting uninstall: requests [2021-02-09T00:40:40.559Z] Found existing installation: requests 2.23.0 [2021-02-09T00:40:40.559Z] Uninstalling requests-2.23.0: [2021-02-09T00:40:40.827Z] Successfully uninstalled requests-2.23.0 [2021-02-09T00:40:41.417Z] Running setup.py install for docopt: started [2021-02-09T00:40:42.001Z] Running setup.py install for docopt: finished with status 'done' [2021-02-09T00:40:42.001Z] Running setup.py install for texttable: started [2021-02-09T00:40:42.585Z] Running setup.py install for texttable: finished with status 'done' [2021-02-09T00:40:42.585Z] Running setup.py install for dockerpty: started [2021-02-09T00:40:43.169Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-09T00:40:43.432Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-09T00:40:43.932Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.331s coverage: 29.1% of statements [2021-02-09T00:40:43.932Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-09T00:40:43.932Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-09T00:40:43.932Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-09T00:40:43.932Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-09T00:40:43.932Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-09T00:40:43.932Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.244s coverage: 99.0% of statements [2021-02-09T00:40:43.932Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-09T00:40:43.932Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.130s coverage: 100.0% of statements [2021-02-09T00:40:43.932Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-09T00:40:43.932Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-09T00:40:43.932Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-09T00:40:43.932Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-09T00:40:43.932Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.158s coverage: 100.0% of statements [2021-02-09T00:40:43.933Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-09T00:40:43.933Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T00:40:43.933Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-09T00:40:43.933Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.060s coverage: 0.0% of statements [2021-02-09T00:40:43.933Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-09T00:40:43.933Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.058s coverage: 100.0% of statements [2021-02-09T00:40:43.933Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-09T00:40:43.933Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-09T00:40:43.933Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-09T00:40:43.933Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-09T00:40:43.933Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.138s coverage: 87.9% of statements [2021-02-09T00:40:43.933Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-09T00:40:43.933Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-09T00:40:43.933Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.109s coverage: 100.0% of statements [2021-02-09T00:40:43.933Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 32.1% of statements [2021-02-09T00:40:43.933Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.089s coverage: 100.0% of statements [2021-02-09T00:40:44.532Z] GO111MODULE=on go vet ./... [2021-02-09T00:40:47.762Z] Removing intermediate container ddf5d8934c21 [2021-02-09T00:40:47.762Z] ---> bd382c7acdbd [2021-02-09T00:40:47.762Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-09T00:40:47.762Z] ---> Running in e0e4b7381f7e [2021-02-09T00:40:48.341Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:40:48.613Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:40:48.888Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T00:40:48.888Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-09T00:40:48.888Z] (3/3) Installing curl (7.69.1-r3) [2021-02-09T00:40:48.888Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:40:48.888Z] OK: 72 MiB in 58 packages [2021-02-09T00:40:49.493Z] Removing intermediate container e0e4b7381f7e [2021-02-09T00:40:49.493Z] ---> 4a0a4c9ef884 [2021-02-09T00:40:49.493Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-09T00:40:49.493Z] ---> Running in 7367f5cc8fd9 [2021-02-09T00:40:49.776Z] Removing intermediate container 7367f5cc8fd9 [2021-02-09T00:40:49.776Z] ---> 81169f161f66 [2021-02-09T00:40:49.776Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T00:40:49.776Z] ---> Running in fb7a61bb7c88 [2021-02-09T00:40:50.060Z] Removing intermediate container fb7a61bb7c88 [2021-02-09T00:40:50.060Z] ---> a14ce4940b66 [2021-02-09T00:40:50.060Z] Step 24/26 : LABEL arch=x86_64 [2021-02-09T00:40:50.060Z] ---> Running in f7bbd491c28b [2021-02-09T00:40:50.327Z] Removing intermediate container f7bbd491c28b [2021-02-09T00:40:50.327Z] ---> 5e0e2cb54aa7 [2021-02-09T00:40:50.327Z] Step 25/26 : LABEL git_sha=fa939443d38ccda2fee2c546726af54c9dfec45a [2021-02-09T00:40:50.599Z] ---> Running in 396fb8b9d794 [2021-02-09T00:40:50.599Z] Removing intermediate container 396fb8b9d794 [2021-02-09T00:40:50.599Z] ---> 0aff2db54cd5 [2021-02-09T00:40:50.599Z] Step 26/26 : LABEL version=0.0.0 [2021-02-09T00:40:50.866Z] ---> Running in 0cafc43953a4 [2021-02-09T00:40:50.866Z] Removing intermediate container 0cafc43953a4 [2021-02-09T00:40:50.866Z] ---> fd77a4d13459 [2021-02-09T00:40:50.866Z] [2021-02-09T00:40:51.132Z] Successfully built fd77a4d13459 [2021-02-09T00:40:51.398Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-09T00:40:51.696Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-09T00:40:51.707Z] $ docker stop --time=1 08fca984e346671ea60b4ad1069d89361464cb4c7ea219b66358d76e9c13f654 [2021-02-09T00:40:53.582Z] $ docker rm -f 08fca984e346671ea60b4ad1069d89361464cb4c7ea219b66358d76e9c13f654 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-09T00:40:54.228Z] + docker images [2021-02-09T00:40:54.228Z] + grep docker [2021-02-09T00:40:54.834Z] docker-sys-mgmt-agent-go latest fd77a4d13459 4 seconds ago 313MB [2021-02-09T00:40:54.834Z] docker-core-data-go latest b4ea78440bd9 35 seconds ago 22.3MB [2021-02-09T00:40:54.834Z] docker-security-bootstrapper-go latest 89313bd30a8c 56 seconds ago 17.9MB [2021-02-09T00:40:54.834Z] docker-security-proxy-setup-go latest 7883953e4abf About a minute ago 24.4MB [2021-02-09T00:40:54.834Z] docker-security-secretstore-setup-go latest de519cc78941 2 minutes ago 24.6MB [2021-02-09T00:40:54.834Z] docker-core-metadata-go latest a581b6e3fe36 2 minutes ago 18.8MB [2021-02-09T00:40:54.834Z] docker-core-command-go latest 0421368e836d 2 minutes ago 16.9MB [2021-02-09T00:40:54.834Z] docker-support-scheduler-go latest f29b4e9a318b 2 minutes ago 17MB [2021-02-09T00:40:54.834Z] docker-support-notifications-go latest c7b9478ba582 2 minutes ago 17.6MB [2021-02-09T00:40:54.834Z] docker 20.10.0 aefe523efa57 8 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-02-09T00:41:10.673Z] Still waiting to schedule task [2021-02-09T00:41:10.673Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-09T00:42:03.179Z] Running on prd-ubuntu18.04-docker-8c-8g-25678 in /w/workspace/edgexfoundry_edgex-go_PR-3148 [Pipeline] { [Pipeline] ws [2021-02-09T00:42:03.232Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-02-09T00:42:05.548Z] using credential edgex-jenkins-ssh [2021-02-09T00:42:05.607Z] Cloning the remote Git repository [2021-02-09T00:42:05.625Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-09T00:42:05.691Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-02-09T00:42:05.716Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-09T00:42:05.716Z] > git --version # timeout=10 [2021-02-09T00:42:05.721Z] > git --version # 'git version 2.17.1' [2021-02-09T00:42:05.722Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T00:42:05.744Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T00:42:17.555Z] Merging remotes/origin/master commit cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 into PR head commit c7853e085e022376c6605bda65019b3717be7c76 [2021-02-09T00:42:17.731Z] Merge succeeded, producing 71e80a41ac6b303ffe7218394fd88e777f1d9732 [2021-02-09T00:42:17.732Z] Checking out Revision 71e80a41ac6b303ffe7218394fd88e777f1d9732 (PR-3148) [2021-02-09T00:42:16.880Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-09T00:42:16.886Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T00:42:16.901Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-09T00:42:16.912Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-09T00:42:16.912Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T00:42:16.915Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3148/head:refs/remotes/origin/PR-3148 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-09T00:42:17.561Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T00:42:17.566Z] > git checkout -f c7853e085e022376c6605bda65019b3717be7c76 # timeout=10 [2021-02-09T00:42:17.640Z] > git remote # timeout=10 [2021-02-09T00:42:17.646Z] > git config --get remote.origin.url # timeout=10 [2021-02-09T00:42:17.650Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T00:42:17.653Z] > git merge cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 # timeout=10 [2021-02-09T00:42:17.725Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-09T00:42:17.733Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T00:42:17.737Z] > git checkout -f 71e80a41ac6b303ffe7218394fd88e777f1d9732 # timeout=10 [2021-02-09T00:42:21.394Z] Commit message: "Merge commit 'cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1' into HEAD" [2021-02-09T00:42:21.395Z] > git rev-list --no-walk c7853e085e022376c6605bda65019b3717be7c76 # timeout=10 [2021-02-09T00:42:21.433Z] gofmt -l . [2021-02-09T00:42:21.433Z] [ "`gofmt -l .`" = "" ] [2021-02-09T00:42:21.433Z] ./bin/test-go-mod-tidy.sh [2021-02-09T00:42:21.433Z] ./bin/test-attribution-txt.sh [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:42:22.112Z] + ls -al . [2021-02-09T00:42:22.112Z] total 728 [2021-02-09T00:42:22.112Z] drwxrwxr-x 9 1001 1001 4096 Feb 9 00:42 . [2021-02-09T00:42:22.112Z] drwxr-xr-x 4 root root 4096 Feb 9 00:37 .. [2021-02-09T00:42:22.112Z] -rw-rw-r-- 1 1001 1001 11 Feb 9 00:35 .dockerignore [2021-02-09T00:42:22.112Z] drwxrwxr-x 8 1001 1001 4096 Feb 9 00:35 .git [2021-02-09T00:42:22.112Z] drwxrwxr-x 3 1001 1001 4096 Feb 9 00:35 .github [2021-02-09T00:42:22.112Z] -rw-rw-r-- 1 1001 1001 818 Feb 9 00:35 .gitignore [2021-02-09T00:42:22.112Z] -rw-rw-r-- 1 1001 1001 166 Feb 9 00:35 .sonarcloud.properties [2021-02-09T00:42:22.112Z] -rw-rw-r-- 1 1001 1001 7859 Feb 9 00:35 Attribution.txt [2021-02-09T00:42:22.112Z] -rw-rw-r-- 1 1001 1001 3804 Feb 9 00:35 CONTRIBUTING.md [2021-02-09T00:42:22.112Z] -rw-rw-r-- 1 1001 1001 931 Feb 9 00:35 Dockerfile.build [2021-02-09T00:42:22.112Z] -rw-rw-r-- 1 1001 1001 863 Feb 9 00:35 Jenkinsfile [2021-02-09T00:42:22.112Z] -rw-rw-r-- 1 1001 1001 10775 Feb 9 00:35 LICENSE [2021-02-09T00:42:22.112Z] -rw-rw-r-- 1 1001 1001 5774 Feb 9 00:35 Makefile [2021-02-09T00:42:22.112Z] -rw-rw-r-- 1 1001 1001 6524 Feb 9 00:35 README.md [2021-02-09T00:42:22.112Z] -rw-rw-r-- 1 1001 1001 6755 Feb 9 00:35 SECURITY.md [2021-02-09T00:42:22.112Z] -rw-rw-r-- 1 1001 1001 5 Feb 9 00:31 VERSION [2021-02-09T00:42:22.112Z] -rw-rw-r-- 1 1001 1001 4131 Feb 9 00:35 ZMQWindows.md [2021-02-09T00:42:22.112Z] drwxrwxr-x 2 1001 1001 4096 Feb 9 00:35 bin [2021-02-09T00:42:22.112Z] drwxrwxr-x 14 1001 1001 4096 Feb 9 00:35 cmd [2021-02-09T00:42:22.112Z] -rw-r--r-- 1 root root 594557 Feb 9 00:40 coverage.out [2021-02-09T00:42:22.112Z] -rw-r--r-- 1 root root 1054 Feb 9 00:42 go.mod [2021-02-09T00:42:22.112Z] -rw-r--r-- 1 root root 19290 Feb 9 00:42 go.sum [2021-02-09T00:42:22.112Z] drwxrwxr-x 8 1001 1001 4096 Feb 9 00:35 internal [2021-02-09T00:42:22.112Z] drwxrwxr-x 4 1001 1001 4096 Feb 9 00:35 openapi [2021-02-09T00:42:22.112Z] drwxrwxr-x 4 1001 1001 4096 Feb 9 00:35 snap [2021-02-09T00:42:22.112Z] -rw-rw-r-- 1 1001 1001 168 Feb 9 00:35 version.go [Pipeline] sh [2021-02-09T00:42:22.463Z] + echo snap-build.sh [2021-02-09T00:42:22.463Z] snap-build.sh [2021-02-09T00:42:22.463Z] + SNAP_BASE_DIR=. [2021-02-09T00:42:22.463Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-02-09T00:42:22.463Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-02-09T00:42:22.463Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-02-09T00:42:22.463Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-02-09T00:42:22.463Z] + cd /w/workspace/edgex-go/2 [2021-02-09T00:42:22.463Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-09T00:42:22.463Z] Reading package lists... [2021-02-09T00:42:22.463Z] Building dependency tree... [2021-02-09T00:42:22.463Z] Reading state information... [2021-02-09T00:42:22.724Z] The following packages were automatically installed and are no longer required: [2021-02-09T00:42:22.724Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-09T00:42:22.724Z] uidmap xdelta3 [2021-02-09T00:42:22.724Z] Use 'sudo apt autoremove' to remove them. [2021-02-09T00:42:22.724Z] The following packages will be REMOVED: [2021-02-09T00:42:22.724Z] lxd* lxd-client* [2021-02-09T00:42:22.974Z] + '[' -e coverage.out ] [2021-02-09T00:42:22.974Z] + chown 1001:1001 coverage.out [2021-02-09T00:42:22.985Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-09T00:42:22.985Z] After this operation, 31.7 MB disk space will be freed. [Pipeline] stash [2021-02-09T00:42:22.999Z] Warning: overwriting stash ‘coverage-report’ [2021-02-09T00:42:24.031Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-02-09T00:42:24.031Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-09T00:42:24.555Z] Stashed 1 file(s) [Pipeline] sh [2021-02-09T00:42:24.976Z] Removing lxd dnsmasq configuration [2021-02-09T00:42:24.976Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-09T00:42:24.976Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-09T00:42:25.272Z] + make build [2021-02-09T00:42:25.272Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-09T00:42:25.920Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-09T00:42:26.182Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-02-09T00:42:26.182Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-09T00:42:27.610Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-09T00:42:27.610Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-09T00:42:28.559Z] + sudo snap remove --purge lxd [2021-02-09T00:42:28.820Z] snap "lxd" is not installed [2021-02-09T00:42:28.820Z] + sudo groupadd --force --system lxd [2021-02-09T00:42:28.820Z] ++ whoami [2021-02-09T00:42:28.820Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-09T00:42:28.820Z] + newgrp - lxd [2021-02-09T00:42:28.820Z] + sudo snap install lxd [2021-02-09T00:42:37.683Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-09T00:42:38.828Z] 2021-02-09T00:42:35Z INFO Waiting for automatic snapd restart... [2021-02-09T00:42:53.775Z] lxd 4.11 from Canonical* installed [2021-02-09T00:42:53.775Z] + sudo lxd init --auto [2021-02-09T00:43:00.354Z] + sudo snap install --classic snapcraft [2021-02-09T00:43:04.542Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-09T00:43:11.265Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-09T00:43:18.019Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-09T00:43:19.462Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-09T00:43:22.328Z] snapcraft 4.4.4 from Canonical* installed [2021-02-09T00:43:22.328Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-09T00:43:22.328Z] + patch --verbose -p1 [2021-02-09T00:43:22.328Z] Hmm... Looks like a unified diff to me... [2021-02-09T00:43:22.328Z] The text leading up to this was: [2021-02-09T00:43:22.328Z] -------------------------- [2021-02-09T00:43:22.328Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-09T00:43:22.328Z] |From: Tony Espy [2021-02-09T00:43:22.328Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-09T00:43:22.328Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-09T00:43:22.328Z] | [2021-02-09T00:43:22.328Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-09T00:43:22.328Z] |optimize the snap CI check run for pull requests. When [2021-02-09T00:43:22.328Z] |applied, it essentially strips out everything (apps and [2021-02-09T00:43:22.328Z] |parts) from the snapcraft.yaml file except those required [2021-02-09T00:43:22.328Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-09T00:43:22.328Z] |catch changes to edgex-go that break the snap build. [2021-02-09T00:43:22.328Z] | [2021-02-09T00:43:22.328Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-09T00:43:22.328Z] |to update this patch file, otherwise it may fail to apply, [2021-02-09T00:43:22.328Z] |resulting in a failed snap build CI check in the associated [2021-02-09T00:43:22.328Z] |pull request. [2021-02-09T00:43:22.328Z] | [2021-02-09T00:43:22.328Z] |Note - in addition to applying this patch, the pipeline also [2021-02-09T00:43:22.328Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-09T00:43:22.328Z] |need to build the finally binary .snap file (and it won't [2021-02-09T00:43:22.328Z] |work with the patch applied). This further reduces the build [2021-02-09T00:43:22.328Z] |time. [2021-02-09T00:43:22.328Z] |--- [2021-02-09T00:43:22.328Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-09T00:43:22.328Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-09T00:43:22.328Z] | [2021-02-09T00:43:22.328Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-09T00:43:22.328Z] |index 1e537489..faf42425 100644 [2021-02-09T00:43:22.328Z] |--- a/snap/snapcraft.yaml [2021-02-09T00:43:22.328Z] |+++ b/snap/snapcraft.yaml [2021-02-09T00:43:22.328Z] -------------------------- [2021-02-09T00:43:22.328Z] patching file snap/snapcraft.yaml [2021-02-09T00:43:22.328Z] Using Plan A... [2021-02-09T00:43:22.328Z] Hunk #1 succeeded at 73. [2021-02-09T00:43:22.328Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-02-09T00:43:22.328Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-02-09T00:43:22.328Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-02-09T00:43:22.328Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-02-09T00:43:22.328Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-02-09T00:43:22.328Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-02-09T00:43:22.328Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-02-09T00:43:22.328Z] Hmm... Ignoring the trailing garbage. [2021-02-09T00:43:22.328Z] done [2021-02-09T00:43:22.328Z] + sudo snapcraft prime --use-lxd [2021-02-09T00:43:22.328Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-09T00:43:22.328Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-02-09T00:43:22.328Z] - README.md [2021-02-09T00:43:22.328Z] - snapcraft.yaml.orig [2021-02-09T00:43:22.328Z] [2021-02-09T00:43:22.328Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-09T00:43:22.328Z] Launching a container. [2021-02-09T00:43:27.774Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-09T00:43:34.492Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-09T00:43:37.240Z] Waiting for container to be ready [2021-02-09T00:43:37.240Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-09T00:43:37.240Z] [2021-02-09T00:43:39.154Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-09T00:43:39.415Z] Waiting for network to be ready... [2021-02-09T00:43:39.987Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-09T00:43:39.987Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-09T00:43:40.558Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1538 kB] [2021-02-09T00:43:40.558Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-09T00:43:40.558Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-09T00:43:40.822Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-09T00:43:40.822Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-09T00:43:40.822Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-09T00:43:40.822Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-09T00:43:40.822Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-09T00:43:40.822Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-09T00:43:40.822Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-09T00:43:40.822Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-09T00:43:40.822Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-09T00:43:40.822Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-09T00:43:40.822Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-09T00:43:40.822Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-09T00:43:40.822Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-09T00:43:41.082Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-09T00:43:41.249Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-09T00:43:41.342Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1883 kB] [2021-02-09T00:43:41.342Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-09T00:43:41.609Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-09T00:43:41.609Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-09T00:43:41.609Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-09T00:43:41.609Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-09T00:43:41.609Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1717 kB] [2021-02-09T00:43:41.609Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-09T00:43:44.164Z] Fetched 23.9 MB in 4s (5619 kB/s) [2021-02-09T00:43:44.737Z] Reading package lists... [2021-02-09T00:43:44.997Z] Reading package lists... [2021-02-09T00:43:44.997Z] Building dependency tree... [2021-02-09T00:43:44.997Z] Reading state information... [2021-02-09T00:43:45.257Z] The following additional packages will be installed: [2021-02-09T00:43:45.257Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-09T00:43:45.257Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-09T00:43:45.257Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-09T00:43:45.257Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-09T00:43:45.257Z] Suggested packages: [2021-02-09T00:43:45.257Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-09T00:43:45.257Z] Recommended packages: [2021-02-09T00:43:45.257Z] gnupg libsasl2-modules [2021-02-09T00:43:45.257Z] The following NEW packages will be installed: [2021-02-09T00:43:45.257Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-09T00:43:45.257Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-09T00:43:45.257Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-09T00:43:45.257Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-09T00:43:45.257Z] The following packages will be upgraded: [2021-02-09T00:43:45.257Z] gpg gpg-agent gpgconf libudev1 [2021-02-09T00:43:45.257Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-09T00:43:45.257Z] Need to get 3532 kB of archives. [2021-02-09T00:43:45.257Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-09T00:43:45.257Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-09T00:43:45.518Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-09T00:43:45.518Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-09T00:43:45.518Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-02-09T00:43:45.518Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-02-09T00:43:45.518Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] [2021-02-09T00:43:45.518Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] [2021-02-09T00:43:45.518Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-09T00:43:45.518Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-09T00:43:45.778Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-09T00:43:46.352Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-09T00:43:46.352Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-09T00:43:46.352Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-09T00:43:46.352Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-09T00:43:46.352Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-09T00:43:46.352Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-09T00:43:46.352Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-09T00:43:46.352Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-09T00:43:46.352Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-09T00:43:46.352Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-09T00:43:46.352Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-09T00:43:46.352Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-09T00:43:46.352Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-09T00:43:46.352Z] Fetched 3532 kB in 1s (3234 kB/s) [2021-02-09T00:43:46.613Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-09T00:43:46.613Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-09T00:43:46.613Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-09T00:43:46.613Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-09T00:43:46.613Z] Selecting previously unselected package udev. [2021-02-09T00:43:46.613Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-09T00:43:46.613Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-09T00:43:46.874Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-09T00:43:46.874Z] Selecting previously unselected package libfuse2:amd64. [2021-02-09T00:43:46.874Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-09T00:43:46.874Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-09T00:43:47.146Z] Selecting previously unselected package fuse. [2021-02-09T00:43:47.146Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-09T00:43:47.146Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-09T00:43:47.146Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-09T00:43:47.146Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-09T00:43:47.146Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-09T00:43:47.407Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-09T00:43:47.407Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-09T00:43:47.407Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-09T00:43:47.669Z] Selecting previously unselected package libksba8:amd64. [2021-02-09T00:43:47.669Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-09T00:43:47.669Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-09T00:43:47.669Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-09T00:43:47.669Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T00:43:47.669Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:43:47.669Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-09T00:43:47.669Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T00:43:47.669Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:43:47.930Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-09T00:43:47.930Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T00:43:47.930Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:43:47.930Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-09T00:43:47.930Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T00:43:47.930Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:43:47.930Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-09T00:43:47.930Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T00:43:47.930Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:43:48.192Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-09T00:43:48.192Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T00:43:48.192Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:43:48.192Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-09T00:43:48.192Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T00:43:48.192Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:43:48.455Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-09T00:43:48.455Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T00:43:48.455Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:43:48.455Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-09T00:43:48.455Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-09T00:43:48.455Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:43:48.455Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-09T00:43:48.455Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-09T00:43:48.455Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-09T00:43:48.716Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-09T00:43:48.716Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-09T00:43:48.716Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-09T00:43:48.716Z] Selecting previously unselected package libldap-common. [2021-02-09T00:43:48.716Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... [2021-02-09T00:43:48.716Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-09T00:43:48.716Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-09T00:43:48.716Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... [2021-02-09T00:43:48.716Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-09T00:43:48.977Z] Selecting previously unselected package dirmngr. [2021-02-09T00:43:48.977Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-09T00:43:48.977Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-09T00:43:48.977Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-09T00:43:48.977Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-09T00:43:49.237Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-09T00:43:49.237Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-09T00:43:49.237Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-09T00:43:49.237Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-09T00:43:49.237Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:43:49.237Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-09T00:43:49.237Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-09T00:43:49.237Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-09T00:43:49.565Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-09T00:43:49.808Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-09T00:43:49.808Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:43:49.808Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-09T00:43:50.068Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-09T00:43:50.068Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-09T00:43:50.068Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:43:50.068Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:43:50.068Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:43:50.068Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:43:50.068Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:43:50.068Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:43:50.068Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-09T00:43:50.328Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-09T00:43:50.328Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-09T00:43:50.328Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-09T00:43:50.589Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-09T00:43:50.589Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-09T00:43:50.589Z] This means they are not meant to be enabled using systemctl. [2021-02-09T00:43:50.589Z] Possible reasons for having this kind of units are: [2021-02-09T00:43:50.589Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-09T00:43:50.589Z] .wants/ or .requires/ directory. [2021-02-09T00:43:50.589Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-09T00:43:50.589Z] a requirement dependency on it. [2021-02-09T00:43:50.589Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-09T00:43:50.589Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-09T00:43:50.589Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-09T00:43:50.589Z] instance name specified. [2021-02-09T00:43:51.111Z] Reading package lists... [2021-02-09T00:43:51.111Z] Building dependency tree... [2021-02-09T00:43:51.111Z] Reading state information... [2021-02-09T00:43:51.111Z] The following additional packages will be installed: [2021-02-09T00:43:51.111Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-09T00:43:51.111Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-09T00:43:51.111Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-09T00:43:51.111Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-09T00:43:51.111Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-09T00:43:51.111Z] Suggested packages: [2021-02-09T00:43:51.111Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-09T00:43:51.111Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-09T00:43:51.111Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-09T00:43:51.111Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-09T00:43:51.111Z] systemd-container policykit-1 [2021-02-09T00:43:51.111Z] Recommended packages: [2021-02-09T00:43:51.111Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-09T00:43:51.372Z] The following NEW packages will be installed: [2021-02-09T00:43:51.372Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-09T00:43:51.372Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-09T00:43:51.372Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-09T00:43:51.372Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-09T00:43:51.372Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-09T00:43:51.372Z] The following packages will be upgraded: [2021-02-09T00:43:51.372Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-09T00:43:51.372Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-09T00:43:51.372Z] Need to get 35.2 MB of archives. [2021-02-09T00:43:51.372Z] After this operation, 141 MB of additional disk space will be used. [2021-02-09T00:43:51.372Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-09T00:43:51.372Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-09T00:43:52.314Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-09T00:43:52.314Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-02-09T00:43:52.314Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-09T00:43:52.314Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-09T00:43:52.314Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-09T00:43:52.314Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-09T00:43:52.314Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-09T00:43:52.314Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-09T00:43:52.314Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-09T00:43:52.314Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-09T00:43:52.314Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-09T00:43:52.314Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-09T00:43:52.314Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-09T00:43:52.314Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-09T00:43:52.314Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-09T00:43:52.314Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-09T00:43:52.314Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-09T00:43:52.314Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-09T00:43:52.314Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-09T00:43:52.314Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-09T00:43:52.314Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-09T00:43:52.574Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-09T00:43:52.574Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-09T00:43:52.574Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-09T00:43:52.574Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-09T00:43:52.574Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-09T00:43:52.574Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-09T00:43:52.574Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-09T00:43:53.515Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-09T00:43:53.775Z] Fetched 35.2 MB in 2s (15.4 MB/s) [2021-02-09T00:43:53.775Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-09T00:43:53.775Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-09T00:43:54.037Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-09T00:43:54.608Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-09T00:43:54.608Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-09T00:43:54.872Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-09T00:43:54.872Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-09T00:43:54.873Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-09T00:43:54.873Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-09T00:43:54.975Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-09T00:43:55.134Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-09T00:43:55.134Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-09T00:43:55.134Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-09T00:43:55.395Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-09T00:43:55.656Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-09T00:43:55.656Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-09T00:43:55.917Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-09T00:43:56.179Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-09T00:43:56.179Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-09T00:43:56.179Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-09T00:43:56.439Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-09T00:43:56.439Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-09T00:43:56.439Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T00:43:56.439Z] Selecting previously unselected package libexpat1:amd64. [2021-02-09T00:43:56.439Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-09T00:43:56.701Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-09T00:43:56.701Z] Selecting previously unselected package python3.6-minimal. [2021-02-09T00:43:56.701Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-09T00:43:56.701Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T00:43:56.961Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-09T00:43:56.961Z] Checking for services that may need to be restarted...done. [2021-02-09T00:43:56.961Z] Checking for services that may need to be restarted...done. [2021-02-09T00:43:56.961Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T00:43:57.223Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-09T00:43:57.223Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T00:43:57.794Z] Selecting previously unselected package python3-minimal. [2021-02-09T00:43:57.794Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-09T00:43:57.794Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-09T00:43:57.794Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-09T00:43:57.794Z] Selecting previously unselected package mime-support. [2021-02-09T00:43:57.794Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-09T00:43:57.794Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-09T00:43:58.055Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-09T00:43:58.055Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-09T00:43:58.055Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-09T00:43:58.055Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-09T00:43:58.055Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-09T00:43:58.055Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T00:43:58.320Z] Selecting previously unselected package python3.6. [2021-02-09T00:43:58.320Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-09T00:43:58.320Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T00:43:58.320Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-09T00:43:58.320Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-09T00:43:58.320Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-09T00:43:58.320Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-09T00:43:58.580Z] Selecting previously unselected package python3. [2021-02-09T00:43:58.580Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-09T00:43:58.580Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-09T00:43:58.580Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-09T00:43:58.841Z] Selecting previously unselected package multiarch-support. [2021-02-09T00:43:58.841Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-09T00:43:58.841Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-09T00:43:58.841Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-09T00:43:58.841Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-09T00:43:59.103Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-09T00:43:59.103Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-09T00:43:59.103Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-09T00:43:59.103Z] Selecting previously unselected package libbsd0:amd64. [2021-02-09T00:43:59.103Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-09T00:43:59.103Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-09T00:43:59.103Z] Selecting previously unselected package sudo. [2021-02-09T00:43:59.103Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-09T00:43:59.103Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-09T00:43:59.294Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-09T00:43:59.364Z] Selecting previously unselected package apparmor. [2021-02-09T00:43:59.364Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-09T00:43:59.364Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-09T00:43:59.628Z] Selecting previously unselected package libedit2:amd64. [2021-02-09T00:43:59.628Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-09T00:43:59.628Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-09T00:43:59.628Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-09T00:43:59.628Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-09T00:43:59.628Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T00:43:59.888Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-09T00:43:59.888Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-09T00:43:59.888Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T00:43:59.888Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-09T00:43:59.888Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-09T00:43:59.888Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-09T00:43:59.888Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-09T00:43:59.888Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-09T00:43:59.888Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T00:44:00.156Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-09T00:44:00.156Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-09T00:44:00.156Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T00:44:00.156Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-09T00:44:00.156Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-09T00:44:00.418Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-09T00:44:00.418Z] Selecting previously unselected package openssh-client. [2021-02-09T00:44:00.418Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-09T00:44:00.418Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-09T00:44:00.679Z] Selecting previously unselected package squashfs-tools. [2021-02-09T00:44:00.679Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-09T00:44:00.679Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-09T00:44:00.679Z] Selecting previously unselected package snapd. [2021-02-09T00:44:00.679Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-09T00:44:00.679Z] Unpacking snapd (2.48+18.04) ... [2021-02-09T00:44:02.615Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-09T00:44:02.615Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-09T00:44:02.876Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-09T00:44:02.876Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-09T00:44:02.876Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-09T00:44:02.876Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T00:44:02.876Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-09T00:44:03.145Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-09T00:44:03.145Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-09T00:44:03.717Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-09T00:44:03.717Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-09T00:44:03.977Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-09T00:44:03.977Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T00:44:03.977Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T00:44:03.977Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-09T00:44:04.917Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-09T00:44:05.178Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T00:44:05.179Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-09T00:44:05.179Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-09T00:44:05.179Z] running python rtupdate hooks for python3.6... [2021-02-09T00:44:05.179Z] running python post-rtupdate hooks for python3.6... [2021-02-09T00:44:05.439Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-09T00:44:06.827Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-09T00:44:06.827Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-09T00:44:06.828Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-09T00:44:06.828Z] Setting up snapd (2.48+18.04) ... [2021-02-09T00:44:07.400Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-09T00:44:07.400Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-09T00:44:07.660Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-09T00:44:07.920Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-09T00:44:07.920Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-09T00:44:07.920Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-09T00:44:08.181Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-09T00:44:08.181Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-09T00:44:08.443Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-09T00:44:08.702Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-09T00:44:08.702Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-02-09T00:44:08.702Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-09T00:44:08.702Z] Processing triggers for systemd (237-3ubuntu10.44) ... [Pipeline] } [2021-02-09T00:44:09.498Z] $ docker stop --time=1 949f13fc5f52ee274ed1e6a8389be2fb7ca6d64ef66e0c261f75e842aa2b9884 [2021-02-09T00:44:09.644Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-09T00:44:09.644Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-09T00:44:09.644Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-09T00:44:10.845Z] Reading package lists... [2021-02-09T00:44:10.845Z] Reading package lists... [2021-02-09T00:44:11.105Z] Building dependency tree... [2021-02-09T00:44:11.105Z] Reading state information... [2021-02-09T00:44:11.105Z] Calculating upgrade... [2021-02-09T00:44:11.365Z] The following packages will be upgraded: [2021-02-09T00:44:11.365Z] advancecomp base-files bash binutils binutils-common [2021-02-09T00:44:11.365Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-09T00:44:11.365Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-09T00:44:11.365Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-09T00:44:11.365Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-09T00:44:11.365Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-09T00:44:11.365Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-09T00:44:11.365Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-09T00:44:11.365Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-09T00:44:11.365Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-09T00:44:11.365Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-09T00:44:11.365Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-09T00:44:11.365Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-09T00:44:11.365Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-09T00:44:11.365Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-09T00:44:11.365Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-09T00:44:11.365Z] Need to get 63.8 MB of archives. [2021-02-09T00:44:11.365Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-09T00:44:11.365Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-09T00:44:11.365Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-09T00:44:12.114Z] $ docker rm -f 949f13fc5f52ee274ed1e6a8389be2fb7ca6d64ef66e0c261f75e842aa2b9884 [2021-02-09T00:44:12.305Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-09T00:44:12.305Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-09T00:44:12.305Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-09T00:44:12.305Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-09T00:44:12.305Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-09T00:44:12.305Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-09T00:44:12.305Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-02-09T00:44:12.305Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-09T00:44:12.305Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-09T00:44:12.305Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-09T00:44:12.305Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-09T00:44:12.305Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-09T00:44:12.305Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-09T00:44:12.305Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-09T00:44:12.305Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-09T00:44:12.305Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-09T00:44:12.305Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-09T00:44:12.305Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-09T00:44:12.305Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-09T00:44:12.305Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-09T00:44:12.305Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-09T00:44:12.305Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-09T00:44:12.305Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-09T00:44:12.305Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-09T00:44:12.305Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-09T00:44:12.305Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-09T00:44:12.305Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-09T00:44:12.565Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-09T00:44:12.565Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-09T00:44:12.565Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-09T00:44:12.565Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-09T00:44:12.565Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-09T00:44:12.565Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-09T00:44:12.565Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-02-09T00:44:12.565Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-09T00:44:12.565Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-09T00:44:12.565Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-09T00:44:12.565Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-09T00:44:12.565Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-09T00:44:12.565Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-09T00:44:12.565Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-09T00:44:12.565Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-09T00:44:12.826Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-09T00:44:12.826Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-09T00:44:12.826Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-09T00:44:12.826Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-09T00:44:12.826Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-02-09T00:44:12.826Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-09T00:44:12.826Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-09T00:44:12.826Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-09T00:44:12.826Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-09T00:44:12.826Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-09T00:44:12.826Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-09T00:44:12.826Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-09T00:44:12.826Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-09T00:44:12.826Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-09T00:44:12.826Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-09T00:44:12.826Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-09T00:44:12.826Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-09T00:44:12.826Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-09T00:44:12.826Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-09T00:44:12.826Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-09T00:44:12.826Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-09T00:44:13.086Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-09T00:44:13.086Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-09T00:44:13.086Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-09T00:44:13.086Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-09T00:44:13.086Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-09T00:44:13.087Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-09T00:44:13.087Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-09T00:44:13.087Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-09T00:44:13.087Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-09T00:44:13.087Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-09T00:44:13.087Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-09T00:44:13.087Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-09T00:44:13.087Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-09T00:44:13.087Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-09T00:44:13.087Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-09T00:44:13.087Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-09T00:44:13.087Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-09T00:44:13.087Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-09T00:44:13.348Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-09T00:44:13.348Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-09T00:44:13.348Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-09T00:44:13.349Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-09T00:44:13.349Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-09T00:44:13.349Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-09T00:44:13.349Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:44:13.922Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-09T00:44:14.244Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-09T00:44:14.494Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-09T00:44:14.494Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-09T00:44:14.494Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-09T00:44:14.517Z] [2021-02-09T00:44:14.517Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:44:14.916Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-09T00:44:15.189Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-09T00:44:15.189Z] 29e5d40040c1: Pulling fs layer [2021-02-09T00:44:15.189Z] 1ce36da41761: Pulling fs layer [2021-02-09T00:44:15.189Z] 25b303627fd3: Pulling fs layer [2021-02-09T00:44:15.436Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-09T00:44:15.436Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-09T00:44:15.436Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-09T00:44:15.436Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-09T00:44:15.436Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-09T00:44:15.436Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-09T00:44:15.436Z] Fetched 63.8 MB in 4s (16.2 MB/s) [2021-02-09T00:44:15.436Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:44:15.436Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-09T00:44:15.436Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-09T00:44:15.464Z] 29e5d40040c1: Verifying Checksum [2021-02-09T00:44:15.464Z] 29e5d40040c1: Download complete [2021-02-09T00:44:15.739Z] 1ce36da41761: Verifying Checksum [2021-02-09T00:44:15.739Z] 1ce36da41761: Download complete [2021-02-09T00:44:16.009Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-09T00:44:16.270Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-09T00:44:16.270Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-09T00:44:16.270Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-09T00:44:16.340Z] 29e5d40040c1: Pull complete [2021-02-09T00:44:17.210Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T00:44:17.210Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T00:44:17.210Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T00:44:17.210Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T00:44:17.210Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T00:44:17.210Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T00:44:17.472Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T00:44:17.472Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T00:44:17.472Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T00:44:17.472Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T00:44:17.733Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T00:44:17.733Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T00:44:17.733Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T00:44:17.776Z] 1ce36da41761: Pull complete [2021-02-09T00:44:17.776Z] 25b303627fd3: Verifying Checksum [2021-02-09T00:44:17.776Z] 25b303627fd3: Download complete [2021-02-09T00:44:17.995Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T00:44:17.995Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T00:44:17.995Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-09T00:44:17.995Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T00:44:17.995Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-09T00:44:18.255Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-09T00:44:18.255Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-09T00:44:18.255Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T00:44:18.255Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T00:44:18.255Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T00:44:18.516Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T00:44:18.516Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-09T00:44:18.516Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-09T00:44:18.777Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T00:44:18.777Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-09T00:44:18.777Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-09T00:44:19.038Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-09T00:44:19.299Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-09T00:44:19.560Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-09T00:44:19.560Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-09T00:44:19.560Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-09T00:44:19.560Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-09T00:44:19.823Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-09T00:44:19.823Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-09T00:44:20.082Z] Installing new version of config file /etc/issue ... [2021-02-09T00:44:20.082Z] Installing new version of config file /etc/issue.net ... [2021-02-09T00:44:20.082Z] Installing new version of config file /etc/lsb-release ... [2021-02-09T00:44:20.082Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-09T00:44:20.342Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-09T00:44:20.342Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-09T00:44:20.342Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-09T00:44:20.342Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:44:20.342Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-09T00:44:20.342Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-09T00:44:20.607Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-09T00:44:20.868Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-02-09T00:44:20.868Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:44:20.868Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T00:44:20.868Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-09T00:44:20.868Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-09T00:44:21.130Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:44:21.130Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-09T00:44:21.130Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-09T00:44:21.390Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-09T00:44:21.390Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:44:21.390Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-09T00:44:21.390Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-09T00:44:21.651Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-09T00:44:21.651Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:44:21.651Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-09T00:44:21.914Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-09T00:44:21.914Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-09T00:44:21.914Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:44:21.914Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-09T00:44:21.914Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-09T00:44:22.174Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-09T00:44:22.174Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:44:22.174Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-09T00:44:22.174Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-09T00:44:22.465Z] Setting up grep (3.1-2build1) ... [2021-02-09T00:44:22.465Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:44:22.465Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-09T00:44:22.465Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-09T00:44:22.727Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-09T00:44:22.727Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:44:22.727Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-09T00:44:22.727Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-09T00:44:22.987Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-09T00:44:22.987Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:44:22.987Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-09T00:44:22.987Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-09T00:44:23.559Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-09T00:44:23.559Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-09T00:44:23.559Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-09T00:44:23.559Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-09T00:44:24.130Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-09T00:44:24.390Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:44:24.390Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-09T00:44:24.390Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-09T00:44:25.331Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-09T00:44:25.331Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-09T00:44:25.592Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-09T00:44:25.592Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-09T00:44:25.592Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-09T00:44:25.853Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:44:25.853Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-09T00:44:25.853Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-09T00:44:25.853Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-09T00:44:26.114Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:44:26.114Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T00:44:26.114Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T00:44:26.114Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-09T00:44:26.376Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:44:26.376Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T00:44:26.376Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T00:44:26.376Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-09T00:44:26.661Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:44:26.661Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T00:44:26.661Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T00:44:26.661Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-09T00:44:26.931Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:44:26.931Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T00:44:26.931Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T00:44:26.931Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-09T00:44:26.931Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:44:26.931Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-09T00:44:27.213Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-09T00:44:27.213Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-09T00:44:27.213Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-09T00:44:27.213Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-09T00:44:27.484Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:44:27.484Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-09T00:44:27.484Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-09T00:44:27.752Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-09T00:44:27.752Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:44:27.752Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T00:44:27.752Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T00:44:27.752Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-09T00:44:27.911Z] 25b303627fd3: Pull complete [2021-02-09T00:44:27.911Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-09T00:44:27.911Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-09T00:44:27.911Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-09T00:44:29.346Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:44:29.346Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T00:44:29.346Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T00:44:29.346Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-09T00:44:29.346Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:44:29.346Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T00:44:29.346Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T00:44:29.346Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-09T00:44:29.346Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-09T00:44:29.346Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-09T00:44:29.346Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:44:29.346Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-09T00:44:29.346Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-09T00:44:29.346Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-09T00:44:29.399Z] prd-ubuntu18.04-docker-arm64-4c-16g-25671 does not seem to be running inside a container [2021-02-09T00:44:29.492Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-09T00:44:29.623Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-09T00:44:29.623Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-09T00:44:29.623Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-09T00:44:29.884Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-09T00:44:29.884Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:44:29.884Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-09T00:44:29.884Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-09T00:44:30.150Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-09T00:44:30.413Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:44:30.413Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-09T00:44:30.413Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-09T00:44:30.413Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-09T00:44:30.413Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:44:30.413Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-09T00:44:30.413Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-09T00:44:30.674Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-09T00:44:30.674Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:44:30.674Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-09T00:44:30.674Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-09T00:44:30.938Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-09T00:44:30.938Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:44:30.938Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-09T00:44:30.938Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-09T00:44:31.201Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-09T00:44:31.201Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:44:31.201Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-09T00:44:31.468Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-09T00:44:31.468Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-09T00:44:31.737Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:44:31.737Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-09T00:44:31.737Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-09T00:44:31.737Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-09T00:44:31.737Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-09T00:44:31.999Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-09T00:44:31.999Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-09T00:44:31.999Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-09T00:44:32.276Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:44:32.276Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-09T00:44:32.276Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-09T00:44:32.276Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-09T00:44:32.560Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:44:32.560Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-09T00:44:32.560Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-09T00:44:32.560Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-09T00:44:32.821Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:44:32.821Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-09T00:44:32.821Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-09T00:44:32.918Z] $ docker top a05de33098434cc62caeed1f1dcc1022bfa11237fe065229757212204aea5138 -eo pid,comm [2021-02-09T00:44:33.082Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-09T00:44:33.082Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:44:33.082Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-09T00:44:33.082Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [Pipeline] { [Pipeline] sh [2021-02-09T00:44:33.342Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-09T00:44:33.342Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:44:33.342Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-09T00:44:33.342Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-09T00:44:33.915Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-09T00:44:33.915Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:44:33.915Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-09T00:44:33.915Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-09T00:44:33.943Z] + docker-compose build --help [2021-02-09T00:44:33.943Z] + grep parallel [2021-02-09T00:44:34.174Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-09T00:44:34.175Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:44:34.175Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-09T00:44:34.175Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-09T00:44:34.440Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-09T00:44:34.440Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:44:34.440Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-09T00:44:34.440Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-09T00:44:34.702Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-09T00:44:34.702Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:44:34.702Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-09T00:44:34.702Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-09T00:44:34.964Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-09T00:44:34.964Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:44:34.964Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-09T00:44:34.964Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-09T00:44:35.224Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-09T00:44:35.224Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:44:35.224Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-09T00:44:35.224Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-09T00:44:35.488Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-09T00:44:35.488Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-09T00:44:35.488Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-09T00:44:35.488Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-09T00:44:35.752Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-09T00:44:35.752Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-09T00:44:35.752Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-09T00:44:35.752Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-09T00:44:36.139Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-09T00:44:36.139Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-09T00:44:36.400Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-09T00:44:36.400Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-09T00:44:36.400Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-09T00:44:36.660Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-09T00:44:36.660Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-09T00:44:36.660Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-09T00:44:36.920Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-09T00:44:36.920Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-09T00:44:36.920Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-09T00:44:36.920Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-09T00:44:36.920Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-09T00:44:37.181Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-09T00:44:37.181Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-09T00:44:37.181Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-09T00:44:37.442Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-09T00:44:37.442Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-09T00:44:37.442Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-09T00:44:37.442Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-09T00:44:37.703Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-09T00:44:37.703Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-09T00:44:38.646Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-09T00:44:38.646Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-09T00:44:38.646Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-09T00:44:38.646Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-09T00:44:38.646Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-09T00:44:38.646Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-09T00:44:38.907Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-09T00:44:38.907Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-09T00:44:39.170Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-09T00:44:39.170Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-09T00:44:39.170Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-09T00:44:39.170Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-09T00:44:39.364Z] --parallel Build images in parallel. [Pipeline] } [2021-02-09T00:44:39.399Z] $ docker stop --time=1 a05de33098434cc62caeed1f1dcc1022bfa11237fe065229757212204aea5138 [2021-02-09T00:44:39.432Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T00:44:39.432Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T00:44:39.432Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T00:44:39.432Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T00:44:39.706Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T00:44:39.706Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T00:44:39.706Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T00:44:39.706Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T00:44:40.663Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T00:44:40.663Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T00:44:41.347Z] $ docker rm -f a05de33098434cc62caeed1f1dcc1022bfa11237fe065229757212204aea5138 [2021-02-09T00:44:41.606Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T00:44:41.606Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:44:42.193Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-09T00:44:42.193Z] . [Pipeline] withDockerContainer [2021-02-09T00:44:42.479Z] prd-ubuntu18.04-docker-arm64-4c-16g-25671 does not seem to be running inside a container [2021-02-09T00:44:42.588Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-09T00:44:42.602Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T00:44:42.602Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T00:44:42.602Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T00:44:42.602Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T00:44:43.761Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-09T00:44:43.761Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-09T00:44:43.761Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-09T00:44:43.761Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-09T00:44:43.761Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-09T00:44:43.761Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-09T00:44:44.075Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-09T00:44:44.075Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-09T00:44:44.075Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-09T00:44:44.075Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-09T00:44:44.075Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-09T00:44:44.075Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-09T00:44:44.172Z] $ docker top 2949a7a027d99032ace0e850d1db33196cbdd9af532ed6f8e14aabd7343d54c4 -eo pid,comm [2021-02-09T00:44:44.337Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-09T00:44:44.337Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-09T00:44:44.337Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-09T00:44:44.337Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [Pipeline] { [Pipeline] sh [2021-02-09T00:44:44.623Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T00:44:44.623Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-09T00:44:44.623Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T00:44:44.623Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T00:44:44.623Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T00:44:44.623Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-09T00:44:44.623Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-09T00:44:44.623Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-09T00:44:44.889Z] [2021-02-09T00:44:44.889Z] Current default time zone: 'Etc/UTC' [2021-02-09T00:44:44.889Z] Local time is now: Tue Feb 9 00:44:44 UTC 2021. [2021-02-09T00:44:44.889Z] Universal Time is now: Tue Feb 9 00:44:44 UTC 2021. [2021-02-09T00:44:44.889Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-09T00:44:44.889Z] [2021-02-09T00:44:44.889Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-09T00:44:44.889Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T00:44:44.889Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-09T00:44:44.889Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-09T00:44:44.889Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-09T00:44:45.152Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-09T00:44:45.152Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-09T00:44:45.152Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-09T00:44:45.152Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-09T00:44:45.152Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-09T00:44:45.152Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T00:44:45.152Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-09T00:44:45.333Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-09T00:44:45.411Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T00:44:45.411Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-09T00:44:45.411Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T00:44:45.411Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-09T00:44:45.673Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-09T00:44:45.673Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-09T00:44:45.673Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-09T00:44:45.673Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-09T00:44:45.673Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-09T00:44:45.673Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-09T00:44:45.673Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-09T00:44:47.602Z] Updating certificates in /etc/ssl/certs... [2021-02-09T00:44:48.544Z] 23 added, 27 removed; done. [2021-02-09T00:44:48.544Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-09T00:44:48.544Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-09T00:44:48.544Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-09T00:44:48.544Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-09T00:44:48.544Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-09T00:44:48.544Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T00:44:48.544Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-09T00:44:48.806Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T00:44:48.806Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T00:44:48.806Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T00:44:48.806Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T00:44:48.806Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T00:44:48.806Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-09T00:44:48.806Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-09T00:44:48.806Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-09T00:44:49.067Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-09T00:44:49.067Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-09T00:44:49.067Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T00:44:49.067Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-09T00:44:49.067Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-09T00:44:49.067Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-09T00:44:49.067Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-09T00:44:49.328Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-09T00:44:49.328Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-09T00:44:49.328Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-09T00:44:49.328Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-09T00:44:49.328Z] Updating certificates in /etc/ssl/certs... [2021-02-09T00:44:49.899Z] 0 added, 0 removed; done. [2021-02-09T00:44:49.899Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-09T00:44:49.899Z] done. [2021-02-09T00:44:50.472Z] Reading package lists... [2021-02-09T00:44:50.472Z] Building dependency tree... [2021-02-09T00:44:50.472Z] Reading state information... [2021-02-09T00:44:50.731Z] The following NEW packages will be installed: [2021-02-09T00:44:50.731Z] apt-transport-https [2021-02-09T00:44:50.992Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-09T00:44:50.992Z] Need to get 1696 B of archives. [2021-02-09T00:44:50.992Z] After this operation, 153 kB of additional disk space will be used. [2021-02-09T00:44:50.992Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-09T00:44:50.992Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-09T00:44:50.992Z] Fetched 1696 B in 0s (8434 B/s) [2021-02-09T00:44:50.992Z] Selecting previously unselected package apt-transport-https. [2021-02-09T00:44:50.992Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-09T00:44:50.992Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-09T00:44:50.992Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-09T00:44:51.252Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-09T00:44:51.252Z] Waiting for network to be ready... [2021-02-09T00:44:52.027Z] Building docker-core-command-go ... [2021-02-09T00:44:52.028Z] Building docker-core-data-go ... [2021-02-09T00:44:52.028Z] Building docker-core-metadata-go ... [2021-02-09T00:44:52.028Z] Building docker-security-bootstrapper-go ... [2021-02-09T00:44:52.028Z] Building docker-security-proxy-setup-go ... [2021-02-09T00:44:52.028Z] Building docker-security-secretstore-setup-go ... [2021-02-09T00:44:52.028Z] Building docker-support-notifications-go ... [2021-02-09T00:44:52.028Z] Building docker-support-scheduler-go ... [2021-02-09T00:44:52.028Z] Building docker-sys-mgmt-agent-go ... [2021-02-09T00:44:52.028Z] Building docker-sys-mgmt-agent-go [2021-02-09T00:44:52.028Z] Building docker-core-data-go [2021-02-09T00:44:52.028Z] Building docker-security-bootstrapper-go [2021-02-09T00:44:52.028Z] Building docker-core-command-go [2021-02-09T00:44:52.028Z] Building docker-security-secretstore-setup-go [2021-02-09T00:44:57.842Z] 2021-02-09T00:44:54Z INFO Waiting for automatic snapd restart... [2021-02-09T00:44:57.843Z] snapd 2.48.2.1 from Canonical* installed [2021-02-09T00:44:58.788Z] "snapd" switched to the "latest/stable" channel [2021-02-09T00:44:58.788Z] [2021-02-09T00:45:01.339Z] core18 20210128 from Canonical* installed [2021-02-09T00:45:01.339Z] "core18" switched to the "latest/stable" channel [2021-02-09T00:45:01.339Z] [2021-02-09T00:45:04.689Z] snapcraft 4.4.4 from Canonical* installed [2021-02-09T00:45:04.689Z] "snapcraft" switched to the "latest/stable" channel [2021-02-09T00:45:04.689Z] [2021-02-09T00:45:08.015Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-02-09T00:45:08.015Z] - README.md [2021-02-09T00:45:08.015Z] - snapcraft.yaml.orig [2021-02-09T00:45:08.016Z] [2021-02-09T00:45:08.016Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-09T00:45:14.653Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-09T00:45:14.653Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-09T00:45:14.653Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-09T00:45:14.916Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-09T00:45:15.863Z] Reading package lists... [2021-02-09T00:45:16.123Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-02-09T00:45:22.712Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-09T00:45:22.712Z] Reading package lists... [2021-02-09T00:45:22.712Z] Building dependency tree... [2021-02-09T00:45:22.712Z] Reading state information... [2021-02-09T00:45:22.712Z] Suggested packages: [2021-02-09T00:45:22.712Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-09T00:45:22.712Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-09T00:45:22.712Z] Recommended packages: [2021-02-09T00:45:22.712Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-09T00:45:22.712Z] The following NEW packages will be installed: [2021-02-09T00:45:22.712Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-09T00:45:22.712Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-09T00:45:22.712Z] pkg-config zip [2021-02-09T00:45:22.712Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-09T00:45:22.712Z] Need to get 7655 kB of archives. [2021-02-09T00:45:22.712Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-09T00:45:22.712Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-09T00:45:22.712Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-09T00:45:22.973Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-09T00:45:22.973Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-09T00:45:22.973Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-09T00:45:22.973Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-09T00:45:23.233Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-09T00:45:23.233Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-09T00:45:23.233Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-09T00:45:23.233Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-09T00:45:23.494Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-09T00:45:23.494Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-09T00:45:23.494Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-09T00:45:23.755Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-09T00:45:23.755Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-09T00:45:23.755Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-09T00:45:23.755Z] Fetched 7655 kB in 1s (6866 kB/s) [2021-02-09T00:45:23.755Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-09T00:45:23.755Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-09T00:45:23.755Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-09T00:45:23.755Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-09T00:45:24.016Z] Selecting previously unselected package libpsl5:amd64. [2021-02-09T00:45:24.016Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-09T00:45:24.016Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-09T00:45:24.275Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-09T00:45:24.275Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-09T00:45:24.275Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-09T00:45:24.275Z] Selecting previously unselected package librtmp1:amd64. [2021-02-09T00:45:24.275Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-09T00:45:24.275Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-09T00:45:24.275Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-09T00:45:24.275Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-09T00:45:24.275Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-09T00:45:24.536Z] Selecting previously unselected package liberror-perl. [2021-02-09T00:45:24.536Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-09T00:45:24.536Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-09T00:45:24.536Z] Selecting previously unselected package git-man. [2021-02-09T00:45:24.536Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-09T00:45:24.536Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-09T00:45:24.799Z] Selecting previously unselected package git. [2021-02-09T00:45:24.799Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-09T00:45:24.799Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-09T00:45:25.380Z] Selecting previously unselected package libnorm1:amd64. [2021-02-09T00:45:25.380Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-09T00:45:25.380Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-09T00:45:25.641Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-09T00:45:25.641Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-09T00:45:25.641Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-09T00:45:25.641Z] Selecting previously unselected package libsodium23:amd64. [2021-02-09T00:45:25.641Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-09T00:45:25.641Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-09T00:45:25.641Z] Selecting previously unselected package libzmq5:amd64. [2021-02-09T00:45:25.641Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-09T00:45:25.641Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-09T00:45:25.901Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-09T00:45:25.901Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-09T00:45:25.901Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-09T00:45:26.167Z] Selecting previously unselected package pkg-config. [2021-02-09T00:45:26.167Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-09T00:45:26.167Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-09T00:45:26.167Z] Selecting previously unselected package zip. [2021-02-09T00:45:26.167Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-09T00:45:26.167Z] Unpacking zip (3.0-11build1) ... [2021-02-09T00:45:26.167Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-09T00:45:26.429Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-09T00:45:26.429Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-09T00:45:26.429Z] Setting up liberror-perl (0.17025-1) ... [2021-02-09T00:45:26.429Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-09T00:45:26.429Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-09T00:45:26.429Z] No schema files found: doing nothing. [2021-02-09T00:45:26.429Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-09T00:45:26.429Z] Setting up zip (3.0-11build1) ... [2021-02-09T00:45:26.429Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-09T00:45:26.429Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-09T00:45:26.429Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-09T00:45:26.690Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-09T00:45:26.690Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-09T00:45:26.690Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-09T00:45:26.690Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-09T00:45:26.690Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-09T00:45:33.283Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-09T00:45:33.283Z] git set to automatically installed. [2021-02-09T00:45:33.283Z] git-man set to automatically installed. [2021-02-09T00:45:33.283Z] libcurl3-gnutls set to automatically installed. [2021-02-09T00:45:33.283Z] liberror-perl set to automatically installed. [2021-02-09T00:45:33.283Z] libglib2.0-0 set to automatically installed. [2021-02-09T00:45:33.283Z] libnghttp2-14 set to automatically installed. [2021-02-09T00:45:33.283Z] libnorm1 set to automatically installed. [2021-02-09T00:45:33.283Z] libpgm-5.2-0 set to automatically installed. [2021-02-09T00:45:33.283Z] libpsl5 set to automatically installed. [2021-02-09T00:45:33.283Z] librtmp1 set to automatically installed. [2021-02-09T00:45:33.283Z] libsodium23 set to automatically installed. [2021-02-09T00:45:33.283Z] libzmq3-dev set to automatically installed. [2021-02-09T00:45:33.283Z] libzmq5 set to automatically installed. [2021-02-09T00:45:33.283Z] pkg-config set to automatically installed. [2021-02-09T00:45:33.283Z] zip set to automatically installed. [2021-02-09T00:45:35.840Z] snapd is not logged in, snap install commands will use sudo [2021-02-09T00:45:42.419Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-09T00:45:42.679Z] snap "core18" has no updates available [2021-02-09T00:45:43.618Z] Pulling config-common [2021-02-09T00:45:44.557Z] Pulling go-build-helper [2021-02-09T00:46:11.130Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-09T00:46:11.130Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-09T00:46:11.130Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1538 kB] [2021-02-09T00:46:11.130Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-09T00:46:11.130Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-09T00:46:11.130Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-09T00:46:11.130Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-09T00:46:11.130Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-09T00:46:11.130Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-09T00:46:11.130Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-09T00:46:11.130Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-09T00:46:11.130Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-09T00:46:11.130Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-09T00:46:11.130Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-09T00:46:11.130Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-09T00:46:11.130Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-09T00:46:11.130Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-09T00:46:11.130Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-09T00:46:11.130Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-09T00:46:11.130Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1883 kB] [2021-02-09T00:46:11.130Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-09T00:46:11.130Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-09T00:46:11.130Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-09T00:46:11.130Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-09T00:46:11.130Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-09T00:46:11.130Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1717 kB] [2021-02-09T00:46:11.130Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-09T00:46:11.130Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-09T00:46:11.130Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-09T00:46:11.130Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-09T00:46:11.130Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-09T00:46:11.130Z] Fetched 279 kB in 0s (0 B/s) [2021-02-09T00:46:11.130Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-09T00:46:11.130Z] Fetched 122 kB in 0s (0 B/s) [2021-02-09T00:46:11.130Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-09T00:46:11.130Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-09T00:46:11.130Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-09T00:46:11.130Z] Fetched 8848 B in 0s (0 B/s) [2021-02-09T00:46:11.130Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-09T00:46:11.130Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-09T00:46:11.130Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-09T00:46:11.130Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-09T00:46:11.130Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-09T00:46:11.130Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-09T00:46:11.130Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-09T00:46:11.130Z] Fetched 214 kB in 0s (0 B/s) [2021-02-09T00:46:11.130Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] [2021-02-09T00:46:11.130Z] Fetched 155 kB in 0s (0 B/s) [2021-02-09T00:46:11.130Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-09T00:46:11.130Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-09T00:46:11.130Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-09T00:46:11.130Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-09T00:46:11.130Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-09T00:46:11.130Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-09T00:46:11.130Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-09T00:46:11.130Z] Fetched 499 kB in 0s (0 B/s) [2021-02-09T00:46:11.130Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-09T00:46:11.130Z] Fetched 111 kB in 0s (0 B/s) [2021-02-09T00:46:11.130Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-09T00:46:11.130Z] Fetched 240 kB in 0s (0 B/s) [2021-02-09T00:46:11.130Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-09T00:46:11.130Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-09T00:46:11.130Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-09T00:46:11.130Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-09T00:46:11.130Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-09T00:46:11.130Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-09T00:46:11.130Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-09T00:46:11.130Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-09T00:46:11.130Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-09T00:46:11.130Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-09T00:46:11.130Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-09T00:46:11.130Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-09T00:46:11.130Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] [2021-02-09T00:46:11.130Z] Fetched 16.6 kB in 0s (0 B/s) [2021-02-09T00:46:11.130Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-09T00:46:11.130Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-09T00:46:11.130Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-09T00:46:11.130Z] Fetched 8720 B in 0s (0 B/s) [2021-02-09T00:46:11.130Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-09T00:46:11.130Z] Fetched 137 kB in 0s (0 B/s) [2021-02-09T00:46:11.130Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-09T00:46:11.130Z] Fetched 119 kB in 0s (0 B/s) [2021-02-09T00:46:11.130Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-09T00:46:11.130Z] Fetched 109 kB in 0s (0 B/s) [2021-02-09T00:46:11.130Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-09T00:46:11.130Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-09T00:46:11.130Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-09T00:46:11.130Z] Fetched 645 kB in 0s (0 B/s) [2021-02-09T00:46:11.130Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-09T00:46:11.130Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-09T00:46:11.130Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-09T00:46:11.130Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-09T00:46:11.130Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-09T00:46:11.130Z] Fetched 368 kB in 0s (0 B/s) [2021-02-09T00:46:11.130Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-09T00:46:11.130Z] Fetched 187 kB in 0s (0 B/s) [2021-02-09T00:46:11.130Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-09T00:46:11.130Z] Fetched 175 kB in 0s (0 B/s) [2021-02-09T00:46:11.130Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-09T00:46:11.701Z] Fetched 206 kB in 0s (0 B/s) [2021-02-09T00:46:11.701Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-09T00:46:11.701Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-09T00:46:11.701Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-09T00:46:11.701Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-09T00:46:11.701Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-09T00:46:11.701Z] Fetched 159 kB in 0s (0 B/s) [2021-02-09T00:46:11.701Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-09T00:46:11.701Z] Fetched 107 kB in 0s (0 B/s) [2021-02-09T00:46:11.701Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-09T00:46:11.701Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-09T00:46:11.701Z] Pulling static-packages [2021-02-09T00:46:12.642Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-02-09T00:46:12.642Z] Skipping pull go-build-helper (already ran) [2021-02-09T00:46:12.642Z] Skipping pull static-packages (already ran) [2021-02-09T00:46:12.642Z] Building go-build-helper [2021-02-09T00:46:13.806Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:46:13.806Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:46:13.806Z] ---> 7d45b676bb5e [2021-02-09T00:46:13.806Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T00:46:13.806Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:46:13.806Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:46:13.806Z] ---> 7d45b676bb5e [2021-02-09T00:46:13.806Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T00:46:13.806Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:46:13.806Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:46:13.806Z] ---> 7d45b676bb5e [2021-02-09T00:46:13.806Z] Step 3/30 : WORKDIR /edgex-go [2021-02-09T00:46:13.806Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:46:13.806Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:46:13.806Z] ---> 7d45b676bb5e [2021-02-09T00:46:13.806Z] Step 3/24 : WORKDIR /edgex-go [2021-02-09T00:46:13.806Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:46:13.806Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:46:13.806Z] ---> 7d45b676bb5e [2021-02-09T00:46:13.806Z] Step 3/26 : WORKDIR /edgex-go [2021-02-09T00:46:13.806Z] ---> Running in f302d6a7b995 [2021-02-09T00:46:13.806Z] ---> Running in 6521e26cf1a9 [2021-02-09T00:46:13.806Z] ---> Running in 22b4db0aef04 [2021-02-09T00:46:13.806Z] ---> Running in 3cbf41ed2a11 [2021-02-09T00:46:13.806Z] ---> Running in c04cfef71ea6 [2021-02-09T00:46:13.806Z] Removing intermediate container 22b4db0aef04 [2021-02-09T00:46:13.806Z] ---> 7128283dbd50 [2021-02-09T00:46:13.806Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:46:13.806Z] Removing intermediate container 3cbf41ed2a11 [2021-02-09T00:46:13.806Z] ---> e5004ad8b2d3 [2021-02-09T00:46:13.806Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:46:13.806Z] Removing intermediate container 6521e26cf1a9 [2021-02-09T00:46:13.806Z] ---> 7140b287df70 [2021-02-09T00:46:13.806Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:46:13.806Z] Removing intermediate container c04cfef71ea6 [2021-02-09T00:46:13.806Z] ---> e01fbc359fda [2021-02-09T00:46:13.806Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:46:13.806Z] ---> Running in d0242496fcd2 [2021-02-09T00:46:13.806Z] Removing intermediate container f302d6a7b995 [2021-02-09T00:46:13.806Z] ---> d348badacc12 [2021-02-09T00:46:13.806Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:46:13.806Z] ---> Running in cb2cc18649c6 [2021-02-09T00:46:13.806Z] ---> Running in 1ca3ddf42577 [2021-02-09T00:46:13.806Z] ---> Running in f131c086de6c [2021-02-09T00:46:13.806Z] ---> Running in e6a85db96bc4 [2021-02-09T00:46:13.806Z] Removing intermediate container d0242496fcd2 [2021-02-09T00:46:13.806Z] ---> 0b01bad290e2 [2021-02-09T00:46:13.806Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-09T00:46:13.806Z] ---> Running in 804c16df5dc9 [2021-02-09T00:46:13.806Z] Removing intermediate container cb2cc18649c6 [2021-02-09T00:46:13.806Z] ---> 5334b0f3a83a [2021-02-09T00:46:13.806Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-09T00:46:13.806Z] Removing intermediate container f131c086de6c [2021-02-09T00:46:13.806Z] ---> 271b2f433530 [2021-02-09T00:46:13.806Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-09T00:46:13.806Z] ---> Running in 05f955a83e24 [2021-02-09T00:46:13.806Z] Removing intermediate container e6a85db96bc4 [2021-02-09T00:46:13.806Z] ---> df7cd7cd818b [2021-02-09T00:46:13.806Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-09T00:46:13.806Z] ---> Running in 74fb7d14b359 [2021-02-09T00:46:13.806Z] ---> Running in a49e03e02fc9 [2021-02-09T00:46:13.806Z] Removing intermediate container 1ca3ddf42577 [2021-02-09T00:46:13.806Z] ---> 7208f0ef100e [2021-02-09T00:46:13.806Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-09T00:46:13.806Z] ---> Running in f8d503a1a7e2 [2021-02-09T00:46:14.078Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:46:14.673Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:46:14.673Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:46:14.950Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:46:14.950Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:46:15.219Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:46:15.812Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:46:15.812Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:46:15.812Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:46:15.939Z] Building static-packages [2021-02-09T00:46:16.085Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:46:17.066Z] OK: 217 MiB in 51 packages [2021-02-09T00:46:17.357Z] OK: 217 MiB in 51 packages [2021-02-09T00:46:17.641Z] OK: 217 MiB in 51 packages [2021-02-09T00:46:17.641Z] OK: 217 MiB in 51 packages [2021-02-09T00:46:17.918Z] OK: 217 MiB in 51 packages [2021-02-09T00:46:18.089Z] Staging go-build-helper [2021-02-09T00:46:18.718Z] Staging static-packages [2021-02-09T00:46:18.910Z] Removing intermediate container f8d503a1a7e2 [2021-02-09T00:46:18.910Z] ---> 4d0ff86a3f83 [2021-02-09T00:46:18.910Z] Step 6/30 : COPY go.mod . [2021-02-09T00:46:19.188Z] Removing intermediate container 05f955a83e24 [2021-02-09T00:46:19.188Z] ---> 73163176e078 [2021-02-09T00:46:19.188Z] Step 6/23 : COPY go.mod . [2021-02-09T00:46:19.465Z] Removing intermediate container 804c16df5dc9 [2021-02-09T00:46:19.465Z] ---> fa60fcfa7af6 [2021-02-09T00:46:19.465Z] Step 6/24 : COPY go.mod . [2021-02-09T00:46:19.465Z] Removing intermediate container 74fb7d14b359 [2021-02-09T00:46:19.465Z] ---> 3728d5e014a4 [2021-02-09T00:46:19.465Z] Step 6/23 : COPY go.mod . [2021-02-09T00:46:19.657Z] Pulling go115 [2021-02-09T00:46:19.754Z] ---> b5e47f90235d [2021-02-09T00:46:19.754Z] Step 7/30 : RUN go mod download [2021-02-09T00:46:20.047Z] Removing intermediate container a49e03e02fc9 [2021-02-09T00:46:20.047Z] ---> 6197dc2ec413 [2021-02-09T00:46:20.047Z] Step 6/26 : COPY go.mod . [2021-02-09T00:46:20.047Z] ---> Running in 78d4f61610cd [2021-02-09T00:46:20.319Z] ---> 118f7f01a485 [2021-02-09T00:46:20.319Z] Step 7/23 : RUN go mod download [2021-02-09T00:46:20.597Z] ---> 72fc8bfc7483 [2021-02-09T00:46:20.597Z] Step 7/24 : RUN go mod download [2021-02-09T00:46:20.597Z] ---> Running in fb49e671c20e [2021-02-09T00:46:20.597Z] ---> 4a5126f61677 [2021-02-09T00:46:20.597Z] Step 7/23 : RUN go mod download [2021-02-09T00:46:20.599Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-09T00:46:20.599Z] Skipping pull go115 (already ran) [2021-02-09T00:46:20.599Z] Building go115 [2021-02-09T00:46:20.599Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-09T00:46:20.599Z] Dload Upload Total Spent Left Speed [2021-02-09T00:46:20.876Z] ---> Running in 5586a6d8dc7c [2021-02-09T00:46:20.876Z] ---> Running in 9bb47dac669b [2021-02-09T00:46:21.155Z] ---> d67bb0aa5a80 [2021-02-09T00:46:21.155Z] Step 7/26 : RUN go mod download [2021-02-09T00:46:21.431Z] ---> Running in d607c359212f [2021-02-09T00:46:23.367Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 6971 0 0 47746 0 0:42:17 --:--:-- 0:42:17 47421 33 115M 33 38.4M 0 0 33.9M 0 0:00:03 0:00:01 0:00:02 33.9M 77 115M 77 88.9M 0 0 41.7M 0 0:00:02 0:00:02 --:--:-- 41.7M 100 115M 100 115M 0 0 41.6M 0 0:00:02 0:00:02 --:--:-- 41.6M [2021-02-09T00:46:23.940Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-09T00:46:24.835Z] Removing intermediate container 78d4f61610cd [2021-02-09T00:46:24.835Z] ---> d2b905cba04c [2021-02-09T00:46:24.835Z] Step 8/30 : COPY . . [2021-02-09T00:46:25.112Z] Removing intermediate container fb49e671c20e [2021-02-09T00:46:25.112Z] ---> 304323ddb8a7 [2021-02-09T00:46:25.112Z] Step 8/23 : COPY . . [2021-02-09T00:46:25.387Z] Removing intermediate container 5586a6d8dc7c [2021-02-09T00:46:25.387Z] ---> dd875e863776 [2021-02-09T00:46:25.387Z] Step 8/24 : COPY . . [2021-02-09T00:46:25.662Z] Removing intermediate container 9bb47dac669b [2021-02-09T00:46:25.662Z] ---> 3b616340fd97 [2021-02-09T00:46:25.662Z] Step 8/23 : COPY . . [2021-02-09T00:46:25.939Z] Removing intermediate container d607c359212f [2021-02-09T00:46:25.939Z] ---> 2118ef79d55f [2021-02-09T00:46:25.939Z] Step 8/26 : COPY . . [2021-02-09T00:46:28.147Z] Staging go115 [2021-02-09T00:46:33.446Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-09T00:46:33.446Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-09T00:46:33.446Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-09T00:46:33.446Z] Fetched 0 B in 0s (0 B/s) [2021-02-09T00:46:33.446Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-09T00:46:33.446Z] Fetched 224 kB in 0s (0 B/s) [2021-02-09T00:46:33.446Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-09T00:46:33.446Z] Fetched 157 kB in 0s (0 B/s) [2021-02-09T00:46:33.446Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-09T00:46:33.446Z] Fetched 221 kB in 0s (0 B/s) [2021-02-09T00:46:33.446Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-09T00:46:33.446Z] Fetched 143 kB in 0s (0 B/s) [2021-02-09T00:46:33.446Z] Pulling edgex-go [2021-02-09T00:46:34.828Z] Pulling version [2021-02-09T00:46:35.398Z] Building config-common [2021-02-09T00:46:37.308Z] Skipping build go-build-helper (already ran) [2021-02-09T00:46:37.308Z] Skipping build static-packages (already ran) [2021-02-09T00:46:37.308Z] Skipping build go115 (already ran) [2021-02-09T00:46:37.568Z] Building edgex-go [2021-02-09T00:46:37.568Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-09T00:46:38.955Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-09T00:46:38.955Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-02-09T00:46:38.955Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.30 [2021-02-09T00:46:38.955Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 [2021-02-09T00:46:38.955Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-09T00:46:38.955Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-02-09T00:46:38.955Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-09T00:46:38.955Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-09T00:46:38.955Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-09T00:46:38.955Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-09T00:46:38.955Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-09T00:46:38.955Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-09T00:46:38.955Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-09T00:46:38.955Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-09T00:46:38.955Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-09T00:46:38.955Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-09T00:46:38.955Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-09T00:46:38.955Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-09T00:46:38.955Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-09T00:46:38.955Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-09T00:46:39.214Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-09T00:46:39.214Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-09T00:46:39.214Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-09T00:46:39.214Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-09T00:46:39.214Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-09T00:46:39.214Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-09T00:46:39.214Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-09T00:46:39.214Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-09T00:46:39.214Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-09T00:46:39.214Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-09T00:46:39.214Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-09T00:46:39.214Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-09T00:46:39.214Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-09T00:46:39.214Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-09T00:46:39.475Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-09T00:46:39.475Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-09T00:46:39.475Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-09T00:46:39.475Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-09T00:46:39.475Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-09T00:46:46.070Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-09T00:46:46.070Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-09T00:46:50.273Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-09T00:46:51.212Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-09T00:46:52.153Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-09T00:46:52.724Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-09T00:46:52.724Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-09T00:46:52.760Z] ---> acdc60cb6542 [2021-02-09T00:46:52.760Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-09T00:46:52.760Z] ---> 49c829c9078d [2021-02-09T00:46:52.760Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-09T00:46:52.760Z] ---> 22f5d6d84040 [2021-02-09T00:46:52.760Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-09T00:46:52.760Z] ---> 7f6ca0e360bd [2021-02-09T00:46:52.760Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-09T00:46:52.760Z] ---> a9e65782752b [2021-02-09T00:46:52.760Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-09T00:46:52.760Z] ---> Running in 299de5e192e6 [2021-02-09T00:46:52.760Z] ---> Running in 4e603e707345 [2021-02-09T00:46:52.760Z] ---> Running in b89904340872 [2021-02-09T00:46:52.760Z] ---> Running in c5850fb20a4f [2021-02-09T00:46:52.760Z] ---> Running in a20e8b5bd98b [2021-02-09T00:46:52.983Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-09T00:46:52.983Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-09T00:46:52.984Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-09T00:46:53.040Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-09T00:46:53.322Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-09T00:46:53.322Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-09T00:46:53.600Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-09T00:46:53.877Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-09T00:46:54.364Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-09T00:46:54.364Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-09T00:46:54.364Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-09T00:46:55.750Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-09T00:46:56.320Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-09T00:46:56.320Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-09T00:46:57.703Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-09T00:46:58.282Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-09T00:46:58.546Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-09T00:46:59.490Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-09T00:46:59.490Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-09T00:47:02.031Z] Building version [2021-02-09T00:47:03.947Z] Staging config-common [2021-02-09T00:47:04.887Z] Skipping stage go-build-helper (already ran) [2021-02-09T00:47:04.887Z] Skipping stage static-packages (already ran) [2021-02-09T00:47:04.887Z] Skipping stage go115 (already ran) [2021-02-09T00:47:04.887Z] Staging edgex-go [2021-02-09T00:47:05.829Z] Staging version [2021-02-09T00:47:06.784Z] Priming config-common [2021-02-09T00:47:07.729Z] Priming go-build-helper [2021-02-09T00:47:08.669Z] Priming static-packages [2021-02-09T00:47:10.578Z] Priming go115 [2021-02-09T00:47:11.521Z] Priming edgex-go [2021-02-09T00:47:12.917Z] Priming version [2021-02-09T00:47:13.524Z] 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-02-09T00:48:30.763Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-09T00:48:45.892Z] Removing intermediate container c5850fb20a4f [2021-02-09T00:48:45.892Z] ---> a7cc55267929 [2021-02-09T00:48:45.892Z] [2021-02-09T00:48:45.892Z] Step 10/24 : FROM alpine:3.12 [2021-02-09T00:48:45.892Z] 3.12: Pulling from library/alpine [2021-02-09T00:48:46.168Z] Removing intermediate container 299de5e192e6 [2021-02-09T00:48:46.168Z] ---> d21e8c7634be [2021-02-09T00:48:46.168Z] [2021-02-09T00:48:46.168Z] Step 10/30 : FROM alpine:3.12 [2021-02-09T00:48:46.168Z] 3.12: Pulling from library/alpine [2021-02-09T00:48:47.605Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-09T00:48:47.605Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-09T00:48:47.605Z] Status: Downloaded newer image for alpine:3.12 [2021-02-09T00:48:47.605Z] Status: Downloaded newer image for alpine:3.12 [2021-02-09T00:48:47.605Z] ---> afeebe901d6b [2021-02-09T00:48:47.605Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-09T00:48:47.605Z] ---> afeebe901d6b [2021-02-09T00:48:47.605Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-09T00:48:48.204Z] ---> Running in 50d30556c709 [2021-02-09T00:48:48.204Z] ---> Running in 333f2ad4a418 [2021-02-09T00:48:49.650Z] Removing intermediate container 50d30556c709 [2021-02-09T00:48:49.650Z] ---> cf7e152248b4 [2021-02-09T00:48:49.650Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-09T00:48:50.256Z] ---> Running in e07d8fbc6392 [2021-02-09T00:48:50.563Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:48:51.165Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:48:52.161Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-09T00:48:52.438Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T00:48:52.438Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-09T00:48:52.438Z] (4/5) Installing curl (7.69.1-r3) [2021-02-09T00:48:52.438Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-09T00:48:52.438Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:48:52.438Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:48:52.438Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T00:48:52.721Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:48:52.721Z] OK: 7 MiB in 19 packages [2021-02-09T00:48:53.328Z] Removing intermediate container b89904340872 [2021-02-09T00:48:53.328Z] ---> f5dcfff2dc0c [2021-02-09T00:48:53.328Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-09T00:48:53.620Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-09T00:48:53.620Z] (2/2) Installing su-exec (0.2-r1) [2021-02-09T00:48:53.620Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:48:53.620Z] OK: 5 MiB in 16 packages [2021-02-09T00:48:53.620Z] ---> Running in 8e5feece7404 [2021-02-09T00:48:56.474Z] Removing intermediate container 333f2ad4a418 [2021-02-09T00:48:56.474Z] ---> 95100f2a5a6f [2021-02-09T00:48:56.474Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-09T00:48:56.474Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-09T00:48:56.756Z] Removing intermediate container e07d8fbc6392 [2021-02-09T00:48:56.756Z] ---> 2759ad8a49fd [2021-02-09T00:48:56.756Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-09T00:48:56.756Z] ---> Running in 955ae8c195b1 [2021-02-09T00:48:57.035Z] ---> Running in 6859ff81504f [2021-02-09T00:48:57.706Z] Removing intermediate container 955ae8c195b1 [2021-02-09T00:48:57.706Z] ---> 5c1810c13388 [2021-02-09T00:48:57.706Z] Step 13/24 : WORKDIR / [2021-02-09T00:48:58.049Z] ---> Running in 141446b99a61 [2021-02-09T00:48:58.343Z] Removing intermediate container 6859ff81504f [2021-02-09T00:48:58.343Z] ---> e36ffb77a6d5 [2021-02-09T00:48:58.343Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-09T00:48:58.960Z] ---> Running in 695b5acbd73b [2021-02-09T00:48:59.572Z] Removing intermediate container 141446b99a61 [2021-02-09T00:48:59.572Z] ---> e8d0b87ea9bb [2021-02-09T00:48:59.572Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-09T00:49:00.183Z] Removing intermediate container 695b5acbd73b [2021-02-09T00:49:00.183Z] ---> b13c5380c9bb [2021-02-09T00:49:00.183Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-09T00:49:00.461Z] ---> Running in 6fc02635b6c8 [2021-02-09T00:49:01.476Z] ---> caa2af20cdbc [2021-02-09T00:49:01.476Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-09T00:49:02.104Z] Removing intermediate container 4e603e707345 [2021-02-09T00:49:02.104Z] ---> c199b197a342 [2021-02-09T00:49:02.104Z] [2021-02-09T00:49:02.383Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T00:49:02.383Z] ---> afeebe901d6b [2021-02-09T00:49:02.383Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-09T00:49:02.701Z] ---> Running in 1ffb1df7d7d1 [2021-02-09T00:49:03.315Z] ---> 3e17fc75a22c [2021-02-09T00:49:03.315Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-09T00:49:03.590Z] Removing intermediate container 8e5feece7404 [2021-02-09T00:49:03.590Z] ---> a3a0c524a03d [2021-02-09T00:49:03.590Z] [2021-02-09T00:49:03.590Z] Step 11/26 : FROM docker:20.10.0 [2021-02-09T00:49:03.590Z] 20.10.0: Pulling from library/docker [2021-02-09T00:49:04.586Z] Removing intermediate container 6fc02635b6c8 [2021-02-09T00:49:04.586Z] ---> 01342b34715a [2021-02-09T00:49:04.586Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-09T00:49:04.870Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:49:05.147Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:49:05.147Z] ---> d8b3557a0803 [2021-02-09T00:49:05.432Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-09T00:49:05.722Z] ---> Running in 3fae2961369c [2021-02-09T00:49:06.006Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-09T00:49:06.006Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:49:06.006Z] OK: 5 MiB in 15 packages [2021-02-09T00:49:08.027Z] Removing intermediate container 3fae2961369c [2021-02-09T00:49:08.027Z] ---> b83d9e9ea564 [2021-02-09T00:49:08.027Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-09T00:49:08.027Z] ---> a2ad77272a4c [2021-02-09T00:49:08.027Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-09T00:49:09.053Z] Removing intermediate container 1ffb1df7d7d1 [2021-02-09T00:49:09.053Z] ---> bd0665be008e [2021-02-09T00:49:09.053Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T00:49:09.337Z] ---> 022ba881d33b [2021-02-09T00:49:09.337Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-09T00:49:09.337Z] ---> Running in a469ecde8f74 [2021-02-09T00:49:09.618Z] ---> Running in 09646e82de5b [2021-02-09T00:49:10.604Z] Removing intermediate container a469ecde8f74 [2021-02-09T00:49:10.604Z] ---> bd0eb7d71427 [2021-02-09T00:49:10.604Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-09T00:49:10.885Z] ---> 7e3b20fb1f64 [2021-02-09T00:49:10.885Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-09T00:49:10.885Z] ---> Running in bd442c854704 [2021-02-09T00:49:12.369Z] Removing intermediate container bd442c854704 [2021-02-09T00:49:12.369Z] ---> 8fac040b23f9 [2021-02-09T00:49:12.369Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-09T00:49:12.669Z] ---> Running in 5641ee226b95 [2021-02-09T00:49:12.950Z] ---> 25f590e9f26f [2021-02-09T00:49:12.950Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-09T00:49:13.228Z] ---> Running in 0fe3e76c78c7 [2021-02-09T00:49:13.828Z] Removing intermediate container 5641ee226b95 [2021-02-09T00:49:13.828Z] ---> e069ee4a6ab1 [2021-02-09T00:49:13.828Z] Step 15/23 : WORKDIR / [2021-02-09T00:49:14.106Z] ---> Running in e645cda52523 [2021-02-09T00:49:14.106Z] Removing intermediate container 09646e82de5b [2021-02-09T00:49:14.106Z] ---> 074544f8906b [2021-02-09T00:49:14.106Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T00:49:15.555Z] Removing intermediate container e645cda52523 [2021-02-09T00:49:15.555Z] ---> d83c8d45e042 [2021-02-09T00:49:15.555Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T00:49:15.834Z] ---> f768c324b523 [2021-02-09T00:49:15.834Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-09T00:49:17.849Z] ---> 783fac651620 [2021-02-09T00:49:17.849Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-09T00:49:18.130Z] Removing intermediate container 0fe3e76c78c7 [2021-02-09T00:49:18.130Z] ---> cf827813732b [2021-02-09T00:49:18.130Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-09T00:49:18.744Z] ---> 25c8e2715fa1 [2021-02-09T00:49:18.744Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-09T00:49:19.346Z] ---> Running in ac41ee145454 [2021-02-09T00:49:19.948Z] ---> 99bf825a0485 [2021-02-09T00:49:19.948Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-09T00:49:19.948Z] ---> 1fa1b769c147 [2021-02-09T00:49:19.948Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-09T00:49:20.228Z] Removing intermediate container ac41ee145454 [2021-02-09T00:49:20.228Z] ---> 4a9d280e31cd [2021-02-09T00:49:20.228Z] Step 22/24 : LABEL arch=arm64 [2021-02-09T00:49:20.509Z] Removing intermediate container a20e8b5bd98b [2021-02-09T00:49:20.509Z] ---> a7b0d3f19011 [2021-02-09T00:49:20.509Z] [2021-02-09T00:49:20.509Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T00:49:20.509Z] ---> afeebe901d6b [2021-02-09T00:49:20.509Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-09T00:49:20.509Z] ---> Running in d1e1c4c6d8fc [2021-02-09T00:49:20.783Z] ---> Running in 2214fedba5f6 [2021-02-09T00:49:20.783Z] ---> 17eb60401a41 [2021-02-09T00:49:20.783Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-09T00:49:21.059Z] ---> Running in 3ae549df1410 [2021-02-09T00:49:21.343Z] ---> ddf850a14ec3 [2021-02-09T00:49:21.343Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-09T00:49:21.343Z] Removing intermediate container d1e1c4c6d8fc [2021-02-09T00:49:21.343Z] ---> f52d2f05684f [2021-02-09T00:49:21.343Z] Step 23/24 : LABEL git_sha=fa939443d38ccda2fee2c546726af54c9dfec45a [2021-02-09T00:49:21.622Z] Removing intermediate container 2214fedba5f6 [2021-02-09T00:49:21.622Z] ---> 8b838e04b222 [2021-02-09T00:49:21.622Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-09T00:49:21.622Z] ---> Running in f7b9ea2d64bf [2021-02-09T00:49:21.898Z] ---> Running in b3fe50ee9316 [2021-02-09T00:49:21.898Z] ---> Running in ceaa83d3cd9b [2021-02-09T00:49:21.898Z] Removing intermediate container 3ae549df1410 [2021-02-09T00:49:21.898Z] ---> 10b40361883a [2021-02-09T00:49:21.898Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T00:49:21.898Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-09T00:49:21.898Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-09T00:49:21.898Z] ---> eeaf43b92773 [2021-02-09T00:49:21.898Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-09T00:49:22.172Z] ---> Running in c4d0a1fc21d1 [2021-02-09T00:49:22.172Z] ---> Running in 1af2a39f6424 [2021-02-09T00:49:22.770Z] Removing intermediate container b3fe50ee9316 [2021-02-09T00:49:22.770Z] ---> a6ce386aa925 [2021-02-09T00:49:22.770Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-09T00:49:22.770Z] Removing intermediate container f7b9ea2d64bf [2021-02-09T00:49:22.770Z] ---> 7ae543070b7a [2021-02-09T00:49:22.770Z] Step 24/24 : LABEL version=0.0.0 [2021-02-09T00:49:22.770Z] Removing intermediate container ceaa83d3cd9b [2021-02-09T00:49:22.770Z] ---> dec5c1fa80bc [2021-02-09T00:49:22.770Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-09T00:49:22.770Z] ---> Running in d0de03441b65 [2021-02-09T00:49:23.045Z] Removing intermediate container 1af2a39f6424 [2021-02-09T00:49:23.045Z] ---> 0a26c20c3aba [2021-02-09T00:49:23.045Z] Step 21/23 : LABEL arch=arm64 [2021-02-09T00:49:23.045Z] ---> Running in 81f1386bcfcb [2021-02-09T00:49:23.045Z] ---> Running in 157f96314ef1 [2021-02-09T00:49:23.637Z] Removing intermediate container d0de03441b65 [2021-02-09T00:49:23.637Z] ---> 63ba202a610f [2021-02-09T00:49:23.637Z] [2021-02-09T00:49:23.637Z] ---> 730e99aa9704 [2021-02-09T00:49:23.637Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-09T00:49:23.637Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:49:23.908Z] Removing intermediate container 81f1386bcfcb [2021-02-09T00:49:23.908Z] ---> da8d286259b3 [2021-02-09T00:49:23.908Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:49:23.908Z] Removing intermediate container 157f96314ef1 [2021-02-09T00:49:23.908Z] ---> 2c6215070c34 [2021-02-09T00:49:23.908Z] Step 22/23 : LABEL git_sha=fa939443d38ccda2fee2c546726af54c9dfec45a [2021-02-09T00:49:23.908Z] Successfully built 63ba202a610f [2021-02-09T00:49:23.908Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:49:24.191Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-09T00:49:24.191Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2021-02-09T00:49:24.191Z] ---> Running in c6b8b194c0f4 [2021-02-09T00:49:24.191Z] ---> Running in a0b11e5ed728 [2021-02-09T00:49:24.191Z] ---> Running in de2d433f96a9 [2021-02-09T00:49:24.805Z] (1/2) Installing readline (8.0.4-r0) [2021-02-09T00:49:24.805Z] (2/2) Installing bash (5.0.17-r0) [2021-02-09T00:49:24.805Z] Executing bash-5.0.17-r0.post-install [2021-02-09T00:49:24.805Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:49:25.081Z] OK: 12 MiB in 22 packages [2021-02-09T00:49:25.081Z] Removing intermediate container de2d433f96a9 [2021-02-09T00:49:25.081Z] ---> db3e3997d816 [2021-02-09T00:49:25.081Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T00:49:25.363Z] ---> Running in 7440232715bb [2021-02-09T00:49:26.830Z] Removing intermediate container 7440232715bb [2021-02-09T00:49:26.830Z] ---> 233ee7c8d78d [2021-02-09T00:49:26.830Z] [2021-02-09T00:49:27.112Z] Successfully built 233ee7c8d78d [2021-02-09T00:49:27.112Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-09T00:49:27.112Z] Building docker-support-notifications-go [2021-02-09T00:49:27.112Z]  Building docker-core-command-go ... done Removing intermediate container c4d0a1fc21d1 [2021-02-09T00:49:27.112Z] ---> f1992d1b494a [2021-02-09T00:49:27.112Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-09T00:49:27.717Z] ---> Running in f18ef7a77a03 [2021-02-09T00:49:28.322Z] Removing intermediate container f18ef7a77a03 [2021-02-09T00:49:28.322Z] ---> 3f32ca83a494 [2021-02-09T00:49:28.322Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-09T00:49:28.322Z] Removing intermediate container c6b8b194c0f4 [2021-02-09T00:49:28.322Z] ---> de700d4e894a [2021-02-09T00:49:28.322Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-09T00:49:28.612Z] ---> Running in debdb9eaed5c [2021-02-09T00:49:28.612Z] Removing intermediate container a0b11e5ed728 [2021-02-09T00:49:28.612Z] ---> 3bca15039439 [2021-02-09T00:49:28.612Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-09T00:49:28.915Z] ---> Running in 89c301b39f75 [2021-02-09T00:49:29.521Z] ---> Running in 964d7b928247 [2021-02-09T00:49:30.980Z] Removing intermediate container debdb9eaed5c [2021-02-09T00:49:30.980Z] ---> c7fe3f0cb9ee [2021-02-09T00:49:30.980Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-09T00:49:30.980Z] Removing intermediate container 89c301b39f75 [2021-02-09T00:49:30.980Z] ---> cfe3300ea082 [2021-02-09T00:49:30.980Z] Step 27/30 : CMD ["gate"] [2021-02-09T00:49:31.981Z] ---> Running in 4d9b7f164b54 [2021-02-09T00:49:31.981Z] ---> Running in e2dde57221c4 [2021-02-09T00:49:32.273Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:49:32.873Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:49:33.473Z] Removing intermediate container e2dde57221c4 [2021-02-09T00:49:33.473Z] ---> a96232047992 [2021-02-09T00:49:33.473Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-09T00:49:33.473Z] Removing intermediate container 4d9b7f164b54 [2021-02-09T00:49:33.473Z] ---> 7b3f6f11e5ce [2021-02-09T00:49:33.473Z] Step 28/30 : LABEL arch=arm64 [2021-02-09T00:49:33.778Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-09T00:49:33.778Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-09T00:49:34.056Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-09T00:49:34.056Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-09T00:49:34.334Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-09T00:49:34.334Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-09T00:49:34.609Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:49:34.609Z] OK: 8 MiB in 20 packages [2021-02-09T00:49:34.892Z] ---> Running in f2148ce6ff90 [2021-02-09T00:49:35.171Z] ---> c6c6cf48183b [2021-02-09T00:49:35.171Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-09T00:49:35.769Z] Removing intermediate container f2148ce6ff90 [2021-02-09T00:49:35.769Z] ---> 7e39d67d6db6 [2021-02-09T00:49:35.769Z] Step 29/30 : LABEL git_sha=fa939443d38ccda2fee2c546726af54c9dfec45a [2021-02-09T00:49:36.371Z] ---> Running in ff2a2e24c560 [2021-02-09T00:49:36.371Z] ---> bfda5e7daf01 [2021-02-09T00:49:36.646Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-09T00:49:36.922Z] Removing intermediate container 964d7b928247 [2021-02-09T00:49:36.922Z] ---> 98d9d0d2c1b1 [2021-02-09T00:49:36.922Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T00:49:37.531Z] Removing intermediate container ff2a2e24c560 [2021-02-09T00:49:37.531Z] ---> b906c580db43 [2021-02-09T00:49:37.531Z] Step 30/30 : LABEL version=0.0.0 [2021-02-09T00:49:38.519Z] ---> Running in 28a5baad0c99 [2021-02-09T00:49:38.519Z] ---> b7d3bb178011 [2021-02-09T00:49:38.519Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-09T00:49:38.519Z] ---> a2f3b0755fa4 [2021-02-09T00:49:38.519Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-09T00:49:38.805Z] ---> Running in 66c78cf26222 [2021-02-09T00:49:39.090Z] Removing intermediate container 28a5baad0c99 [2021-02-09T00:49:39.090Z] ---> 2165ab8dd9ed [2021-02-09T00:49:39.090Z] [2021-02-09T00:49:40.079Z] Successfully built 2165ab8dd9ed [2021-02-09T00:49:40.079Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-09T00:49:40.079Z]  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go [2021-02-09T00:49:41.063Z] ---> 21b7d906d50f [2021-02-09T00:49:41.063Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-09T00:49:41.063Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:49:41.063Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:49:41.668Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-09T00:49:41.668Z] (2/33) Installing expat (2.2.9-r1) [2021-02-09T00:49:41.668Z] (3/33) Installing libffi (3.3-r2) [2021-02-09T00:49:41.668Z] (4/33) Installing gdbm (1.13-r1) [2021-02-09T00:49:41.668Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-09T00:49:41.668Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-09T00:49:41.946Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-09T00:49:41.946Z] ---> 4d066abbcf18 [2021-02-09T00:49:41.946Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-09T00:49:42.224Z] ---> Running in b013e1d528cf [2021-02-09T00:49:44.218Z] Removing intermediate container b013e1d528cf [2021-02-09T00:49:44.218Z] ---> d9c8ded87411 [2021-02-09T00:49:44.218Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T00:49:44.218Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-09T00:49:44.218Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-09T00:49:44.218Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-09T00:49:44.218Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-09T00:49:44.218Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-09T00:49:44.218Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-09T00:49:44.218Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-09T00:49:44.218Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-09T00:49:44.218Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-09T00:49:44.218Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-09T00:49:44.493Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-09T00:49:44.493Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-09T00:49:44.493Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-09T00:49:44.493Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-09T00:49:44.493Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-09T00:49:44.493Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-09T00:49:44.493Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-09T00:49:44.493Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-09T00:49:44.493Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-09T00:49:44.778Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-09T00:49:44.778Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-09T00:49:44.778Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-09T00:49:44.778Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-09T00:49:44.778Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-09T00:49:44.778Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-09T00:49:44.778Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-09T00:49:45.055Z] ---> Running in 73d32d6e6567 [2021-02-09T00:49:45.055Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:49:45.055Z] OK: 71 MiB in 55 packages [2021-02-09T00:49:46.527Z] Removing intermediate container 73d32d6e6567 [2021-02-09T00:49:46.527Z] ---> f642dce4c09f [2021-02-09T00:49:46.527Z] Step 21/23 : LABEL arch=arm64 [2021-02-09T00:49:47.508Z] ---> Running in 2697912787bb [2021-02-09T00:49:48.514Z] Removing intermediate container 2697912787bb [2021-02-09T00:49:48.514Z] ---> bdb1ec3791dc [2021-02-09T00:49:48.514Z] Step 22/23 : LABEL git_sha=fa939443d38ccda2fee2c546726af54c9dfec45a [2021-02-09T00:49:49.116Z] ---> Running in 89c2bf5c6c61 [2021-02-09T00:49:50.560Z] Removing intermediate container 89c2bf5c6c61 [2021-02-09T00:49:50.560Z] ---> 4fb18edd59c8 [2021-02-09T00:49:50.560Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T00:49:50.560Z] ---> Running in e083c5e796a0 [2021-02-09T00:49:51.548Z] Removing intermediate container e083c5e796a0 [2021-02-09T00:49:51.548Z] ---> 226d116c0a30 [2021-02-09T00:49:51.548Z] [2021-02-09T00:49:52.544Z] Successfully built 226d116c0a30 [2021-02-09T00:49:52.544Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-09T00:49:52.544Z]  Building docker-core-data-go ... done Building docker-support-scheduler-go [2021-02-09T00:49:55.951Z] Removing intermediate container 66c78cf26222 [2021-02-09T00:49:55.951Z] ---> a1ef9ad5acdd [2021-02-09T00:49:55.951Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-09T00:49:56.549Z] ---> Running in 81a25930432a [2021-02-09T00:50:05.074Z] Collecting docker-compose==1.23.2 [2021-02-09T00:50:05.074Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:50:05.074Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:50:05.074Z] ---> 7d45b676bb5e [2021-02-09T00:50:05.074Z] Step 3/21 : WORKDIR /edgex-go [2021-02-09T00:50:05.074Z] ---> Using cache [2021-02-09T00:50:05.074Z] ---> d348badacc12 [2021-02-09T00:50:05.074Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:50:05.074Z] ---> Using cache [2021-02-09T00:50:05.074Z] ---> df7cd7cd818b [2021-02-09T00:50:05.074Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-09T00:50:05.074Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-09T00:50:06.060Z] ---> Running in 95aa5ee376d5 [2021-02-09T00:50:07.038Z] Collecting PyYAML<4,>=3.10 [2021-02-09T00:50:07.038Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-09T00:50:07.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:50:08.233Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:50:08.233Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:50:08.233Z] ---> 7d45b676bb5e [2021-02-09T00:50:08.233Z] Step 3/22 : WORKDIR /edgex-go [2021-02-09T00:50:08.233Z] ---> Using cache [2021-02-09T00:50:08.233Z] ---> d348badacc12 [2021-02-09T00:50:08.233Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:50:08.233Z] ---> Using cache [2021-02-09T00:50:08.233Z] ---> df7cd7cd818b [2021-02-09T00:50:08.233Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-09T00:50:08.508Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:50:09.493Z] ---> Running in a9569c159d7b [2021-02-09T00:50:09.493Z] OK: 217 MiB in 51 packages [2021-02-09T00:50:11.502Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:50:11.775Z] Collecting docopt<0.7,>=0.6.1 [2021-02-09T00:50:11.775Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-09T00:50:12.051Z] Removing intermediate container 95aa5ee376d5 [2021-02-09T00:50:12.051Z] ---> 119a10286621 [2021-02-09T00:50:12.051Z] Step 6/21 : COPY go.mod . [2021-02-09T00:50:12.328Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:50:12.927Z] ---> c0e957e84ccd [2021-02-09T00:50:12.927Z] Step 7/21 : RUN go mod download [2021-02-09T00:50:13.208Z] OK: 217 MiB in 51 packages [2021-02-09T00:50:13.484Z] ---> Running in 3f7f460f04cf [2021-02-09T00:50:15.495Z] Removing intermediate container a9569c159d7b [2021-02-09T00:50:15.495Z] ---> b20771522a8f [2021-02-09T00:50:15.495Z] Step 6/22 : COPY go.mod . [2021-02-09T00:50:15.770Z] Collecting jsonschema<3,>=2.5.1 [2021-02-09T00:50:15.770Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-09T00:50:17.213Z] ---> 327942a603a9 [2021-02-09T00:50:17.213Z] Step 7/22 : RUN go mod download [2021-02-09T00:50:17.817Z] ---> Running in 9b06564b172d [2021-02-09T00:50:18.096Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-09T00:50:18.096Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-09T00:50:18.374Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-09T00:50:19.373Z] Removing intermediate container 3f7f460f04cf [2021-02-09T00:50:19.373Z] ---> 62facd5d4283 [2021-02-09T00:50:19.373Z] Step 8/21 : COPY . . [2021-02-09T00:50:19.373Z] Collecting docker<4.0,>=3.6.0 [2021-02-09T00:50:19.651Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-09T00:50:20.645Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-09T00:50:20.925Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-09T00:50:22.378Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:50:22.378Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:50:22.378Z] ---> 7d45b676bb5e [2021-02-09T00:50:22.378Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T00:50:22.378Z] ---> Using cache [2021-02-09T00:50:22.378Z] ---> d348badacc12 [2021-02-09T00:50:22.378Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:50:22.378Z] ---> Using cache [2021-02-09T00:50:22.378Z] ---> df7cd7cd818b [2021-02-09T00:50:22.378Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-09T00:50:22.378Z] ---> Using cache [2021-02-09T00:50:22.378Z] ---> 119a10286621 [2021-02-09T00:50:22.378Z] Step 6/23 : COPY go.mod . [2021-02-09T00:50:22.378Z] ---> Using cache [2021-02-09T00:50:22.378Z] ---> c0e957e84ccd [2021-02-09T00:50:22.378Z] Step 7/23 : RUN go mod download [2021-02-09T00:50:22.378Z] ---> Using cache [2021-02-09T00:50:22.378Z] ---> 62facd5d4283 [2021-02-09T00:50:22.378Z] Step 8/23 : COPY . . [2021-02-09T00:50:24.361Z] Collecting texttable<0.10,>=0.9.0 [2021-02-09T00:50:24.361Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-09T00:50:24.636Z] Removing intermediate container 9b06564b172d [2021-02-09T00:50:24.636Z] ---> 49d756a31299 [2021-02-09T00:50:24.636Z] Step 8/22 : COPY . . [2021-02-09T00:50:28.108Z] Collecting cached-property<2,>=1.2.0 [2021-02-09T00:50:28.108Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-09T00:50:28.389Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-09T00:50:28.670Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-09T00:50:28.953Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:50:28.953Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:50:28.953Z] ---> 7d45b676bb5e [2021-02-09T00:50:28.953Z] Step 3/22 : WORKDIR /edgex-go [2021-02-09T00:50:28.953Z] ---> Using cache [2021-02-09T00:50:28.953Z] ---> d348badacc12 [2021-02-09T00:50:28.953Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:50:28.953Z] ---> Using cache [2021-02-09T00:50:28.953Z] ---> df7cd7cd818b [2021-02-09T00:50:28.953Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-09T00:50:28.953Z] ---> Using cache [2021-02-09T00:50:28.953Z] ---> 119a10286621 [2021-02-09T00:50:28.953Z] Step 6/22 : COPY go.mod . [2021-02-09T00:50:28.953Z] ---> Using cache [2021-02-09T00:50:28.953Z] ---> c0e957e84ccd [2021-02-09T00:50:28.953Z] Step 7/22 : RUN go mod download [2021-02-09T00:50:28.953Z] ---> Using cache [2021-02-09T00:50:28.953Z] ---> 62facd5d4283 [2021-02-09T00:50:28.953Z] Step 8/22 : COPY . . [2021-02-09T00:50:29.550Z] Collecting idna<2.8,>=2.5 [2021-02-09T00:50:29.550Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-09T00:50:29.550Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-09T00:50:30.995Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-09T00:50:30.995Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-09T00:50:31.270Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-09T00:50:31.546Z] Collecting docker-pycreds>=0.4.0 [2021-02-09T00:50:31.546Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-09T00:50:31.826Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-09T00:50:31.826Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-09T00:50:31.826Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-09T00:50:31.826Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-09T00:50:33.267Z] Installing collected packages: PyYAML, docopt, jsonschema, idna, urllib3, requests, websocket-client, docker-pycreds, docker, dockerpty, texttable, cached-property, docker-compose [2021-02-09T00:50:33.267Z] Running setup.py install for PyYAML: started [2021-02-09T00:50:36.667Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-09T00:50:36.667Z] Running setup.py install for docopt: started [2021-02-09T00:50:39.294Z] Running setup.py install for docopt: finished with status 'done' [2021-02-09T00:50:39.568Z] Attempting uninstall: idna [2021-02-09T00:50:39.568Z] Found existing installation: idna 2.9 [2021-02-09T00:50:39.568Z] Uninstalling idna-2.9: [2021-02-09T00:50:39.568Z] Successfully uninstalled idna-2.9 [2021-02-09T00:50:40.555Z] Attempting uninstall: urllib3 [2021-02-09T00:50:40.555Z] Found existing installation: urllib3 1.25.9 [2021-02-09T00:50:40.555Z] Uninstalling urllib3-1.25.9: [2021-02-09T00:50:40.832Z] Successfully uninstalled urllib3-1.25.9 [2021-02-09T00:50:41.815Z] Attempting uninstall: requests [2021-02-09T00:50:41.815Z] Found existing installation: requests 2.23.0 [2021-02-09T00:50:41.815Z] Uninstalling requests-2.23.0: [2021-02-09T00:50:42.090Z] Successfully uninstalled requests-2.23.0 [2021-02-09T00:50:48.812Z] Running setup.py install for dockerpty: started [2021-02-09T00:50:51.450Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-09T00:50:51.450Z] Running setup.py install for texttable: started [2021-02-09T00:50:53.448Z] Running setup.py install for texttable: finished with status 'done' [2021-02-09T00:50:53.725Z] ---> 0344ca84fa14 [2021-02-09T00:50:53.725Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-09T00:50:54.001Z] ---> 26cd1b0189a4 [2021-02-09T00:50:54.001Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-09T00:50:54.001Z] ---> 0de06b2b6927 [2021-02-09T00:50:54.001Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-09T00:50:54.281Z] ---> a7b64c0b7098 [2021-02-09T00:50:54.281Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-09T00:50:54.281Z] ---> Running in b82804fd3720 [2021-02-09T00:50:54.281Z] ---> Running in 73ff62705e59 [2021-02-09T00:50:54.281Z] ---> Running in 62eab76fb024 [2021-02-09T00:50:54.555Z] ---> Running in ef8345805952 [2021-02-09T00:50:54.830Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-09T00:50:56.806Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-09T00:50:56.806Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-09T00:50:56.806Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-09T00:50:56.806Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-09T00:51:01.123Z] Removing intermediate container 81a25930432a [2021-02-09T00:51:01.123Z] ---> 9ea586d956a1 [2021-02-09T00:51:01.123Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-09T00:51:01.123Z] ---> Running in b7278c7c2273 [2021-02-09T00:51:02.566Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:51:02.842Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:51:03.445Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T00:51:03.445Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-09T00:51:03.445Z] (3/3) Installing curl (7.69.1-r3) [2021-02-09T00:51:03.445Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:51:03.445Z] OK: 71 MiB in 58 packages [2021-02-09T00:51:05.434Z] Removing intermediate container b7278c7c2273 [2021-02-09T00:51:05.434Z] ---> f4114656e381 [2021-02-09T00:51:05.434Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-09T00:51:05.716Z] ---> Running in 044843dbfc7b [2021-02-09T00:51:06.320Z] Removing intermediate container 044843dbfc7b [2021-02-09T00:51:06.320Z] ---> 8345c9309137 [2021-02-09T00:51:06.320Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T00:51:06.320Z] ---> Running in 6c47e690f02c [2021-02-09T00:51:06.956Z] Removing intermediate container 6c47e690f02c [2021-02-09T00:51:06.956Z] ---> af92734f2d0e [2021-02-09T00:51:06.956Z] Step 24/26 : LABEL arch=arm64 [2021-02-09T00:51:07.428Z] ---> Running in 6508b1416c5a [2021-02-09T00:51:07.807Z] Removing intermediate container 6508b1416c5a [2021-02-09T00:51:07.807Z] ---> 0e4200f79261 [2021-02-09T00:51:07.807Z] Step 25/26 : LABEL git_sha=fa939443d38ccda2fee2c546726af54c9dfec45a [2021-02-09T00:51:08.166Z] ---> Running in 9b5285a0a361 [2021-02-09T00:51:08.882Z] Removing intermediate container 9b5285a0a361 [2021-02-09T00:51:08.882Z] ---> d13b38d770ba [2021-02-09T00:51:08.882Z] Step 26/26 : LABEL version=0.0.0 [2021-02-09T00:51:08.882Z] ---> Running in caa902c61d0e [2021-02-09T00:51:09.539Z] Removing intermediate container caa902c61d0e [2021-02-09T00:51:09.539Z] ---> 58a68ab6eb7e [2021-02-09T00:51:09.539Z] [2021-02-09T00:51:10.142Z] Successfully built 58a68ab6eb7e [2021-02-09T00:51:10.142Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-09T00:52:18.279Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-09T00:52:26.613Z] Removing intermediate container b82804fd3720 [2021-02-09T00:52:26.613Z] ---> 460da8c1f642 [2021-02-09T00:52:26.613Z] [2021-02-09T00:52:26.613Z] Step 10/21 : FROM alpine:3.12 [2021-02-09T00:52:26.613Z] ---> afeebe901d6b [2021-02-09T00:52:26.613Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-09T00:52:26.613Z] ---> Running in 9d05882fd007 [2021-02-09T00:52:28.072Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:52:28.348Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:52:28.952Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-09T00:52:28.952Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T00:52:28.952Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-09T00:52:28.952Z] (4/4) Installing curl (7.69.1-r3) [2021-02-09T00:52:28.952Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:52:28.952Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T00:52:29.229Z] OK: 7 MiB in 18 packages [2021-02-09T00:52:31.873Z] Removing intermediate container 9d05882fd007 [2021-02-09T00:52:31.873Z] ---> dd8ca4e27e38 [2021-02-09T00:52:31.873Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-09T00:52:31.873Z] ---> Running in 3475643d4609 [2021-02-09T00:52:32.467Z] Removing intermediate container 3475643d4609 [2021-02-09T00:52:32.467Z] ---> 5a6b8dd99778 [2021-02-09T00:52:32.467Z] Step 13/21 : WORKDIR /edgex [2021-02-09T00:52:32.467Z] ---> Running in 548aaf7df716 [2021-02-09T00:52:33.448Z] Removing intermediate container 548aaf7df716 [2021-02-09T00:52:33.448Z] ---> 47c190472c42 [2021-02-09T00:52:33.448Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-09T00:52:34.435Z] ---> df26cec856e2 [2021-02-09T00:52:34.435Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-09T00:52:37.058Z] ---> 9b5f34e94b0d [2021-02-09T00:52:37.058Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-09T00:52:38.495Z] Removing intermediate container 62eab76fb024 [2021-02-09T00:52:38.495Z] ---> 738ed62067af [2021-02-09T00:52:38.495Z] [2021-02-09T00:52:38.495Z] Step 10/22 : FROM alpine:3.12 [2021-02-09T00:52:38.495Z] ---> afeebe901d6b [2021-02-09T00:52:38.495Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-09T00:52:38.495Z] ---> bf5bece63e1e [2021-02-09T00:52:38.495Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-09T00:52:38.768Z] ---> Running in fa9058215f12 [2021-02-09T00:52:38.768Z] Removing intermediate container ef8345805952 [2021-02-09T00:52:38.768Z] ---> 4a3c8a72c350 [2021-02-09T00:52:38.768Z] [2021-02-09T00:52:38.768Z] Step 10/22 : FROM alpine:3.12 [2021-02-09T00:52:38.768Z] ---> afeebe901d6b [2021-02-09T00:52:38.768Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-09T00:52:38.768Z] ---> Using cache [2021-02-09T00:52:38.768Z] ---> bd0665be008e [2021-02-09T00:52:38.768Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T00:52:38.768Z] ---> Using cache [2021-02-09T00:52:38.768Z] ---> bd0eb7d71427 [2021-02-09T00:52:38.768Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-09T00:52:38.768Z] ---> Running in 40e1ab8e238e [2021-02-09T00:52:39.042Z] ---> Running in 6ddb81897161 [2021-02-09T00:52:39.660Z] Removing intermediate container fa9058215f12 [2021-02-09T00:52:39.660Z] ---> 0141a622669b [2021-02-09T00:52:39.660Z] Step 18/21 : CMD ["--init=true"] [2021-02-09T00:52:39.660Z] ---> Running in 911a05c13a4f [2021-02-09T00:52:39.935Z] Removing intermediate container 6ddb81897161 [2021-02-09T00:52:39.935Z] ---> 8a83b4f5a00d [2021-02-09T00:52:39.935Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-09T00:52:40.552Z] ---> Running in 030dfd7bac0b [2021-02-09T00:52:40.552Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:52:40.552Z] Removing intermediate container 911a05c13a4f [2021-02-09T00:52:40.552Z] ---> 35f8402e5a2b [2021-02-09T00:52:40.552Z] Step 19/21 : LABEL arch=arm64 [2021-02-09T00:52:40.827Z] ---> Running in 5a859abd724a [2021-02-09T00:52:40.827Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:52:40.827Z] Removing intermediate container 030dfd7bac0b [2021-02-09T00:52:40.827Z] ---> 0206ddc24813 [2021-02-09T00:52:40.827Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T00:52:41.440Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-09T00:52:41.440Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-09T00:52:41.718Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:52:41.718Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T00:52:41.718Z] Removing intermediate container 5a859abd724a [2021-02-09T00:52:41.718Z] ---> c074991ef2e6 [2021-02-09T00:52:41.718Z] Step 20/21 : LABEL git_sha=fa939443d38ccda2fee2c546726af54c9dfec45a [2021-02-09T00:52:41.718Z] OK: 6 MiB in 16 packages [2021-02-09T00:52:41.994Z] ---> Running in 40f00014bbb9 [2021-02-09T00:52:42.279Z] ---> e02312dcd808 [2021-02-09T00:52:42.279Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-09T00:52:42.560Z] Removing intermediate container 40f00014bbb9 [2021-02-09T00:52:42.560Z] ---> cde9d25b7665 [2021-02-09T00:52:42.560Z] Step 21/21 : LABEL version=0.0.0 [2021-02-09T00:52:43.158Z] ---> Running in 4fe2f1ad5740 [2021-02-09T00:52:44.142Z] Removing intermediate container 4fe2f1ad5740 [2021-02-09T00:52:44.142Z] ---> c2e1771f45e0 [2021-02-09T00:52:44.142Z] [2021-02-09T00:52:44.142Z] ---> e1bd6d563632 [2021-02-09T00:52:44.142Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-09T00:52:44.142Z] Removing intermediate container 40e1ab8e238e [2021-02-09T00:52:44.426Z] ---> de74c6891325 [2021-02-09T00:52:44.426Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T00:52:44.700Z] Removing intermediate container 73ff62705e59 [2021-02-09T00:52:44.700Z] ---> d9d38eec8b19 [2021-02-09T00:52:44.700Z] [2021-02-09T00:52:44.700Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T00:52:44.700Z] ---> afeebe901d6b [2021-02-09T00:52:44.700Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-09T00:52:44.700Z] ---> Using cache [2021-02-09T00:52:44.700Z] ---> bd0665be008e [2021-02-09T00:52:44.700Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T00:52:44.700Z] ---> Using cache [2021-02-09T00:52:44.700Z] ---> bd0eb7d71427 [2021-02-09T00:52:44.700Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-09T00:52:44.700Z] ---> Running in e12532005a77 [2021-02-09T00:52:44.975Z] Successfully built c2e1771f45e0 [2021-02-09T00:52:44.975Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-09T00:52:44.975Z]  Building docker-security-proxy-setup-go ... done  ---> Running in a0754d153b47 [2021-02-09T00:52:45.248Z] ---> a504b5f1bca4 [2021-02-09T00:52:45.248Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-09T00:52:45.248Z] Removing intermediate container e12532005a77 [2021-02-09T00:52:45.248Z] ---> bba360953dd0 [2021-02-09T00:52:45.248Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-09T00:52:45.527Z] ---> Running in 5b5e2d8271a5 [2021-02-09T00:52:45.527Z] ---> Running in b6e0888406ce [2021-02-09T00:52:45.527Z] Removing intermediate container a0754d153b47 [2021-02-09T00:52:45.527Z] ---> 9450dcac991d [2021-02-09T00:52:45.527Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-09T00:52:45.806Z] ---> Running in 231f098327f2 [2021-02-09T00:52:46.080Z] Removing intermediate container b6e0888406ce [2021-02-09T00:52:46.080Z] ---> 4c06dc548262 [2021-02-09T00:52:46.080Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-09T00:52:46.080Z] Removing intermediate container 5b5e2d8271a5 [2021-02-09T00:52:46.080Z] ---> 2c3c7c0e88e1 [2021-02-09T00:52:46.080Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T00:52:46.356Z] ---> Running in b6b370d97c88 [2021-02-09T00:52:46.356Z] ---> Running in 105447ba04db [2021-02-09T00:52:46.356Z] Removing intermediate container 231f098327f2 [2021-02-09T00:52:46.356Z] ---> 5cdaf7c16839 [2021-02-09T00:52:46.356Z] Step 15/23 : WORKDIR / [2021-02-09T00:52:46.633Z] ---> Running in de5944552089 [2021-02-09T00:52:46.909Z] Removing intermediate container b6b370d97c88 [2021-02-09T00:52:46.909Z] ---> c97503edba35 [2021-02-09T00:52:46.909Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T00:52:46.909Z] Removing intermediate container 105447ba04db [2021-02-09T00:52:46.909Z] ---> 85402a6039bf [2021-02-09T00:52:46.909Z] Step 20/22 : LABEL arch=arm64 [2021-02-09T00:52:47.186Z] ---> Running in 88e86db6c84a [2021-02-09T00:52:47.186Z] Removing intermediate container de5944552089 [2021-02-09T00:52:47.186Z] ---> 0eae16af0fc6 [2021-02-09T00:52:47.186Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T00:52:47.793Z] Removing intermediate container 88e86db6c84a [2021-02-09T00:52:47.793Z] ---> 576d6eec1a6a [2021-02-09T00:52:47.793Z] Step 21/22 : LABEL git_sha=fa939443d38ccda2fee2c546726af54c9dfec45a [2021-02-09T00:52:48.068Z] ---> 5f4500ccb60b [2021-02-09T00:52:48.068Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-09T00:52:48.068Z] ---> Running in 426f0d7b7892 [2021-02-09T00:52:48.346Z] ---> c047899238bb [2021-02-09T00:52:48.346Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-09T00:52:48.955Z] Removing intermediate container 426f0d7b7892 [2021-02-09T00:52:48.955Z] ---> 739a8ad988fe [2021-02-09T00:52:48.955Z] Step 22/22 : LABEL version=0.0.0 [2021-02-09T00:52:49.229Z] ---> Running in 0a388f00447f [2021-02-09T00:52:49.513Z] ---> 4c2d81367aee [2021-02-09T00:52:49.513Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-09T00:52:49.792Z] ---> 3c7274c56c3d [2021-02-09T00:52:49.792Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-09T00:52:50.069Z] Removing intermediate container 0a388f00447f [2021-02-09T00:52:50.069Z] ---> b0b5e9372bbb [2021-02-09T00:52:50.069Z] [2021-02-09T00:52:50.675Z] Successfully built b0b5e9372bbb [2021-02-09T00:52:50.675Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-09T00:52:50.675Z]  Building docker-support-scheduler-go ... done  ---> c305e2cf642d [2021-02-09T00:52:50.675Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-09T00:52:50.951Z] ---> Running in 0d362baceb83 [2021-02-09T00:52:50.951Z] ---> d91b57404567 [2021-02-09T00:52:50.951Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-09T00:52:50.951Z] ---> Running in 4fe7b1b4e0e1 [2021-02-09T00:52:51.223Z] Removing intermediate container 0d362baceb83 [2021-02-09T00:52:51.223Z] ---> 6597a9a4ef36 [2021-02-09T00:52:51.223Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T00:52:51.518Z] ---> Running in c8b115ba61f0 [2021-02-09T00:52:51.518Z] Removing intermediate container 4fe7b1b4e0e1 [2021-02-09T00:52:51.518Z] ---> 910bd1800933 [2021-02-09T00:52:51.518Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T00:52:51.791Z] ---> Running in 0d22bac53528 [2021-02-09T00:52:52.067Z] Removing intermediate container c8b115ba61f0 [2021-02-09T00:52:52.067Z] ---> c603c31b35c3 [2021-02-09T00:52:52.067Z] Step 20/22 : LABEL arch=arm64 [2021-02-09T00:52:52.067Z] ---> Running in 661ed7b233a6 [2021-02-09T00:52:52.343Z] Removing intermediate container 0d22bac53528 [2021-02-09T00:52:52.343Z] ---> f80304797aad [2021-02-09T00:52:52.343Z] Step 21/23 : LABEL arch=arm64 [2021-02-09T00:52:52.614Z] ---> Running in 5b2faae3f81a [2021-02-09T00:52:52.614Z] Removing intermediate container 661ed7b233a6 [2021-02-09T00:52:52.614Z] ---> aa6a5c8c3f6f [2021-02-09T00:52:52.614Z] Step 21/22 : LABEL git_sha=fa939443d38ccda2fee2c546726af54c9dfec45a [2021-02-09T00:52:52.885Z] ---> Running in 603ff8a9fd65 [2021-02-09T00:52:53.159Z] Removing intermediate container 5b2faae3f81a [2021-02-09T00:52:53.159Z] ---> f116bf7ee5e1 [2021-02-09T00:52:53.159Z] Step 22/23 : LABEL git_sha=fa939443d38ccda2fee2c546726af54c9dfec45a [2021-02-09T00:52:53.159Z] ---> Running in fc063bc0d7de [2021-02-09T00:52:53.430Z] Removing intermediate container 603ff8a9fd65 [2021-02-09T00:52:53.430Z] ---> 206fe1b3a9f6 [2021-02-09T00:52:53.430Z] Step 22/22 : LABEL version=0.0.0 [2021-02-09T00:52:53.430Z] ---> Running in 312076d040d4 [2021-02-09T00:52:53.701Z] Removing intermediate container fc063bc0d7de [2021-02-09T00:52:53.701Z] ---> f8490117c17a [2021-02-09T00:52:53.701Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T00:52:53.701Z] ---> Running in bbd60b930def [2021-02-09T00:52:53.971Z] Removing intermediate container 312076d040d4 [2021-02-09T00:52:53.971Z] ---> 4ddc21ce64ac [2021-02-09T00:52:53.971Z] [2021-02-09T00:52:54.564Z] Successfully built 4ddc21ce64ac [2021-02-09T00:52:54.564Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-09T00:52:54.564Z]  Building docker-support-notifications-go ... done Removing intermediate container bbd60b930def [2021-02-09T00:52:54.564Z] ---> 837a5716b7c0 [2021-02-09T00:52:54.564Z] [2021-02-09T00:52:55.154Z] Successfully built 837a5716b7c0 [2021-02-09T00:52:55.154Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-09T00:52:55.443Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2021-02-09T00:52:55.458Z] $ docker stop --time=1 2949a7a027d99032ace0e850d1db33196cbdd9af532ed6f8e14aabd7343d54c4 [2021-02-09T00:52:57.418Z] $ docker rm -f 2949a7a027d99032ace0e850d1db33196cbdd9af532ed6f8e14aabd7343d54c4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-09T00:52:58.100Z] + docker images [2021-02-09T00:52:58.100Z] + grep docker [2021-02-09T00:52:58.374Z] docker-core-metadata-go-arm64 latest 837a5716b7c0 4 seconds ago 17.8MB [2021-02-09T00:52:58.374Z] docker-support-notifications-go-arm64 latest 4ddc21ce64ac 5 seconds ago 16.7MB [2021-02-09T00:52:58.374Z] docker-support-scheduler-go-arm64 latest b0b5e9372bbb 9 seconds ago 16.1MB [2021-02-09T00:52:58.374Z] docker-security-proxy-setup-go-arm64 latest c2e1771f45e0 15 seconds ago 23.2MB [2021-02-09T00:52:58.374Z] docker-sys-mgmt-agent-go-arm64 latest 58a68ab6eb7e About a minute ago 300MB [2021-02-09T00:52:58.374Z] docker-core-data-go-arm64 latest 226d116c0a30 3 minutes ago 21MB [2021-02-09T00:52:58.374Z] docker-security-bootstrapper-go-arm64 latest 2165ab8dd9ed 3 minutes ago 17MB [2021-02-09T00:52:58.374Z] docker-core-command-go-arm64 latest 233ee7c8d78d 3 minutes ago 16MB [2021-02-09T00:52:58.374Z] docker-security-secretstore-setup-go-arm64 latest 63ba202a610f 3 minutes ago 23.4MB [2021-02-09T00:52:58.374Z] docker 20.10.0 eeaf43b92773 8 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-02-09T00:52:59.907Z] provisioning config files... [2021-02-09T00:52:59.918Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config2983769334138128779tmp [Pipeline] { [Pipeline] sh [2021-02-09T00:53:00.303Z] + set +x [2021-02-09T00:53:00.303Z] + curl -s https://codecov.io/bash [2021-02-09T00:53:00.303Z] + bash -s -- [2021-02-09T00:53:00.565Z] [2021-02-09T00:53:00.565Z] _____ _ [2021-02-09T00:53:00.565Z] / ____| | | [2021-02-09T00:53:00.565Z] | | ___ __| | ___ ___ _____ __ [2021-02-09T00:53:00.565Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-09T00:53:00.565Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-09T00:53:00.565Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-09T00:53:00.565Z] Bash-20210129-7c25fce [2021-02-09T00:53:00.565Z] [2021-02-09T00:53:00.565Z] [2021-02-09T00:53:00.566Z] ==> git version 2.24.3 found [2021-02-09T00:53:00.566Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-09T00:53:00.566Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-09T00:53:00.566Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-09T00:53:00.828Z] ==> Jenkins CI detected. [2021-02-09T00:53:00.828Z] project root: . [2021-02-09T00:53:00.828Z] --> token set from env [2021-02-09T00:53:00.828Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-09T00:53:00.828Z] ==> Running gcov in . (disable via -X gcov) [2021-02-09T00:53:00.828Z] ==> Python coveragepy not found [2021-02-09T00:53:00.828Z] ==> Searching for coverage reports in: [2021-02-09T00:53:00.828Z] + . [2021-02-09T00:53:00.828Z] -> Found 1 reports [2021-02-09T00:53:00.828Z] ==> Detecting git/mercurial file structure [2021-02-09T00:53:00.828Z] ==> Reading reports [2021-02-09T00:53:00.828Z] + ./coverage.out bytes=594557 [2021-02-09T00:53:00.828Z] ==> Appending adjustments [2021-02-09T00:53:00.828Z] https://docs.codecov.io/docs/fixing-reports [2021-02-09T00:53:05.052Z] + Found adjustments [2021-02-09T00:53:05.052Z] ==> Gzipping contents [2021-02-09T00:53:05.052Z] 88K /tmp/codecov.1YMkTy.gz [2021-02-09T00:53:05.052Z] ==> Uploading reports [2021-02-09T00:53:05.052Z] url: https://codecov.io [2021-02-09T00:53:05.052Z] query: branch=PR-3148&commit=fa939443d38ccda2fee2c546726af54c9dfec45a&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3148%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3148&job=&cmd_args= [2021-02-09T00:53:05.052Z] -> Pinging Codecov [2021-02-09T00:53:05.052Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3148&commit=fa939443d38ccda2fee2c546726af54c9dfec45a&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3148%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3148&job=&cmd_args= [2021-02-09T00:53:05.052Z] -> Uploading to [2021-02-09T00:53:05.052Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-09/00271124DB129430A58F1EEE437C3FCB/fa939443d38ccda2fee2c546726af54c9dfec45a/fa6e481a-a3b4-45ff-8dd7-a03609712a22.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210209%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210209T005304Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a6807e804d2309e772fb12aded84a58a0271e0aae4dc246c1434c0199cb408bc [2021-02-09T00:53:05.052Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-09T00:53:05.052Z] Dload Upload Total Spent Left Speed [2021-02-09T00:53:05.625Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89339 0 0 100 89339 0 137k --:--:-- --:--:-- --:--:-- 137k [2021-02-09T00:53:05.625Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/fa939443d38ccda2fee2c546726af54c9dfec45a [Pipeline] } [2021-02-09T00:53:05.635Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:53:07.603Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:53:08.478Z] ---> package-listing.sh [2021-02-09T00:53:08.478Z] ++ facter osfamily [2021-02-09T00:53:08.478Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-09T00:53:08.478Z] + OS_FAMILY=redhat [2021-02-09T00:53:08.478Z] + workspace=/w/workspace/edgex-go/2 [2021-02-09T00:53:08.478Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-09T00:53:08.478Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-09T00:53:08.478Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-09T00:53:08.478Z] + PACKAGES=/tmp/packages_start.txt [2021-02-09T00:53:08.478Z] + '[' /w/workspace/edgex-go/2 ']' [2021-02-09T00:53:08.478Z] + PACKAGES=/tmp/packages_end.txt [2021-02-09T00:53:08.478Z] + case "${OS_FAMILY}" in [2021-02-09T00:53:08.478Z] + rpm -qa [2021-02-09T00:53:08.478Z] + sort [2021-02-09T00:53:13.778Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-09T00:53:13.778Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-09T00:53:13.778Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-09T00:53:13.778Z] + '[' /w/workspace/edgex-go/2 ']' [2021-02-09T00:53:13.778Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-02-09T00:53:13.778Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-02-09T00:53:13.791Z] 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-02-09T00:53:14.087Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:53:14.396Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-09T00:53:14.396Z] [2021-02-09T00:53:14.396Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:53:14.744Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-09T00:53:14.744Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-09T00:53:14.744Z] df20fa9351a1: Pulling fs layer [2021-02-09T00:53:14.744Z] 36b3adc4ff6f: Pulling fs layer [2021-02-09T00:53:14.744Z] 8ad3a11d3b57: Pulling fs layer [2021-02-09T00:53:14.744Z] 46f8f816bc3b: Pulling fs layer [2021-02-09T00:53:14.744Z] 93b61091891f: Pulling fs layer [2021-02-09T00:53:14.744Z] 93b9cdb0e59b: Pulling fs layer [2021-02-09T00:53:14.744Z] 5e14af77c1be: Pulling fs layer [2021-02-09T00:53:14.744Z] 01666e4c0597: Pulling fs layer [2021-02-09T00:53:14.744Z] aa168da1d23b: Pulling fs layer [2021-02-09T00:53:14.744Z] 46f8f816bc3b: Waiting [2021-02-09T00:53:14.744Z] 93b61091891f: Waiting [2021-02-09T00:53:14.744Z] 93b9cdb0e59b: Waiting [2021-02-09T00:53:14.744Z] 5e14af77c1be: Waiting [2021-02-09T00:53:14.744Z] 01666e4c0597: Waiting [2021-02-09T00:53:14.744Z] aa168da1d23b: Waiting [2021-02-09T00:53:14.744Z] 36b3adc4ff6f: Verifying Checksum [2021-02-09T00:53:14.744Z] 36b3adc4ff6f: Download complete [2021-02-09T00:53:14.744Z] 46f8f816bc3b: Verifying Checksum [2021-02-09T00:53:14.744Z] 46f8f816bc3b: Download complete [2021-02-09T00:53:15.010Z] df20fa9351a1: Download complete [2021-02-09T00:53:15.010Z] 93b9cdb0e59b: Verifying Checksum [2021-02-09T00:53:15.010Z] 93b9cdb0e59b: Download complete [2021-02-09T00:53:15.010Z] 5e14af77c1be: Verifying Checksum [2021-02-09T00:53:15.010Z] 5e14af77c1be: Download complete [2021-02-09T00:53:15.010Z] 93b61091891f: Verifying Checksum [2021-02-09T00:53:15.010Z] 93b61091891f: Download complete [2021-02-09T00:53:15.010Z] 01666e4c0597: Verifying Checksum [2021-02-09T00:53:15.010Z] 01666e4c0597: Download complete [2021-02-09T00:53:15.271Z] df20fa9351a1: Pull complete [2021-02-09T00:53:15.535Z] 36b3adc4ff6f: Pull complete [2021-02-09T00:53:15.804Z] 8ad3a11d3b57: Verifying Checksum [2021-02-09T00:53:15.804Z] 8ad3a11d3b57: Download complete [2021-02-09T00:53:16.762Z] 8ad3a11d3b57: Pull complete [2021-02-09T00:53:17.342Z] aa168da1d23b: Verifying Checksum [2021-02-09T00:53:17.342Z] aa168da1d23b: Download complete [2021-02-09T00:53:18.298Z] 46f8f816bc3b: Pull complete [2021-02-09T00:53:19.243Z] 93b61091891f: Pull complete [2021-02-09T00:53:19.244Z] 93b9cdb0e59b: Pull complete [2021-02-09T00:53:19.509Z] 5e14af77c1be: Pull complete [2021-02-09T00:53:19.509Z] 01666e4c0597: Pull complete [2021-02-09T00:53:27.773Z] aa168da1d23b: Pull complete [2021-02-09T00:53:27.773Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-09T00:53:27.773Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-09T00:53:27.773Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-09T00:53:27.953Z] prd-centos7-docker-4c-2g-25661 does not seem to be running inside a container [2021-02-09T00:53:28.058Z] $ 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-02-09T00:53:31.243Z] $ docker top e576303f69ae0cc79965fc916de44544b35555cecfb5c5db801b84061c3348a9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T00:53:31.860Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-09T00:53:32.167Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-09T00:53:32.468Z] + ls /var/log/sa-host [2021-02-09T00:53:32.468Z] + sadf -c /var/log/sa-host/sa09 [2021-02-09T00:53:32.468Z] file_magic: OK [2021-02-09T00:53:32.468Z] HZ: Using current value: 100 [2021-02-09T00:53:32.468Z] file_header: OK [2021-02-09T00:53:32.468Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-09T00:53:32.468Z] Statistics: [2021-02-09T00:53:32.468Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-09T00:53:32.468Z] File successfully converted to sysstat format version 12.2.1 [2021-02-09T00:53:32.468Z] + sadf -c /var/log/sa-host/sa23 [2021-02-09T00:53:32.468Z] file_magic: OK [2021-02-09T00:53:32.468Z] HZ: Using current value: 100 [2021-02-09T00:53:32.468Z] file_header: OK [2021-02-09T00:53:32.468Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-09T00:53:32.468Z] Statistics: [2021-02-09T00:53:32.468Z] Hnuu...uuuununununu... [2021-02-09T00:53:32.468Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-09T00:53:32.679Z] provisioning config files... [2021-02-09T00:53:32.696Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config2964980680933642250tmp [Pipeline] { [Pipeline] echo [2021-02-09T00:53:32.772Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:53:33.079Z] ---> create-netrc.sh [Pipeline] } [2021-02-09T00:53:33.090Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-09T00:53:33.179Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:53:33.478Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-09T00:53:33.605Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:53:33.909Z] ---> sudo-logs.sh [2021-02-09T00:53:33.909Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-09T00:53:33.920Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:53:34.215Z] ---> job-cost.sh [2021-02-09T00:53:34.215Z] lf-activate-venv: SKIPPING [2021-02-09T00:53:34.215Z] INFO: No Stack... [2021-02-09T00:53:34.788Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-09T00:53:35.362Z] INFO: Archiving Costs [Pipeline] echo [2021-02-09T00:53:35.377Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:53:35.675Z] ---> logs-deploy.sh [2021-02-09T00:53:35.675Z] lf-activate-venv: SKIPPING [2021-02-09T00:53:35.675Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3148/2 [2021-02-09T00:53:35.675Z] INFO: archiving workspace using pattern(s): [2021-02-09T00:53:37.596Z] Archives upload complete. [2021-02-09T00:53:37.596Z] INFO: archiving logs to Nexus [2021-02-09T00:53:38.541Z] ---> uname -a: [2021-02-09T00:53:38.541Z] Linux prd-centos7-docker-4c-2g-25661.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-02-09T00:53:38.541Z] [2021-02-09T00:53:38.541Z] [2021-02-09T00:53:38.541Z] ---> lscpu: [2021-02-09T00:53:38.541Z] Architecture: x86_64 [2021-02-09T00:53:38.541Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-09T00:53:38.541Z] Byte Order: Little Endian [2021-02-09T00:53:38.541Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-09T00:53:38.541Z] CPU(s): 4 [2021-02-09T00:53:38.541Z] On-line CPU(s) list: 0-3 [2021-02-09T00:53:38.541Z] Thread(s) per core: 1 [2021-02-09T00:53:38.541Z] Core(s) per socket: 1 [2021-02-09T00:53:38.541Z] Socket(s): 4 [2021-02-09T00:53:38.541Z] NUMA node(s): 1 [2021-02-09T00:53:38.541Z] Vendor ID: GenuineIntel [2021-02-09T00:53:38.541Z] CPU family: 6 [2021-02-09T00:53:38.541Z] Model: 44 [2021-02-09T00:53:38.541Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-09T00:53:38.541Z] Stepping: 1 [2021-02-09T00:53:38.541Z] CPU MHz: 2933.436 [2021-02-09T00:53:38.541Z] BogoMIPS: 5866.87 [2021-02-09T00:53:38.541Z] Virtualization: VT-x [2021-02-09T00:53:38.541Z] Hypervisor vendor: KVM [2021-02-09T00:53:38.541Z] Virtualization type: full [2021-02-09T00:53:38.541Z] L1d cache: 128 KiB [2021-02-09T00:53:38.541Z] L1i cache: 128 KiB [2021-02-09T00:53:38.541Z] L2 cache: 16 MiB [2021-02-09T00:53:38.541Z] L3 cache: 64 MiB [2021-02-09T00:53:38.541Z] NUMA node0 CPU(s): 0-3 [2021-02-09T00:53:38.541Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-09T00:53:38.541Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-09T00:53:38.541Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-09T00:53:38.541Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-09T00:53:38.541Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-09T00:53:38.541Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-09T00:53:38.541Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-09T00:53:38.541Z] Vulnerability Srbds: Not affected [2021-02-09T00:53:38.541Z] Vulnerability Tsx async abort: Not affected [2021-02-09T00:53:38.541Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-02-09T00:53:38.541Z] [2021-02-09T00:53:38.541Z] [2021-02-09T00:53:38.541Z] ---> nproc: [2021-02-09T00:53:38.541Z] 4 [2021-02-09T00:53:38.541Z] [2021-02-09T00:53:38.541Z] [2021-02-09T00:53:38.541Z] ---> df -h: [2021-02-09T00:53:38.541Z] Filesystem Size Used Available Use% Mounted on [2021-02-09T00:53:38.541Z] overlay 50.0G 11.7G 38.3G 23% / [2021-02-09T00:53:38.541Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-09T00:53:38.541Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-09T00:53:38.541Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-09T00:53:38.541Z] /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os [2021-02-09T00:53:38.541Z] /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf [2021-02-09T00:53:38.541Z] /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname [2021-02-09T00:53:38.541Z] /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts [2021-02-09T00:53:38.541Z] /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json [2021-02-09T00:53:38.541Z] /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host [2021-02-09T00:53:38.541Z] /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure [2021-02-09T00:53:38.541Z] /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log [2021-02-09T00:53:38.541Z] /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/2@tmp [2021-02-09T00:53:38.541Z] /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/2 [2021-02-09T00:53:38.541Z] [2021-02-09T00:53:38.541Z] [2021-02-09T00:53:38.541Z] ---> free -m: [2021-02-09T00:53:38.541Z] total used free shared buff/cache available [2021-02-09T00:53:38.541Z] Mem: 1837 745 128 0 964 1010 [2021-02-09T00:53:38.541Z] Swap: 1023 45 978 [2021-02-09T00:53:38.541Z] [2021-02-09T00:53:38.541Z]