Pull request #3172 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f+3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 (2631b1f091a36d2cd00c652674ecde759e8d5658) Running in Durability level: MAX_SURVIVABILITY 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3172/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3172/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 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-26561 in /w/workspace/edgexfoundry_edgex-go_PR-3172 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [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/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3172/head:refs/remotes/origin/PR-3172 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 into PR head commit 6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f Merge succeeded, producing 6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f Checking out Revision 6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f (PR-3172) > git config core.sparsecheckout # timeout=10 > git checkout -f 6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f # 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 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-16T06:02:36.545Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-16T06:02:36.937Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-16T06:02:37.145Z] ========================================================= [2021-02-16T06:02:37.145Z] EdgeX Global Pipelines Version Info [2021-02-16T06:02:37.145Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-16T06:02:38.884Z] ------------------- [2021-02-16T06:02:38.884Z] stable info: [2021-02-16T06:02:38.884Z] ------------------- [2021-02-16T06:02:38.884Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-16T06:02:38.884Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-16T06:02:38.884Z] Message: update stable to v1.0.179 [2021-02-16T06:02:39.837Z] ------------------- [2021-02-16T06:02:39.837Z] experimental info: [2021-02-16T06:02:39.837Z] ------------------- [2021-02-16T06:02:39.837Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-16T06:02:39.837Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-16T06:02:39.837Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-16T06:02:40.349Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-16T06:02:40.506Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-16T06:02:40.661Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-16T06:02:40.823Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-16T06:02:40.940Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-16T06:02:41.054Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-16T06:02:41.170Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-16T06:02:41.286Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-16T06:02:41.410Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-16T06:02:41.525Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-16T06:02:41.652Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-16T06:02:41.802Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-16T06:02:42.005Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-16T06:02:42.148Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-16T06:02:42.266Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-16T06:02:42.391Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-16T06:02:42.542Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-16T06:02:42.658Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-16T06:02:42.771Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-16T06:02:42.948Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-16T06:02:43.072Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-16T06:02:43.188Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-16T06:02:43.334Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-16T06:02:43.453Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3172 [Pipeline] echo [2021-02-16T06:02:43.622Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3172 [Pipeline] echo [2021-02-16T06:02:43.737Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3172 [Pipeline] echo [2021-02-16T06:02:43.852Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f [Pipeline] echo [2021-02-16T06:02:44.003Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6f626cc [Pipeline] echo [2021-02-16T06:02:44.136Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-16T06:02:44.414Z] provisioning config files... [2021-02-16T06:02:44.447Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config8130108654081173802tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-16T06:02:44.865Z] ---> docker-login.sh [2021-02-16T06:02:44.865Z] nexus3.edgexfoundry.org:10001 [2021-02-16T06:02:45.132Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-16T06:02:45.132Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-16T06:02:45.132Z] Configure a credential helper to remove this warning. See [2021-02-16T06:02:45.132Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-16T06:02:45.132Z] [2021-02-16T06:02:45.132Z] Login Succeeded [2021-02-16T06:02:45.132Z] nexus3.edgexfoundry.org:10002 [2021-02-16T06:02:45.395Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-16T06:02:45.395Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-16T06:02:45.395Z] Configure a credential helper to remove this warning. See [2021-02-16T06:02:45.395Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-16T06:02:45.395Z] [2021-02-16T06:02:45.395Z] Login Succeeded [2021-02-16T06:02:45.395Z] nexus3.edgexfoundry.org:10003 [2021-02-16T06:02:45.659Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-16T06:02:45.659Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-16T06:02:45.659Z] Configure a credential helper to remove this warning. See [2021-02-16T06:02:45.659Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-16T06:02:45.659Z] [2021-02-16T06:02:45.659Z] Login Succeeded [2021-02-16T06:02:45.659Z] nexus3.edgexfoundry.org:10004 [2021-02-16T06:02:45.659Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-16T06:02:45.922Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-16T06:02:45.922Z] Configure a credential helper to remove this warning. See [2021-02-16T06:02:45.922Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-16T06:02:45.922Z] [2021-02-16T06:02:45.922Z] Login Succeeded [2021-02-16T06:02:45.922Z] docker.io [2021-02-16T06:02:45.922Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-16T06:02:46.186Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-16T06:02:46.186Z] Configure a credential helper to remove this warning. See [2021-02-16T06:02:46.186Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-16T06:02:46.186Z] [2021-02-16T06:02:46.187Z] Login Succeeded [2021-02-16T06:02:46.187Z] ---> docker-login.sh ends [Pipeline] } [2021-02-16T06:02:46.212Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-16T06:02:46.768Z] ++ 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-16T06:02:46.768Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-16T06:02:46.768Z] ++ dirname cmd/core-command/Dockerfile [2021-02-16T06:02:46.768Z] ++ cut -d/ -f2 [2021-02-16T06:02:46.768Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-16T06:02:46.768Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-16T06:02:46.768Z] ++ dirname cmd/core-data/Dockerfile [2021-02-16T06:02:46.768Z] ++ cut -d/ -f2 [2021-02-16T06:02:46.768Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-16T06:02:46.768Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-16T06:02:46.768Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-16T06:02:46.768Z] ++ cut -d/ -f2 [2021-02-16T06:02:46.768Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-16T06:02:46.768Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-16T06:02:46.768Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-16T06:02:46.768Z] ++ cut -d/ -f2 [2021-02-16T06:02:46.768Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-16T06:02:46.768Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-16T06:02:46.768Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-16T06:02:46.768Z] ++ cut -d/ -f2 [2021-02-16T06:02:46.768Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-16T06:02:46.768Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-16T06:02:46.768Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-16T06:02:46.768Z] ++ cut -d/ -f2 [2021-02-16T06:02:46.768Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-16T06:02:46.768Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-16T06:02:46.768Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-16T06:02:46.768Z] ++ cut -d/ -f2 [2021-02-16T06:02:46.768Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-16T06:02:46.768Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-16T06:02:46.768Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-16T06:02:46.768Z] ++ cut -d/ -f2 [2021-02-16T06:02:46.768Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-16T06:02:46.768Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-16T06:02:46.768Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-16T06:02:46.768Z] ++ cut -d/ -f2 [2021-02-16T06:02:46.768Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-16T06:02:46.878Z] 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-16T06:02:47.950Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-16T06:02:47.950Z] [2021-02-16T06:02:47.950Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-16T06:02:48.343Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-16T06:02:48.343Z] latest: Pulling from edgex-devops/git-semver [2021-02-16T06:02:48.343Z] 31603596830f: Pulling fs layer [2021-02-16T06:02:48.343Z] 2a8b12db71e7: Pulling fs layer [2021-02-16T06:02:48.343Z] 6ca5941a6612: Pulling fs layer [2021-02-16T06:02:48.343Z] ecc8261a40a4: Pulling fs layer [2021-02-16T06:02:48.343Z] ecc8261a40a4: Waiting [2021-02-16T06:02:48.343Z] 2a8b12db71e7: Verifying Checksum [2021-02-16T06:02:48.343Z] 2a8b12db71e7: Download complete [2021-02-16T06:02:48.343Z] 31603596830f: Verifying Checksum [2021-02-16T06:02:48.343Z] 31603596830f: Download complete [2021-02-16T06:02:48.606Z] 6ca5941a6612: Verifying Checksum [2021-02-16T06:02:48.606Z] 6ca5941a6612: Download complete [2021-02-16T06:02:48.606Z] ecc8261a40a4: Verifying Checksum [2021-02-16T06:02:48.606Z] ecc8261a40a4: Download complete [2021-02-16T06:02:48.873Z] 31603596830f: Pull complete [2021-02-16T06:02:48.873Z] 2a8b12db71e7: Pull complete [2021-02-16T06:02:49.846Z] 6ca5941a6612: Pull complete [2021-02-16T06:02:50.112Z] ecc8261a40a4: Pull complete [2021-02-16T06:02:50.112Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-16T06:02:50.112Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-16T06:02:50.112Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-16T06:02:50.247Z] prd-centos7-docker-4c-2g-26561 does not seem to be running inside a container [2021-02-16T06:02:50.367Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-16T06:02:52.930Z] $ docker top 786dd5769ae9b7c5993a950f309b92490dcf344be6f48b5fbaaa5ee2ebb71fab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-16T06:02:53.317Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-16T06:02:53.317Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-16T06:02:53.539Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-16T06:02:53.542Z] $ docker exec 786dd5769ae9b7c5993a950f309b92490dcf344be6f48b5fbaaa5ee2ebb71fab ssh-agent [2021-02-16T06:02:53.744Z] SSH_AUTH_SOCK=/tmp/ssh-coNcNupu6tVg/agent.11 [2021-02-16T06:02:53.744Z] SSH_AGENT_PID=16 [2021-02-16T06:02:53.753Z] Running ssh-add (command line suppressed) [2021-02-16T06:02:53.895Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_7071090016968413565.key (/w/workspace/edgex-go/1@tmp/private_key_7071090016968413565.key) [2021-02-16T06:02:53.957Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-16T06:02:54.328Z] + git tag --points-at HEAD [Pipeline] } [2021-02-16T06:02:54.360Z] $ docker exec --env ******** --env ******** 786dd5769ae9b7c5993a950f309b92490dcf344be6f48b5fbaaa5ee2ebb71fab ssh-agent -k [2021-02-16T06:02:54.483Z] unset SSH_AUTH_SOCK; [2021-02-16T06:02:54.484Z] unset SSH_AGENT_PID; [2021-02-16T06:02:54.484Z] echo Agent pid 16 killed; [2021-02-16T06:02:54.537Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-16T06:02:54.718Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-16T06:02:54.718Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-16T06:02:54.895Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-16T06:02:54.899Z] $ docker exec 786dd5769ae9b7c5993a950f309b92490dcf344be6f48b5fbaaa5ee2ebb71fab ssh-agent [2021-02-16T06:02:55.090Z] SSH_AUTH_SOCK=/tmp/ssh-AtZbijrT6teX/agent.46 [2021-02-16T06:02:55.090Z] SSH_AGENT_PID=51 [2021-02-16T06:02:55.097Z] Running ssh-add (command line suppressed) [2021-02-16T06:02:55.233Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_3928263289018969030.key (/w/workspace/edgex-go/1@tmp/private_key_3928263289018969030.key) [2021-02-16T06:02:55.288Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-16T06:02:55.660Z] + git semver init [2021-02-16T06:02:55.660Z] # -> Open(): unable to determine branch for HEAD [2021-02-16T06:02:55.660Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2021-02-16T06:02:55.660Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2021-02-16T06:02:55.660Z] # $SEMVER_REMOTE_NAME = origin [2021-02-16T06:02:55.660Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-16T06:02:55.660Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-16T06:02:55.660Z] # $SEMVER_BRANCH = PR-3172 [2021-02-16T06:02:55.660Z] # $SEMVER_TEMP = /tmp/semver-573967995 [2021-02-16T06:02:55.660Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-16T06:03:17.722Z] # '/tmp/semver-573967995' -> '/w/workspace/edgex-go/1/.semver' [2021-02-16T06:03:17.722Z] # -> Force: false [2021-02-16T06:03:17.722Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2021-02-16T06:03:17.744Z] $ docker exec --env ******** --env ******** 786dd5769ae9b7c5993a950f309b92490dcf344be6f48b5fbaaa5ee2ebb71fab ssh-agent -k [2021-02-16T06:03:18.026Z] unset SSH_AUTH_SOCK; [2021-02-16T06:03:18.026Z] unset SSH_AGENT_PID; [2021-02-16T06:03:18.026Z] echo Agent pid 51 killed; [2021-02-16T06:03:18.133Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-16T06:03:18.702Z] + git semver [Pipeline] } [2021-02-16T06:03:18.736Z] $ docker stop --time=1 786dd5769ae9b7c5993a950f309b92490dcf344be6f48b5fbaaa5ee2ebb71fab [2021-02-16T06:03:20.331Z] $ docker rm -f 786dd5769ae9b7c5993a950f309b92490dcf344be6f48b5fbaaa5ee2ebb71fab [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-16T06:03:20.907Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-16T06:03:21.494Z] Stashed 1 file(s) [Pipeline] echo [2021-02-16T06:03:21.518Z] [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-16T06:03:22.827Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-16T06:03:23.148Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-16T06:03:23.476Z] + sudo service docker restart [2021-02-16T06:03:23.476Z] + true [2021-02-16T06:03:23.476Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-16T06:03:24.092Z] ========================================================= [2021-02-16T06:03:24.092Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-16T06:03:24.092Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-16T06:03:25.895Z] + 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-16T06:03:30.129Z] Sending build context to Docker daemon 327.9MB [2021-02-16T06:03:30.129Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-16T06:03:30.129Z] Step 2/6 : FROM ${BASE} [2021-02-16T06:03:30.129Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-16T06:03:30.129Z] 188c0c94c7c5: Pulling fs layer [2021-02-16T06:03:30.129Z] 0ef7d3d256c8: Pulling fs layer [2021-02-16T06:03:30.129Z] de9db76c5a1d: Pulling fs layer [2021-02-16T06:03:30.129Z] bca2f99d35d6: Pulling fs layer [2021-02-16T06:03:30.129Z] 93359f2a8cfa: Pulling fs layer [2021-02-16T06:03:30.129Z] 7c6f9722023f: Pulling fs layer [2021-02-16T06:03:30.129Z] a35cf1a2eb13: Pulling fs layer [2021-02-16T06:03:30.129Z] bca2f99d35d6: Waiting [2021-02-16T06:03:30.129Z] 93359f2a8cfa: Waiting [2021-02-16T06:03:30.129Z] 7c6f9722023f: Waiting [2021-02-16T06:03:30.129Z] a35cf1a2eb13: Waiting [2021-02-16T06:03:30.129Z] de9db76c5a1d: Verifying Checksum [2021-02-16T06:03:30.129Z] de9db76c5a1d: Download complete [2021-02-16T06:03:30.129Z] 0ef7d3d256c8: Verifying Checksum [2021-02-16T06:03:30.129Z] 0ef7d3d256c8: Download complete [2021-02-16T06:03:30.130Z] 93359f2a8cfa: Verifying Checksum [2021-02-16T06:03:30.130Z] 93359f2a8cfa: Download complete [2021-02-16T06:03:30.130Z] 7c6f9722023f: Download complete [2021-02-16T06:03:30.395Z] 188c0c94c7c5: Verifying Checksum [2021-02-16T06:03:30.395Z] 188c0c94c7c5: Download complete [2021-02-16T06:03:30.985Z] 188c0c94c7c5: Pull complete [2021-02-16T06:03:31.249Z] 0ef7d3d256c8: Pull complete [2021-02-16T06:03:31.249Z] de9db76c5a1d: Pull complete [2021-02-16T06:03:32.214Z] a35cf1a2eb13: Verifying Checksum [2021-02-16T06:03:32.214Z] a35cf1a2eb13: Download complete [2021-02-16T06:03:32.793Z] bca2f99d35d6: Verifying Checksum [2021-02-16T06:03:32.793Z] bca2f99d35d6: Download complete [2021-02-16T06:03:37.171Z] Still waiting to schedule task [2021-02-16T06:03:37.171Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-26562’ [2021-02-16T06:03:38.133Z] bca2f99d35d6: Pull complete [2021-02-16T06:03:38.133Z] 93359f2a8cfa: Pull complete [2021-02-16T06:03:38.397Z] 7c6f9722023f: Pull complete [2021-02-16T06:03:45.022Z] a35cf1a2eb13: Pull complete [2021-02-16T06:03:45.022Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-16T06:03:45.022Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-16T06:03:45.022Z] ---> a62c8e92a672 [2021-02-16T06:03:45.022Z] 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-16T06:03:45.022Z] ---> Running in 08792b7e3df9 [2021-02-16T06:03:45.022Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-16T06:03:45.605Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-16T06:03:46.183Z] (1/12) Installing libmagic (5.38-r0) [2021-02-16T06:03:46.445Z] (2/12) Installing file (5.38-r0) [2021-02-16T06:03:46.445Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-16T06:03:46.445Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-16T06:03:53.049Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-16T06:03:53.049Z] (6/12) Installing patch (2.7.6-r6) [2021-02-16T06:03:53.049Z] (7/12) Installing build-base (0.5-r2) [2021-02-16T06:03:53.313Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-16T06:03:53.313Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-16T06:03:53.583Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-16T06:03:53.583Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-16T06:03:53.848Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-16T06:03:53.848Z] Executing busybox-1.31.1-r19.trigger [2021-02-16T06:03:53.848Z] OK: 233 MiB in 51 packages [2021-02-16T06:03:58.089Z] Removing intermediate container 08792b7e3df9 [2021-02-16T06:03:58.089Z] ---> 60ede7684ea7 [2021-02-16T06:03:58.089Z] Step 4/6 : WORKDIR /edgex-go [2021-02-16T06:03:58.089Z] ---> Running in ec4c16400538 [2021-02-16T06:03:58.089Z] Removing intermediate container ec4c16400538 [2021-02-16T06:03:58.089Z] ---> 56471df162c2 [2021-02-16T06:03:58.089Z] Step 5/6 : COPY go.mod . [2021-02-16T06:03:58.354Z] ---> 40e81ee084a8 [2021-02-16T06:03:58.354Z] Step 6/6 : RUN go mod download [2021-02-16T06:03:58.617Z] ---> Running in bd0725ace730 [2021-02-16T06:04:20.658Z] Removing intermediate container bd0725ace730 [2021-02-16T06:04:20.658Z] ---> f6b78c266ff5 [2021-02-16T06:04:20.658Z] Successfully built f6b78c266ff5 [2021-02-16T06:04:20.658Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-16T06:04:21.271Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-16T06:04:21.271Z] . [Pipeline] withDockerContainer [2021-02-16T06:04:21.403Z] prd-centos7-docker-4c-2g-26561 does not seem to be running inside a container [2021-02-16T06:04:21.455Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat [2021-02-16T06:04:22.259Z] $ docker top ac14f95a1787b1309ae788692780b13e2516cd87471f1b3112de64e591592a6f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-16T06:04:22.852Z] + go version [2021-02-16T06:04:22.853Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-16T06:04:22.934Z] $ docker stop --time=1 ac14f95a1787b1309ae788692780b13e2516cd87471f1b3112de64e591592a6f [2021-02-16T06:04:24.355Z] $ docker rm -f ac14f95a1787b1309ae788692780b13e2516cd87471f1b3112de64e591592a6f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-16T06:04:25.459Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-16T06:04:25.459Z] . [Pipeline] withDockerContainer [2021-02-16T06:04:25.585Z] prd-centos7-docker-4c-2g-26561 does not seem to be running inside a container [2021-02-16T06:04:25.634Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat [2021-02-16T06:04:26.487Z] $ docker top 6d0213057511279d161f5f885f77fe72e1823c7a0c87e8190e6711aab83b5e85 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-16T06:04:26.727Z] ========================================================= [2021-02-16T06:04:26.727Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-16T06:04:26.727Z] ========================================================= [Pipeline] sh [2021-02-16T06:04:27.038Z] + make test [2021-02-16T06:04:27.039Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-16T06:04:35.240Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-16T06:04:53.523Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-16T06:04:54.940Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-16T06:04:58.303Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-16T06:04:58.303Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-16T06:04:59.424Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-16T06:04:59.424Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-16T06:04:59.424Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-16T06:04:59.424Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-16T06:05:00.564Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-16T06:05:00.861Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-16T06:05:03.477Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-16T06:05:03.477Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-16T06:05:03.477Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-16T06:05:07.767Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.152s coverage: 45.9% of statements [2021-02-16T06:05:07.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-16T06:05:07.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-16T06:05:07.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-16T06:05:07.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-16T06:05:07.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-16T06:05:07.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-16T06:05:07.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-16T06:05:07.767Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.066s coverage: 100.0% of statements [2021-02-16T06:05:10.359Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.208s coverage: 27.1% of statements [2021-02-16T06:05:10.359Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-16T06:05:10.359Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-16T06:05:10.359Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-16T06:05:10.359Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-16T06:05:10.359Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-16T06:05:10.359Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-16T06:05:10.359Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.052s coverage: 100.0% of statements [2021-02-16T06:05:10.359Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-16T06:05:10.359Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.043s coverage: 100.0% of statements [2021-02-16T06:05:10.359Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-16T06:05:10.359Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-16T06:05:10.359Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.087s coverage: 65.8% of statements [2021-02-16T06:05:10.359Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-16T06:05:10.359Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-16T06:05:10.628Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.447s coverage: 82.3% of statements [2021-02-16T06:05:10.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-16T06:05:10.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-16T06:05:10.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-16T06:05:10.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-16T06:05:13.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.360s coverage: 28.6% of statements [2021-02-16T06:05:13.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-16T06:05:13.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-16T06:05:13.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-16T06:05:13.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-16T06:05:13.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-16T06:05:13.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.073s coverage: 100.0% of statements [2021-02-16T06:05:13.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-16T06:05:13.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.045s coverage: 100.0% of statements [2021-02-16T06:05:13.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-16T06:05:13.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.135s coverage: 86.7% of statements [2021-02-16T06:05:13.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-16T06:05:13.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.163s coverage: 97.5% of statements [2021-02-16T06:05:13.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-16T06:05:13.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.060s coverage: 78.3% of statements [2021-02-16T06:05:13.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-16T06:05:13.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-16T06:05:13.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-16T06:05:13.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-16T06:05:16.631Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.471s coverage: 92.8% of statements [2021-02-16T06:05:16.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-16T06:05:16.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-16T06:05:16.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-16T06:05:16.631Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-16T06:05:16.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-16T06:05:16.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-16T06:05:16.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-16T06:05:16.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-16T06:05:16.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-16T06:05:16.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-16T06:05:16.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-16T06:05:16.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-16T06:05:16.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-16T06:05:16.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-16T06:05:16.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-16T06:05:16.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-16T06:05:16.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-16T06:05:16.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-16T06:05:16.631Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.031s coverage: 58.8% of statements [2021-02-16T06:05:16.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-16T06:05:16.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-16T06:05:16.631Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.050s coverage: 0.1% of statements [2021-02-16T06:05:16.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-16T06:05:16.631Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-16T06:05:16.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-16T06:05:16.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.054s coverage: 45.5% of statements [2021-02-16T06:05:16.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.065s coverage: 79.5% of statements [2021-02-16T06:05:16.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.046s coverage: 94.1% of statements [2021-02-16T06:05:16.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.048s coverage: 96.3% of statements [2021-02-16T06:05:16.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.036s coverage: 87.5% of statements [2021-02-16T06:05:28.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.055s coverage: 94.4% of statements [2021-02-16T06:05:28.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.025s coverage: 44.8% of statements [2021-02-16T06:05:41.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.067s coverage: 92.9% of statements [2021-02-16T06:05:41.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-16T06:05:41.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-16T06:05:41.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-16T06:05:41.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.040s coverage: 77.8% of statements [2021-02-16T06:05:41.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-16T06:05:41.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-16T06:05:41.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-16T06:05:41.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-16T06:05:41.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-16T06:05:41.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.049s coverage: 87.2% of statements [2021-02-16T06:05:41.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-16T06:05:41.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-16T06:05:41.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.035s coverage: 100.0% of statements [2021-02-16T06:05:41.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-16T06:05:41.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.048s coverage: 75.5% of statements [2021-02-16T06:05:41.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-16T06:05:41.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements [2021-02-16T06:05:41.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-02-16T06:05:41.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements [2021-02-16T06:05:41.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.4% of statements [2021-02-16T06:05:41.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-16T06:05:41.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 63.5% of statements [2021-02-16T06:05:41.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-16T06:05:41.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-16T06:05:41.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-02-16T06:05:41.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements [2021-02-16T06:05:41.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-02-16T06:05:41.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-02-16T06:05:41.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-02-16T06:05:41.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.282s coverage: 68.9% of statements [2021-02-16T06:05:41.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-16T06:05:41.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-16T06:05:41.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.080s coverage: 37.0% of statements [2021-02-16T06:05:41.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-16T06:05:41.227Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-16T06:05:41.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.306s coverage: 84.0% of statements [2021-02-16T06:05:41.227Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.038s coverage: 100.0% of statements [2021-02-16T06:05:41.227Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.133s coverage: 47.0% of statements [2021-02-16T06:05:41.227Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-16T06:05:41.227Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-16T06:05:41.227Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-16T06:05:41.227Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-16T06:05:41.227Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-16T06:05:41.227Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.044s coverage: 100.0% of statements [2021-02-16T06:05:41.227Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-16T06:05:41.227Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.059s coverage: 100.0% of statements [2021-02-16T06:05:41.227Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-16T06:05:41.227Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-16T06:05:41.227Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-16T06:05:41.227Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-16T06:05:41.228Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.104s coverage: 89.4% of statements [2021-02-16T06:05:41.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-16T06:05:41.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-16T06:05:41.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-16T06:05:41.228Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.709s coverage: 29.1% of statements [2021-02-16T06:05:41.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-16T06:05:41.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-16T06:05:41.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-16T06:05:41.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-16T06:05:41.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-16T06:05:41.228Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.069s coverage: 99.0% of statements [2021-02-16T06:05:41.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-16T06:05:41.228Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.041s coverage: 100.0% of statements [2021-02-16T06:05:41.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-16T06:05:41.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-16T06:05:41.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-16T06:05:41.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-16T06:05:41.228Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.063s coverage: 100.0% of statements [2021-02-16T06:05:41.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-16T06:05:41.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-16T06:05:41.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-16T06:05:41.228Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.032s coverage: 0.0% of statements [2021-02-16T06:05:41.228Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-16T06:05:41.228Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.023s coverage: 100.0% of statements [2021-02-16T06:05:41.228Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-16T06:05:41.228Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-16T06:05:41.228Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-16T06:05:41.228Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-16T06:05:41.228Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements [2021-02-16T06:05:41.228Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-16T06:05:41.228Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-16T06:05:41.228Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements [2021-02-16T06:05:41.228Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-02-16T06:05:41.228Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-02-16T06:05:41.228Z] GO111MODULE=on go vet ./... [2021-02-16T06:06:07.956Z] gofmt -l . [2021-02-16T06:06:07.956Z] [ "`gofmt -l .`" = "" ] [2021-02-16T06:06:07.956Z] ./bin/test-go-mod-tidy.sh [2021-02-16T06:06:07.956Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-16T06:06:08.345Z] + ls -al . [2021-02-16T06:06:08.394Z] total 700 [2021-02-16T06:06:08.394Z] drwxrwxr-x 10 1001 1001 4096 Feb 16 06:06 . [2021-02-16T06:06:08.394Z] drwxr-xr-x 4 root root 28 Feb 16 06:04 .. [2021-02-16T06:06:08.394Z] -rw-rw-r-- 1 1001 1001 11 Feb 16 06:02 .dockerignore [2021-02-16T06:06:08.394Z] drwxrwxr-x 8 1001 1001 179 Feb 16 06:02 .git [2021-02-16T06:06:08.394Z] drwxrwxr-x 3 1001 1001 125 Feb 16 06:02 .github [2021-02-16T06:06:08.394Z] -rw-rw-r-- 1 1001 1001 818 Feb 16 06:02 .gitignore [2021-02-16T06:06:08.394Z] drwx------ 3 1001 1001 60 Feb 16 06:03 .semver [2021-02-16T06:06:08.394Z] -rw-rw-r-- 1 1001 1001 166 Feb 16 06:02 .sonarcloud.properties [2021-02-16T06:06:08.394Z] -rw-rw-r-- 1 1001 1001 7859 Feb 16 06:02 Attribution.txt [2021-02-16T06:06:08.394Z] -rw-rw-r-- 1 1001 1001 3804 Feb 16 06:02 CONTRIBUTING.md [2021-02-16T06:06:08.394Z] -rw-rw-r-- 1 1001 1001 931 Feb 16 06:02 Dockerfile.build [2021-02-16T06:06:08.394Z] -rw-rw-r-- 1 1001 1001 863 Feb 16 06:02 Jenkinsfile [2021-02-16T06:06:08.394Z] -rw-rw-r-- 1 1001 1001 10775 Feb 16 06:02 LICENSE [2021-02-16T06:06:08.394Z] -rw-rw-r-- 1 1001 1001 5774 Feb 16 06:02 Makefile [2021-02-16T06:06:08.394Z] -rw-rw-r-- 1 1001 1001 6524 Feb 16 06:02 README.md [2021-02-16T06:06:08.394Z] -rw-rw-r-- 1 1001 1001 6755 Feb 16 06:02 SECURITY.md [2021-02-16T06:06:08.394Z] -rw-rw-r-- 1 1001 1001 5 Feb 16 06:03 VERSION [2021-02-16T06:06:08.394Z] -rw-rw-r-- 1 1001 1001 4131 Feb 16 06:02 ZMQWindows.md [2021-02-16T06:06:08.394Z] drwxrwxr-x 2 1001 1001 117 Feb 16 06:02 bin [2021-02-16T06:06:08.394Z] drwxrwxr-x 14 1001 1001 4096 Feb 16 06:02 cmd [2021-02-16T06:06:08.394Z] -rw-r--r-- 1 root root 595676 Feb 16 06:05 coverage.out [2021-02-16T06:06:08.394Z] -rw-r--r-- 1 root root 1054 Feb 16 06:06 go.mod [2021-02-16T06:06:08.394Z] -rw-r--r-- 1 root root 19400 Feb 16 06:06 go.sum [2021-02-16T06:06:08.394Z] drwxrwxr-x 8 1001 1001 127 Feb 16 06:02 internal [2021-02-16T06:06:08.394Z] drwxrwxr-x 4 1001 1001 26 Feb 16 06:02 openapi [2021-02-16T06:06:08.394Z] drwxrwxr-x 4 1001 1001 71 Feb 16 06:02 snap [2021-02-16T06:06:08.394Z] -rw-rw-r-- 1 1001 1001 168 Feb 16 06:02 version.go [Pipeline] sh [2021-02-16T06:06:08.723Z] + '[' -e coverage.out ] [2021-02-16T06:06:08.723Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-16T06:06:08.966Z] Stashed 1 file(s) [Pipeline] sh [2021-02-16T06:06:09.282Z] + make build [2021-02-16T06:06:09.282Z] 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-16T06:06:13.531Z] 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-16T06:06:21.785Z] 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-16T06:06:22.742Z] 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-16T06:06:24.155Z] 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-16T06:06:24.419Z] 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-16T06:06:25.814Z] 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-16T06:06:27.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-16T06:06:28.326Z] 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-16T06:06:29.732Z] 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-16T06:06:31.128Z] 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-16T06:06:32.079Z] 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-16T06:06:34.680Z] $ docker stop --time=1 6d0213057511279d161f5f885f77fe72e1823c7a0c87e8190e6711aab83b5e85 [2021-02-16T06:06:36.327Z] $ docker rm -f 6d0213057511279d161f5f885f77fe72e1823c7a0c87e8190e6711aab83b5e85 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-16T06:06:39.775Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-16T06:06:39.775Z] [2021-02-16T06:06:39.775Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-16T06:06:40.178Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-16T06:06:40.178Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-16T06:06:40.178Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-16T06:06:40.178Z] ca9280d653b3: Pulling fs layer [2021-02-16T06:06:40.178Z] 7e9c9ca2126c: Pulling fs layer [2021-02-16T06:06:40.178Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-16T06:06:40.178Z] cbdbe7a5bc2a: Download complete [2021-02-16T06:06:40.763Z] ca9280d653b3: Verifying Checksum [2021-02-16T06:06:40.763Z] ca9280d653b3: Download complete [2021-02-16T06:06:40.763Z] cbdbe7a5bc2a: Pull complete [2021-02-16T06:06:41.727Z] 7e9c9ca2126c: Verifying Checksum [2021-02-16T06:06:41.727Z] 7e9c9ca2126c: Download complete [2021-02-16T06:06:41.992Z] ca9280d653b3: Pull complete [2021-02-16T06:06:50.201Z] 7e9c9ca2126c: Pull complete [2021-02-16T06:06:50.201Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-16T06:06:50.201Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-16T06:06:50.201Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-16T06:06:50.383Z] prd-centos7-docker-4c-2g-26561 does not seem to be running inside a container [2021-02-16T06:06:50.441Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-16T06:06:51.138Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26566 in /w/workspace/edgexfoundry_edgex-go_PR-3172 [2021-02-16T06:06:51.353Z] $ docker top b12020733e15d13e2373af163347cbc2a9a76ec8a7da38270a3c1d0e077daa9c -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws [2021-02-16T06:06:51.711Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-02-16T06:06:51.942Z] + docker-compose build --help [2021-02-16T06:06:51.942Z] + grep parallel [2021-02-16T06:06:52.891Z] --parallel Build images in parallel. [Pipeline] } [2021-02-16T06:06:52.965Z] $ docker stop --time=1 b12020733e15d13e2373af163347cbc2a9a76ec8a7da38270a3c1d0e077daa9c [2021-02-16T06:06:54.405Z] $ docker rm -f b12020733e15d13e2373af163347cbc2a9a76ec8a7da38270a3c1d0e077daa9c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-16T06:06:55.246Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-16T06:06:55.246Z] . [Pipeline] withDockerContainer [2021-02-16T06:06:55.373Z] prd-centos7-docker-4c-2g-26561 does not seem to be running inside a container [2021-02-16T06:06:55.427Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-16T06:06:56.172Z] $ docker top cfb557b51e0f8098d5425b13aaef90a4d4564623f58f83f0c78537c3e117516b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-16T06:06:56.764Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-16T06:06:56.794Z] using credential edgex-jenkins-ssh [2021-02-16T06:06:56.848Z] Cloning the remote Git repository [2021-02-16T06:06:57.710Z] Building docker-core-command-go ... [2021-02-16T06:06:57.710Z] Building docker-core-data-go ... [2021-02-16T06:06:57.710Z] Building docker-core-metadata-go ... [2021-02-16T06:06:57.710Z] Building docker-security-bootstrapper-go ... [2021-02-16T06:06:57.710Z] Building docker-security-proxy-setup-go ... [2021-02-16T06:06:57.710Z] Building docker-security-secretstore-setup-go ... [2021-02-16T06:06:57.710Z] Building docker-support-notifications-go ... [2021-02-16T06:06:57.710Z] Building docker-support-scheduler-go ... [2021-02-16T06:06:57.710Z] Building docker-sys-mgmt-agent-go ... [2021-02-16T06:06:57.710Z] Building docker-core-data-go [2021-02-16T06:06:57.710Z] Building docker-security-secretstore-setup-go [2021-02-16T06:06:57.710Z] Building docker-support-scheduler-go [2021-02-16T06:06:57.710Z] Building docker-core-metadata-go [2021-02-16T06:06:57.710Z] Building docker-support-notifications-go [2021-02-16T06:06:56.907Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-16T06:06:57.022Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-02-16T06:06:57.104Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-16T06:06:57.105Z] > git --version # timeout=10 [2021-02-16T06:06:57.120Z] > git --version # 'git version 2.17.1' [2021-02-16T06:06:57.121Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-16T06:06:57.199Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-16T06:07:13.270Z] Merging remotes/origin/master commit 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 into PR head commit 6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f [2021-02-16T06:07:13.839Z] Merge succeeded, producing 6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f [2021-02-16T06:07:13.839Z] Checking out Revision 6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f (PR-3172) [2021-02-16T06:07:12.543Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-16T06:07:12.565Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-16T06:07:12.594Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-16T06:07:12.633Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-16T06:07:12.634Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-16T06:07:12.644Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3172/head:refs/remotes/origin/PR-3172 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-16T06:07:13.292Z] > git config core.sparsecheckout # timeout=10 [2021-02-16T06:07:13.308Z] > git checkout -f 6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f # timeout=10 [2021-02-16T06:07:13.635Z] > git remote # timeout=10 [2021-02-16T06:07:13.717Z] > git config --get remote.origin.url # timeout=10 [2021-02-16T06:07:13.740Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-16T06:07:13.766Z] > git merge 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 # timeout=10 [2021-02-16T06:07:13.811Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-16T06:07:13.847Z] > git config core.sparsecheckout # timeout=10 [2021-02-16T06:07:13.884Z] > git checkout -f 6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f # timeout=10 [2021-02-16T06:07:18.357Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [2021-02-16T06:07:18.419Z] > git --version # timeout=10 [2021-02-16T06:07:18.434Z] > git --version # 'git version 2.17.1' [2021-02-16T06:07:18.443Z] fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-16T06:07:19.989Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-16T06:07:20.466Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-16T06:07:20.831Z] + sudo service docker restart [2021-02-16T06:07:20.831Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-16T06:07:23.586Z] provisioning config files... [2021-02-16T06:07:23.649Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config7354023337548457359tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-16T06:07:24.103Z] ---> docker-login.sh [2021-02-16T06:07:24.104Z] nexus3.edgexfoundry.org:10001 [2021-02-16T06:07:24.701Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-16T06:07:25.299Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-16T06:07:25.299Z] Configure a credential helper to remove this warning. See [2021-02-16T06:07:25.299Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-16T06:07:25.299Z] [2021-02-16T06:07:25.299Z] Login Succeeded [2021-02-16T06:07:25.299Z] nexus3.edgexfoundry.org:10002 [2021-02-16T06:07:25.575Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-16T06:07:25.575Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-16T06:07:25.575Z] Configure a credential helper to remove this warning. See [2021-02-16T06:07:25.575Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-16T06:07:25.575Z] [2021-02-16T06:07:25.575Z] Login Succeeded [2021-02-16T06:07:25.575Z] nexus3.edgexfoundry.org:10003 [2021-02-16T06:07:26.170Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-16T06:07:26.170Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-16T06:07:26.170Z] Configure a credential helper to remove this warning. See [2021-02-16T06:07:26.170Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-16T06:07:26.170Z] [2021-02-16T06:07:26.170Z] Login Succeeded [2021-02-16T06:07:26.170Z] nexus3.edgexfoundry.org:10004 [2021-02-16T06:07:26.452Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-16T06:07:26.725Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-16T06:07:26.725Z] Configure a credential helper to remove this warning. See [2021-02-16T06:07:26.725Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-16T06:07:26.725Z] [2021-02-16T06:07:26.725Z] Login Succeeded [2021-02-16T06:07:26.725Z] docker.io [2021-02-16T06:07:27.003Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-16T06:07:27.277Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-16T06:07:27.277Z] Configure a credential helper to remove this warning. See [2021-02-16T06:07:27.277Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-16T06:07:27.277Z] [2021-02-16T06:07:27.277Z] Login Succeeded [2021-02-16T06:07:27.277Z] ---> docker-login.sh ends [Pipeline] } [2021-02-16T06:07:27.307Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-16T06:07:27.810Z] ========================================================= [2021-02-16T06:07:27.810Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-16T06:07:27.810Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-16T06:07:28.247Z] + 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-16T06:07:30.329Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-16T06:07:30.329Z] [2021-02-16T06:07:30.329Z] Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-16T06:07:30.329Z] [2021-02-16T06:07:30.329Z] ---> f6b78c266ff5 [2021-02-16T06:07:30.329Z] Step 3/22 : WORKDIR /edgex-go [2021-02-16T06:07:30.329Z] ---> f6b78c266ff5 [2021-02-16T06:07:30.329Z] Step 3/22 : WORKDIR /edgex-go [2021-02-16T06:07:30.329Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-16T06:07:30.330Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-16T06:07:30.330Z] ---> f6b78c266ff5 [2021-02-16T06:07:30.330Z] Step 3/24 : WORKDIR /edgex-go [2021-02-16T06:07:30.898Z] Sending build context to Docker daemon 166.3MB [2021-02-16T06:07:30.898Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-16T06:07:30.898Z] Step 2/6 : FROM ${BASE} [2021-02-16T06:07:30.898Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-16T06:07:30.898Z] 5f621e34cdf4: Pulling fs layer [2021-02-16T06:07:30.898Z] a4357932f1b6: Pulling fs layer [2021-02-16T06:07:30.899Z] 18c013af1878: Pulling fs layer [2021-02-16T06:07:30.899Z] 00ac8860ef70: Pulling fs layer [2021-02-16T06:07:30.899Z] 63d7cb157983: Pulling fs layer [2021-02-16T06:07:30.899Z] b116817d02f9: Pulling fs layer [2021-02-16T06:07:30.899Z] 745a02a5169b: Pulling fs layer [2021-02-16T06:07:30.899Z] 00ac8860ef70: Waiting [2021-02-16T06:07:30.899Z] 63d7cb157983: Waiting [2021-02-16T06:07:30.899Z] b116817d02f9: Waiting [2021-02-16T06:07:30.899Z] 745a02a5169b: Waiting [2021-02-16T06:07:30.899Z] 18c013af1878: Verifying Checksum [2021-02-16T06:07:30.899Z] 18c013af1878: Download complete [2021-02-16T06:07:30.899Z] a4357932f1b6: Verifying Checksum [2021-02-16T06:07:30.899Z] a4357932f1b6: Download complete [2021-02-16T06:07:30.899Z] 63d7cb157983: Verifying Checksum [2021-02-16T06:07:30.899Z] 63d7cb157983: Download complete [2021-02-16T06:07:30.899Z] b116817d02f9: Verifying Checksum [2021-02-16T06:07:30.899Z] b116817d02f9: Download complete [2021-02-16T06:07:30.988Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-16T06:07:30.988Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-16T06:07:30.988Z] ---> f6b78c266ff5 [2021-02-16T06:07:30.988Z] Step 3/23 : WORKDIR /edgex-go [2021-02-16T06:07:30.988Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-16T06:07:30.988Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-16T06:07:30.988Z] ---> f6b78c266ff5 [2021-02-16T06:07:30.988Z] Step 3/23 : WORKDIR /edgex-go [2021-02-16T06:07:31.175Z] 5f621e34cdf4: Verifying Checksum [2021-02-16T06:07:31.175Z] 5f621e34cdf4: Download complete [2021-02-16T06:07:31.578Z] ---> Running in efc40cb20d06 [2021-02-16T06:07:31.578Z] ---> Running in 9a903ce2435e [2021-02-16T06:07:31.578Z] ---> Running in 8b3e55df4e0a [2021-02-16T06:07:31.578Z] ---> Running in 6ad2a27bd9f8 [2021-02-16T06:07:31.578Z] ---> Running in 2b6305d8b515 [2021-02-16T06:07:31.774Z] 5f621e34cdf4: Pull complete [2021-02-16T06:07:32.160Z] Removing intermediate container 8b3e55df4e0a [2021-02-16T06:07:32.160Z] ---> 53e6c5610fe6 [2021-02-16T06:07:32.160Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-16T06:07:32.160Z] Removing intermediate container 2b6305d8b515 [2021-02-16T06:07:32.160Z] ---> 1be48f15271e [2021-02-16T06:07:32.160Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-16T06:07:32.160Z] Removing intermediate container 6ad2a27bd9f8 [2021-02-16T06:07:32.160Z] ---> 7f0d53757f29 [2021-02-16T06:07:32.160Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-16T06:07:32.160Z] Removing intermediate container efc40cb20d06 [2021-02-16T06:07:32.160Z] ---> 2788c861e2c6 [2021-02-16T06:07:32.160Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-16T06:07:32.160Z] Removing intermediate container 9a903ce2435e [2021-02-16T06:07:32.160Z] ---> 9a246c8a2d3c [2021-02-16T06:07:32.160Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-16T06:07:32.160Z] ---> Running in f118ea4a334d [2021-02-16T06:07:32.160Z] ---> Running in cc98057cdadf [2021-02-16T06:07:32.160Z] ---> Running in 41ab95ff5eaf [2021-02-16T06:07:32.160Z] ---> Running in f8cc25da4a33 [2021-02-16T06:07:32.378Z] a4357932f1b6: Pull complete [2021-02-16T06:07:32.449Z] ---> Running in f6211f74162d [2021-02-16T06:07:32.662Z] 18c013af1878: Pull complete [2021-02-16T06:07:33.266Z] 745a02a5169b: Download complete [2021-02-16T06:07:34.702Z] 00ac8860ef70: Verifying Checksum [2021-02-16T06:07:34.702Z] 00ac8860ef70: Download complete [2021-02-16T06:07:35.801Z] Removing intermediate container 41ab95ff5eaf [2021-02-16T06:07:35.801Z] ---> 78b940ead7e5 [2021-02-16T06:07:35.801Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-16T06:07:35.801Z] Removing intermediate container cc98057cdadf [2021-02-16T06:07:35.801Z] ---> 68a6ae68a44e [2021-02-16T06:07:35.801Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-16T06:07:35.801Z] Removing intermediate container f118ea4a334d [2021-02-16T06:07:35.801Z] ---> f6880f6a906f [2021-02-16T06:07:35.801Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-16T06:07:35.801Z] Removing intermediate container f8cc25da4a33 [2021-02-16T06:07:35.801Z] ---> c24e47f8ba32 [2021-02-16T06:07:35.801Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-16T06:07:35.801Z] ---> Running in 151538e11f73 [2021-02-16T06:07:35.801Z] ---> Running in d5f35fb2509c [2021-02-16T06:07:35.801Z] ---> Running in 641e55e0bb2c [2021-02-16T06:07:35.801Z] ---> Running in 051a54a3fb61 [2021-02-16T06:07:35.801Z] Removing intermediate container f6211f74162d [2021-02-16T06:07:35.801Z] ---> edb630354013 [2021-02-16T06:07:35.801Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-16T06:07:35.801Z] ---> Running in 28f7ddbd8d7e [2021-02-16T06:07:36.791Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-16T06:07:36.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-16T06:07:36.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-16T06:07:37.056Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-16T06:07:37.056Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-16T06:07:37.319Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-16T06:07:37.319Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-16T06:07:37.319Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-16T06:07:37.582Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-16T06:07:37.582Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-16T06:07:37.846Z] OK: 233 MiB in 51 packages [2021-02-16T06:07:37.846Z] OK: 233 MiB in 51 packages [2021-02-16T06:07:38.110Z] OK: 233 MiB in 51 packages [2021-02-16T06:07:38.110Z] OK: 233 MiB in 51 packages [2021-02-16T06:07:38.376Z] OK: 233 MiB in 51 packages [2021-02-16T06:07:38.969Z] Removing intermediate container 151538e11f73 [2021-02-16T06:07:38.969Z] ---> d36fdc9458fa [2021-02-16T06:07:38.969Z] Step 6/23 : COPY go.mod . [2021-02-16T06:07:38.969Z] Removing intermediate container 641e55e0bb2c [2021-02-16T06:07:38.969Z] ---> c62b4a2f6b9c [2021-02-16T06:07:38.969Z] Step 6/22 : COPY go.mod . [2021-02-16T06:07:38.969Z] Removing intermediate container d5f35fb2509c [2021-02-16T06:07:38.969Z] ---> 4d460520c572 [2021-02-16T06:07:38.969Z] Step 6/23 : COPY go.mod . [2021-02-16T06:07:39.246Z] ---> ee939b663b8d [2021-02-16T06:07:39.246Z] Step 7/23 : RUN go mod download [2021-02-16T06:07:39.246Z] ---> 8b2acef82036 [2021-02-16T06:07:39.246Z] Step 7/22 : RUN go mod download [2021-02-16T06:07:39.524Z] ---> 1198243d146e [2021-02-16T06:07:39.524Z] Step 7/23 : RUN go mod download [2021-02-16T06:07:39.524Z] ---> Running in 725869a579ae [2021-02-16T06:07:39.524Z] Removing intermediate container 051a54a3fb61 [2021-02-16T06:07:39.524Z] ---> 36f2f8af7fb1 [2021-02-16T06:07:39.524Z] Step 6/22 : COPY go.mod . [2021-02-16T06:07:39.524Z] ---> Running in 44bb25ca2e0c [2021-02-16T06:07:39.525Z] Removing intermediate container 28f7ddbd8d7e [2021-02-16T06:07:39.525Z] ---> 414954d1ebaa [2021-02-16T06:07:39.525Z] Step 6/24 : COPY go.mod . [2021-02-16T06:07:39.795Z] ---> Running in aeae055d5f6f [2021-02-16T06:07:39.795Z] ---> f86113517934 [2021-02-16T06:07:39.795Z] Step 7/22 : RUN go mod download [2021-02-16T06:07:40.069Z] ---> f3fb7acf3b87 [2021-02-16T06:07:40.069Z] Step 7/24 : RUN go mod download [2021-02-16T06:07:40.069Z] ---> Running in 12a703265206 [2021-02-16T06:07:40.339Z] ---> Running in acc4002577cb [2021-02-16T06:07:42.317Z] Removing intermediate container 725869a579ae [2021-02-16T06:07:42.317Z] ---> 0a7aad6c5b0f [2021-02-16T06:07:42.317Z] Step 8/23 : COPY . . [2021-02-16T06:07:42.317Z] Removing intermediate container aeae055d5f6f [2021-02-16T06:07:42.318Z] ---> af8c461626b9 [2021-02-16T06:07:42.318Z] Step 8/23 : COPY . . [2021-02-16T06:07:42.318Z] Removing intermediate container 44bb25ca2e0c [2021-02-16T06:07:42.318Z] ---> 8ec8f61fb2ef [2021-02-16T06:07:42.318Z] Step 8/22 : COPY . . [2021-02-16T06:07:42.898Z] Removing intermediate container 12a703265206 [2021-02-16T06:07:42.898Z] ---> 47ff516dcfcd [2021-02-16T06:07:42.898Z] Step 8/22 : COPY . . [2021-02-16T06:07:44.866Z] 00ac8860ef70: Pull complete [2021-02-16T06:07:45.144Z] 63d7cb157983: Pull complete [2021-02-16T06:07:45.418Z] b116817d02f9: Pull complete [2021-02-16T06:07:47.151Z] Removing intermediate container acc4002577cb [2021-02-16T06:07:47.151Z] ---> b20340e8a9f1 [2021-02-16T06:07:47.151Z] Step 8/24 : COPY . . [2021-02-16T06:07:49.730Z] 745a02a5169b: Pull complete [2021-02-16T06:07:49.730Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-16T06:07:49.730Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-16T06:07:49.730Z] ---> b7e6874047d6 [2021-02-16T06:07:49.730Z] 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-16T06:07:53.136Z] ---> Running in fa3b82807b77 [2021-02-16T06:07:53.739Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-16T06:07:54.711Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-16T06:07:55.306Z] (1/12) Installing libmagic (5.38-r0) [2021-02-16T06:07:55.577Z] (2/12) Installing file (5.38-r0) [2021-02-16T06:07:55.577Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-16T06:07:55.577Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-16T06:07:58.965Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-16T06:07:58.965Z] (6/12) Installing patch (2.7.6-r6) [2021-02-16T06:07:59.242Z] (7/12) Installing build-base (0.5-r2) [2021-02-16T06:07:59.242Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-16T06:07:59.242Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-16T06:07:59.513Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-16T06:07:59.514Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-16T06:07:59.514Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-16T06:07:59.785Z] Executing busybox-1.31.1-r19.trigger [2021-02-16T06:07:59.785Z] OK: 217 MiB in 51 packages [2021-02-16T06:08:04.098Z] Removing intermediate container fa3b82807b77 [2021-02-16T06:08:04.098Z] ---> 20e62366bef7 [2021-02-16T06:08:04.098Z] Step 4/6 : WORKDIR /edgex-go [2021-02-16T06:08:04.098Z] ---> Running in e2005fd1db07 [2021-02-16T06:08:04.373Z] Removing intermediate container e2005fd1db07 [2021-02-16T06:08:04.373Z] ---> 64a07d269318 [2021-02-16T06:08:04.373Z] Step 5/6 : COPY go.mod . [2021-02-16T06:08:04.982Z] ---> c16c74d5bd3d [2021-02-16T06:08:04.982Z] Step 6/6 : RUN go mod download [2021-02-16T06:08:04.982Z] ---> Running in 03fa8cbbbf63 [2021-02-16T06:08:26.195Z] ---> bc95f05ad739 [2021-02-16T06:08:26.195Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-16T06:08:26.195Z] ---> 70d4917e0c65 [2021-02-16T06:08:26.195Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-16T06:08:26.195Z] ---> 027ea8d91427 [2021-02-16T06:08:26.195Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-16T06:08:26.195Z] ---> 004a4e5e65fd [2021-02-16T06:08:26.195Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-16T06:08:26.195Z] ---> 93b8b83b69ad [2021-02-16T06:08:26.195Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-16T06:08:26.195Z] ---> Running in 7757fa3afb8e [2021-02-16T06:08:26.195Z] ---> Running in 132f82feaa22 [2021-02-16T06:08:26.195Z] ---> Running in 9016b6cea280 [2021-02-16T06:08:26.195Z] ---> Running in c45d23d33734 [2021-02-16T06:08:26.195Z] ---> Running in d11334edbce2 [2021-02-16T06:08:26.195Z] 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-16T06:08:26.195Z] 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-16T06:08:26.195Z] 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-16T06:08:26.195Z] 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-16T06:08:26.195Z] 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-16T06:08:31.798Z] Removing intermediate container 03fa8cbbbf63 [2021-02-16T06:08:31.798Z] ---> 6ce5f8e8d498 [2021-02-16T06:08:31.798Z] Successfully built 6ce5f8e8d498 [2021-02-16T06:08:31.798Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-16T06:08:32.187Z] + docker inspect -f . ci-base-image-arm64 [2021-02-16T06:08:32.187Z] . [Pipeline] withDockerContainer [2021-02-16T06:08:32.479Z] prd-ubuntu18.04-docker-arm64-4c-16g-26566 does not seem to be running inside a container [2021-02-16T06:08:32.567Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat [2021-02-16T06:08:34.116Z] $ docker top 16592007fa23d6c4d8c74a4bcf71493428ed76126d489455362f1a42500b52c4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-16T06:08:35.173Z] + go version [2021-02-16T06:08:35.173Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-16T06:08:35.210Z] $ docker stop --time=1 16592007fa23d6c4d8c74a4bcf71493428ed76126d489455362f1a42500b52c4 [2021-02-16T06:08:37.090Z] $ docker rm -f 16592007fa23d6c4d8c74a4bcf71493428ed76126d489455362f1a42500b52c4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-16T06:08:38.355Z] + docker inspect -f . ci-base-image-arm64 [2021-02-16T06:08:38.355Z] . [Pipeline] withDockerContainer [2021-02-16T06:08:38.603Z] prd-ubuntu18.04-docker-arm64-4c-16g-26566 does not seem to be running inside a container [2021-02-16T06:08:38.687Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat [2021-02-16T06:08:39.929Z] $ docker top e52ce9fe2f94f717b1e8c8dcec0262d0dfee0e5ef586fa401988f11a29b949b2 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-16T06:08:40.366Z] ========================================================= [2021-02-16T06:08:40.366Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-16T06:08:40.366Z] ========================================================= [Pipeline] sh [2021-02-16T06:08:41.029Z] + make test [2021-02-16T06:08:41.029Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-16T06:08:52.937Z] 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-16T06:09:01.201Z] Removing intermediate container 7757fa3afb8e [2021-02-16T06:09:01.201Z] ---> a6b9e911e3b4 [2021-02-16T06:09:01.201Z] [2021-02-16T06:09:01.201Z] Step 10/24 : FROM alpine:3.12 [2021-02-16T06:09:01.201Z] 3.12: Pulling from library/alpine [2021-02-16T06:09:03.228Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-16T06:09:03.783Z] Removing intermediate container 132f82feaa22 [2021-02-16T06:09:03.783Z] ---> 225cef06effc [2021-02-16T06:09:03.783Z] [2021-02-16T06:09:03.783Z] Step 10/22 : FROM alpine:3.12 [2021-02-16T06:09:03.783Z] Removing intermediate container 9016b6cea280 [2021-02-16T06:09:03.783Z] ---> 20d35d3fb890 [2021-02-16T06:09:03.783Z] [2021-02-16T06:09:03.783Z] Step 10/22 : FROM alpine:3.12 [2021-02-16T06:09:03.783Z] 3.12: Pulling from library/alpine [2021-02-16T06:09:03.783Z] 3.12: Pulling from library/alpine [2021-02-16T06:09:03.783Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-16T06:09:03.783Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-16T06:09:03.783Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-16T06:09:03.783Z] Status: Downloaded newer image for alpine:3.12 [2021-02-16T06:09:03.783Z] Status: Image is up to date for alpine:3.12 [2021-02-16T06:09:03.783Z] ---> 389fef711851 [2021-02-16T06:09:03.783Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-16T06:09:03.783Z] ---> 389fef711851 [2021-02-16T06:09:03.783Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-16T06:09:03.783Z] Status: Downloaded newer image for alpine:3.12 [2021-02-16T06:09:03.783Z] ---> 389fef711851 [2021-02-16T06:09:03.783Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-16T06:09:08.008Z] ---> Running in dd490a1e2196 [2021-02-16T06:09:08.008Z] ---> Running in 715acbd8be92 [2021-02-16T06:09:08.008Z] ---> Running in 64963da73e2f [2021-02-16T06:09:08.585Z] Removing intermediate container d11334edbce2 [2021-02-16T06:09:08.585Z] ---> f88d0635521f [2021-02-16T06:09:08.585Z] [2021-02-16T06:09:08.585Z] Step 10/23 : FROM alpine:3.12 [2021-02-16T06:09:08.585Z] ---> 389fef711851 [2021-02-16T06:09:08.585Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-16T06:09:08.585Z] Removing intermediate container c45d23d33734 [2021-02-16T06:09:08.585Z] ---> bd7dd4bbe205 [2021-02-16T06:09:08.585Z] [2021-02-16T06:09:08.585Z] Step 10/23 : FROM alpine:3.12 [2021-02-16T06:09:08.585Z] ---> 389fef711851 [2021-02-16T06:09:08.585Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-16T06:09:08.852Z] ---> Running in 30680ba59407 [2021-02-16T06:09:08.852Z] ---> Running in 18bc6c1344c3 [2021-02-16T06:09:09.444Z] Removing intermediate container 18bc6c1344c3 [2021-02-16T06:09:09.444Z] ---> ba529f6e9ab7 [2021-02-16T06:09:09.444Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-16T06:09:09.444Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-16T06:09:09.444Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-16T06:09:09.444Z] ---> Running in a3af95e45176 [2021-02-16T06:09:09.444Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-16T06:09:09.444Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-16T06:09:09.727Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-16T06:09:09.727Z] Executing busybox-1.31.1-r19.trigger [2021-02-16T06:09:09.727Z] OK: 6 MiB in 15 packages [2021-02-16T06:09:09.727Z] Removing intermediate container a3af95e45176 [2021-02-16T06:09:09.727Z] ---> 33abc164b08f [2021-02-16T06:09:09.727Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-16T06:09:09.727Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-16T06:09:09.727Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-16T06:09:09.727Z] Executing busybox-1.31.1-r19.trigger [2021-02-16T06:09:09.727Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-16T06:09:09.992Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-16T06:09:09.992Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-16T06:09:09.992Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-16T06:09:09.992Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-16T06:09:09.992Z] (4/5) Installing curl (7.69.1-r3) [2021-02-16T06:09:09.992Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-16T06:09:09.992Z] Executing busybox-1.31.1-r19.trigger [2021-02-16T06:09:09.992Z] Executing ca-certificates-20191127-r4.trigger [2021-02-16T06:09:10.255Z] Executing ca-certificates-20191127-r4.trigger [2021-02-16T06:09:10.256Z] OK: 7 MiB in 19 packages [2021-02-16T06:09:10.256Z] OK: 6 MiB in 16 packages [2021-02-16T06:09:10.256Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-16T06:09:10.256Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-16T06:09:10.519Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-16T06:09:10.519Z] Executing busybox-1.31.1-r19.trigger [2021-02-16T06:09:10.519Z] OK: 6 MiB in 15 packages [2021-02-16T06:09:10.787Z] ---> Running in 0dbb3eaa520f [2021-02-16T06:09:11.050Z] Removing intermediate container 0dbb3eaa520f [2021-02-16T06:09:11.050Z] ---> 28f1d690198a [2021-02-16T06:09:11.050Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-16T06:09:11.314Z] ---> Running in 15a6cea7312a [2021-02-16T06:09:11.314Z] Removing intermediate container dd490a1e2196 [2021-02-16T06:09:11.314Z] ---> 9794875686af [2021-02-16T06:09:11.314Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-16T06:09:11.583Z] ---> Running in e4a70d2de701 [2021-02-16T06:09:12.541Z] Removing intermediate container 30680ba59407 [2021-02-16T06:09:12.541Z] ---> 860d4cf76294 [2021-02-16T06:09:12.541Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-16T06:09:12.541Z] Removing intermediate container e4a70d2de701 [2021-02-16T06:09:12.541Z] ---> 48b37104434c [2021-02-16T06:09:12.541Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-16T06:09:12.541Z] Removing intermediate container 715acbd8be92 [2021-02-16T06:09:12.541Z] ---> 9c45c4b8df24 [2021-02-16T06:09:12.541Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-16T06:09:12.541Z] ---> Running in 123a9a98d1cd [2021-02-16T06:09:13.493Z] Removing intermediate container 64963da73e2f [2021-02-16T06:09:13.493Z] ---> 0ab8d6efb8f1 [2021-02-16T06:09:13.493Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-16T06:09:13.493Z] ---> Running in 7f5b2461a124 [2021-02-16T06:09:13.493Z] ---> Running in 424dccbcc8b4 [2021-02-16T06:09:13.757Z] ---> Running in 61cd3a1e39bf [2021-02-16T06:09:13.757Z] Removing intermediate container 123a9a98d1cd [2021-02-16T06:09:13.757Z] ---> 62802b0a0b0b [2021-02-16T06:09:13.757Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-16T06:09:14.021Z] ---> Running in 144b79241ba7 [2021-02-16T06:09:14.021Z] Removing intermediate container 424dccbcc8b4 [2021-02-16T06:09:14.021Z] ---> dd2e2c3d6467 [2021-02-16T06:09:14.021Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-16T06:09:14.021Z] Removing intermediate container 61cd3a1e39bf [2021-02-16T06:09:14.021Z] ---> 4c9fb61b066f [2021-02-16T06:09:14.021Z] Step 13/24 : WORKDIR / [2021-02-16T06:09:14.021Z] Removing intermediate container 7f5b2461a124 [2021-02-16T06:09:14.021Z] ---> 76d5b831eadb [2021-02-16T06:09:14.021Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-16T06:09:14.021Z] Removing intermediate container 15a6cea7312a [2021-02-16T06:09:14.021Z] ---> d8809011c35e [2021-02-16T06:09:14.021Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-16T06:09:14.283Z] ---> Running in 390ef4e8863b [2021-02-16T06:09:14.283Z] ---> Running in 729d45d23179 [2021-02-16T06:09:14.283Z] ---> Running in 3c7a9aedbe2c [2021-02-16T06:09:14.283Z] ---> Running in d3a23f91b82b [2021-02-16T06:09:14.283Z] Removing intermediate container 144b79241ba7 [2021-02-16T06:09:14.283Z] ---> 17df7dc219b1 [2021-02-16T06:09:14.283Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-16T06:09:14.547Z] Removing intermediate container 390ef4e8863b [2021-02-16T06:09:14.547Z] ---> 70b114046756 [2021-02-16T06:09:14.547Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-16T06:09:14.813Z] ---> Running in ca393cab1cb0 [2021-02-16T06:09:14.813Z] Removing intermediate container 729d45d23179 [2021-02-16T06:09:14.813Z] ---> 33432f88bc7f [2021-02-16T06:09:14.813Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-16T06:09:14.813Z] Removing intermediate container 3c7a9aedbe2c [2021-02-16T06:09:14.813Z] ---> 228f1421392d [2021-02-16T06:09:14.813Z] 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-16T06:09:14.813Z] ---> Running in 22f7d7e24027 [2021-02-16T06:09:15.078Z] Removing intermediate container ca393cab1cb0 [2021-02-16T06:09:15.079Z] ---> 9a3a851b4fda [2021-02-16T06:09:15.079Z] Step 15/23 : WORKDIR / [2021-02-16T06:09:15.079Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-16T06:09:15.079Z] Removing intermediate container 22f7d7e24027 [2021-02-16T06:09:15.079Z] ---> 36bcbe994d9a [2021-02-16T06:09:15.079Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-16T06:09:15.079Z] ---> Running in 8e5593f875f0 [2021-02-16T06:09:15.345Z] ---> 2f13c36147dc [2021-02-16T06:09:15.345Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-16T06:09:15.345Z] ---> a330c4ba9b6d [2021-02-16T06:09:15.345Z] 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-16T06:09:15.345Z] Removing intermediate container 8e5593f875f0 [2021-02-16T06:09:15.345Z] ---> 85b97fe94c19 [2021-02-16T06:09:15.345Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-16T06:09:15.614Z] ---> 353f45cdb4ab [2021-02-16T06:09:15.614Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-16T06:09:15.614Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-16T06:09:15.881Z] ---> e927117bfcae [2021-02-16T06:09:15.881Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-16T06:09:15.881Z] ---> 19db0225600c [2021-02-16T06:09:15.881Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-16T06:09:15.881Z] ---> d769b5d27e15 [2021-02-16T06:09:15.881Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-16T06:09:16.152Z] ---> 5238472dab36 [2021-02-16T06:09:16.152Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-16T06:09:16.152Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-16T06:09:16.152Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-16T06:09:16.415Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-16T06:09:16.415Z] ---> 15eeb8f196d4 [2021-02-16T06:09:16.415Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-16T06:09:16.415Z] ---> ce487cbd91a8 [2021-02-16T06:09:16.415Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-16T06:09:16.415Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-16T06:09:16.679Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-16T06:09:16.679Z] ---> Running in 1d95d56a5d76 [2021-02-16T06:09:16.679Z] ---> 0c0d5a2b08a5 [2021-02-16T06:09:16.679Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-16T06:09:16.679Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-16T06:09:16.679Z] ---> a4977117a6b8 [2021-02-16T06:09:16.679Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-16T06:09:16.679Z] ---> 8088c6322474 [2021-02-16T06:09:16.679Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-16T06:09:16.679Z] Executing busybox-1.31.1-r19.trigger [2021-02-16T06:09:16.679Z] OK: 8 MiB in 20 packages [2021-02-16T06:09:16.941Z] Removing intermediate container 1d95d56a5d76 [2021-02-16T06:09:16.941Z] ---> 657aa7646d95 [2021-02-16T06:09:16.941Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-16T06:09:16.941Z] ---> Running in bb58c83ea2f8 [2021-02-16T06:09:17.211Z] ---> Running in de302d1aabb9 [2021-02-16T06:09:17.211Z] ---> 25263290bb72 [2021-02-16T06:09:17.211Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-16T06:09:17.211Z] ---> Running in c28466040951 [2021-02-16T06:09:17.211Z] Removing intermediate container bb58c83ea2f8 [2021-02-16T06:09:17.211Z] ---> 27c6dff33db5 [2021-02-16T06:09:17.211Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-16T06:09:17.476Z] ---> 3089971c2ae4 [2021-02-16T06:09:17.476Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-16T06:09:17.476Z] ---> Running in 9489f5bc1e57 [2021-02-16T06:09:17.476Z] Removing intermediate container de302d1aabb9 [2021-02-16T06:09:17.476Z] ---> dc8c8fffb359 [2021-02-16T06:09:17.476Z] Step 20/22 : LABEL arch=x86_64 [2021-02-16T06:09:18.054Z] ---> Running in a801be5e44ae [2021-02-16T06:09:18.054Z] Removing intermediate container c28466040951 [2021-02-16T06:09:18.054Z] ---> 6792e66a0abd [2021-02-16T06:09:18.054Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-16T06:09:18.054Z] Removing intermediate container d3a23f91b82b [2021-02-16T06:09:18.054Z] ---> a0063efdc28f [2021-02-16T06:09:18.054Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-16T06:09:18.054Z] ---> 2d49d94736c5 [2021-02-16T06:09:18.054Z] 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-16T06:09:18.054Z] Removing intermediate container 9489f5bc1e57 [2021-02-16T06:09:18.054Z] ---> 49b633d2ebf9 [2021-02-16T06:09:18.054Z] Step 20/22 : LABEL arch=x86_64 [2021-02-16T06:09:18.318Z] ---> Running in 5e3b665b85d9 [2021-02-16T06:09:18.318Z] ---> Running in 60b19047f5dc [2021-02-16T06:09:18.318Z] ---> Running in 8c309c758c96 [2021-02-16T06:09:18.580Z] Removing intermediate container a801be5e44ae [2021-02-16T06:09:18.580Z] ---> 4f2317c37c43 [2021-02-16T06:09:18.580Z] Step 21/22 : LABEL git_sha=6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f [2021-02-16T06:09:18.580Z] ---> fefaeef2fd8a [2021-02-16T06:09:18.580Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-16T06:09:18.847Z] ---> Running in ef0ad0106355 [2021-02-16T06:09:18.847Z] Removing intermediate container 5e3b665b85d9 [2021-02-16T06:09:18.847Z] ---> 13865297f0c3 [2021-02-16T06:09:18.847Z] Step 21/23 : LABEL arch=x86_64 [2021-02-16T06:09:18.847Z] Removing intermediate container 8c309c758c96 [2021-02-16T06:09:18.847Z] ---> 18b392972f45 [2021-02-16T06:09:18.847Z] Step 21/22 : LABEL git_sha=6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f [2021-02-16T06:09:19.114Z] ---> Running in e715aeb6c915 [2021-02-16T06:09:19.114Z] Removing intermediate container ef0ad0106355 [2021-02-16T06:09:19.114Z] ---> 8f42b3916950 [2021-02-16T06:09:19.114Z] Step 22/22 : LABEL version=0.0.0 [2021-02-16T06:09:19.114Z] ---> Running in 8443a70981e0 [2021-02-16T06:09:19.380Z] ---> e10dd4f3d9c2 [2021-02-16T06:09:19.380Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-16T06:09:19.380Z] ---> Running in 567b757dec70 [2021-02-16T06:09:19.380Z] Removing intermediate container e715aeb6c915 [2021-02-16T06:09:19.380Z] ---> 631212cf15e2 [2021-02-16T06:09:19.380Z] Step 22/23 : LABEL git_sha=6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f [2021-02-16T06:09:19.649Z] Removing intermediate container 8443a70981e0 [2021-02-16T06:09:19.649Z] ---> 4b190a5b9172 [2021-02-16T06:09:19.649Z] Step 22/22 : LABEL version=0.0.0 [2021-02-16T06:09:19.649Z] ---> Running in e47b521af5cf [2021-02-16T06:09:19.649Z] Removing intermediate container 567b757dec70 [2021-02-16T06:09:19.649Z] ---> 2ef8a7ef5666 [2021-02-16T06:09:19.649Z] [2021-02-16T06:09:19.917Z] ---> Running in fae30672d3d3 [2021-02-16T06:09:19.917Z] ---> 4d940a5266e8 [2021-02-16T06:09:19.917Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-16T06:09:19.917Z] Successfully built 2ef8a7ef5666 [2021-02-16T06:09:20.181Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-16T06:09:20.181Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go [2021-02-16T06:09:20.181Z] Removing intermediate container 60b19047f5dc [2021-02-16T06:09:20.181Z] ---> 869061e04083 [2021-02-16T06:09:20.181Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-16T06:09:20.181Z] ---> Running in ed3502a08eaa [2021-02-16T06:09:20.181Z] Removing intermediate container e47b521af5cf [2021-02-16T06:09:20.181Z] ---> 84ff397db4df [2021-02-16T06:09:20.181Z] Step 23/23 : LABEL version=0.0.0 [2021-02-16T06:09:20.448Z] ---> Running in decbe97431d7 [2021-02-16T06:09:20.448Z] Removing intermediate container fae30672d3d3 [2021-02-16T06:09:20.448Z] ---> 320b76744f0f [2021-02-16T06:09:20.448Z] [2021-02-16T06:09:20.448Z] ---> Running in 874189cc0a0a [2021-02-16T06:09:20.448Z] Successfully built 320b76744f0f [2021-02-16T06:09:20.448Z] Removing intermediate container ed3502a08eaa [2021-02-16T06:09:20.448Z] ---> 3831f80bba86 [2021-02-16T06:09:20.448Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-16T06:09:20.448Z] Successfully tagged docker-support-notifications-go:latest [2021-02-16T06:09:20.448Z] Building docker-security-proxy-setup-go [2021-02-16T06:09:20.714Z]  Building docker-support-notifications-go ... done Removing intermediate container decbe97431d7 [2021-02-16T06:09:20.714Z] ---> 0be5b39b93d6 [2021-02-16T06:09:20.714Z] Step 22/24 : LABEL arch=x86_64 [2021-02-16T06:09:20.984Z] Removing intermediate container 874189cc0a0a [2021-02-16T06:09:20.984Z] ---> 362c50481c83 [2021-02-16T06:09:20.984Z] [2021-02-16T06:09:20.984Z] ---> Running in 0fb8d7bf3532 [2021-02-16T06:09:20.984Z] ---> Running in 565be7675c60 [2021-02-16T06:09:20.984Z] Successfully built 362c50481c83 [2021-02-16T06:09:21.258Z] Successfully tagged docker-core-metadata-go:latest [2021-02-16T06:09:21.258Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-02-16T06:09:21.258Z] Removing intermediate container 565be7675c60 [2021-02-16T06:09:21.258Z] ---> 81f83f5e2515 [2021-02-16T06:09:21.258Z] Step 23/24 : LABEL git_sha=6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f [2021-02-16T06:09:21.258Z] Removing intermediate container 0fb8d7bf3532 [2021-02-16T06:09:21.258Z] ---> a1461cbb1dc9 [2021-02-16T06:09:21.258Z] Step 21/23 : LABEL arch=x86_64 [2021-02-16T06:09:21.532Z] ---> Running in dda7a879f776 [2021-02-16T06:09:21.532Z] ---> Running in 47e3b39a4723 [2021-02-16T06:09:23.460Z] Removing intermediate container dda7a879f776 [2021-02-16T06:09:23.460Z] ---> 7b5841855c21 [2021-02-16T06:09:23.460Z] Step 22/23 : LABEL git_sha=6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f [2021-02-16T06:09:24.039Z] Removing intermediate container 47e3b39a4723 [2021-02-16T06:09:24.039Z] ---> ce43dc888590 [2021-02-16T06:09:24.039Z] Step 24/24 : LABEL version=0.0.0 [2021-02-16T06:09:24.304Z] ---> Running in 1ee75b36d3ee [2021-02-16T06:09:27.307Z] ---> Running in a962e6daa588 [2021-02-16T06:09:27.307Z] Removing intermediate container 1ee75b36d3ee [2021-02-16T06:09:27.307Z] ---> 91eb2361e4b8 [2021-02-16T06:09:27.307Z] Step 23/23 : LABEL version=0.0.0 [2021-02-16T06:09:29.492Z] ---> Running in a71ae68099cd [2021-02-16T06:09:29.492Z] Removing intermediate container a962e6daa588 [2021-02-16T06:09:29.492Z] ---> 954188891e21 [2021-02-16T06:09:29.492Z] [2021-02-16T06:09:29.761Z] Successfully built 954188891e21 [2021-02-16T06:09:29.761Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-16T06:09:29.761Z] Building docker-core-command-go [2021-02-16T06:09:29.761Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container a71ae68099cd [2021-02-16T06:09:29.761Z] ---> 482b715a789a [2021-02-16T06:09:29.761Z] [2021-02-16T06:09:30.023Z] Successfully built 482b715a789a [2021-02-16T06:09:30.023Z] Successfully tagged docker-core-data-go:latest [2021-02-16T06:09:42.360Z]  Building docker-core-data-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-16T06:09:42.360Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-16T06:09:42.360Z] ---> f6b78c266ff5 [2021-02-16T06:09:42.360Z] Step 3/21 : WORKDIR /edgex-go [2021-02-16T06:09:42.360Z] ---> Using cache [2021-02-16T06:09:42.360Z] ---> 9a246c8a2d3c [2021-02-16T06:09:42.360Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-16T06:09:42.360Z] ---> Using cache [2021-02-16T06:09:42.360Z] ---> edb630354013 [2021-02-16T06:09:42.360Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-16T06:09:42.360Z] ---> Using cache [2021-02-16T06:09:42.360Z] ---> 414954d1ebaa [2021-02-16T06:09:42.360Z] Step 6/21 : COPY go.mod . [2021-02-16T06:09:42.360Z] ---> Using cache [2021-02-16T06:09:42.360Z] ---> f3fb7acf3b87 [2021-02-16T06:09:42.360Z] Step 7/21 : RUN go mod download [2021-02-16T06:09:42.360Z] ---> Using cache [2021-02-16T06:09:42.360Z] ---> b20340e8a9f1 [2021-02-16T06:09:42.360Z] Step 8/21 : COPY . . [2021-02-16T06:09:42.360Z] ---> Using cache [2021-02-16T06:09:42.360Z] ---> bc95f05ad739 [2021-02-16T06:09:42.360Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-16T06:09:42.625Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-16T06:09:42.625Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-16T06:09:42.625Z] ---> f6b78c266ff5 [2021-02-16T06:09:42.625Z] Step 3/30 : WORKDIR /edgex-go [2021-02-16T06:09:42.625Z] ---> Using cache [2021-02-16T06:09:42.625Z] ---> 9a246c8a2d3c [2021-02-16T06:09:42.625Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-16T06:09:42.625Z] ---> Using cache [2021-02-16T06:09:42.625Z] ---> edb630354013 [2021-02-16T06:09:42.625Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-16T06:09:42.625Z] ---> Using cache [2021-02-16T06:09:42.625Z] ---> 414954d1ebaa [2021-02-16T06:09:42.625Z] Step 6/30 : COPY go.mod . [2021-02-16T06:09:42.625Z] ---> Using cache [2021-02-16T06:09:42.625Z] ---> f3fb7acf3b87 [2021-02-16T06:09:42.625Z] Step 7/30 : RUN go mod download [2021-02-16T06:09:42.625Z] ---> Using cache [2021-02-16T06:09:42.625Z] ---> b20340e8a9f1 [2021-02-16T06:09:42.625Z] Step 8/30 : COPY . . [2021-02-16T06:09:42.893Z] ---> Using cache [2021-02-16T06:09:42.893Z] ---> bc95f05ad739 [2021-02-16T06:09:42.893Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-16T06:09:42.893Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-16T06:09:42.893Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-16T06:09:42.893Z] ---> f6b78c266ff5 [2021-02-16T06:09:42.893Z] Step 3/26 : WORKDIR /edgex-go [2021-02-16T06:09:42.893Z] ---> Using cache [2021-02-16T06:09:42.893Z] ---> 9a246c8a2d3c [2021-02-16T06:09:42.893Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-16T06:09:42.893Z] ---> Using cache [2021-02-16T06:09:42.893Z] ---> edb630354013 [2021-02-16T06:09:42.893Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-16T06:09:44.908Z] ---> Running in 5ff115c80bf4 [2021-02-16T06:09:44.908Z] ---> Running in 5f31dee5341a [2021-02-16T06:09:44.908Z] ---> Running in 6ffd2eeb33f1 [2021-02-16T06:09:47.500Z] 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-16T06:09:47.500Z] 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-16T06:09:47.500Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-16T06:09:47.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-16T06:09:48.390Z] OK: 233 MiB in 51 packages [2021-02-16T06:09:50.247Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-16T06:09:50.348Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-16T06:09:50.348Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-16T06:09:50.348Z] ---> f6b78c266ff5 [2021-02-16T06:09:50.348Z] Step 3/23 : WORKDIR /edgex-go [2021-02-16T06:09:50.348Z] ---> Using cache [2021-02-16T06:09:50.348Z] ---> 9a246c8a2d3c [2021-02-16T06:09:50.348Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-16T06:09:50.348Z] ---> Using cache [2021-02-16T06:09:50.348Z] ---> edb630354013 [2021-02-16T06:09:50.348Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-16T06:09:50.348Z] ---> Using cache [2021-02-16T06:09:50.348Z] ---> 414954d1ebaa [2021-02-16T06:09:50.348Z] Step 6/23 : COPY go.mod . [2021-02-16T06:09:50.348Z] ---> Using cache [2021-02-16T06:09:50.348Z] ---> f3fb7acf3b87 [2021-02-16T06:09:50.348Z] Step 7/23 : RUN go mod download [2021-02-16T06:09:50.348Z] ---> Using cache [2021-02-16T06:09:50.348Z] ---> b20340e8a9f1 [2021-02-16T06:09:50.348Z] Step 8/23 : COPY . . [2021-02-16T06:09:50.348Z] ---> Using cache [2021-02-16T06:09:50.348Z] ---> bc95f05ad739 [2021-02-16T06:09:50.348Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-16T06:09:51.776Z] ---> Running in bb1839e3bcde [2021-02-16T06:09:51.776Z] Removing intermediate container 5f31dee5341a [2021-02-16T06:09:51.776Z] ---> 9ca88c3b5795 [2021-02-16T06:09:51.776Z] Step 6/26 : COPY go.mod . [2021-02-16T06:09:52.373Z] ---> 4f7e2c4bf016 [2021-02-16T06:09:52.373Z] Step 7/26 : RUN go mod download [2021-02-16T06:09:52.373Z] ---> Running in ef9ce3cedbde [2021-02-16T06:09:52.373Z] 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-16T06:09:52.889Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-16T06:09:55.001Z] Removing intermediate container ef9ce3cedbde [2021-02-16T06:09:55.001Z] ---> 79b06bf7b01e [2021-02-16T06:09:55.001Z] Step 8/26 : COPY . . [2021-02-16T06:10:01.221Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-16T06:10:01.221Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-16T06:10:03.863Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-16T06:10:03.863Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-16T06:10:03.863Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-16T06:10:03.863Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-16T06:10:06.705Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-16T06:10:07.757Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-16T06:10:10.146Z] 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-16T06:10:15.375Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-16T06:10:15.375Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-16T06:10:15.375Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-16T06:10:19.452Z] Removing intermediate container 6ffd2eeb33f1 [2021-02-16T06:10:19.452Z] ---> 3f9b4159e433 [2021-02-16T06:10:19.452Z] [2021-02-16T06:10:19.452Z] Step 10/30 : FROM alpine:3.12 [2021-02-16T06:10:19.452Z] ---> 389fef711851 [2021-02-16T06:10:19.452Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-16T06:10:19.452Z] Removing intermediate container 5ff115c80bf4 [2021-02-16T06:10:19.452Z] ---> e8c0c84c32b7 [2021-02-16T06:10:19.452Z] [2021-02-16T06:10:19.452Z] Step 10/21 : FROM alpine:3.12 [2021-02-16T06:10:19.452Z] ---> 389fef711851 [2021-02-16T06:10:19.452Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-16T06:10:19.452Z] ---> 3ca48507f93a [2021-02-16T06:10:19.452Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-16T06:10:19.452Z] ---> Running in a9ec4c683da2 [2021-02-16T06:10:19.452Z] ---> Running in 8f3905c0b8d8 [2021-02-16T06:10:19.452Z] ---> Running in d14d9e9d8283 [2021-02-16T06:10:19.452Z] Removing intermediate container a9ec4c683da2 [2021-02-16T06:10:19.452Z] ---> a90f35238ae5 [2021-02-16T06:10:19.452Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-16T06:10:20.038Z] ---> Running in 33983cf64366 [2021-02-16T06:10:20.824Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.322s coverage: 45.9% of statements [2021-02-16T06:10:20.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-16T06:10:20.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-16T06:10:20.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-16T06:10:20.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-16T06:10:20.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-16T06:10:20.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-16T06:10:20.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-16T06:10:21.103Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.237s coverage: 100.0% of statements [2021-02-16T06:10:21.445Z] Removing intermediate container bb1839e3bcde [2021-02-16T06:10:21.445Z] ---> 393f226c7123 [2021-02-16T06:10:21.445Z] [2021-02-16T06:10:21.445Z] Step 10/23 : FROM alpine:3.12 [2021-02-16T06:10:21.445Z] ---> 389fef711851 [2021-02-16T06:10:21.445Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-16T06:10:21.445Z] ---> Using cache [2021-02-16T06:10:21.445Z] ---> 860d4cf76294 [2021-02-16T06:10:21.445Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-16T06:10:21.445Z] ---> Using cache [2021-02-16T06:10:21.445Z] ---> 62802b0a0b0b [2021-02-16T06:10:21.445Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-16T06:10:21.445Z] 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-16T06:10:21.445Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-16T06:10:21.445Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-16T06:10:21.710Z] ---> Running in 84850b299896 [2021-02-16T06:10:21.710Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-16T06:10:21.710Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-16T06:10:21.710Z] Removing intermediate container 84850b299896 [2021-02-16T06:10:21.710Z] ---> 21c97a555e30 [2021-02-16T06:10:21.710Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-16T06:10:21.710Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-16T06:10:21.710Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-16T06:10:21.977Z] (2/2) Installing su-exec (0.2-r1) [2021-02-16T06:10:21.977Z] Executing busybox-1.31.1-r19.trigger [2021-02-16T06:10:21.977Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-16T06:10:21.977Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-16T06:10:21.977Z] (4/4) Installing curl (7.69.1-r3) [2021-02-16T06:10:21.977Z] Executing busybox-1.31.1-r19.trigger [2021-02-16T06:10:21.977Z] Executing ca-certificates-20191127-r4.trigger [2021-02-16T06:10:21.977Z] OK: 6 MiB in 16 packages [2021-02-16T06:10:21.977Z] OK: 7 MiB in 18 packages [2021-02-16T06:10:22.249Z] ---> Running in 13064b3ec5aa [2021-02-16T06:10:22.843Z] Removing intermediate container 13064b3ec5aa [2021-02-16T06:10:22.843Z] ---> 4915453a2fd0 [2021-02-16T06:10:22.843Z] Step 15/23 : WORKDIR / [2021-02-16T06:10:22.843Z] ---> Running in 8df4f47980a4 [2021-02-16T06:10:23.117Z] Removing intermediate container 33983cf64366 [2021-02-16T06:10:23.117Z] ---> c0368299a07e [2021-02-16T06:10:23.117Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-16T06:10:23.705Z] ---> Running in b9ec8b491b50 [2021-02-16T06:10:23.705Z] Removing intermediate container 8df4f47980a4 [2021-02-16T06:10:23.705Z] ---> e0e6c737a9e5 [2021-02-16T06:10:23.705Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-16T06:10:24.291Z] Removing intermediate container 8f3905c0b8d8 [2021-02-16T06:10:24.291Z] ---> 3b4eda4fd28f [2021-02-16T06:10:24.291Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-16T06:10:24.573Z] ---> Running in c4c209e983ea [2021-02-16T06:10:24.573Z] Removing intermediate container b9ec8b491b50 [2021-02-16T06:10:24.573Z] ---> 4cf699dc62f1 [2021-02-16T06:10:24.573Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-16T06:10:24.851Z] ---> 3fc9885c968e [2021-02-16T06:10:24.851Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-16T06:10:24.851Z] ---> Running in 517c9d25760e [2021-02-16T06:10:25.136Z] Removing intermediate container c4c209e983ea [2021-02-16T06:10:25.136Z] ---> 0bee28bb2e74 [2021-02-16T06:10:25.136Z] Step 13/21 : WORKDIR /edgex [2021-02-16T06:10:25.136Z] ---> Running in 0f99d8e339f6 [2021-02-16T06:10:25.136Z] Removing intermediate container 517c9d25760e [2021-02-16T06:10:25.136Z] ---> 9647f3717820 [2021-02-16T06:10:25.136Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-16T06:10:25.411Z] ---> Running in 7fb7d6d52a9f [2021-02-16T06:10:25.411Z] Removing intermediate container 0f99d8e339f6 [2021-02-16T06:10:25.411Z] ---> d86e1e6921cb [2021-02-16T06:10:25.411Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-16T06:10:25.704Z] ---> 858eb29f5ff8 [2021-02-16T06:10:25.704Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-16T06:10:26.302Z] ---> 7699bc681239 [2021-02-16T06:10:26.302Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-16T06:10:26.302Z] ---> 5ee1e2c3dd38 [2021-02-16T06:10:26.302Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-16T06:10:26.588Z] ---> Running in ff0d240c45fa [2021-02-16T06:10:26.851Z] Removing intermediate container ff0d240c45fa [2021-02-16T06:10:26.851Z] ---> 6f4470ae631e [2021-02-16T06:10:26.851Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-16T06:10:27.114Z] ---> Running in a9028150f122 [2021-02-16T06:10:27.398Z] ---> 9656a89fe43e [2021-02-16T06:10:27.398Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-16T06:10:27.398Z] Removing intermediate container a9028150f122 [2021-02-16T06:10:27.398Z] ---> 11dc7c374b2c [2021-02-16T06:10:27.398Z] Step 21/23 : LABEL arch=x86_64 [2021-02-16T06:10:27.398Z] Removing intermediate container 7fb7d6d52a9f [2021-02-16T06:10:27.398Z] ---> 8cad3a23334d [2021-02-16T06:10:27.398Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-16T06:10:27.708Z] ---> Running in 64ac696601d4 [2021-02-16T06:10:27.709Z] ---> Running in 9dc4e32a621c [2021-02-16T06:10:27.843Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.530s coverage: 27.1% of statements [2021-02-16T06:10:27.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-16T06:10:27.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-16T06:10:27.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-16T06:10:27.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-16T06:10:27.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-16T06:10:27.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-16T06:10:27.843Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.072s coverage: 100.0% of statements [2021-02-16T06:10:27.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-16T06:10:27.843Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.117s coverage: 100.0% of statements [2021-02-16T06:10:27.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-16T06:10:27.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-16T06:10:27.994Z] Removing intermediate container 9dc4e32a621c [2021-02-16T06:10:27.994Z] ---> 1ebf2ace97c8 [2021-02-16T06:10:27.994Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-16T06:10:27.994Z] Removing intermediate container 64ac696601d4 [2021-02-16T06:10:27.994Z] ---> 7c3858abb2fd [2021-02-16T06:10:27.994Z] Step 22/23 : LABEL git_sha=6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f [2021-02-16T06:10:27.994Z] ---> 960db5ca510e [2021-02-16T06:10:27.994Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-16T06:10:27.994Z] ---> Running in 4e8a8a936bbf [2021-02-16T06:10:28.263Z] ---> Running in 68731d5e0ea7 [2021-02-16T06:10:28.263Z] Removing intermediate container 4e8a8a936bbf [2021-02-16T06:10:28.263Z] ---> e0e75b4a440e [2021-02-16T06:10:28.263Z] Step 23/23 : LABEL version=0.0.0 [2021-02-16T06:10:28.533Z] ---> f8be1eb19fe9 [2021-02-16T06:10:28.533Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-16T06:10:28.533Z] Removing intermediate container 68731d5e0ea7 [2021-02-16T06:10:28.533Z] ---> 5f2986254305 [2021-02-16T06:10:28.533Z] Step 18/21 : CMD ["--init=true"] [2021-02-16T06:10:28.533Z] ---> Running in e2b0f812e5e6 [2021-02-16T06:10:28.811Z] ---> Running in 40ee659d4e9a [2021-02-16T06:10:28.811Z] ---> Running in aa85d7d1b42a [2021-02-16T06:10:28.834Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.225s coverage: 65.8% of statements [2021-02-16T06:10:28.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-16T06:10:28.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-16T06:10:29.086Z] Removing intermediate container e2b0f812e5e6 [2021-02-16T06:10:29.086Z] ---> 46ea83916bc9 [2021-02-16T06:10:29.086Z] [2021-02-16T06:10:29.686Z] Successfully built 46ea83916bc9 [2021-02-16T06:10:29.686Z] Removing intermediate container aa85d7d1b42a [2021-02-16T06:10:29.686Z] ---> 204682ed766f [2021-02-16T06:10:29.686Z] Step 19/21 : LABEL arch=x86_64 [2021-02-16T06:10:29.686Z] Successfully tagged docker-core-command-go:latest [2021-02-16T06:10:29.955Z]  Building docker-core-command-go ... done  ---> Running in 5ac7ea926a7e [2021-02-16T06:10:30.220Z] Removing intermediate container 5ac7ea926a7e [2021-02-16T06:10:30.220Z] ---> 8f0532bd1ba3 [2021-02-16T06:10:30.220Z] Step 20/21 : LABEL git_sha=6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f [2021-02-16T06:10:30.486Z] ---> Running in 623f94c33852 [2021-02-16T06:10:30.753Z] Removing intermediate container 623f94c33852 [2021-02-16T06:10:30.753Z] ---> 903a040928d4 [2021-02-16T06:10:30.753Z] Step 21/21 : LABEL version=0.0.0 [2021-02-16T06:10:30.824Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.666s coverage: 82.3% of statements [2021-02-16T06:10:30.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-16T06:10:30.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-16T06:10:30.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-16T06:10:30.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-16T06:10:31.015Z] ---> Running in 4f1eb460fae6 [2021-02-16T06:10:31.015Z] Removing intermediate container 40ee659d4e9a [2021-02-16T06:10:31.015Z] ---> e43a0ceb2ce5 [2021-02-16T06:10:31.015Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-16T06:10:31.015Z] Removing intermediate container 4f1eb460fae6 [2021-02-16T06:10:31.015Z] ---> 5f82b2490280 [2021-02-16T06:10:31.015Z] [2021-02-16T06:10:31.282Z] Successfully built 5f82b2490280 [2021-02-16T06:10:31.282Z] ---> d6937c80e877 [2021-02-16T06:10:31.282Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-16T06:10:31.545Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-16T06:10:32.121Z]  Building docker-security-proxy-setup-go ... done  ---> cd578e6ff611 [2021-02-16T06:10:32.121Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-16T06:10:32.703Z] ---> e6344eb46599 [2021-02-16T06:10:32.703Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-16T06:10:33.650Z] Removing intermediate container d14d9e9d8283 [2021-02-16T06:10:33.650Z] ---> 45292c820a4f [2021-02-16T06:10:33.650Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-16T06:10:33.650Z] ---> 3fc1f8df465f [2021-02-16T06:10:33.650Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-16T06:10:33.650Z] ---> Running in cd036ed9a4cf [2021-02-16T06:10:33.912Z] ---> Running in 6c576da5b65b [2021-02-16T06:10:34.180Z] Removing intermediate container 6c576da5b65b [2021-02-16T06:10:34.180Z] ---> 32fe450965c8 [2021-02-16T06:10:34.180Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-16T06:10:34.180Z] 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-16T06:10:34.444Z] ---> 0a1190a7f2bc [2021-02-16T06:10:34.444Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-16T06:10:34.444Z] ---> Running in fa3d18191b53 [2021-02-16T06:10:36.368Z] Removing intermediate container cd036ed9a4cf [2021-02-16T06:10:36.368Z] ---> 7b1a283d46b5 [2021-02-16T06:10:36.368Z] [2021-02-16T06:10:36.368Z] Step 11/26 : FROM docker:20.10.0 [2021-02-16T06:10:36.368Z] 20.10.0: Pulling from library/docker [2021-02-16T06:10:36.638Z] Removing intermediate container fa3d18191b53 [2021-02-16T06:10:36.638Z] ---> e9642920bb7d [2021-02-16T06:10:36.638Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-16T06:10:36.913Z] ---> Running in e27a14e6af0e [2021-02-16T06:10:37.183Z] Removing intermediate container e27a14e6af0e [2021-02-16T06:10:37.183Z] ---> 31c0423209dc [2021-02-16T06:10:37.183Z] Step 27/30 : CMD ["gate"] [2021-02-16T06:10:37.450Z] ---> Running in 503d9f276714 [2021-02-16T06:10:37.605Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.409s coverage: 28.6% of statements [2021-02-16T06:10:37.605Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-16T06:10:37.605Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-16T06:10:37.605Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-16T06:10:37.605Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-16T06:10:37.605Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-16T06:10:37.605Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.146s coverage: 100.0% of statements [2021-02-16T06:10:37.605Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-16T06:10:37.605Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.068s coverage: 100.0% of statements [2021-02-16T06:10:37.605Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-16T06:10:37.605Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.323s coverage: 86.7% of statements [2021-02-16T06:10:37.605Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-16T06:10:37.716Z] Removing intermediate container 503d9f276714 [2021-02-16T06:10:37.716Z] ---> 55d9b9a57920 [2021-02-16T06:10:37.716Z] Step 28/30 : LABEL arch=x86_64 [2021-02-16T06:10:38.212Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.373s coverage: 97.5% of statements [2021-02-16T06:10:38.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-16T06:10:38.292Z] ---> Running in 33a4535212ae [2021-02-16T06:10:38.554Z] Removing intermediate container 33a4535212ae [2021-02-16T06:10:38.554Z] ---> 4caa30ff6936 [2021-02-16T06:10:38.554Z] Step 29/30 : LABEL git_sha=6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f [2021-02-16T06:10:38.816Z] ---> Running in ccb26bf33e6f [2021-02-16T06:10:38.820Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.174s coverage: 78.3% of statements [2021-02-16T06:10:38.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-16T06:10:38.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-16T06:10:38.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-16T06:10:38.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-16T06:10:39.081Z] Removing intermediate container ccb26bf33e6f [2021-02-16T06:10:39.081Z] ---> 0c0827bf621c [2021-02-16T06:10:39.081Z] Step 30/30 : LABEL version=0.0.0 [2021-02-16T06:10:39.345Z] ---> Running in a88c2150e0f4 [2021-02-16T06:10:39.612Z] Removing intermediate container a88c2150e0f4 [2021-02-16T06:10:39.612Z] ---> 8175881f66cc [2021-02-16T06:10:39.612Z] [2021-02-16T06:10:39.875Z] Successfully built 8175881f66cc [2021-02-16T06:10:39.875Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-16T06:10:40.821Z]  Building docker-security-bootstrapper-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-16T06:10:40.821Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-16T06:10:40.821Z] ---> aefe523efa57 [2021-02-16T06:10:40.821Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-16T06:10:41.089Z] ---> Running in e53256729a75 [2021-02-16T06:10:41.665Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-16T06:10:41.665Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-16T06:10:41.665Z] (1/2) Installing readline (8.0.4-r0) [2021-02-16T06:10:41.665Z] (2/2) Installing bash (5.0.17-r0) [2021-02-16T06:10:41.665Z] Executing bash-5.0.17-r0.post-install [2021-02-16T06:10:41.665Z] Executing busybox-1.31.1-r19.trigger [2021-02-16T06:10:41.665Z] OK: 12 MiB in 22 packages [2021-02-16T06:10:42.247Z] Removing intermediate container e53256729a75 [2021-02-16T06:10:42.248Z] ---> 805b1217580c [2021-02-16T06:10:42.248Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-16T06:10:42.248Z] ---> Running in b31474626dfa [2021-02-16T06:10:42.511Z] Removing intermediate container b31474626dfa [2021-02-16T06:10:42.511Z] ---> 923e81d01ea7 [2021-02-16T06:10:42.511Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-16T06:10:42.511Z] ---> Running in 08169f1826f4 [2021-02-16T06:10:42.774Z] Removing intermediate container 08169f1826f4 [2021-02-16T06:10:42.774Z] ---> 8386a19ef3ae [2021-02-16T06:10:42.774Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-16T06:10:42.774Z] ---> Running in ff3a317decb0 [2021-02-16T06:10:43.037Z] Removing intermediate container ff3a317decb0 [2021-02-16T06:10:43.037Z] ---> 30ffee269d92 [2021-02-16T06:10:43.037Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-16T06:10:43.614Z] ---> 1b91a92b3b36 [2021-02-16T06:10:43.614Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-16T06:10:43.876Z] ---> 44f58ff68767 [2021-02-16T06:10:43.876Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-16T06:10:44.139Z] ---> 083b250c8b81 [2021-02-16T06:10:44.139Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-16T06:10:44.139Z] ---> Running in d6659253910c [2021-02-16T06:10:44.719Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-16T06:10:44.719Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-16T06:10:44.981Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-16T06:10:44.981Z] (2/33) Installing expat (2.2.9-r1) [2021-02-16T06:10:44.981Z] (3/33) Installing libffi (3.3-r2) [2021-02-16T06:10:44.981Z] (4/33) Installing gdbm (1.13-r1) [2021-02-16T06:10:44.981Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-16T06:10:44.981Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-16T06:10:44.981Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-16T06:10:45.929Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-16T06:10:45.929Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-16T06:10:45.929Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-16T06:10:45.929Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-16T06:10:45.929Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-16T06:10:45.929Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-16T06:10:45.929Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-16T06:10:45.929Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-16T06:10:45.929Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-16T06:10:45.929Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-16T06:10:45.929Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-16T06:10:45.929Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-16T06:10:45.929Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-16T06:10:45.929Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-16T06:10:45.929Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-16T06:10:46.191Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-16T06:10:46.458Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-16T06:10:46.458Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-16T06:10:46.458Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-16T06:10:46.458Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-16T06:10:46.458Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-16T06:10:46.458Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-16T06:10:46.458Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-16T06:10:46.458Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-16T06:10:46.458Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-16T06:10:46.458Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-16T06:10:46.732Z] Executing busybox-1.31.1-r19.trigger [2021-02-16T06:10:46.732Z] OK: 71 MiB in 55 packages [2021-02-16T06:10:49.048Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.310s coverage: 92.8% of statements [2021-02-16T06:10:49.049Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-16T06:10:49.049Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-16T06:10:49.049Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-16T06:10:49.049Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-16T06:10:49.049Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-16T06:10:49.049Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-16T06:10:49.049Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-16T06:10:49.049Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-16T06:10:49.049Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-16T06:10:49.049Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-16T06:10:49.049Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-16T06:10:49.049Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-16T06:10:49.049Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-16T06:10:49.049Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-16T06:10:49.049Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-16T06:10:49.049Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-16T06:10:49.049Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-16T06:10:49.049Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-16T06:10:49.049Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.084s coverage: 58.8% of statements [2021-02-16T06:10:49.049Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-16T06:10:49.049Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-16T06:10:49.049Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.193s coverage: 0.1% of statements [2021-02-16T06:10:49.049Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-16T06:10:49.049Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-16T06:10:49.049Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-16T06:10:49.049Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.083s coverage: 45.5% of statements [2021-02-16T06:10:49.049Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.073s coverage: 79.5% of statements [2021-02-16T06:10:49.049Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.097s coverage: 94.1% of statements [2021-02-16T06:10:49.049Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.121s coverage: 96.3% of statements [2021-02-16T06:10:49.049Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.079s coverage: 87.5% of statements [2021-02-16T06:10:54.903Z] Removing intermediate container d6659253910c [2021-02-16T06:10:54.904Z] ---> b932313a7932 [2021-02-16T06:10:54.904Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-16T06:10:54.904Z] ---> Running in 5ebe0b4cd3fb [2021-02-16T06:10:55.849Z] Collecting docker-compose==1.23.2 [2021-02-16T06:10:56.112Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-16T06:10:56.112Z] Collecting texttable<0.10,>=0.9.0 [2021-02-16T06:10:56.112Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-16T06:10:56.687Z] Collecting docopt<0.7,>=0.6.1 [2021-02-16T06:10:56.687Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-16T06:10:57.269Z] Collecting cached-property<2,>=1.2.0 [2021-02-16T06:10:57.269Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-16T06:10:57.269Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-16T06:10:57.269Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-16T06:10:57.533Z] Collecting jsonschema<3,>=2.5.1 [2021-02-16T06:10:57.533Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-16T06:10:57.795Z] Collecting PyYAML<4,>=3.10 [2021-02-16T06:10:57.795Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-16T06:10:58.742Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-16T06:10:58.742Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-16T06:10:58.742Z] Collecting docker<4.0,>=3.6.0 [2021-02-16T06:10:58.742Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-16T06:10:58.743Z] 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-16T06:10:59.005Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-16T06:10:59.005Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-16T06:10:59.204Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.085s coverage: 94.4% of statements [2021-02-16T06:10:59.204Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.056s coverage: 44.8% of statements [2021-02-16T06:10:59.268Z] 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-16T06:10:59.268Z] Collecting idna<2.8,>=2.5 [2021-02-16T06:10:59.268Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-16T06:10:59.530Z] 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-16T06:10:59.530Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-16T06:10:59.530Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-16T06:10:59.530Z] Collecting docker-pycreds>=0.4.0 [2021-02-16T06:10:59.530Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-16T06:10:59.793Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-16T06:10:59.793Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-16T06:10:59.793Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-16T06:10:59.793Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-16T06:10:59.793Z] Installing collected packages: texttable, docopt, cached-property, idna, urllib3, requests, jsonschema, PyYAML, websocket-client, docker-pycreds, docker, dockerpty, docker-compose [2021-02-16T06:10:59.793Z] Running setup.py install for texttable: started [2021-02-16T06:11:00.367Z] Running setup.py install for texttable: finished with status 'done' [2021-02-16T06:11:00.367Z] Running setup.py install for docopt: started [2021-02-16T06:11:00.704Z] Running setup.py install for docopt: finished with status 'done' [2021-02-16T06:11:00.704Z] Attempting uninstall: idna [2021-02-16T06:11:00.704Z] Found existing installation: idna 2.9 [2021-02-16T06:11:00.704Z] Uninstalling idna-2.9: [2021-02-16T06:11:00.704Z] Successfully uninstalled idna-2.9 [2021-02-16T06:11:00.975Z] Attempting uninstall: urllib3 [2021-02-16T06:11:00.975Z] Found existing installation: urllib3 1.25.9 [2021-02-16T06:11:00.975Z] Uninstalling urllib3-1.25.9: [2021-02-16T06:11:00.975Z] Successfully uninstalled urllib3-1.25.9 [2021-02-16T06:11:01.283Z] Attempting uninstall: requests [2021-02-16T06:11:01.283Z] Found existing installation: requests 2.23.0 [2021-02-16T06:11:01.283Z] Uninstalling requests-2.23.0: [2021-02-16T06:11:01.283Z] Successfully uninstalled requests-2.23.0 [2021-02-16T06:11:01.579Z] Running setup.py install for PyYAML: started [2021-02-16T06:11:02.197Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-16T06:11:02.459Z] Running setup.py install for dockerpty: started [2021-02-16T06:11:03.040Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-16T06:11:03.303Z] 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-16T06:11:07.530Z] Removing intermediate container 5ebe0b4cd3fb [2021-02-16T06:11:07.531Z] ---> 1ab6d0c252c8 [2021-02-16T06:11:07.531Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-16T06:11:07.531Z] ---> Running in 80763b0231c7 [2021-02-16T06:11:07.531Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-16T06:11:07.793Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-16T06:11:07.793Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-16T06:11:07.793Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-16T06:11:07.793Z] (3/3) Installing curl (7.69.1-r3) [2021-02-16T06:11:07.793Z] Executing busybox-1.31.1-r19.trigger [2021-02-16T06:11:07.793Z] OK: 72 MiB in 58 packages [2021-02-16T06:11:08.371Z] Removing intermediate container 80763b0231c7 [2021-02-16T06:11:08.371Z] ---> b90063188641 [2021-02-16T06:11:08.371Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-16T06:11:08.371Z] ---> Running in 8abadf4bfd5f [2021-02-16T06:11:08.633Z] Removing intermediate container 8abadf4bfd5f [2021-02-16T06:11:08.633Z] ---> 3200b86b436d [2021-02-16T06:11:08.633Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-16T06:11:08.633Z] ---> Running in 2c526a3c0ce5 [2021-02-16T06:11:08.901Z] Removing intermediate container 2c526a3c0ce5 [2021-02-16T06:11:08.901Z] ---> 34b532fa2444 [2021-02-16T06:11:08.901Z] Step 24/26 : LABEL arch=x86_64 [2021-02-16T06:11:08.901Z] ---> Running in 5e87a0d797c4 [2021-02-16T06:11:09.163Z] Removing intermediate container 5e87a0d797c4 [2021-02-16T06:11:09.163Z] ---> af47b2afcb8e [2021-02-16T06:11:09.163Z] Step 25/26 : LABEL git_sha=6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f [2021-02-16T06:11:09.163Z] ---> Running in 89d7cd5ab1ec [2021-02-16T06:11:09.426Z] Removing intermediate container 89d7cd5ab1ec [2021-02-16T06:11:09.426Z] ---> bb5a9a65ff4b [2021-02-16T06:11:09.426Z] Step 26/26 : LABEL version=0.0.0 [2021-02-16T06:11:09.426Z] ---> Running in 93e68e4c5eb4 [2021-02-16T06:11:09.688Z] Removing intermediate container 93e68e4c5eb4 [2021-02-16T06:11:09.688Z] ---> 829b8c59c194 [2021-02-16T06:11:09.688Z] [2021-02-16T06:11:09.688Z] Successfully built 829b8c59c194 [2021-02-16T06:11:09.688Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-16T06:11:09.961Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-16T06:11:09.986Z] $ docker stop --time=1 cfb557b51e0f8098d5425b13aaef90a4d4564623f58f83f0c78537c3e117516b [2021-02-16T06:11:11.688Z] $ docker rm -f cfb557b51e0f8098d5425b13aaef90a4d4564623f58f83f0c78537c3e117516b [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-16T06:11:12.281Z] + docker images [2021-02-16T06:11:12.281Z] + grep docker [2021-02-16T06:11:12.543Z] docker-sys-mgmt-agent-go latest 829b8c59c194 3 seconds ago 313MB [2021-02-16T06:11:12.543Z] docker-security-bootstrapper-go latest 8175881f66cc 33 seconds ago 18MB [2021-02-16T06:11:12.543Z] docker-security-proxy-setup-go latest 5f82b2490280 42 seconds ago 24.4MB [2021-02-16T06:11:12.543Z] docker-core-command-go latest 46ea83916bc9 44 seconds ago 16.9MB [2021-02-16T06:11:12.543Z] docker-core-data-go latest 482b715a789a About a minute ago 22.3MB [2021-02-16T06:11:12.543Z] docker-security-secretstore-setup-go latest 954188891e21 About a minute ago 24.6MB [2021-02-16T06:11:12.543Z] docker-support-notifications-go latest 320b76744f0f About a minute ago 17.6MB [2021-02-16T06:11:12.543Z] docker-core-metadata-go latest 362c50481c83 About a minute ago 18.8MB [2021-02-16T06:11:12.543Z] docker-support-scheduler-go latest 2ef8a7ef5666 About a minute ago 17MB [2021-02-16T06:11:12.543Z] docker 20.10.0 aefe523efa57 2 months 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-16T06:11:14.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.135s coverage: 92.9% of statements [2021-02-16T06:11:14.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-16T06:11:14.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-16T06:11:14.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-16T06:11:14.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.067s coverage: 77.8% of statements [2021-02-16T06:11:14.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-16T06:11:14.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-16T06:11:14.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-16T06:11:14.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-16T06:11:14.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-16T06:11:14.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements [2021-02-16T06:11:14.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-16T06:11:14.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-16T06:11:14.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-02-16T06:11:14.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-16T06:11:14.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements [2021-02-16T06:11:14.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-16T06:11:14.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.059s coverage: 80.8% of statements [2021-02-16T06:11:14.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.120s coverage: 87.2% of statements [2021-02-16T06:11:14.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.121s coverage: 84.2% of statements [2021-02-16T06:11:14.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.181s coverage: 91.4% of statements [2021-02-16T06:11:14.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-16T06:11:14.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.503s coverage: 63.5% of statements [2021-02-16T06:11:14.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-16T06:11:14.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-16T06:11:14.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements [2021-02-16T06:11:14.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.095s coverage: 91.3% of statements [2021-02-16T06:11:14.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.065s coverage: 100.0% of statements [2021-02-16T06:11:14.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.064s coverage: 73.7% of statements [2021-02-16T06:11:14.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements [2021-02-16T06:11:14.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.712s coverage: 68.9% of statements [2021-02-16T06:11:14.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-16T06:11:14.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-16T06:11:15.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.355s coverage: 37.0% of statements [2021-02-16T06:11:15.307Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-16T06:11:15.307Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-16T06:11:15.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.475s coverage: 84.0% of statements [2021-02-16T06:11:15.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.126s coverage: 100.0% of statements [2021-02-16T06:11:22.635Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.414s coverage: 47.0% of statements [2021-02-16T06:11:22.635Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-16T06:11:22.635Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-16T06:11:22.635Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-16T06:11:22.635Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-16T06:11:22.635Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-16T06:11:22.635Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.106s coverage: 100.0% of statements [2021-02-16T06:11:22.635Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-16T06:11:22.635Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.145s coverage: 100.0% of statements [2021-02-16T06:11:22.635Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-16T06:11:22.635Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-16T06:11:22.635Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-16T06:11:22.635Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-16T06:11:22.635Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.304s coverage: 89.4% of statements [2021-02-16T06:11:22.635Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-16T06:11:22.635Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-16T06:11:22.635Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-16T06:11:28.669Z] Still waiting to schedule task [2021-02-16T06:11:28.669Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-16T06:11:30.949Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.012s coverage: 29.1% of statements [2021-02-16T06:11:30.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-16T06:11:30.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-16T06:11:30.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-16T06:11:30.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-16T06:11:30.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-16T06:11:30.949Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.239s coverage: 99.0% of statements [2021-02-16T06:11:30.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-16T06:11:30.949Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.093s coverage: 100.0% of statements [2021-02-16T06:11:30.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-16T06:11:30.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-16T06:11:30.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-16T06:11:30.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-16T06:11:30.949Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.210s coverage: 100.0% of statements [2021-02-16T06:11:30.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-16T06:11:30.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-16T06:11:30.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-16T06:11:30.949Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.058s coverage: 0.0% of statements [2021-02-16T06:11:30.949Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-16T06:11:30.949Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.080s coverage: 100.0% of statements [2021-02-16T06:11:30.949Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-16T06:11:30.949Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-16T06:11:30.949Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-16T06:11:30.949Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-16T06:11:30.949Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.100s coverage: 87.9% of statements [2021-02-16T06:11:30.949Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-16T06:11:30.949Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-16T06:11:30.949Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.075s coverage: 100.0% of statements [2021-02-16T06:11:30.949Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.051s coverage: 32.1% of statements [2021-02-16T06:11:30.949Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-02-16T06:11:31.543Z] GO111MODULE=on go vet ./... [2021-02-16T06:12:18.149Z] Running on prd-ubuntu18.04-docker-8c-8g-26567 in /w/workspace/edgexfoundry_edgex-go_PR-3172 [Pipeline] { [Pipeline] ws [2021-02-16T06:12:18.241Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-02-16T06:12:20.588Z] using credential edgex-jenkins-ssh [2021-02-16T06:12:20.638Z] Cloning the remote Git repository [2021-02-16T06:12:20.662Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-16T06:12:20.722Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-02-16T06:12:20.753Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-16T06:12:20.753Z] > git --version # timeout=10 [2021-02-16T06:12:20.762Z] > git --version # 'git version 2.17.1' [2021-02-16T06:12:20.763Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-16T06:12:20.787Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-16T06:12:34.450Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-16T06:12:34.461Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-16T06:12:34.471Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-16T06:12:34.481Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-16T06:12:34.481Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-16T06:12:34.484Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3172/head:refs/remotes/origin/PR-3172 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-16T06:12:34.954Z] Merging remotes/origin/master commit 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 into PR head commit 6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f [2021-02-16T06:12:35.094Z] Merge succeeded, producing 6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f [2021-02-16T06:12:35.095Z] Checking out Revision 6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f (PR-3172) [2021-02-16T06:12:34.966Z] > git config core.sparsecheckout # timeout=10 [2021-02-16T06:12:34.971Z] > git checkout -f 6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f # timeout=10 [2021-02-16T06:12:35.064Z] > git remote # timeout=10 [2021-02-16T06:12:35.071Z] > git config --get remote.origin.url # timeout=10 [2021-02-16T06:12:35.081Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-16T06:12:35.084Z] > git merge 3e9c61b8d4aeb7bdd411881b88cb95b50afe10c0 # timeout=10 [2021-02-16T06:12:35.093Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-16T06:12:35.102Z] > git config core.sparsecheckout # timeout=10 [2021-02-16T06:12:35.105Z] > git checkout -f 6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f # timeout=10 [2021-02-16T06:12:38.780Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [2021-02-16T06:12:38.806Z] > git --version # timeout=10 [2021-02-16T06:12:38.809Z] > git --version # 'git version 2.17.1' [2021-02-16T06:12:38.811Z] fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-16T06:12:40.041Z] + echo snap-build.sh [2021-02-16T06:12:40.041Z] snap-build.sh [2021-02-16T06:12:40.041Z] + SNAP_BASE_DIR=. [2021-02-16T06:12:40.041Z] + '[' '!' -z /w/workspace/edgex-go/1 ']' [2021-02-16T06:12:40.041Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/1 [2021-02-16T06:12:40.041Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' [2021-02-16T06:12:40.042Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/1] [2021-02-16T06:12:40.042Z] + cd /w/workspace/edgex-go/1 [2021-02-16T06:12:40.042Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-16T06:12:40.042Z] Reading package lists... [2021-02-16T06:12:40.042Z] Building dependency tree... [2021-02-16T06:12:40.042Z] Reading state information... [2021-02-16T06:12:40.303Z] The following packages were automatically installed and are no longer required: [2021-02-16T06:12:40.303Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-16T06:12:40.303Z] uidmap xdelta3 [2021-02-16T06:12:40.303Z] Use 'sudo apt autoremove' to remove them. [2021-02-16T06:12:40.303Z] The following packages will be REMOVED: [2021-02-16T06:12:40.303Z] lxd* lxd-client* [2021-02-16T06:12:40.876Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-16T06:12:40.876Z] After this operation, 31.7 MB disk space will be freed. [2021-02-16T06:12:42.184Z] (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-16T06:12:42.184Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-16T06:12:42.786Z] Removing lxd dnsmasq configuration [2021-02-16T06:12:43.047Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-16T06:12:43.047Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-16T06:12:43.990Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-16T06:12:44.263Z] (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-16T06:12:44.264Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-16T06:12:45.672Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-16T06:12:45.672Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-16T06:12:47.067Z] + sudo snap remove --purge lxd [2021-02-16T06:12:47.329Z] snap "lxd" is not installed [2021-02-16T06:12:47.329Z] + sudo groupadd --force --system lxd [2021-02-16T06:12:47.329Z] ++ whoami [2021-02-16T06:12:47.329Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-16T06:12:47.329Z] + newgrp - lxd [2021-02-16T06:12:47.329Z] + sudo snap install lxd [2021-02-16T06:12:53.361Z] gofmt -l . [2021-02-16T06:12:53.361Z] [ "`gofmt -l .`" = "" ] [2021-02-16T06:12:53.361Z] ./bin/test-go-mod-tidy.sh [2021-02-16T06:12:53.361Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-16T06:12:54.056Z] + ls -al . [2021-02-16T06:12:54.057Z] total 728 [2021-02-16T06:12:54.057Z] drwxrwxr-x 9 1001 1001 4096 Feb 16 06:12 . [2021-02-16T06:12:54.057Z] drwxr-xr-x 4 root root 4096 Feb 16 06:08 .. [2021-02-16T06:12:54.057Z] -rw-rw-r-- 1 1001 1001 11 Feb 16 06:07 .dockerignore [2021-02-16T06:12:54.057Z] drwxrwxr-x 8 1001 1001 4096 Feb 16 06:07 .git [2021-02-16T06:12:54.057Z] drwxrwxr-x 3 1001 1001 4096 Feb 16 06:07 .github [2021-02-16T06:12:54.057Z] -rw-rw-r-- 1 1001 1001 818 Feb 16 06:07 .gitignore [2021-02-16T06:12:54.057Z] -rw-rw-r-- 1 1001 1001 166 Feb 16 06:07 .sonarcloud.properties [2021-02-16T06:12:54.057Z] -rw-rw-r-- 1 1001 1001 7859 Feb 16 06:07 Attribution.txt [2021-02-16T06:12:54.057Z] -rw-rw-r-- 1 1001 1001 3804 Feb 16 06:07 CONTRIBUTING.md [2021-02-16T06:12:54.057Z] -rw-rw-r-- 1 1001 1001 931 Feb 16 06:07 Dockerfile.build [2021-02-16T06:12:54.057Z] -rw-rw-r-- 1 1001 1001 863 Feb 16 06:07 Jenkinsfile [2021-02-16T06:12:54.057Z] -rw-rw-r-- 1 1001 1001 10775 Feb 16 06:07 LICENSE [2021-02-16T06:12:54.057Z] -rw-rw-r-- 1 1001 1001 5774 Feb 16 06:07 Makefile [2021-02-16T06:12:54.057Z] -rw-rw-r-- 1 1001 1001 6524 Feb 16 06:07 README.md [2021-02-16T06:12:54.057Z] -rw-rw-r-- 1 1001 1001 6755 Feb 16 06:07 SECURITY.md [2021-02-16T06:12:54.057Z] -rw-rw-r-- 1 1001 1001 5 Feb 16 06:03 VERSION [2021-02-16T06:12:54.057Z] -rw-rw-r-- 1 1001 1001 4131 Feb 16 06:07 ZMQWindows.md [2021-02-16T06:12:54.057Z] drwxrwxr-x 2 1001 1001 4096 Feb 16 06:07 bin [2021-02-16T06:12:54.057Z] drwxrwxr-x 14 1001 1001 4096 Feb 16 06:07 cmd [2021-02-16T06:12:54.057Z] -rw-r--r-- 1 root root 595676 Feb 16 06:11 coverage.out [2021-02-16T06:12:54.057Z] -rw-r--r-- 1 root root 1054 Feb 16 06:12 go.mod [2021-02-16T06:12:54.057Z] -rw-r--r-- 1 root root 19400 Feb 16 06:12 go.sum [2021-02-16T06:12:54.057Z] drwxrwxr-x 8 1001 1001 4096 Feb 16 06:07 internal [2021-02-16T06:12:54.057Z] drwxrwxr-x 4 1001 1001 4096 Feb 16 06:07 openapi [2021-02-16T06:12:54.057Z] drwxrwxr-x 4 1001 1001 4096 Feb 16 06:07 snap [2021-02-16T06:12:54.057Z] -rw-rw-r-- 1 1001 1001 168 Feb 16 06:07 version.go [Pipeline] sh [2021-02-16T06:12:54.739Z] + '[' -e coverage.out ] [2021-02-16T06:12:54.740Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-16T06:12:54.786Z] Warning: overwriting stash ‘coverage-report’ [2021-02-16T06:12:55.896Z] Stashed 1 file(s) [Pipeline] sh [2021-02-16T06:12:56.607Z] + make build [2021-02-16T06:12:56.607Z] 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-16T06:12:57.328Z] 2021-02-16T06:12:54Z INFO Waiting for automatic snapd restart... [2021-02-16T06:13:06.800Z] 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-16T06:13:12.233Z] lxd 4.11 from Canonical* installed [2021-02-16T06:13:12.234Z] + sudo lxd init --auto [2021-02-16T06:13:18.816Z] + sudo snap install --classic snapcraft [2021-02-16T06:13:24.103Z] snapcraft 4.5.1 from Canonical* installed [2021-02-16T06:13:24.103Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-16T06:13:24.103Z] + patch --verbose -p1 [2021-02-16T06:13:24.103Z] Hmm... Looks like a unified diff to me... [2021-02-16T06:13:24.103Z] The text leading up to this was: [2021-02-16T06:13:24.103Z] -------------------------- [2021-02-16T06:13:24.103Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-16T06:13:24.103Z] |From: Tony Espy [2021-02-16T06:13:24.103Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-16T06:13:24.103Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-16T06:13:24.103Z] | [2021-02-16T06:13:24.103Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-16T06:13:24.103Z] |optimize the snap CI check run for pull requests. When [2021-02-16T06:13:24.103Z] |applied, it essentially strips out everything (apps and [2021-02-16T06:13:24.103Z] |parts) from the snapcraft.yaml file except those required [2021-02-16T06:13:24.103Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-16T06:13:24.103Z] |catch changes to edgex-go that break the snap build. [2021-02-16T06:13:24.103Z] | [2021-02-16T06:13:24.103Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-16T06:13:24.103Z] |to update this patch file, otherwise it may fail to apply, [2021-02-16T06:13:24.103Z] |resulting in a failed snap build CI check in the associated [2021-02-16T06:13:24.103Z] |pull request. [2021-02-16T06:13:24.103Z] | [2021-02-16T06:13:24.103Z] |Note - in addition to applying this patch, the pipeline also [2021-02-16T06:13:24.103Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-16T06:13:24.103Z] |need to build the finally binary .snap file (and it won't [2021-02-16T06:13:24.103Z] |work with the patch applied). This further reduces the build [2021-02-16T06:13:24.103Z] |time. [2021-02-16T06:13:24.103Z] |--- [2021-02-16T06:13:24.103Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-16T06:13:24.103Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-16T06:13:24.103Z] | [2021-02-16T06:13:24.103Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-16T06:13:24.103Z] |index 1e537489..faf42425 100644 [2021-02-16T06:13:24.103Z] |--- a/snap/snapcraft.yaml [2021-02-16T06:13:24.103Z] |+++ b/snap/snapcraft.yaml [2021-02-16T06:13:24.103Z] -------------------------- [2021-02-16T06:13:24.103Z] patching file snap/snapcraft.yaml [2021-02-16T06:13:24.103Z] Using Plan A... [2021-02-16T06:13:24.103Z] Hunk #1 succeeded at 73. [2021-02-16T06:13:24.103Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-02-16T06:13:24.103Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-02-16T06:13:24.103Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-02-16T06:13:24.103Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-02-16T06:13:24.103Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-02-16T06:13:24.103Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-02-16T06:13:24.103Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-02-16T06:13:24.103Z] Hmm... Ignoring the trailing garbage. [2021-02-16T06:13:24.103Z] done [2021-02-16T06:13:24.103Z] + sudo snapcraft prime --use-lxd [2021-02-16T06:13:25.488Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-16T06:13:25.488Z] 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-16T06:13:25.488Z] - README.md [2021-02-16T06:13:25.488Z] - snapcraft.yaml.orig [2021-02-16T06:13:25.488Z] [2021-02-16T06:13:25.488Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-16T06:13:26.431Z] Launching a container. [2021-02-16T06:13:29.007Z] 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-16T06:13:33.322Z] 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-16T06:13:38.733Z] 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-16T06:13:38.744Z] Waiting for container to be ready [2021-02-16T06:13:38.744Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-16T06:13:38.744Z] [2021-02-16T06:13:39.330Z] 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-16T06:13:41.286Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-16T06:13:41.286Z] Waiting for network to be ready... [2021-02-16T06:13:41.856Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-16T06:13:41.856Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-16T06:13:42.425Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] [2021-02-16T06:13:42.425Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-16T06:13:42.425Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-16T06:13:42.685Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-16T06:13:42.685Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-16T06:13:42.685Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-16T06:13:42.685Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-16T06:13:42.685Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-16T06:13:42.685Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-16T06:13:42.685Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-16T06:13:42.946Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-16T06:13:42.946Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-16T06:13:42.946Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-16T06:13:42.946Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-16T06:13:42.946Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-02-16T06:13:42.946Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-16T06:13:42.946Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-16T06:13:43.207Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1884 kB] [2021-02-16T06:13:43.207Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-16T06:13:43.207Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-16T06:13:43.207Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-16T06:13:43.207Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-16T06:13:43.207Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-16T06:13:43.207Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] [2021-02-16T06:13:43.470Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-16T06:13:44.747Z] 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-16T06:13:47.674Z] Fetched 23.9 MB in 5s (4505 kB/s) [2021-02-16T06:13:47.935Z] Reading package lists... [2021-02-16T06:13:48.197Z] Reading package lists... [2021-02-16T06:13:48.458Z] Building dependency tree... [2021-02-16T06:13:48.458Z] Reading state information... [2021-02-16T06:13:48.718Z] The following additional packages will be installed: [2021-02-16T06:13:48.718Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-16T06:13:48.718Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-16T06:13:48.718Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-16T06:13:48.718Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-16T06:13:48.718Z] Suggested packages: [2021-02-16T06:13:48.718Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-16T06:13:48.718Z] Recommended packages: [2021-02-16T06:13:48.718Z] gnupg libsasl2-modules [2021-02-16T06:13:48.718Z] The following NEW packages will be installed: [2021-02-16T06:13:48.718Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-16T06:13:48.718Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-16T06:13:48.718Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-16T06:13:48.718Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-16T06:13:48.718Z] The following packages will be upgraded: [2021-02-16T06:13:48.718Z] gpg gpg-agent gpgconf libudev1 [2021-02-16T06:13:48.718Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-16T06:13:48.718Z] Need to get 3532 kB of archives. [2021-02-16T06:13:48.718Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-16T06:13:48.718Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-16T06:13:48.978Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-16T06:13:48.978Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-16T06:13:48.978Z] 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-16T06:13:48.978Z] 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-16T06:13:48.978Z] 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-16T06:13:48.978Z] 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-16T06:13:48.978Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-16T06:13:48.978Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-16T06:13:49.043Z] 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-16T06:13:49.238Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-16T06:13:49.809Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-16T06:13:49.809Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-16T06:13:49.809Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-16T06:13:49.809Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-16T06:13:49.809Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-16T06:13:49.809Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-16T06:13:49.809Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-16T06:13:49.809Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-16T06:13:49.809Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-16T06:13:49.809Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-16T06:13:49.809Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-16T06:13:49.809Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-16T06:13:50.068Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-16T06:13:50.068Z] Fetched 3532 kB in 1s (3184 kB/s) [2021-02-16T06:13:50.068Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-16T06:13:50.068Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-16T06:13:50.068Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-16T06:13:50.068Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-16T06:13:50.328Z] Selecting previously unselected package udev. [2021-02-16T06:13:50.328Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-16T06:13:50.328Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-16T06:13:50.328Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-16T06:13:50.588Z] Selecting previously unselected package libfuse2:amd64. [2021-02-16T06:13:50.588Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-16T06:13:50.588Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-16T06:13:50.588Z] Selecting previously unselected package fuse. [2021-02-16T06:13:50.588Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-16T06:13:50.850Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-16T06:13:50.850Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-16T06:13:50.850Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-16T06:13:50.850Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-16T06:13:50.850Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-16T06:13:51.110Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-16T06:13:51.110Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-16T06:13:51.110Z] Selecting previously unselected package libksba8:amd64. [2021-02-16T06:13:51.110Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-16T06:13:51.110Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-16T06:13:51.110Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-16T06:13:51.110Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-16T06:13:51.372Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-16T06:13:51.372Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-16T06:13:51.372Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-16T06:13:51.372Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-16T06:13:51.372Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-16T06:13:51.372Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-16T06:13:51.372Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-16T06:13:51.632Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-16T06:13:51.632Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-16T06:13:51.632Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-16T06:13:51.632Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-16T06:13:51.632Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-16T06:13:51.632Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-16T06:13:51.892Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-16T06:13:51.892Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-16T06:13:51.892Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-16T06:13:51.892Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-16T06:13:51.892Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-16T06:13:51.892Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-16T06:13:51.892Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-16T06:13:51.892Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-16T06:13:52.152Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-16T06:13:52.153Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-16T06:13:52.153Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-16T06:13:52.153Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-16T06:13:52.153Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-16T06:13:52.153Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-16T06:13:52.153Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-16T06:13:52.413Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-16T06:13:52.413Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-16T06:13:52.413Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-16T06:13:52.413Z] Selecting previously unselected package libldap-common. [2021-02-16T06:13:52.413Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... [2021-02-16T06:13:52.413Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-16T06:13:52.413Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-16T06:13:52.413Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... [2021-02-16T06:13:52.413Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-16T06:13:52.672Z] Selecting previously unselected package dirmngr. [2021-02-16T06:13:52.672Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-16T06:13:52.672Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-16T06:13:52.672Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-16T06:13:52.932Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-16T06:13:52.932Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-16T06:13:52.932Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-16T06:13:52.932Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-16T06:13:52.932Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-16T06:13:52.932Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-16T06:13:52.932Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-16T06:13:52.932Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-16T06:13:53.191Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-16T06:13:53.451Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-16T06:13:53.451Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-16T06:13:53.451Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-16T06:13:53.711Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-16T06:13:53.711Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-16T06:13:53.711Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-16T06:13:53.711Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-16T06:13:53.711Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-16T06:13:53.711Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-16T06:13:53.711Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-16T06:13:53.711Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-16T06:13:53.979Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-16T06:13:53.979Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-16T06:13:53.979Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-16T06:13:53.979Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-16T06:13:54.439Z] 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-16T06:13:54.551Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-16T06:13:54.551Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-16T06:13:54.551Z] This means they are not meant to be enabled using systemctl. [2021-02-16T06:13:54.551Z] Possible reasons for having this kind of units are: [2021-02-16T06:13:54.551Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-16T06:13:54.551Z] .wants/ or .requires/ directory. [2021-02-16T06:13:54.551Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-16T06:13:54.551Z] a requirement dependency on it. [2021-02-16T06:13:54.551Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-16T06:13:54.551Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-16T06:13:54.551Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-16T06:13:54.551Z] instance name specified. [2021-02-16T06:13:54.812Z] Reading package lists... [2021-02-16T06:13:54.812Z] Building dependency tree... [2021-02-16T06:13:54.812Z] Reading state information... [2021-02-16T06:13:55.071Z] The following additional packages will be installed: [2021-02-16T06:13:55.071Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-16T06:13:55.071Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-16T06:13:55.071Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-16T06:13:55.071Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-16T06:13:55.071Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-16T06:13:55.071Z] Suggested packages: [2021-02-16T06:13:55.071Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-16T06:13:55.071Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-16T06:13:55.071Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-16T06:13:55.071Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-16T06:13:55.071Z] systemd-container policykit-1 [2021-02-16T06:13:55.071Z] Recommended packages: [2021-02-16T06:13:55.071Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-16T06:13:55.071Z] The following NEW packages will be installed: [2021-02-16T06:13:55.071Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-16T06:13:55.071Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-16T06:13:55.071Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-16T06:13:55.071Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-16T06:13:55.071Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-16T06:13:55.071Z] The following packages will be upgraded: [2021-02-16T06:13:55.071Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-16T06:13:55.330Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-16T06:13:55.330Z] Need to get 35.2 MB of archives. [2021-02-16T06:13:55.330Z] After this operation, 141 MB of additional disk space will be used. [2021-02-16T06:13:55.330Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-16T06:13:55.330Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-16T06:13:55.900Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-16T06:13:55.900Z] 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-16T06:13:55.900Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-16T06:13:55.900Z] 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-16T06:13:55.900Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-16T06:13:55.900Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-16T06:13:55.900Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-16T06:13:55.900Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-16T06:13:55.900Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-16T06:13:55.900Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-16T06:13:55.900Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-16T06:13:55.900Z] 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-16T06:13:55.900Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-16T06:13:55.900Z] 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-16T06:13:56.167Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-16T06:13:56.167Z] 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-16T06:13:56.167Z] 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-16T06:13:56.167Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-16T06:13:56.167Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-16T06:13:56.167Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-16T06:13:56.167Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-16T06:13:56.167Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-16T06:13:56.167Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-16T06:13:56.167Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-16T06:13:56.167Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-16T06:13:56.167Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-16T06:13:56.167Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-16T06:13:56.426Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-02-16T06:13:57.813Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-16T06:13:57.813Z] Fetched 35.2 MB in 3s (14.0 MB/s) [2021-02-16T06:13:57.818Z] 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-16T06:13:58.074Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-16T06:13:58.074Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-16T06:13:58.074Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-16T06:13:59.014Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-16T06:13:59.014Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-16T06:13:59.014Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-16T06:13:59.015Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-16T06:13:59.015Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-16T06:13:59.015Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-16T06:13:59.276Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-16T06:13:59.537Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-16T06:13:59.537Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-16T06:13:59.537Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-16T06:13:59.797Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-16T06:13:59.797Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-16T06:14:00.367Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-16T06:14:00.367Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-16T06:14:00.367Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-16T06:14:00.627Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-16T06:14:00.887Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-16T06:14:00.887Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-16T06:14:00.887Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-16T06:14:00.887Z] Selecting previously unselected package libexpat1:amd64. [2021-02-16T06:14:00.887Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-16T06:14:01.147Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-16T06:14:01.147Z] Selecting previously unselected package python3.6-minimal. [2021-02-16T06:14:01.147Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-16T06:14:01.147Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-16T06:14:01.193Z] 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-16T06:14:01.407Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-16T06:14:01.407Z] Checking for services that may need to be restarted...done. [2021-02-16T06:14:01.407Z] Checking for services that may need to be restarted...done. [2021-02-16T06:14:01.407Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-16T06:14:01.668Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-16T06:14:01.668Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-16T06:14:02.239Z] Selecting previously unselected package python3-minimal. [2021-02-16T06:14:02.239Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-16T06:14:02.239Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-16T06:14:02.239Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-16T06:14:02.239Z] Selecting previously unselected package mime-support. [2021-02-16T06:14:02.239Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-16T06:14:02.239Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-16T06:14:02.499Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-16T06:14:02.499Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-16T06:14:02.499Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-16T06:14:02.499Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-16T06:14:02.499Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-16T06:14:02.499Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-16T06:14:02.760Z] Selecting previously unselected package python3.6. [2021-02-16T06:14:02.760Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-16T06:14:02.760Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-16T06:14:03.020Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-16T06:14:03.020Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-16T06:14:03.020Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-16T06:14:03.020Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-16T06:14:03.280Z] Selecting previously unselected package python3. [2021-02-16T06:14:03.280Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-16T06:14:03.280Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-16T06:14:03.280Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-16T06:14:03.280Z] Selecting previously unselected package multiarch-support. [2021-02-16T06:14:03.280Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-16T06:14:03.280Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-16T06:14:03.540Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-16T06:14:03.540Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-16T06:14:03.540Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-16T06:14:03.540Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-16T06:14:03.540Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-16T06:14:03.540Z] Selecting previously unselected package libbsd0:amd64. [2021-02-16T06:14:03.540Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-16T06:14:03.540Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-16T06:14:03.801Z] Selecting previously unselected package sudo. [2021-02-16T06:14:03.801Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-16T06:14:03.801Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-16T06:14:04.063Z] Selecting previously unselected package apparmor. [2021-02-16T06:14:04.063Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-16T06:14:04.063Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-16T06:14:04.063Z] Selecting previously unselected package libedit2:amd64. [2021-02-16T06:14:04.063Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-16T06:14:04.063Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-16T06:14:04.323Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-16T06:14:04.324Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-16T06:14:04.324Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-16T06:14:04.324Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-16T06:14:04.324Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-16T06:14:04.324Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-16T06:14:04.583Z] 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-16T06:14:04.585Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-16T06:14:04.585Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-16T06:14:04.585Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-16T06:14:04.585Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-16T06:14:04.585Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-16T06:14:04.585Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-16T06:14:04.847Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-16T06:14:04.847Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-16T06:14:04.847Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-16T06:14:04.847Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-16T06:14:04.847Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-16T06:14:04.847Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-16T06:14:05.109Z] Selecting previously unselected package openssh-client. [2021-02-16T06:14:05.109Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-16T06:14:05.109Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-16T06:14:05.369Z] Selecting previously unselected package squashfs-tools. [2021-02-16T06:14:05.369Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-16T06:14:05.369Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-16T06:14:05.369Z] Selecting previously unselected package snapd. [2021-02-16T06:14:05.369Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-02-16T06:14:05.369Z] Unpacking snapd (2.48.3+18.04) ... [2021-02-16T06:14:07.911Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-16T06:14:07.911Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-16T06:14:07.911Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-16T06:14:07.911Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-16T06:14:07.911Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-16T06:14:07.911Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-16T06:14:07.911Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-16T06:14:07.911Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-16T06:14:07.911Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-16T06:14:10.472Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-16T06:14:10.472Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-16T06:14:10.472Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-16T06:14:10.472Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-16T06:14:10.472Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-16T06:14:10.472Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-16T06:14:11.044Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-16T06:14:11.044Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-16T06:14:11.044Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-16T06:14:11.044Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-16T06:14:11.044Z] running python rtupdate hooks for python3.6... [2021-02-16T06:14:11.044Z] running python post-rtupdate hooks for python3.6... [2021-02-16T06:14:11.044Z] Setting up apparmor (2.12-4ubuntu5.1) ... [Pipeline] } [2021-02-16T06:14:11.324Z] $ docker stop --time=1 e52ce9fe2f94f717b1e8c8dcec0262d0dfee0e5ef586fa401988f11a29b949b2 [2021-02-16T06:14:12.962Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-16T06:14:12.963Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-16T06:14:12.963Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-16T06:14:12.963Z] Setting up snapd (2.48.3+18.04) ... [2021-02-16T06:14:13.540Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-16T06:14:13.801Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-16T06:14:14.062Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-16T06:14:14.059Z] $ docker rm -f e52ce9fe2f94f717b1e8c8dcec0262d0dfee0e5ef586fa401988f11a29b949b2 [2021-02-16T06:14:14.323Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-16T06:14:14.323Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-16T06:14:14.323Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-16T06:14:14.583Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-16T06:14:14.844Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-16T06:14:15.103Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-16T06:14:15.103Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-16T06:14:15.364Z] /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-16T06:14:15.364Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-02-16T06:14:15.624Z] Processing triggers for systemd (237-3ubuntu10.44) ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-16T06:14:16.303Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-16T06:14:16.303Z] [2021-02-16T06:14:16.303Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-16T06:14:16.562Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-16T06:14:16.562Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-16T06:14:16.562Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [Pipeline] isUnix [Pipeline] sh [2021-02-16T06:14:16.997Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-16T06:14:17.268Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-16T06:14:17.269Z] 29e5d40040c1: Pulling fs layer [2021-02-16T06:14:17.269Z] 1ce36da41761: Pulling fs layer [2021-02-16T06:14:17.269Z] 25b303627fd3: Pulling fs layer [2021-02-16T06:14:17.761Z] Reading package lists... [2021-02-16T06:14:17.862Z] 29e5d40040c1: Verifying Checksum [2021-02-16T06:14:17.862Z] 29e5d40040c1: Download complete [2021-02-16T06:14:18.021Z] Reading package lists... [2021-02-16T06:14:18.283Z] Building dependency tree... [2021-02-16T06:14:18.283Z] Reading state information... [2021-02-16T06:14:18.283Z] Calculating upgrade... [2021-02-16T06:14:18.457Z] 1ce36da41761: Verifying Checksum [2021-02-16T06:14:18.457Z] 1ce36da41761: Download complete [2021-02-16T06:14:18.457Z] 29e5d40040c1: Pull complete [2021-02-16T06:14:18.543Z] The following packages will be upgraded: [2021-02-16T06:14:18.543Z] advancecomp base-files bash binutils binutils-common [2021-02-16T06:14:18.543Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-16T06:14:18.543Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-16T06:14:18.543Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-16T06:14:18.543Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-16T06:14:18.543Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-16T06:14:18.543Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-16T06:14:18.543Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-16T06:14:18.543Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-16T06:14:18.543Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-16T06:14:18.543Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-16T06:14:18.543Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-16T06:14:18.543Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-16T06:14:18.543Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-16T06:14:18.544Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-16T06:14:18.804Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-16T06:14:18.804Z] Need to get 63.8 MB of archives. [2021-02-16T06:14:18.804Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-16T06:14:18.804Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-16T06:14:18.804Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-16T06:14:18.804Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-16T06:14:18.804Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-16T06:14:18.805Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-16T06:14:18.805Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-16T06:14:18.805Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-16T06:14:18.805Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-16T06:14:18.805Z] 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-16T06:14:18.805Z] 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-16T06:14:18.805Z] 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-16T06:14:18.805Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-16T06:14:18.805Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-16T06:14:18.805Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-16T06:14:18.805Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-16T06:14:18.805Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-16T06:14:18.805Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-16T06:14:18.805Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-16T06:14:18.805Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-16T06:14:19.069Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-16T06:14:19.069Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-16T06:14:19.069Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-16T06:14:19.069Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-16T06:14:19.069Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-16T06:14:19.069Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-16T06:14:19.069Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-16T06:14:19.069Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-16T06:14:19.069Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-16T06:14:19.069Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-16T06:14:19.069Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-16T06:14:19.069Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-16T06:14:19.069Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-16T06:14:19.069Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-16T06:14:19.069Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-16T06:14:19.069Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-16T06:14:19.069Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-16T06:14:19.069Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-16T06:14:19.069Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-16T06:14:19.069Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-16T06:14:19.069Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-16T06:14:19.069Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-16T06:14:19.069Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-16T06:14:19.069Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-16T06:14:19.069Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-16T06:14:19.069Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-16T06:14:19.069Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-16T06:14:19.069Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-16T06:14:19.069Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-16T06:14:19.069Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-16T06:14:19.331Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-16T06:14:19.331Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-16T06:14:19.331Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-16T06:14:19.331Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-16T06:14:19.331Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-16T06:14:19.331Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-16T06:14:19.331Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-16T06:14:19.331Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-16T06:14:19.596Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-16T06:14:19.596Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-16T06:14:19.858Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-16T06:14:19.858Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-16T06:14:19.858Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-16T06:14:19.858Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-16T06:14:19.858Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-16T06:14:19.858Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-16T06:14:19.858Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-16T06:14:19.858Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-16T06:14:19.889Z] 1ce36da41761: Pull complete [2021-02-16T06:14:20.119Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-16T06:14:20.119Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-16T06:14:20.119Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-16T06:14:20.119Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-16T06:14:20.119Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-16T06:14:20.119Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-16T06:14:20.119Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-16T06:14:20.119Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-16T06:14:20.119Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-16T06:14:20.119Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-16T06:14:20.162Z] 25b303627fd3: Verifying Checksum [2021-02-16T06:14:20.162Z] 25b303627fd3: Download complete [2021-02-16T06:14:20.380Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-16T06:14:20.380Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-16T06:14:20.380Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-16T06:14:20.380Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-16T06:14:20.380Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-16T06:14:20.380Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-02-16T06:14:20.380Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-16T06:14:20.380Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-16T06:14:20.380Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-16T06:14:20.380Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-16T06:14:20.380Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-16T06:14:20.380Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-16T06:14:20.380Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-16T06:14:20.380Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-16T06:14:20.640Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-16T06:14:20.640Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-02-16T06:14:20.640Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-16T06:14:20.640Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-16T06:14:20.640Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-16T06:14:20.640Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-16T06:14:20.640Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-16T06:14:20.640Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-16T06:14:20.901Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-16T06:14:20.901Z] Fetched 63.8 MB in 2s (31.5 MB/s) [2021-02-16T06:14:20.901Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-16T06:14:20.901Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-16T06:14:20.901Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-16T06:14:21.472Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-16T06:14:21.732Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-16T06:14:21.732Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-16T06:14:21.732Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-16T06:14:22.672Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-16T06:14:22.672Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-16T06:14:22.672Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-16T06:14:22.672Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-16T06:14:22.933Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-16T06:14:22.933Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-16T06:14:22.933Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-16T06:14:22.934Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-16T06:14:23.194Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-16T06:14:23.194Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-16T06:14:23.194Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-16T06:14:23.454Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-16T06:14:23.454Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-16T06:14:23.454Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-16T06:14:23.454Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-16T06:14:23.715Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-16T06:14:23.715Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-16T06:14:23.715Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-16T06:14:23.715Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-16T06:14:23.978Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-16T06:14:23.978Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-16T06:14:23.978Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-16T06:14:23.978Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-16T06:14:23.978Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-16T06:14:24.242Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-16T06:14:24.242Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-16T06:14:24.242Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-16T06:14:24.503Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-16T06:14:24.503Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-16T06:14:24.503Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-16T06:14:25.071Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-16T06:14:25.352Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-16T06:14:25.353Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-16T06:14:25.353Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-16T06:14:25.353Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-16T06:14:25.618Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-16T06:14:25.618Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-16T06:14:25.880Z] Installing new version of config file /etc/issue ... [2021-02-16T06:14:25.880Z] Installing new version of config file /etc/issue.net ... [2021-02-16T06:14:25.880Z] Installing new version of config file /etc/lsb-release ... [2021-02-16T06:14:25.880Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-16T06:14:26.140Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-16T06:14:26.140Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-16T06:14:26.140Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-16T06:14:26.402Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-16T06:14:26.402Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-16T06:14:26.402Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-16T06:14:26.664Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-16T06:14:26.664Z] 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-16T06:14:26.664Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-16T06:14:26.664Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-16T06:14:26.664Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-16T06:14:26.924Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-16T06:14:26.924Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-16T06:14:26.924Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-16T06:14:26.924Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-16T06:14:27.184Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-16T06:14:27.444Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-16T06:14:27.444Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-16T06:14:27.444Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-16T06:14:27.703Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-16T06:14:27.703Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-16T06:14:27.703Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-16T06:14:27.703Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-16T06:14:27.963Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-16T06:14:27.963Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-16T06:14:27.963Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-16T06:14:27.963Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-16T06:14:28.223Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-16T06:14:28.223Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-16T06:14:28.223Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-16T06:14:28.223Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-16T06:14:28.483Z] Setting up grep (3.1-2build1) ... [2021-02-16T06:14:28.483Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-16T06:14:28.483Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-16T06:14:28.483Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-16T06:14:28.743Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-16T06:14:28.743Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-16T06:14:28.743Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-16T06:14:28.743Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-16T06:14:29.002Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-16T06:14:29.003Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-16T06:14:29.003Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-16T06:14:29.003Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-16T06:14:29.576Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-16T06:14:29.576Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-16T06:14:29.836Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-16T06:14:29.836Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-16T06:14:30.308Z] 25b303627fd3: Pull complete [2021-02-16T06:14:30.308Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-16T06:14:30.308Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-16T06:14:30.308Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-16T06:14:30.406Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-16T06:14:30.406Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-16T06:14:30.406Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-16T06:14:30.406Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-16T06:14:30.600Z] prd-ubuntu18.04-docker-arm64-4c-16g-26566 does not seem to be running inside a container [2021-02-16T06:14:30.680Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-16T06:14:31.793Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-16T06:14:31.793Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-16T06:14:31.793Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-16T06:14:31.793Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-16T06:14:31.793Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-16T06:14:31.793Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-16T06:14:31.793Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-16T06:14:31.793Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-16T06:14:32.053Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-16T06:14:32.053Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-16T06:14:32.053Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-16T06:14:32.053Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-16T06:14:32.313Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-16T06:14:32.313Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-16T06:14:32.313Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-16T06:14:32.313Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-16T06:14:32.573Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-16T06:14:32.573Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-16T06:14:32.573Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-16T06:14:32.573Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-16T06:14:32.573Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-16T06:14:32.833Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-16T06:14:32.833Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-16T06:14:32.833Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-16T06:14:32.833Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-16T06:14:32.833Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-16T06:14:32.833Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-16T06:14:33.093Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-16T06:14:33.093Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-16T06:14:33.093Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-16T06:14:33.093Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-16T06:14:33.354Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-16T06:14:33.354Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-16T06:14:33.354Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-16T06:14:33.354Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-16T06:14:33.619Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-16T06:14:33.619Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-16T06:14:33.619Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-16T06:14:33.619Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-16T06:14:33.705Z] $ docker top 5d0773bddc79f97782a253fd67f148c7bbdf235d3d9c82429e3606e53a18f595 -eo pid,comm [2021-02-16T06:14:33.881Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-16T06:14:33.881Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-16T06:14:33.881Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-16T06:14:33.881Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [Pipeline] { [2021-02-16T06:14:34.156Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-16T06:14:34.156Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-16T06:14:34.156Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [Pipeline] sh [2021-02-16T06:14:34.417Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-16T06:14:34.861Z] + grep parallel [2021-02-16T06:14:34.861Z] + docker-compose build --help [2021-02-16T06:14:34.988Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-16T06:14:35.249Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-16T06:14:35.249Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-16T06:14:35.249Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-16T06:14:35.249Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-16T06:14:35.508Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-16T06:14:35.769Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-16T06:14:35.769Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-16T06:14:35.769Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-16T06:14:36.030Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-16T06:14:36.030Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-16T06:14:36.030Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-16T06:14:36.289Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-16T06:14:36.289Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-16T06:14:36.549Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-16T06:14:36.549Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-16T06:14:36.549Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-16T06:14:36.815Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-16T06:14:36.815Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-16T06:14:36.815Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-16T06:14:36.815Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-16T06:14:36.815Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-16T06:14:37.088Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-16T06:14:37.088Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-16T06:14:37.088Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-16T06:14:37.088Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-16T06:14:37.352Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-16T06:14:37.352Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-16T06:14:37.352Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-16T06:14:37.613Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-16T06:14:37.613Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-16T06:14:37.613Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-16T06:14:37.875Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-16T06:14:38.140Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-16T06:14:38.140Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-16T06:14:38.140Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-16T06:14:38.140Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-16T06:14:38.221Z] --parallel Build images in parallel. [Pipeline] } [2021-02-16T06:14:38.250Z] $ docker stop --time=1 5d0773bddc79f97782a253fd67f148c7bbdf235d3d9c82429e3606e53a18f595 [2021-02-16T06:14:38.401Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-16T06:14:38.401Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-16T06:14:38.401Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-16T06:14:38.401Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-16T06:14:38.661Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-16T06:14:38.661Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-16T06:14:38.661Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-16T06:14:38.661Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-16T06:14:38.944Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-16T06:14:38.944Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-16T06:14:38.944Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-16T06:14:38.944Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-16T06:14:39.206Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-16T06:14:39.469Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-16T06:14:39.469Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-16T06:14:39.469Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-16T06:14:39.469Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-16T06:14:39.754Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-16T06:14:39.754Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-16T06:14:39.754Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-16T06:14:39.754Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-16T06:14:40.075Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-16T06:14:40.075Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-16T06:14:40.075Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-16T06:14:40.104Z] $ docker rm -f 5d0773bddc79f97782a253fd67f148c7bbdf235d3d9c82429e3606e53a18f595 [2021-02-16T06:14:40.345Z] Setting up passwd (1:4.5-1ubuntu2) ... [Pipeline] // withDockerContainer [2021-02-16T06:14:40.613Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-16T06:14:40.613Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-16T06:14:40.613Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-16T06:14:40.960Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-16T06:14:41.215Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-16T06:14:41.215Z] . [Pipeline] withDockerContainer [2021-02-16T06:14:41.266Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-16T06:14:41.267Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-16T06:14:41.267Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-16T06:14:41.267Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-16T06:14:41.500Z] prd-ubuntu18.04-docker-arm64-4c-16g-26566 does not seem to be running inside a container [2021-02-16T06:14:41.535Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-16T06:14:41.535Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-16T06:14:41.535Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-16T06:14:41.535Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-16T06:14:41.535Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-16T06:14:41.535Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-16T06:14:41.596Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-16T06:14:41.794Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-16T06:14:41.794Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-16T06:14:41.794Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-16T06:14:41.794Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-16T06:14:41.794Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-16T06:14:42.054Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-16T06:14:42.054Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-16T06:14:42.054Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-16T06:14:42.313Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-16T06:14:42.314Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-16T06:14:42.314Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-16T06:14:42.314Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-16T06:14:42.314Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-16T06:14:42.573Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-16T06:14:42.573Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-16T06:14:42.573Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-16T06:14:42.573Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-16T06:14:42.832Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-16T06:14:42.832Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-16T06:14:42.832Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-16T06:14:42.949Z] $ docker top 100ce02adf53878ecfa5fa44118ece131ca304c1217c829bb6b51bcc0322dab8 -eo pid,comm [2021-02-16T06:14:43.107Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-16T06:14:43.107Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-16T06:14:43.107Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [Pipeline] { [2021-02-16T06:14:43.373Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-16T06:14:43.373Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [Pipeline] sh [2021-02-16T06:14:43.633Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-16T06:14:43.633Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-16T06:14:43.633Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-16T06:14:43.633Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-16T06:14:43.894Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-16T06:14:43.894Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-16T06:14:43.894Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-16T06:14:43.894Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-16T06:14:44.128Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-16T06:14:44.159Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-16T06:14:44.159Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-16T06:14:44.159Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-16T06:14:44.159Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-16T06:14:44.420Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-16T06:14:44.420Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-16T06:14:45.361Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-16T06:14:45.361Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-16T06:14:45.361Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-16T06:14:45.361Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-16T06:14:45.621Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-16T06:14:45.621Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-16T06:14:46.193Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-16T06:14:46.193Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-16T06:14:46.193Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-16T06:14:46.193Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-16T06:14:46.452Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-16T06:14:46.452Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-16T06:14:46.452Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-16T06:14:46.452Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-16T06:14:46.712Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-16T06:14:46.712Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-16T06:14:46.712Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-16T06:14:46.712Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-16T06:14:46.976Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-16T06:14:46.976Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-16T06:14:47.515Z] Building docker-core-command-go ... [2021-02-16T06:14:47.515Z] Building docker-core-data-go ... [2021-02-16T06:14:47.515Z] Building docker-core-metadata-go ... [2021-02-16T06:14:47.515Z] Building docker-security-bootstrapper-go ... [2021-02-16T06:14:47.515Z] Building docker-security-proxy-setup-go ... [2021-02-16T06:14:47.515Z] Building docker-security-secretstore-setup-go ... [2021-02-16T06:14:47.515Z] Building docker-support-notifications-go ... [2021-02-16T06:14:47.515Z] Building docker-support-scheduler-go ... [2021-02-16T06:14:47.515Z] Building docker-sys-mgmt-agent-go ... [2021-02-16T06:14:47.515Z] Building docker-security-secretstore-setup-go [2021-02-16T06:14:47.515Z] Building docker-sys-mgmt-agent-go [2021-02-16T06:14:47.515Z] Building docker-core-metadata-go [2021-02-16T06:14:47.515Z] Building docker-support-notifications-go [2021-02-16T06:14:47.515Z] Building docker-security-bootstrapper-go [2021-02-16T06:14:47.916Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-16T06:14:47.916Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-16T06:14:48.856Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-16T06:14:48.856Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-16T06:14:49.802Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-16T06:14:49.802Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-16T06:14:50.063Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-16T06:14:50.063Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-16T06:14:51.004Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-16T06:14:51.004Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-16T06:14:51.264Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-16T06:14:51.524Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-16T06:14:51.524Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-16T06:14:51.524Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-16T06:14:51.785Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-16T06:14:51.785Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-16T06:14:51.785Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-16T06:14:51.785Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-16T06:14:52.046Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-16T06:14:52.046Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-16T06:14:52.046Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-16T06:14:52.046Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-16T06:14:52.307Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-16T06:14:52.307Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-16T06:14:52.307Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-16T06:14:52.307Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-16T06:14:52.570Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-16T06:14:52.570Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-16T06:14:52.570Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-16T06:14:52.570Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-16T06:14:52.570Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-16T06:14:52.570Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-16T06:14:52.830Z] [2021-02-16T06:14:52.830Z] Current default time zone: 'Etc/UTC' [2021-02-16T06:14:52.830Z] Local time is now: Tue Feb 16 06:14:52 UTC 2021. [2021-02-16T06:14:52.830Z] Universal Time is now: Tue Feb 16 06:14:52 UTC 2021. [2021-02-16T06:14:52.830Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-16T06:14:52.830Z] [2021-02-16T06:14:52.830Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-16T06:14:52.830Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-16T06:14:52.830Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-16T06:14:53.091Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-16T06:14:53.091Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-16T06:14:53.091Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-16T06:14:53.091Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-16T06:14:53.091Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-16T06:14:53.091Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-16T06:14:53.091Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-16T06:14:53.091Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-16T06:14:53.351Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-16T06:14:53.351Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-16T06:14:53.611Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-16T06:14:53.611Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-16T06:14:53.611Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-16T06:14:53.611Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-16T06:14:53.611Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-16T06:14:53.611Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-16T06:14:53.611Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-16T06:14:53.611Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-16T06:14:53.611Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-16T06:14:53.871Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-16T06:14:55.255Z] Updating certificates in /etc/ssl/certs... [2021-02-16T06:14:55.827Z] 23 added, 27 removed; done. [2021-02-16T06:14:55.828Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-16T06:14:55.828Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-16T06:14:55.828Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-16T06:14:56.088Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-16T06:14:56.088Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-16T06:14:56.088Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-16T06:14:56.088Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-16T06:14:56.088Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-16T06:14:56.348Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-16T06:14:56.348Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-16T06:14:56.348Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-16T06:14:56.348Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-16T06:14:56.348Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-16T06:14:56.348Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-16T06:14:56.348Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-16T06:14:56.611Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-16T06:14:56.611Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-16T06:14:56.611Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-16T06:14:56.611Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-16T06:14:56.611Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-16T06:14:56.611Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-16T06:14:56.611Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-16T06:14:56.611Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-16T06:14:56.873Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-16T06:14:56.873Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-16T06:14:56.873Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-16T06:14:56.873Z] Updating certificates in /etc/ssl/certs... [2021-02-16T06:14:57.449Z] 0 added, 0 removed; done. [2021-02-16T06:14:57.449Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-16T06:14:57.449Z] done. [2021-02-16T06:14:57.712Z] Reading package lists... [2021-02-16T06:14:57.972Z] Building dependency tree... [2021-02-16T06:14:57.972Z] Reading state information... [2021-02-16T06:14:57.972Z] The following NEW packages will be installed: [2021-02-16T06:14:57.972Z] apt-transport-https [2021-02-16T06:14:58.231Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-16T06:14:58.231Z] Need to get 1696 B of archives. [2021-02-16T06:14:58.231Z] After this operation, 153 kB of additional disk space will be used. [2021-02-16T06:14:58.231Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-16T06:14:58.491Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-16T06:14:58.491Z] Fetched 1696 B in 0s (8446 B/s) [2021-02-16T06:14:58.491Z] Selecting previously unselected package apt-transport-https. [2021-02-16T06:14:58.491Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-16T06:14:58.491Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-16T06:14:58.491Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-16T06:14:58.491Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-16T06:14:58.753Z] Waiting for network to be ready... [2021-02-16T06:15:04.057Z] 2021-02-16T06:15:02Z INFO Waiting for automatic snapd restart... [2021-02-16T06:15:04.057Z] snapd 2.48.2.1 from Canonical* installed [2021-02-16T06:15:04.317Z] "snapd" switched to the "latest/stable" channel [2021-02-16T06:15:04.317Z] [2021-02-16T06:15:07.642Z] core18 20210128 from Canonical* installed [2021-02-16T06:15:07.909Z] "core18" switched to the "latest/stable" channel [2021-02-16T06:15:07.909Z] [2021-02-16T06:15:12.123Z] snapcraft 4.5.1 from Canonical* installed [2021-02-16T06:15:12.398Z] "snapcraft" switched to the "latest/stable" channel [2021-02-16T06:15:12.398Z] [2021-02-16T06:15:15.697Z] 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-16T06:15:15.697Z] - README.md [2021-02-16T06:15:15.697Z] - snapcraft.yaml.orig [2021-02-16T06:15:15.697Z] [2021-02-16T06:15:15.697Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-16T06:15:22.270Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-16T06:15:22.270Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-16T06:15:22.270Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-16T06:15:22.270Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-16T06:15:23.652Z] Reading package lists... [2021-02-16T06:15:23.652Z] 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-16T06:15:30.224Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-16T06:15:30.224Z] Reading package lists... [2021-02-16T06:15:30.224Z] Building dependency tree... [2021-02-16T06:15:30.224Z] Reading state information... [2021-02-16T06:15:30.224Z] Suggested packages: [2021-02-16T06:15:30.224Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-16T06:15:30.224Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-16T06:15:30.224Z] Recommended packages: [2021-02-16T06:15:30.224Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-16T06:15:30.224Z] The following NEW packages will be installed: [2021-02-16T06:15:30.224Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-16T06:15:30.224Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-16T06:15:30.224Z] pkg-config zip [2021-02-16T06:15:30.224Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-16T06:15:30.224Z] Need to get 7655 kB of archives. [2021-02-16T06:15:30.224Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-16T06:15:30.224Z] 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-16T06:15:30.224Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-16T06:15:30.485Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-16T06:15:30.746Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-16T06:15:30.747Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-16T06:15:30.747Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-16T06:15:30.747Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-16T06:15:30.747Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-16T06:15:30.747Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-16T06:15:31.006Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-16T06:15:31.007Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-16T06:15:31.007Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-16T06:15:31.007Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-16T06:15:31.267Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-16T06:15:31.267Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-16T06:15:31.526Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-16T06:15:31.526Z] Fetched 7655 kB in 1s (6987 kB/s) [2021-02-16T06:15:31.526Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-16T06:15:31.526Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-16T06:15:31.526Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-16T06:15:31.526Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-16T06:15:31.787Z] Selecting previously unselected package libpsl5:amd64. [2021-02-16T06:15:31.787Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-16T06:15:31.787Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-16T06:15:31.787Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-16T06:15:31.787Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-16T06:15:31.787Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-16T06:15:32.046Z] Selecting previously unselected package librtmp1:amd64. [2021-02-16T06:15:32.046Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-16T06:15:32.046Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-16T06:15:32.046Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-16T06:15:32.046Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-16T06:15:32.046Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-16T06:15:32.306Z] Selecting previously unselected package liberror-perl. [2021-02-16T06:15:32.306Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-16T06:15:32.306Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-16T06:15:32.306Z] Selecting previously unselected package git-man. [2021-02-16T06:15:32.306Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-16T06:15:32.306Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-16T06:15:32.566Z] Selecting previously unselected package git. [2021-02-16T06:15:32.566Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-16T06:15:32.566Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-16T06:15:33.504Z] Selecting previously unselected package libnorm1:amd64. [2021-02-16T06:15:33.504Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-16T06:15:33.504Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-16T06:15:33.504Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-16T06:15:33.504Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-16T06:15:33.504Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-16T06:15:33.763Z] Selecting previously unselected package libsodium23:amd64. [2021-02-16T06:15:33.763Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-16T06:15:33.763Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-16T06:15:33.763Z] Selecting previously unselected package libzmq5:amd64. [2021-02-16T06:15:33.763Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-16T06:15:33.763Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-16T06:15:34.037Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-16T06:15:34.037Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-16T06:15:34.037Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-16T06:15:34.037Z] Selecting previously unselected package pkg-config. [2021-02-16T06:15:34.037Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-16T06:15:34.037Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-16T06:15:34.298Z] Selecting previously unselected package zip. [2021-02-16T06:15:34.298Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-16T06:15:34.298Z] Unpacking zip (3.0-11build1) ... [2021-02-16T06:15:34.298Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-16T06:15:34.298Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-16T06:15:34.298Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-16T06:15:34.298Z] Setting up liberror-perl (0.17025-1) ... [2021-02-16T06:15:34.557Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-16T06:15:34.557Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-16T06:15:34.557Z] No schema files found: doing nothing. [2021-02-16T06:15:34.557Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-16T06:15:34.557Z] Setting up zip (3.0-11build1) ... [2021-02-16T06:15:34.557Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-16T06:15:34.557Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-16T06:15:34.557Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-16T06:15:34.819Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-16T06:15:34.819Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-16T06:15:34.819Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-16T06:15:34.819Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-16T06:15:34.819Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-16T06:15:41.399Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-16T06:15:41.399Z] git set to automatically installed. [2021-02-16T06:15:41.399Z] git-man set to automatically installed. [2021-02-16T06:15:41.399Z] libcurl3-gnutls set to automatically installed. [2021-02-16T06:15:41.399Z] liberror-perl set to automatically installed. [2021-02-16T06:15:41.399Z] libglib2.0-0 set to automatically installed. [2021-02-16T06:15:41.399Z] libnghttp2-14 set to automatically installed. [2021-02-16T06:15:41.399Z] libnorm1 set to automatically installed. [2021-02-16T06:15:41.399Z] libpgm-5.2-0 set to automatically installed. [2021-02-16T06:15:41.399Z] libpsl5 set to automatically installed. [2021-02-16T06:15:41.399Z] librtmp1 set to automatically installed. [2021-02-16T06:15:41.399Z] libsodium23 set to automatically installed. [2021-02-16T06:15:41.399Z] libzmq3-dev set to automatically installed. [2021-02-16T06:15:41.399Z] libzmq5 set to automatically installed. [2021-02-16T06:15:41.399Z] pkg-config set to automatically installed. [2021-02-16T06:15:41.399Z] zip set to automatically installed. [2021-02-16T06:15:42.920Z] snapd is not logged in, snap install commands will use sudo [2021-02-16T06:15:49.503Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-16T06:15:50.073Z] snap "core18" has no updates available [2021-02-16T06:15:51.013Z] Pulling config-common [2021-02-16T06:15:51.013Z] + snapcraftctl pull [2021-02-16T06:15:51.953Z] Pulling go-build-helper [2021-02-16T06:15:51.953Z] + snapcraftctl pull [2021-02-16T06:16:09.272Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-16T06:16:09.272Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-16T06:16:09.272Z] ---> 6ce5f8e8d498 [2021-02-16T06:16:09.272Z] Step 3/22 : WORKDIR /edgex-go [2021-02-16T06:16:09.272Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-16T06:16:09.272Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-16T06:16:09.272Z] ---> 6ce5f8e8d498 [2021-02-16T06:16:09.272Z] Step 3/24 : WORKDIR /edgex-go [2021-02-16T06:16:09.272Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-16T06:16:09.272Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-16T06:16:09.272Z] ---> 6ce5f8e8d498 [2021-02-16T06:16:09.272Z] Step 3/26 : WORKDIR /edgex-go [2021-02-16T06:16:09.272Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-16T06:16:09.272Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-16T06:16:09.272Z] ---> 6ce5f8e8d498 [2021-02-16T06:16:09.272Z] Step 3/30 : WORKDIR /edgex-go [2021-02-16T06:16:09.272Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-16T06:16:09.272Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-16T06:16:09.272Z] ---> 6ce5f8e8d498 [2021-02-16T06:16:09.272Z] Step 3/23 : WORKDIR /edgex-go [2021-02-16T06:16:09.272Z] ---> Running in 68c4a5ab9600 [2021-02-16T06:16:09.272Z] ---> Running in c9fa4f8b120e [2021-02-16T06:16:09.272Z] ---> Running in 855b5531a14f [2021-02-16T06:16:09.272Z] ---> Running in cc08bbff4577 [2021-02-16T06:16:09.272Z] ---> Running in 5afe0036b55f [2021-02-16T06:16:09.272Z] Removing intermediate container 68c4a5ab9600 [2021-02-16T06:16:09.272Z] ---> 9de53d627a9c [2021-02-16T06:16:09.272Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-16T06:16:09.272Z] Removing intermediate container cc08bbff4577 [2021-02-16T06:16:09.272Z] ---> 7147225c8a8c [2021-02-16T06:16:09.272Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-16T06:16:09.272Z] Removing intermediate container c9fa4f8b120e [2021-02-16T06:16:09.272Z] ---> 74735ee407e6 [2021-02-16T06:16:09.272Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-16T06:16:09.272Z] Removing intermediate container 855b5531a14f [2021-02-16T06:16:09.272Z] ---> 8f2771d8383e [2021-02-16T06:16:09.272Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-16T06:16:09.272Z] Removing intermediate container 5afe0036b55f [2021-02-16T06:16:09.272Z] ---> 1b87ffe7f7cc [2021-02-16T06:16:09.272Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-16T06:16:09.272Z] ---> Running in 7febef1cb795 [2021-02-16T06:16:09.272Z] ---> Running in a15eb3b02b40 [2021-02-16T06:16:09.272Z] ---> Running in e69fb1a3f48e [2021-02-16T06:16:09.272Z] ---> Running in a2f0d3647bb6 [2021-02-16T06:16:09.272Z] ---> Running in f6ed323f3133 [2021-02-16T06:16:09.272Z] Removing intermediate container a15eb3b02b40 [2021-02-16T06:16:09.272Z] ---> ac713b9cc0df [2021-02-16T06:16:09.272Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-16T06:16:09.272Z] ---> Running in b257ab902ec8 [2021-02-16T06:16:09.272Z] Removing intermediate container 7febef1cb795 [2021-02-16T06:16:09.272Z] ---> adeab9e7b21a [2021-02-16T06:16:09.272Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-16T06:16:09.272Z] Removing intermediate container e69fb1a3f48e [2021-02-16T06:16:09.272Z] ---> 5b6485858c98 [2021-02-16T06:16:09.272Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-16T06:16:09.272Z] Removing intermediate container a2f0d3647bb6 [2021-02-16T06:16:09.272Z] ---> cea0ae7e9366 [2021-02-16T06:16:09.272Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-16T06:16:09.272Z] Removing intermediate container f6ed323f3133 [2021-02-16T06:16:09.272Z] ---> a13438cce3da [2021-02-16T06:16:09.272Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-16T06:16:09.272Z] ---> Running in 920804109e20 [2021-02-16T06:16:09.272Z] ---> Running in 0ee95a9b0acb [2021-02-16T06:16:09.272Z] ---> Running in db6bbe2cc3b0 [2021-02-16T06:16:09.272Z] ---> Running in 67f525cbace2 [2021-02-16T06:16:09.272Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-16T06:16:09.272Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-16T06:16:09.545Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-16T06:16:09.545Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-16T06:16:09.545Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-16T06:16:09.832Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-16T06:16:10.114Z] OK: 217 MiB in 51 packages [2021-02-16T06:16:10.114Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-16T06:16:10.388Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-16T06:16:10.388Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-16T06:16:10.388Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-16T06:16:10.986Z] OK: 217 MiB in 51 packages [2021-02-16T06:16:10.986Z] OK: 217 MiB in 51 packages [2021-02-16T06:16:11.266Z] OK: 217 MiB in 51 packages [2021-02-16T06:16:11.266Z] OK: 217 MiB in 51 packages [2021-02-16T06:16:11.544Z] Removing intermediate container b257ab902ec8 [2021-02-16T06:16:11.544Z] ---> 4ad8ae38e766 [2021-02-16T06:16:11.544Z] Step 6/30 : COPY go.mod . [2021-02-16T06:16:12.524Z] Removing intermediate container 920804109e20 [2021-02-16T06:16:12.524Z] ---> 9e8bc8744f2d [2021-02-16T06:16:12.524Z] Step 6/23 : COPY go.mod . [2021-02-16T06:16:12.524Z] ---> ff1951b16b29 [2021-02-16T06:16:12.524Z] Step 7/30 : RUN go mod download [2021-02-16T06:16:12.797Z] Removing intermediate container 67f525cbace2 [2021-02-16T06:16:12.797Z] ---> aad76656836e [2021-02-16T06:16:12.797Z] Step 6/22 : COPY go.mod . [2021-02-16T06:16:12.797Z] ---> Running in d29684954f93 [2021-02-16T06:16:13.394Z] Removing intermediate container 0ee95a9b0acb [2021-02-16T06:16:13.395Z] ---> 73fd43e0e7dc [2021-02-16T06:16:13.395Z] Step 6/26 : COPY go.mod . [2021-02-16T06:16:13.395Z] Removing intermediate container db6bbe2cc3b0 [2021-02-16T06:16:13.395Z] ---> 198fff24b28c [2021-02-16T06:16:13.395Z] Step 6/24 : COPY go.mod . [2021-02-16T06:16:13.668Z] ---> aeb9476795b4 [2021-02-16T06:16:13.668Z] Step 7/23 : RUN go mod download [2021-02-16T06:16:13.668Z] ---> Running in 8cec4b1b20bc [2021-02-16T06:16:13.942Z] ---> d6d65374d7f5 [2021-02-16T06:16:13.942Z] Step 7/22 : RUN go mod download [2021-02-16T06:16:14.217Z] ---> Running in ee53fbcd2a88 [2021-02-16T06:16:14.496Z] ---> c51fe6eb837c [2021-02-16T06:16:14.496Z] Step 7/26 : RUN go mod download [2021-02-16T06:16:14.496Z] ---> f5de908871c4 [2021-02-16T06:16:14.496Z] Step 7/24 : RUN go mod download [2021-02-16T06:16:14.496Z] ---> Running in 05647b3fe57a [2021-02-16T06:16:15.093Z] ---> Running in d5cf48cfedf6 [2021-02-16T06:16:17.735Z] Removing intermediate container d29684954f93 [2021-02-16T06:16:17.735Z] ---> 8c3bde62bafd [2021-02-16T06:16:17.735Z] Step 8/30 : COPY . . [2021-02-16T06:16:18.010Z] Removing intermediate container 8cec4b1b20bc [2021-02-16T06:16:18.010Z] ---> b95126116c6f [2021-02-16T06:16:18.010Z] Step 8/23 : COPY . . [2021-02-16T06:16:18.516Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-16T06:16:18.516Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-16T06:16:18.516Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] [2021-02-16T06:16:18.516Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-16T06:16:18.516Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-16T06:16:18.516Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-16T06:16:18.516Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-16T06:16:18.516Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-16T06:16:18.516Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-02-16T06:16:18.516Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-16T06:16:18.516Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-16T06:16:18.516Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-16T06:16:18.516Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-16T06:16:18.516Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-16T06:16:18.516Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-16T06:16:18.516Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-16T06:16:18.516Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-16T06:16:18.516Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-16T06:16:18.516Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-16T06:16:18.516Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1884 kB] [2021-02-16T06:16:18.516Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-16T06:16:18.516Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-16T06:16:18.516Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-16T06:16:18.516Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-16T06:16:18.516Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-16T06:16:18.516Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] [2021-02-16T06:16:18.516Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-16T06:16:18.516Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-16T06:16:18.516Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-16T06:16:18.516Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-16T06:16:18.516Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-16T06:16:18.516Z] Fetched 279 kB in 0s (0 B/s) [2021-02-16T06:16:18.516Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-16T06:16:18.516Z] Fetched 122 kB in 0s (0 B/s) [2021-02-16T06:16:18.516Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-16T06:16:18.516Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-16T06:16:18.516Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-16T06:16:18.516Z] Fetched 8848 B in 0s (0 B/s) [2021-02-16T06:16:18.516Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-16T06:16:18.516Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-16T06:16:18.516Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-16T06:16:18.516Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-16T06:16:18.516Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-16T06:16:18.516Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-16T06:16:18.516Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-16T06:16:18.516Z] Fetched 214 kB in 0s (0 B/s) [2021-02-16T06:16:18.516Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] [2021-02-16T06:16:18.516Z] Fetched 155 kB in 0s (0 B/s) [2021-02-16T06:16:18.516Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-16T06:16:18.516Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-16T06:16:18.516Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-16T06:16:18.516Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-16T06:16:18.516Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-16T06:16:18.516Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-16T06:16:18.516Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-16T06:16:18.516Z] Fetched 499 kB in 0s (0 B/s) [2021-02-16T06:16:18.516Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-16T06:16:18.516Z] Fetched 111 kB in 0s (0 B/s) [2021-02-16T06:16:18.516Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-16T06:16:18.516Z] Fetched 240 kB in 0s (0 B/s) [2021-02-16T06:16:18.516Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-16T06:16:18.516Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-16T06:16:18.516Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-16T06:16:18.516Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-16T06:16:18.516Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-16T06:16:18.516Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-16T06:16:18.516Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-16T06:16:18.516Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-16T06:16:18.516Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-16T06:16:18.516Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-16T06:16:18.516Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-16T06:16:18.516Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-16T06:16:18.516Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] [2021-02-16T06:16:18.516Z] Fetched 16.6 kB in 0s (0 B/s) [2021-02-16T06:16:18.516Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-16T06:16:18.516Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-16T06:16:18.516Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-16T06:16:18.516Z] Fetched 8720 B in 0s (0 B/s) [2021-02-16T06:16:18.516Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-16T06:16:18.516Z] Fetched 137 kB in 0s (0 B/s) [2021-02-16T06:16:18.516Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-16T06:16:18.516Z] Fetched 119 kB in 0s (0 B/s) [2021-02-16T06:16:18.516Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-16T06:16:18.516Z] Fetched 109 kB in 0s (0 B/s) [2021-02-16T06:16:18.516Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-16T06:16:18.516Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-16T06:16:18.516Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-16T06:16:18.516Z] Fetched 645 kB in 0s (0 B/s) [2021-02-16T06:16:18.516Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-16T06:16:18.516Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-16T06:16:18.516Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-16T06:16:18.516Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-16T06:16:18.516Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-16T06:16:18.516Z] Fetched 368 kB in 0s (0 B/s) [2021-02-16T06:16:18.516Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-16T06:16:18.516Z] Fetched 187 kB in 0s (0 B/s) [2021-02-16T06:16:18.516Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-16T06:16:18.516Z] Fetched 175 kB in 0s (0 B/s) [2021-02-16T06:16:18.516Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-16T06:16:18.516Z] Fetched 206 kB in 0s (0 B/s) [2021-02-16T06:16:18.516Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-16T06:16:18.516Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-16T06:16:18.516Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-16T06:16:18.516Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-16T06:16:18.516Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-16T06:16:18.516Z] Fetched 159 kB in 0s (0 B/s) [2021-02-16T06:16:18.516Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-16T06:16:18.516Z] Fetched 107 kB in 0s (0 B/s) [2021-02-16T06:16:18.516Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-16T06:16:18.516Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-16T06:16:18.516Z] Pulling static-packages [2021-02-16T06:16:18.516Z] + snapcraftctl pull [2021-02-16T06:16:18.778Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-02-16T06:16:18.778Z] Skipping pull go-build-helper (already ran) [2021-02-16T06:16:18.778Z] Skipping pull static-packages (already ran) [2021-02-16T06:16:18.778Z] Building go-build-helper [2021-02-16T06:16:18.778Z] + snapcraftctl build [2021-02-16T06:16:19.012Z] Removing intermediate container ee53fbcd2a88 [2021-02-16T06:16:19.012Z] ---> 0da964291bf3 [2021-02-16T06:16:19.012Z] Step 8/22 : COPY . . [2021-02-16T06:16:21.648Z] Removing intermediate container 05647b3fe57a [2021-02-16T06:16:21.648Z] ---> 47f3299ba509 [2021-02-16T06:16:21.648Z] Step 8/26 : COPY . . [2021-02-16T06:16:21.648Z] Removing intermediate container d5cf48cfedf6 [2021-02-16T06:16:21.648Z] ---> 60eaa0394926 [2021-02-16T06:16:21.648Z] Step 8/24 : COPY . . [2021-02-16T06:16:22.980Z] Building static-packages [2021-02-16T06:16:22.980Z] + snapcraftctl build [2021-02-16T06:16:24.890Z] Staging go-build-helper [2021-02-16T06:16:24.890Z] + snapcraftctl stage [2021-02-16T06:16:25.829Z] Staging static-packages [2021-02-16T06:16:25.829Z] + snapcraftctl stage [2021-02-16T06:16:27.210Z] Pulling go115 [2021-02-16T06:16:27.210Z] + snapcraftctl pull [2021-02-16T06:16:28.150Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-16T06:16:28.150Z] Skipping pull go115 (already ran) [2021-02-16T06:16:28.150Z] Building go115 [2021-02-16T06:16:28.150Z] + dpkg --print-architecture [2021-02-16T06:16:28.150Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-02-16T06:16:28.150Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-02-16T06:16:28.150Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-02-16T06:16:28.150Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-16T06:16:28.150Z] Dload Upload Total Spent Left Speed [2021-02-16T06:16:31.482Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 26 115M 26 30.6M 0 0 28.5M 0 0:00:04 0:00:01 0:00:03 28.5M 61 115M 61 71.2M 0 0 34.3M 0 0:00:03 0:00:02 0:00:01 34.3M 94 115M 94 108M 0 0 35.3M 0 0:00:03 0:00:03 --:--:-- 35.3M 100 115M 100 115M 0 0 35.2M 0 0:00:03 0:00:03 --:--:-- 35.1M [2021-02-16T06:16:31.482Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-02-16T06:16:31.482Z] + sha256sum -c sha256 [2021-02-16T06:16:31.482Z] + grep OK [2021-02-16T06:16:32.422Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-16T06:16:32.422Z] + mkdir -p /root/stage/go1.15 [2021-02-16T06:16:32.422Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-02-16T06:16:36.619Z] Staging go115 [2021-02-16T06:16:36.619Z] + snapcraftctl stage [2021-02-16T06:16:43.196Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-16T06:16:43.196Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-16T06:16:43.196Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-16T06:16:43.196Z] Fetched 0 B in 0s (0 B/s) [2021-02-16T06:16:43.196Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-16T06:16:43.196Z] Fetched 224 kB in 0s (0 B/s) [2021-02-16T06:16:43.196Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-16T06:16:43.196Z] Fetched 157 kB in 0s (0 B/s) [2021-02-16T06:16:43.196Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-16T06:16:43.196Z] Fetched 221 kB in 0s (0 B/s) [2021-02-16T06:16:43.196Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-16T06:16:43.196Z] Fetched 143 kB in 0s (0 B/s) [2021-02-16T06:16:43.196Z] Pulling edgex-go [2021-02-16T06:16:43.196Z] + snapcraftctl pull [2021-02-16T06:16:44.133Z] Pulling version [2021-02-16T06:16:44.133Z] + cd /root/project [2021-02-16T06:16:44.133Z] + [ -f VERSION ] [2021-02-16T06:16:44.133Z] + PROJECT_VERSION=local-dev [2021-02-16T06:16:44.133Z] + git rev-parse --short HEAD [2021-02-16T06:16:44.133Z] + GIT_REVISION=6f626cc4 [2021-02-16T06:16:44.133Z] + snapcraftctl set-version local-dev [2021-02-16T06:16:45.522Z] Building config-common [2021-02-16T06:16:45.522Z] + snapcraftctl build [2021-02-16T06:16:48.077Z] Skipping build go-build-helper (already ran) [2021-02-16T06:16:48.077Z] Skipping build static-packages (already ran) [2021-02-16T06:16:48.077Z] Skipping build go115 (already ran) [2021-02-16T06:16:48.077Z] Building edgex-go [2021-02-16T06:16:48.077Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin [2021-02-16T06:16:48.077Z] + cd /root/parts/edgex-go/src [2021-02-16T06:16:48.077Z] + make build [2021-02-16T06:16:48.077Z] 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-16T06:16:48.482Z] ---> 3fb87849cdee [2021-02-16T06:16:48.482Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-16T06:16:48.482Z] ---> 878228873c28 [2021-02-16T06:16:48.482Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-16T06:16:48.482Z] ---> 72522a334ed4 [2021-02-16T06:16:48.482Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-16T06:16:48.482Z] ---> 613168712a37 [2021-02-16T06:16:48.482Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-16T06:16:48.482Z] ---> 9ed3d7c4533b [2021-02-16T06:16:48.482Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-16T06:16:48.482Z] ---> Running in 3c3dbc8101d2 [2021-02-16T06:16:48.482Z] ---> Running in 00733d0e67c2 [2021-02-16T06:16:48.482Z] ---> Running in 3b2f7cee2316 [2021-02-16T06:16:48.482Z] ---> Running in a762f7401013 [2021-02-16T06:16:48.482Z] ---> Running in b72d3b7a3149 [2021-02-16T06:16:48.482Z] 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-16T06:16:48.482Z] 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-16T06:16:48.482Z] 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-16T06:16:48.482Z] 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-16T06:16:48.482Z] 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-16T06:16:49.989Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-16T06:16:49.989Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 [2021-02-16T06:16:49.989Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-16T06:16:49.989Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.34 [2021-02-16T06:16:49.989Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 [2021-02-16T06:16:49.989Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-16T06:16:49.989Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-16T06:16:49.989Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.6 [2021-02-16T06:16:49.989Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-16T06:16:49.989Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-16T06:16:49.989Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-16T06:16:49.989Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-16T06:16:49.989Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-16T06:16:49.989Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-16T06:16:49.989Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-16T06:16:49.989Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-16T06:16:49.989Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-16T06:16:49.989Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-16T06:16:49.989Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-16T06:16:49.989Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-16T06:16:49.989Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-16T06:16:49.990Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-16T06:16:49.990Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-16T06:16:49.990Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-16T06:16:49.990Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-16T06:16:49.990Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-16T06:16:49.990Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-16T06:16:49.990Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-16T06:16:49.990Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-16T06:16:49.990Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-16T06:16:49.990Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-16T06:16:49.990Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-16T06:16:49.990Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-16T06:16:50.248Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-16T06:16:50.248Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-16T06:16:50.248Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-16T06:16:50.248Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-16T06:16:50.507Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-16T06:16:50.507Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-16T06:16:58.639Z] 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-16T06:16:58.639Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-16T06:17:03.929Z] 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-16T06:17:04.498Z] 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-16T06:17:05.878Z] 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-16T06:17:06.138Z] 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-16T06:17:06.138Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-16T06:17:06.398Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-16T06:17:06.398Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-16T06:17:06.398Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-16T06:17:08.312Z] 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-16T06:17:08.312Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-16T06:17:08.312Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-16T06:17:09.693Z] 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-16T06:17:10.271Z] 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-16T06:17:10.271Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-16T06:17:11.650Z] 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-16T06:17:12.601Z] 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-16T06:17:12.601Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-16T06:17:13.541Z] 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-16T06:17:13.541Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-16T06:17:15.451Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-02-16T06:17:15.451Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-02-16T06:17:15.451Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-02-16T06:17:15.451Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-02-16T06:17:15.451Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-02-16T06:17:15.451Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-02-16T06:17:15.451Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-02-16T06:17:15.451Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-02-16T06:17:15.451Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-02-16T06:17:15.451Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-02-16T06:17:15.451Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-02-16T06:17:15.451Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-02-16T06:17:15.451Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-02-16T06:17:15.451Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-02-16T06:17:15.451Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-02-16T06:17:15.451Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-02-16T06:17:15.451Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-02-16T06:17:15.451Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-02-16T06:17:15.451Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-02-16T06:17:15.451Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-02-16T06:17:15.451Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-02-16T06:17:15.451Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-02-16T06:17:15.451Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-02-16T06:17:15.451Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-02-16T06:17:15.451Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-02-16T06:17:16.832Z] Building version [2021-02-16T06:17:16.832Z] + snapcraftctl build [2021-02-16T06:17:19.371Z] Staging config-common [2021-02-16T06:17:19.371Z] + snapcraftctl stage [2021-02-16T06:17:20.313Z] Skipping stage go-build-helper (already ran) [2021-02-16T06:17:20.313Z] Skipping stage static-packages (already ran) [2021-02-16T06:17:20.313Z] Skipping stage go115 (already ran) [2021-02-16T06:17:20.313Z] Staging edgex-go [2021-02-16T06:17:20.313Z] + snapcraftctl stage [2021-02-16T06:17:21.254Z] Staging version [2021-02-16T06:17:21.254Z] + snapcraftctl stage [2021-02-16T06:17:22.194Z] Priming config-common [2021-02-16T06:17:22.194Z] + snapcraftctl prime [2021-02-16T06:17:23.582Z] Priming go-build-helper [2021-02-16T06:17:23.582Z] + snapcraftctl prime [2021-02-16T06:17:24.522Z] Priming static-packages [2021-02-16T06:17:24.522Z] + snapcraftctl prime [2021-02-16T06:17:27.060Z] Priming go115 [2021-02-16T06:17:27.060Z] + snapcraftctl prime [2021-02-16T06:17:27.639Z] Priming edgex-go [2021-02-16T06:17:27.639Z] + snapcraftctl prime [2021-02-16T06:17:29.142Z] Priming version [2021-02-16T06:17:29.142Z] + snapcraftctl prime [2021-02-16T06:17:30.118Z] 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-16T06:18:10.352Z] 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-16T06:18:25.488Z] Removing intermediate container a762f7401013 [2021-02-16T06:18:25.488Z] ---> 8b456e9eea80 [2021-02-16T06:18:25.488Z] [2021-02-16T06:18:25.488Z] Step 10/24 : FROM alpine:3.12 [2021-02-16T06:18:25.488Z] Removing intermediate container 00733d0e67c2 [2021-02-16T06:18:25.488Z] ---> 77dfac829784 [2021-02-16T06:18:25.488Z] [2021-02-16T06:18:25.488Z] Step 10/30 : FROM alpine:3.12 [2021-02-16T06:18:25.488Z] 3.12: Pulling from library/alpine [2021-02-16T06:18:25.488Z] 3.12: Pulling from library/alpine [2021-02-16T06:18:25.488Z] Removing intermediate container b72d3b7a3149 [2021-02-16T06:18:25.488Z] ---> 162cbcd34ee0 [2021-02-16T06:18:25.488Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-16T06:18:25.488Z] ---> Running in 5d4f64dc3875 [2021-02-16T06:18:25.488Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-16T06:18:25.488Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-16T06:18:25.488Z] Status: Downloaded newer image for alpine:3.12 [2021-02-16T06:18:25.488Z] ---> afeebe901d6b [2021-02-16T06:18:25.488Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-16T06:18:25.488Z] Status: Downloaded newer image for alpine:3.12 [2021-02-16T06:18:25.488Z] ---> afeebe901d6b [2021-02-16T06:18:25.488Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-16T06:18:25.789Z] 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-16T06:18:26.066Z] ---> Running in ecf4de5ee73d [2021-02-16T06:18:26.066Z] ---> Running in 2dc219f98b67 [2021-02-16T06:18:26.674Z] Removing intermediate container 2dc219f98b67 [2021-02-16T06:18:26.674Z] ---> e227d6b34c23 [2021-02-16T06:18:26.674Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-16T06:18:26.961Z] ---> Running in c17adda68263 [2021-02-16T06:18:28.414Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-16T06:18:28.692Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-16T06:18:29.301Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-16T06:18:29.301Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-16T06:18:29.580Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-16T06:18:29.581Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-16T06:18:29.581Z] (4/5) Installing curl (7.69.1-r3) [2021-02-16T06:18:29.581Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-16T06:18:29.581Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-16T06:18:29.581Z] Executing busybox-1.31.1-r19.trigger [2021-02-16T06:18:29.581Z] Executing ca-certificates-20191127-r4.trigger [2021-02-16T06:18:29.866Z] OK: 7 MiB in 19 packages [2021-02-16T06:18:30.162Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-16T06:18:30.162Z] (2/2) Installing su-exec (0.2-r1) [2021-02-16T06:18:30.162Z] Executing busybox-1.31.1-r19.trigger [2021-02-16T06:18:30.162Z] OK: 5 MiB in 16 packages [2021-02-16T06:18:32.151Z] Removing intermediate container 5d4f64dc3875 [2021-02-16T06:18:32.151Z] ---> cd7e65a4cedf [2021-02-16T06:18:32.151Z] [2021-02-16T06:18:32.151Z] Step 11/26 : FROM docker:20.10.0 [2021-02-16T06:18:32.151Z] 20.10.0: Pulling from library/docker [2021-02-16T06:18:32.151Z] Removing intermediate container 3b2f7cee2316 [2021-02-16T06:18:32.151Z] ---> 88f8f4e1fdb7 [2021-02-16T06:18:32.151Z] [2021-02-16T06:18:32.151Z] Step 10/22 : FROM alpine:3.12 [2021-02-16T06:18:32.151Z] ---> afeebe901d6b [2021-02-16T06:18:32.151Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-16T06:18:32.429Z] ---> Running in 52385da5fce0 [2021-02-16T06:18:32.429Z] Removing intermediate container c17adda68263 [2021-02-16T06:18:32.429Z] ---> 17bddf136800 [2021-02-16T06:18:32.429Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-16T06:18:32.703Z] Removing intermediate container ecf4de5ee73d [2021-02-16T06:18:32.704Z] ---> 408df73d4d45 [2021-02-16T06:18:32.704Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-16T06:18:33.710Z] ---> Running in c3ea7c54d96f [2021-02-16T06:18:33.710Z] ---> Running in bf3c98bdf6bd [2021-02-16T06:18:35.149Z] Removing intermediate container c3ea7c54d96f [2021-02-16T06:18:35.149Z] ---> 59ff7201ace3 [2021-02-16T06:18:35.149Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-16T06:18:35.149Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-16T06:18:35.149Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-16T06:18:35.759Z] Removing intermediate container bf3c98bdf6bd [2021-02-16T06:18:35.759Z] ---> 071789df973d [2021-02-16T06:18:35.759Z] Step 13/24 : WORKDIR / [2021-02-16T06:18:35.759Z] ---> Running in 9bdef28f55db [2021-02-16T06:18:35.759Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-16T06:18:35.759Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-16T06:18:35.759Z] Executing busybox-1.31.1-r19.trigger [2021-02-16T06:18:35.759Z] Executing ca-certificates-20191127-r4.trigger [2021-02-16T06:18:36.043Z] ---> Running in ec85bfe4724d [2021-02-16T06:18:36.043Z] OK: 6 MiB in 16 packages [2021-02-16T06:18:36.645Z] Removing intermediate container 9bdef28f55db [2021-02-16T06:18:36.645Z] ---> 191d8e6b0e52 [2021-02-16T06:18:36.645Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-16T06:18:37.242Z] Removing intermediate container ec85bfe4724d [2021-02-16T06:18:37.242Z] ---> 896226841da6 [2021-02-16T06:18:37.242Z] 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-16T06:18:37.517Z] ---> Running in 67403b222b7b [2021-02-16T06:18:38.967Z] ---> 5f27b3723e06 [2021-02-16T06:18:38.967Z] 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-16T06:18:39.563Z] Removing intermediate container 52385da5fce0 [2021-02-16T06:18:39.563Z] ---> dd614e9e921f [2021-02-16T06:18:39.563Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-16T06:18:39.838Z] ---> Running in a7d359faf916 [2021-02-16T06:18:40.111Z] Removing intermediate container 3c3dbc8101d2 [2021-02-16T06:18:40.111Z] ---> 94d2ab9339a7 [2021-02-16T06:18:40.111Z] [2021-02-16T06:18:40.111Z] Step 10/23 : FROM alpine:3.12 [2021-02-16T06:18:40.111Z] ---> afeebe901d6b [2021-02-16T06:18:40.111Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-16T06:18:41.106Z] ---> Running in 83d90fc3ed8a [2021-02-16T06:18:41.106Z] ---> 6fa2385bde62 [2021-02-16T06:18:41.106Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-16T06:18:41.383Z] Removing intermediate container a7d359faf916 [2021-02-16T06:18:41.383Z] ---> ed392f870f9d [2021-02-16T06:18:41.383Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-16T06:18:41.656Z] Removing intermediate container 67403b222b7b [2021-02-16T06:18:41.656Z] ---> e9ce1008ddbd [2021-02-16T06:18:41.656Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-16T06:18:41.930Z] ---> Running in e02190b70a49 [2021-02-16T06:18:42.212Z] ---> Running in 8db15d7e5b06 [2021-02-16T06:18:42.490Z] ---> fed78825f1f5 [2021-02-16T06:18:42.490Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-16T06:18:42.763Z] Removing intermediate container e02190b70a49 [2021-02-16T06:18:42.763Z] ---> 37d66addcd27 [2021-02-16T06:18:42.763Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-16T06:18:43.046Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-16T06:18:43.343Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-16T06:18:43.343Z] ---> Running in 02bfdb154988 [2021-02-16T06:18:43.343Z] Removing intermediate container 8db15d7e5b06 [2021-02-16T06:18:43.343Z] ---> 85ad33614c52 [2021-02-16T06:18:43.343Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-16T06:18:44.135Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-16T06:18:44.135Z] Executing busybox-1.31.1-r19.trigger [2021-02-16T06:18:44.135Z] OK: 5 MiB in 15 packages [2021-02-16T06:18:44.767Z] Removing intermediate container 02bfdb154988 [2021-02-16T06:18:44.767Z] ---> 640363027c6c [2021-02-16T06:18:44.767Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-16T06:18:44.767Z] ---> 1d03b141fe3a [2021-02-16T06:18:44.767Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-16T06:18:45.058Z] ---> 665f8174a1e6 [2021-02-16T06:18:45.058Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-16T06:18:45.409Z] ---> Running in bc313484fb3b [2021-02-16T06:18:46.899Z] Removing intermediate container 83d90fc3ed8a [2021-02-16T06:18:46.899Z] ---> a5faf0c5fc54 [2021-02-16T06:18:46.899Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-16T06:18:46.899Z] ---> 516af6496141 [2021-02-16T06:18:46.899Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-16T06:18:46.899Z] ---> Running in 630cd2a8ef9d [2021-02-16T06:18:47.185Z] ---> 9fc850cf17fa [2021-02-16T06:18:47.185Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-16T06:18:47.789Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-16T06:18:47.789Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-16T06:18:47.789Z] ---> eeaf43b92773 [2021-02-16T06:18:47.789Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-16T06:18:48.063Z] Removing intermediate container 630cd2a8ef9d [2021-02-16T06:18:48.063Z] ---> 96ace7485f3a [2021-02-16T06:18:48.063Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-16T06:18:48.338Z] ---> Running in 08c9fb6ffdd1 [2021-02-16T06:18:48.338Z] ---> Running in 10e4b0d6697f [2021-02-16T06:18:48.338Z] ---> 544c18de0d00 [2021-02-16T06:18:48.617Z] 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-16T06:18:48.617Z] ---> 3d4b3d554f1c [2021-02-16T06:18:48.617Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-16T06:18:48.896Z] ---> Running in 0fa35126cbfe [2021-02-16T06:18:48.896Z] Removing intermediate container bc313484fb3b [2021-02-16T06:18:48.896Z] ---> 62db64c22f96 [2021-02-16T06:18:48.896Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-16T06:18:49.174Z] Removing intermediate container 08c9fb6ffdd1 [2021-02-16T06:18:49.174Z] ---> 8bba2584f21f [2021-02-16T06:18:49.174Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-16T06:18:49.451Z] ---> Running in 0e6871d9038a [2021-02-16T06:18:49.727Z] ---> 3e1a95f352df [2021-02-16T06:18:49.727Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-16T06:18:50.009Z] ---> Running in d2105cbb789a [2021-02-16T06:18:50.288Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-16T06:18:50.288Z] Removing intermediate container 0e6871d9038a [2021-02-16T06:18:50.288Z] ---> 50ebe502c149 [2021-02-16T06:18:50.288Z] Step 15/23 : WORKDIR / [2021-02-16T06:18:50.288Z] ---> 3c9b5ddeb672 [2021-02-16T06:18:50.288Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-16T06:18:50.288Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-16T06:18:50.564Z] ---> Running in 49c081a32081 [2021-02-16T06:18:50.843Z] Removing intermediate container d2105cbb789a [2021-02-16T06:18:50.843Z] ---> 22b10bd714a7 [2021-02-16T06:18:50.843Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-16T06:18:50.843Z] (1/2) Installing readline (8.0.4-r0) [2021-02-16T06:18:50.843Z] (2/2) Installing bash (5.0.17-r0) [2021-02-16T06:18:50.843Z] Executing bash-5.0.17-r0.post-install [2021-02-16T06:18:50.843Z] Executing busybox-1.31.1-r19.trigger [2021-02-16T06:18:51.117Z] OK: 12 MiB in 22 packages [2021-02-16T06:18:51.117Z] ---> Running in d22ea5a6b0ec [2021-02-16T06:18:51.395Z] Removing intermediate container 49c081a32081 [2021-02-16T06:18:51.395Z] ---> b3f5645eca10 [2021-02-16T06:18:51.395Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-16T06:18:51.674Z] Removing intermediate container d22ea5a6b0ec [2021-02-16T06:18:51.674Z] ---> 5c3583004abe [2021-02-16T06:18:51.674Z] Step 20/22 : LABEL arch=arm64 [2021-02-16T06:18:52.266Z] ---> Running in 026be589adb9 [2021-02-16T06:18:52.539Z] ---> e5cad5712aaf [2021-02-16T06:18:52.539Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-16T06:18:52.539Z] ---> 8c8c0104bcec [2021-02-16T06:18:52.539Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-16T06:18:52.539Z] Removing intermediate container 0fa35126cbfe [2021-02-16T06:18:52.539Z] ---> ff267cbcfa16 [2021-02-16T06:18:52.539Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-16T06:18:52.814Z] ---> Running in 3f073dd01748 [2021-02-16T06:18:53.096Z] Removing intermediate container 026be589adb9 [2021-02-16T06:18:53.096Z] ---> cca525d37922 [2021-02-16T06:18:53.096Z] Step 21/22 : LABEL git_sha=6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f [2021-02-16T06:18:53.096Z] Removing intermediate container 10e4b0d6697f [2021-02-16T06:18:53.096Z] ---> 6ceaf8c8d999 [2021-02-16T06:18:53.096Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-16T06:18:53.381Z] ---> Running in 277cf4b4123e [2021-02-16T06:18:53.381Z] ---> Running in b96d978394fc [2021-02-16T06:18:53.666Z] Removing intermediate container 3f073dd01748 [2021-02-16T06:18:53.666Z] ---> 91ecc965284e [2021-02-16T06:18:53.666Z] Step 22/24 : LABEL arch=arm64 [2021-02-16T06:18:53.941Z] ---> 01d657839cdf [2021-02-16T06:18:53.941Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-16T06:18:53.941Z] ---> Running in 782c09896e79 [2021-02-16T06:18:54.216Z] ---> 2f2ad36cf48d [2021-02-16T06:18:54.216Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-16T06:18:54.216Z] Removing intermediate container 277cf4b4123e [2021-02-16T06:18:54.216Z] ---> b4bc1956d4e2 [2021-02-16T06:18:54.216Z] Removing intermediate container b96d978394fc [2021-02-16T06:18:54.216Z] Step 14/26 : ENV APP_PORT=48090 ---> 894e72f772e3 [2021-02-16T06:18:54.216Z] [2021-02-16T06:18:54.216Z] Step 22/22 : LABEL version=0.0.0 [2021-02-16T06:18:54.498Z] ---> Running in 0f13fb7d2af7 [2021-02-16T06:18:54.498Z] ---> Running in 9aa31dbf8e61 [2021-02-16T06:18:54.780Z] Removing intermediate container 782c09896e79 [2021-02-16T06:18:54.780Z] ---> 7a704a3bd899 [2021-02-16T06:18:54.780Z] Step 23/24 : LABEL git_sha=6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f [2021-02-16T06:18:54.780Z] ---> a44a705fb6df [2021-02-16T06:18:54.780Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-16T06:18:55.055Z] ---> Running in e0593ab63e48 [2021-02-16T06:18:55.332Z] ---> Running in cfa339ee22b8 [2021-02-16T06:18:55.332Z] Removing intermediate container 0f13fb7d2af7 [2021-02-16T06:18:55.332Z] Removing intermediate container 9aa31dbf8e61 [2021-02-16T06:18:55.332Z] ---> 6030097977a3 [2021-02-16T06:18:55.332Z] [2021-02-16T06:18:55.332Z] ---> be1d8f7288dd [2021-02-16T06:18:55.332Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-16T06:18:55.332Z] ---> 4cecf98c54fb [2021-02-16T06:18:55.332Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-16T06:18:55.608Z] Removing intermediate container e0593ab63e48 [2021-02-16T06:18:55.608Z] ---> 14c569436af6 [2021-02-16T06:18:55.608Z] Step 24/24 : LABEL version=0.0.0 [2021-02-16T06:18:55.608Z] ---> Running in 0dd0baf0db76 [2021-02-16T06:18:55.608Z] ---> Running in 43e9297de588 [2021-02-16T06:18:55.917Z] ---> Running in 9a119b01f9a7 [2021-02-16T06:18:55.917Z] Successfully built 6030097977a3 [2021-02-16T06:18:55.917Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-16T06:18:55.917Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-02-16T06:18:55.917Z] Removing intermediate container cfa339ee22b8 [2021-02-16T06:18:56.206Z] ---> 01e239b5f3eb [2021-02-16T06:18:56.207Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-16T06:18:56.207Z] Removing intermediate container 0dd0baf0db76 [2021-02-16T06:18:56.207Z] ---> 629a57bd9e4b [2021-02-16T06:18:56.481Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-16T06:18:56.481Z] Removing intermediate container 43e9297de588 [2021-02-16T06:18:56.481Z] ---> 02078c645032 [2021-02-16T06:18:56.481Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-16T06:18:56.481Z] Removing intermediate container 9a119b01f9a7 [2021-02-16T06:18:56.481Z] ---> 0bad5120004c [2021-02-16T06:18:56.481Z] [2021-02-16T06:18:56.752Z] ---> Running in fddbfa11a218 [2021-02-16T06:18:57.027Z] ---> 5c4ed4b03341 [2021-02-16T06:18:57.027Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-16T06:18:57.027Z] Successfully built 0bad5120004c [2021-02-16T06:18:57.302Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-16T06:18:57.302Z] Building docker-core-data-go [2021-02-16T06:18:57.578Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 64ffd4c12b67 [2021-02-16T06:18:57.853Z] Removing intermediate container fddbfa11a218 [2021-02-16T06:18:57.853Z] ---> 9eda58a17edb [2021-02-16T06:18:57.853Z] Step 21/23 : LABEL arch=arm64 [2021-02-16T06:18:58.133Z] ---> 990b27ae79f1 [2021-02-16T06:18:58.133Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-16T06:18:58.133Z] ---> Running in b31978bda39f [2021-02-16T06:18:59.619Z] Removing intermediate container b31978bda39f [2021-02-16T06:18:59.619Z] ---> 5e435397f2ce [2021-02-16T06:18:59.619Z] Step 22/23 : LABEL git_sha=6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f [2021-02-16T06:19:00.607Z] ---> fb6e065327da [2021-02-16T06:19:00.607Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-16T06:19:00.607Z] ---> Running in 7c69d91228b8 [2021-02-16T06:19:02.593Z] ---> 8cb759cf6ca2 [2021-02-16T06:19:02.593Z] Removing intermediate container 7c69d91228b8 [2021-02-16T06:19:02.593Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-16T06:19:02.593Z] ---> f3d42fd9b5bb [2021-02-16T06:19:02.593Z] Step 23/23 : LABEL version=0.0.0 [2021-02-16T06:19:02.593Z] Removing intermediate container 64ffd4c12b67 [2021-02-16T06:19:02.593Z] ---> 35be874c65b3 [2021-02-16T06:19:02.593Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-16T06:19:02.593Z] ---> Running in df3b0fe3c59b [2021-02-16T06:19:02.593Z] ---> Running in c55a0a4f9256 [2021-02-16T06:19:03.190Z] ---> Running in d07eb112550c [2021-02-16T06:19:03.464Z] Removing intermediate container df3b0fe3c59b [2021-02-16T06:19:03.464Z] ---> 77e890b54a1c [2021-02-16T06:19:03.464Z] [2021-02-16T06:19:04.065Z] Successfully built 77e890b54a1c [2021-02-16T06:19:04.065Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-16T06:19:04.065Z] Removing intermediate container d07eb112550c [2021-02-16T06:19:04.065Z] ---> d9b40cc3c084 [2021-02-16T06:19:04.065Z]  Building docker-core-metadata-go ... done Step 27/30 : CMD ["gate"] [2021-02-16T06:19:04.065Z] Building docker-security-proxy-setup-go [2021-02-16T06:19:04.351Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-16T06:19:04.640Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-16T06:19:04.640Z] ---> Running in 8793cbdd49d0 [2021-02-16T06:19:05.242Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-16T06:19:05.242Z] (2/33) Installing expat (2.2.9-r1) [2021-02-16T06:19:05.242Z] (3/33) Installing libffi (3.3-r2) [2021-02-16T06:19:05.242Z] (4/33) Installing gdbm (1.13-r1) [2021-02-16T06:19:05.242Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-16T06:19:05.242Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-16T06:19:05.242Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-16T06:19:05.519Z] Removing intermediate container 8793cbdd49d0 [2021-02-16T06:19:05.519Z] ---> 4616ddbfd7e9 [2021-02-16T06:19:05.519Z] Step 28/30 : LABEL arch=arm64 [2021-02-16T06:19:06.957Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-16T06:19:06.957Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-16T06:19:06.957Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-16T06:19:06.957Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-16T06:19:06.957Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-16T06:19:07.230Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-16T06:19:07.230Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-16T06:19:07.230Z] ---> Running in 595dac9ea956 [2021-02-16T06:19:07.230Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-16T06:19:07.230Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-16T06:19:07.230Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-16T06:19:07.230Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-16T06:19:07.504Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-16T06:19:07.504Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-16T06:19:07.504Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-16T06:19:07.504Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-16T06:19:07.504Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-16T06:19:07.504Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-16T06:19:07.504Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-16T06:19:07.504Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-16T06:19:07.504Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-16T06:19:07.504Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-16T06:19:07.504Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-16T06:19:07.504Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-16T06:19:07.504Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-16T06:19:07.504Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-16T06:19:07.504Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-16T06:19:07.785Z] Executing busybox-1.31.1-r19.trigger [2021-02-16T06:19:07.785Z] OK: 71 MiB in 55 packages [2021-02-16T06:19:08.385Z] Removing intermediate container 595dac9ea956 [2021-02-16T06:19:08.385Z] ---> 51a6b818dd7b [2021-02-16T06:19:08.385Z] Step 29/30 : LABEL git_sha=6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f [2021-02-16T06:19:08.982Z] ---> Running in ee70d4cd1f12 [2021-02-16T06:19:09.958Z] Removing intermediate container ee70d4cd1f12 [2021-02-16T06:19:09.959Z] ---> 7099a685cccc [2021-02-16T06:19:09.959Z] Step 30/30 : LABEL version=0.0.0 [2021-02-16T06:19:10.556Z] ---> Running in ad95f500f731 [2021-02-16T06:19:11.545Z] Removing intermediate container ad95f500f731 [2021-02-16T06:19:11.545Z] ---> 18fe46e1efeb [2021-02-16T06:19:11.545Z] [2021-02-16T06:19:12.143Z] Successfully built 18fe46e1efeb [2021-02-16T06:19:12.143Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-16T06:19:12.143Z]  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go [2021-02-16T06:19:16.471Z] Removing intermediate container c55a0a4f9256 [2021-02-16T06:19:16.471Z] ---> 4f0e0bc7afd1 [2021-02-16T06:19:16.471Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-16T06:19:17.070Z] ---> Running in 6722b8571229 [2021-02-16T06:19:23.786Z] Collecting docker-compose==1.23.2 [2021-02-16T06:19:23.786Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-16T06:19:23.786Z] Collecting texttable<0.10,>=0.9.0 [2021-02-16T06:19:23.786Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-16T06:19:26.407Z] Collecting docker<4.0,>=3.6.0 [2021-02-16T06:19:26.407Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-16T06:19:27.840Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-16T06:19:27.841Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-16T06:19:28.116Z] 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-16T06:19:28.116Z] Collecting docopt<0.7,>=0.6.1 [2021-02-16T06:19:28.116Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-16T06:19:30.737Z] Collecting cached-property<2,>=1.2.0 [2021-02-16T06:19:30.737Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-16T06:19:31.336Z] Collecting jsonschema<3,>=2.5.1 [2021-02-16T06:19:31.336Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-16T06:19:32.779Z] Collecting PyYAML<4,>=3.10 [2021-02-16T06:19:32.779Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-16T06:19:36.180Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-16T06:19:36.180Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-16T06:19:38.847Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-16T06:19:38.847Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-16T06:19:39.264Z] Collecting docker-pycreds>=0.4.0 [2021-02-16T06:19:39.264Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-16T06:19:39.264Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-16T06:19:39.264Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-16T06:19:39.264Z] ---> 6ce5f8e8d498 [2021-02-16T06:19:39.264Z] Step 3/23 : WORKDIR /edgex-go [2021-02-16T06:19:39.264Z] ---> Using cache [2021-02-16T06:19:39.264Z] ---> 1b87ffe7f7cc [2021-02-16T06:19:39.264Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-16T06:19:39.264Z] ---> Using cache [2021-02-16T06:19:39.264Z] ---> a13438cce3da [2021-02-16T06:19:39.264Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-16T06:19:41.894Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-16T06:19:41.894Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-16T06:19:41.894Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-16T06:19:41.894Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-16T06:19:41.894Z] ---> 6ce5f8e8d498 [2021-02-16T06:19:41.894Z] Step 3/23 : WORKDIR /edgex-go [2021-02-16T06:19:41.894Z] ---> Using cache [2021-02-16T06:19:41.894Z] ---> 1b87ffe7f7cc [2021-02-16T06:19:41.894Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-16T06:19:41.894Z] ---> Using cache [2021-02-16T06:19:41.894Z] ---> a13438cce3da [2021-02-16T06:19:41.894Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-16T06:19:42.504Z] 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-16T06:19:42.504Z] 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-16T06:19:43.112Z] Collecting idna<2.8,>=2.5 [2021-02-16T06:19:43.112Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-16T06:19:43.709Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-16T06:19:43.709Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-16T06:19:43.709Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-16T06:19:43.709Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-16T06:19:45.173Z] Installing collected packages: texttable, websocket-client, docker-pycreds, urllib3, idna, requests, docker, docopt, cached-property, jsonschema, PyYAML, dockerpty, docker-compose [2021-02-16T06:19:45.173Z] Running setup.py install for texttable: started [2021-02-16T06:19:45.775Z] ---> Running in 8be711197990 [2021-02-16T06:19:46.052Z] ---> Running in 6e679cc4f482 [2021-02-16T06:19:47.497Z] Running setup.py install for texttable: finished with status 'done' [2021-02-16T06:19:47.787Z] Attempting uninstall: urllib3 [2021-02-16T06:19:47.787Z] Found existing installation: urllib3 1.25.9 [2021-02-16T06:19:47.787Z] Uninstalling urllib3-1.25.9: [2021-02-16T06:19:48.063Z] Successfully uninstalled urllib3-1.25.9 [2021-02-16T06:19:48.339Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-16T06:19:48.339Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-16T06:19:48.339Z] ---> 6ce5f8e8d498 [2021-02-16T06:19:48.339Z] Step 3/21 : WORKDIR /edgex-go [2021-02-16T06:19:48.339Z] ---> Using cache [2021-02-16T06:19:48.339Z] ---> 1b87ffe7f7cc [2021-02-16T06:19:48.339Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-16T06:19:48.339Z] ---> Using cache [2021-02-16T06:19:48.339Z] ---> a13438cce3da [2021-02-16T06:19:48.339Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-16T06:19:48.339Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-16T06:19:48.339Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-16T06:19:48.935Z] ---> Running in 84ef3ab1414b [2021-02-16T06:19:48.935Z] Attempting uninstall: idna [2021-02-16T06:19:48.935Z] Found existing installation: idna 2.9 [2021-02-16T06:19:48.935Z] Uninstalling idna-2.9: [2021-02-16T06:19:48.935Z] Successfully uninstalled idna-2.9 [2021-02-16T06:19:49.216Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-16T06:19:49.216Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-16T06:19:49.821Z] Attempting uninstall: requests [2021-02-16T06:19:49.821Z] Found existing installation: requests 2.23.0 [2021-02-16T06:19:49.821Z] OK: 217 MiB in 51 packages [2021-02-16T06:19:49.821Z] Uninstalling requests-2.23.0: [2021-02-16T06:19:50.100Z] Successfully uninstalled requests-2.23.0 [2021-02-16T06:19:50.100Z] OK: 217 MiB in 51 packages [2021-02-16T06:19:50.705Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-16T06:19:51.491Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-16T06:19:51.491Z] Running setup.py install for docopt: started [2021-02-16T06:19:52.627Z] OK: 217 MiB in 51 packages [2021-02-16T06:19:52.914Z] Removing intermediate container 8be711197990 [2021-02-16T06:19:52.914Z] ---> 940fe5234547 [2021-02-16T06:19:52.915Z] Step 6/23 : COPY go.mod . [2021-02-16T06:19:53.524Z] Removing intermediate container 6e679cc4f482 [2021-02-16T06:19:53.524Z] ---> 4b2f82b136b4 [2021-02-16T06:19:53.524Z] Step 6/23 : COPY go.mod . [2021-02-16T06:19:54.134Z] ---> fe02dce5e785 [2021-02-16T06:19:54.134Z] Step 7/23 : RUN go mod download [2021-02-16T06:19:54.422Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-16T06:19:54.422Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-16T06:19:54.422Z] ---> 6ce5f8e8d498 [2021-02-16T06:19:54.422Z] Step 3/22 : WORKDIR /edgex-go [2021-02-16T06:19:54.422Z] ---> Using cache [2021-02-16T06:19:54.422Z] ---> 1b87ffe7f7cc [2021-02-16T06:19:54.422Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-16T06:19:54.422Z] ---> Using cache [2021-02-16T06:19:54.422Z] ---> a13438cce3da [2021-02-16T06:19:54.422Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-16T06:19:54.422Z] ---> Using cache [2021-02-16T06:19:54.422Z] ---> 4b2f82b136b4 [2021-02-16T06:19:54.422Z] Step 6/22 : COPY go.mod . [2021-02-16T06:19:54.422Z] ---> Running in af04b7ab1427 [2021-02-16T06:19:54.705Z] Removing intermediate container 84ef3ab1414b [2021-02-16T06:19:54.705Z] ---> 97f272c5484b [2021-02-16T06:19:54.705Z] Step 6/21 : COPY go.mod . [2021-02-16T06:19:54.705Z] Running setup.py install for docopt: finished with status 'done' [2021-02-16T06:19:54.705Z] ---> c3c22eac2b80 [2021-02-16T06:19:54.705Z] Step 7/23 : RUN go mod download [2021-02-16T06:19:54.981Z] ---> Running in a234a1454e1b [2021-02-16T06:19:55.269Z] ---> 0b66fc9d87e7 [2021-02-16T06:19:55.269Z] Step 7/22 : RUN go mod download [2021-02-16T06:19:55.269Z] Running setup.py install for PyYAML: started [2021-02-16T06:19:55.544Z] ---> Running in 759bbb5e23b2 [2021-02-16T06:19:55.820Z] ---> 3fdec06d0f7c [2021-02-16T06:19:55.820Z] Step 7/21 : RUN go mod download [2021-02-16T06:19:56.103Z] ---> Running in 390fdf6f6403 [2021-02-16T06:19:58.743Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-16T06:19:58.743Z] Running setup.py install for dockerpty: started [2021-02-16T06:19:59.021Z] Removing intermediate container af04b7ab1427 [2021-02-16T06:19:59.303Z] ---> a060e8e7a341 [2021-02-16T06:19:59.303Z] Step 8/23 : COPY . . [2021-02-16T06:19:59.903Z] Removing intermediate container a234a1454e1b [2021-02-16T06:19:59.903Z] ---> de0da61bd717 [2021-02-16T06:19:59.903Z] Step 8/23 : COPY . . [2021-02-16T06:20:00.514Z] Removing intermediate container 759bbb5e23b2 [2021-02-16T06:20:00.514Z] ---> 0da59546f37b [2021-02-16T06:20:00.514Z] Step 8/22 : COPY . . [2021-02-16T06:20:01.112Z] Removing intermediate container 390fdf6f6403 [2021-02-16T06:20:01.112Z] ---> e8773befa7bd [2021-02-16T06:20:01.112Z] Step 8/21 : COPY . . [2021-02-16T06:20:01.721Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-16T06:20:02.700Z] 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-16T06:20:17.785Z] Removing intermediate container 6722b8571229 [2021-02-16T06:20:17.785Z] ---> 286390b14b86 [2021-02-16T06:20:17.785Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-16T06:20:17.785Z] ---> Running in 44c2bba4f5a7 [2021-02-16T06:20:19.240Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-16T06:20:19.240Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-16T06:20:19.838Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-16T06:20:20.140Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-16T06:20:20.140Z] (3/3) Installing curl (7.69.1-r3) [2021-02-16T06:20:20.140Z] Executing busybox-1.31.1-r19.trigger [2021-02-16T06:20:20.140Z] OK: 71 MiB in 58 packages [2021-02-16T06:20:21.602Z] ---> 951616192aec [2021-02-16T06:20:21.602Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-16T06:20:21.602Z] ---> cc562aea9128 [2021-02-16T06:20:21.602Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-16T06:20:21.602Z] ---> Running in 32179598fee4 [2021-02-16T06:20:21.879Z] ---> Running in d681d42dc5b6 [2021-02-16T06:20:22.153Z] ---> 33e9ddcf8f8d [2021-02-16T06:20:22.153Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-16T06:20:22.153Z] ---> 441f544ae177 [2021-02-16T06:20:22.153Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-16T06:20:22.430Z] Removing intermediate container 44c2bba4f5a7 [2021-02-16T06:20:22.430Z] ---> 4583fc38f54a [2021-02-16T06:20:22.430Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-16T06:20:22.430Z] ---> Running in 0bd856e1e99b [2021-02-16T06:20:22.430Z] ---> Running in ee7f3970ae02 [2021-02-16T06:20:22.707Z] ---> Running in ca224e124334 [2021-02-16T06:20:23.312Z] 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-16T06:20:23.589Z] Removing intermediate container ca224e124334 [2021-02-16T06:20:23.589Z] ---> 9c0fa8407a3e [2021-02-16T06:20:23.589Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-16T06:20:23.589Z] ---> Running in f95f0dc85b15 [2021-02-16T06:20:23.589Z] 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-16T06:20:24.579Z] Removing intermediate container f95f0dc85b15 [2021-02-16T06:20:24.579Z] ---> f4f94decacec [2021-02-16T06:20:24.579Z] Step 24/26 : LABEL arch=arm64 [2021-02-16T06:20:24.579Z] ---> Running in 28ef7705e045 [2021-02-16T06:20:24.853Z] 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-16T06:20:25.128Z] 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-16T06:20:25.409Z] Removing intermediate container 28ef7705e045 [2021-02-16T06:20:25.409Z] ---> c0084470f209 [2021-02-16T06:20:25.409Z] Step 25/26 : LABEL git_sha=6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f [2021-02-16T06:20:25.685Z] ---> Running in ecf0bc32ab9a [2021-02-16T06:20:26.287Z] Removing intermediate container ecf0bc32ab9a [2021-02-16T06:20:26.287Z] ---> b8e07a5f5687 [2021-02-16T06:20:26.287Z] Step 26/26 : LABEL version=0.0.0 [2021-02-16T06:20:26.560Z] ---> Running in b1e6645ec909 [2021-02-16T06:20:27.179Z] Removing intermediate container b1e6645ec909 [2021-02-16T06:20:27.179Z] ---> 91f3b0435c26 [2021-02-16T06:20:27.179Z] [2021-02-16T06:20:27.459Z] Successfully built 91f3b0435c26 [2021-02-16T06:20:27.737Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-16T06:21:35.791Z]  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-16T06:21:45.968Z] Removing intermediate container ee7f3970ae02 [2021-02-16T06:21:45.968Z] ---> cfc3f152ae97 [2021-02-16T06:21:45.968Z] [2021-02-16T06:21:45.968Z] Step 10/21 : FROM alpine:3.12 [2021-02-16T06:21:45.968Z] ---> afeebe901d6b [2021-02-16T06:21:45.968Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-16T06:21:45.968Z] ---> Running in dd7bd9458227 [2021-02-16T06:21:46.958Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-16T06:21:47.236Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-16T06:21:47.841Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-16T06:21:47.841Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-16T06:21:47.841Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-16T06:21:47.841Z] (4/4) Installing curl (7.69.1-r3) [2021-02-16T06:21:47.841Z] Executing busybox-1.31.1-r19.trigger [2021-02-16T06:21:47.841Z] Executing ca-certificates-20191127-r4.trigger [2021-02-16T06:21:48.119Z] OK: 7 MiB in 18 packages [2021-02-16T06:21:50.763Z] Removing intermediate container d681d42dc5b6 [2021-02-16T06:21:50.763Z] ---> 3865ae79e86b [2021-02-16T06:21:50.763Z] [2021-02-16T06:21:50.763Z] Step 10/23 : FROM alpine:3.12 [2021-02-16T06:21:50.763Z] ---> afeebe901d6b [2021-02-16T06:21:50.763Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-16T06:21:50.763Z] ---> Using cache [2021-02-16T06:21:50.763Z] ---> a5faf0c5fc54 [2021-02-16T06:21:50.763Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-16T06:21:50.763Z] ---> Using cache [2021-02-16T06:21:50.763Z] ---> 96ace7485f3a [2021-02-16T06:21:50.763Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-16T06:21:51.041Z] ---> Running in c05ccbea2a9a [2021-02-16T06:21:51.041Z] Removing intermediate container dd7bd9458227 [2021-02-16T06:21:51.041Z] ---> dd547a268fd7 [2021-02-16T06:21:51.041Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-16T06:21:51.320Z] ---> Running in 6ddb0b09ebe1 [2021-02-16T06:21:51.593Z] Removing intermediate container c05ccbea2a9a [2021-02-16T06:21:51.864Z] ---> b88ec9c721c9 [2021-02-16T06:21:51.864Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-16T06:21:52.140Z] ---> Running in 725f948bcad7 [2021-02-16T06:21:52.140Z] Removing intermediate container 6ddb0b09ebe1 [2021-02-16T06:21:52.140Z] ---> 05869830b16d [2021-02-16T06:21:52.141Z] Step 13/21 : WORKDIR /edgex [2021-02-16T06:21:52.422Z] ---> Running in 40d5dea55875 [2021-02-16T06:21:52.705Z] Removing intermediate container 725f948bcad7 [2021-02-16T06:21:52.705Z] ---> 05ba206745a1 [2021-02-16T06:21:52.705Z] Step 15/23 : WORKDIR / [2021-02-16T06:21:52.986Z] ---> Running in 6392c1444294 [2021-02-16T06:21:53.262Z] Removing intermediate container 40d5dea55875 [2021-02-16T06:21:53.262Z] ---> c80b570f4031 [2021-02-16T06:21:53.262Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-16T06:21:53.865Z] Removing intermediate container 0bd856e1e99b [2021-02-16T06:21:53.865Z] ---> 5dbfffa68fa6 [2021-02-16T06:21:53.865Z] [2021-02-16T06:21:53.865Z] Step 10/22 : FROM alpine:3.12 [2021-02-16T06:21:53.865Z] ---> afeebe901d6b [2021-02-16T06:21:53.865Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-16T06:21:53.865Z] ---> Using cache [2021-02-16T06:21:53.865Z] ---> a5faf0c5fc54 [2021-02-16T06:21:53.865Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-16T06:21:53.865Z] ---> Using cache [2021-02-16T06:21:53.865Z] ---> 96ace7485f3a [2021-02-16T06:21:53.865Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-16T06:21:53.865Z] Removing intermediate container 6392c1444294 [2021-02-16T06:21:53.865Z] ---> 20d330158952 [2021-02-16T06:21:53.865Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-16T06:21:53.865Z] ---> Running in a5d69d99cfcb [2021-02-16T06:21:54.467Z] ---> 8d2d283e9c3b [2021-02-16T06:21:54.467Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-16T06:21:55.083Z] ---> 5c5f0ccf9072 [2021-02-16T06:21:55.083Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-16T06:21:55.354Z] Removing intermediate container a5d69d99cfcb [2021-02-16T06:21:55.354Z] ---> dabca8e7abbd [2021-02-16T06:21:55.354Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-16T06:21:55.628Z] ---> Running in 312a5c9a42ca [2021-02-16T06:21:56.226Z] ---> 8db0cf70bdca [2021-02-16T06:21:56.226Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-16T06:21:56.502Z] Removing intermediate container 312a5c9a42ca [2021-02-16T06:21:56.502Z] ---> 792e722a8bdd [2021-02-16T06:21:56.502Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-16T06:21:56.778Z] ---> a3e7a3a9feea [2021-02-16T06:21:56.778Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-16T06:21:57.386Z] ---> f486988f393b [2021-02-16T06:21:57.386Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-16T06:21:57.696Z] ---> Running in 990587dabd30 [2021-02-16T06:21:57.696Z] ---> 7d12a5fcd801 [2021-02-16T06:21:57.696Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-16T06:21:57.696Z] ---> e7f194b0f07a [2021-02-16T06:21:57.696Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-16T06:21:57.969Z] ---> Running in 83c784d7d128 [2021-02-16T06:21:58.240Z] Removing intermediate container 990587dabd30 [2021-02-16T06:21:58.240Z] ---> ce304b5d21f4 [2021-02-16T06:21:58.240Z] Step 18/21 : CMD ["--init=true"] [2021-02-16T06:21:58.514Z] ---> Running in c33dcd061d9f [2021-02-16T06:21:58.785Z] Removing intermediate container 83c784d7d128 [2021-02-16T06:21:58.785Z] ---> 55967b7de225 [2021-02-16T06:21:58.785Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-16T06:21:59.063Z] ---> Running in 70283e47a9a6 [2021-02-16T06:21:59.063Z] ---> b6f914fce18d [2021-02-16T06:21:59.063Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-16T06:21:59.351Z] Removing intermediate container c33dcd061d9f [2021-02-16T06:21:59.351Z] ---> b33a927b09f7 [2021-02-16T06:21:59.351Z] Step 19/21 : LABEL arch=arm64 [2021-02-16T06:21:59.351Z] ---> Running in 662fe107714c [2021-02-16T06:21:59.624Z] Removing intermediate container 70283e47a9a6 [2021-02-16T06:21:59.624Z] ---> 7e96250ca7d1 [2021-02-16T06:21:59.624Z] Step 21/23 : LABEL arch=arm64 [2021-02-16T06:21:59.900Z] ---> Running in 737f2c0522c3 [2021-02-16T06:21:59.900Z] Removing intermediate container 662fe107714c [2021-02-16T06:21:59.900Z] ---> 4bca61c815d2 [2021-02-16T06:21:59.900Z] Step 20/21 : LABEL git_sha=6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f [2021-02-16T06:22:00.521Z] ---> 1d81701b68d5 [2021-02-16T06:22:00.521Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-16T06:22:00.521Z] ---> Running in 4d02531c2998 [2021-02-16T06:22:00.521Z] ---> Running in 0c8067ac69c3 [2021-02-16T06:22:00.521Z] Removing intermediate container 737f2c0522c3 [2021-02-16T06:22:00.521Z] ---> a3b34e3edf70 [2021-02-16T06:22:00.521Z] Step 22/23 : LABEL git_sha=6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f [2021-02-16T06:22:00.795Z] ---> Running in cb3969097b5a [2021-02-16T06:22:01.075Z] Removing intermediate container 4d02531c2998 [2021-02-16T06:22:01.075Z] ---> b1bda4c07fd6 [2021-02-16T06:22:01.075Z] Step 21/21 : LABEL version=0.0.0 [2021-02-16T06:22:01.350Z] Removing intermediate container 0c8067ac69c3 [2021-02-16T06:22:01.350Z] ---> d5367987b077 [2021-02-16T06:22:01.350Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-16T06:22:01.350Z] ---> Running in 45ecd9b2fbd2 [2021-02-16T06:22:01.624Z] ---> Running in 0d8fa9f10ce3 [2021-02-16T06:22:01.624Z] Removing intermediate container cb3969097b5a [2021-02-16T06:22:01.624Z] ---> 612148a06c2a [2021-02-16T06:22:01.624Z] Step 23/23 : LABEL version=0.0.0 [2021-02-16T06:22:01.624Z] ---> Running in 0119f2fa954c [2021-02-16T06:22:02.223Z] Removing intermediate container 45ecd9b2fbd2 [2021-02-16T06:22:02.223Z] ---> 25e7c26a18dd [2021-02-16T06:22:02.223Z] [2021-02-16T06:22:02.497Z] Removing intermediate container 0d8fa9f10ce3 [2021-02-16T06:22:02.497Z] ---> 0ab6816090f9 [2021-02-16T06:22:02.497Z] Step 20/22 : LABEL arch=arm64 [2021-02-16T06:22:02.497Z] Removing intermediate container 0119f2fa954c [2021-02-16T06:22:02.769Z] ---> 1a95ff2b59c1 [2021-02-16T06:22:02.769Z] [2021-02-16T06:22:02.769Z] Successfully built 25e7c26a18dd [2021-02-16T06:22:02.769Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-16T06:22:02.769Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 8d9308a140ef [2021-02-16T06:22:03.042Z] Successfully built 1a95ff2b59c1 [2021-02-16T06:22:03.042Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-16T06:22:03.640Z]  Building docker-core-command-go ... done Removing intermediate container 8d9308a140ef [2021-02-16T06:22:03.640Z] ---> 3fea362f2d4f [2021-02-16T06:22:03.640Z] Step 21/22 : LABEL git_sha=6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f [2021-02-16T06:22:03.640Z] ---> Running in 380ffa854709 [2021-02-16T06:22:03.916Z] Removing intermediate container 32179598fee4 [2021-02-16T06:22:03.916Z] ---> 3ffba72f1979 [2021-02-16T06:22:03.916Z] [2021-02-16T06:22:03.916Z] Step 10/23 : FROM alpine:3.12 [2021-02-16T06:22:03.916Z] ---> afeebe901d6b [2021-02-16T06:22:03.916Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-16T06:22:04.193Z] ---> Running in 80f439b9a164 [2021-02-16T06:22:04.193Z] Removing intermediate container 380ffa854709 [2021-02-16T06:22:04.193Z] ---> 2c4c84c62495 [2021-02-16T06:22:04.193Z] Step 22/22 : LABEL version=0.0.0 [2021-02-16T06:22:04.483Z] ---> Running in 86140e0183f4 [2021-02-16T06:22:04.800Z] Removing intermediate container 80f439b9a164 [2021-02-16T06:22:04.800Z] ---> bfae69ff24be [2021-02-16T06:22:04.800Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-16T06:22:04.800Z] ---> Running in 7a87c3bbba9d [2021-02-16T06:22:05.088Z] Removing intermediate container 86140e0183f4 [2021-02-16T06:22:05.088Z] ---> b3c6cbf441ed [2021-02-16T06:22:05.088Z] [2021-02-16T06:22:05.382Z] Removing intermediate container 7a87c3bbba9d [2021-02-16T06:22:05.383Z] ---> 8128bd0842f9 [2021-02-16T06:22:05.383Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-16T06:22:05.383Z] Successfully built b3c6cbf441ed [2021-02-16T06:22:05.678Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-16T06:22:05.678Z]  Building docker-support-scheduler-go ... done  ---> Running in 4f95e6cc2232 [2021-02-16T06:22:05.990Z] Removing intermediate container 4f95e6cc2232 [2021-02-16T06:22:05.990Z] ---> a4b7964d07b9 [2021-02-16T06:22:05.990Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-16T06:22:06.265Z] ---> Running in 2c1253a6d1f4 [2021-02-16T06:22:08.232Z] Removing intermediate container 2c1253a6d1f4 [2021-02-16T06:22:08.232Z] ---> 36a88fa279ac [2021-02-16T06:22:08.232Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-16T06:22:08.504Z] ---> Running in 872a5efcfd1a [2021-02-16T06:22:09.477Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-16T06:22:10.450Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-16T06:22:10.719Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-16T06:22:10.987Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-16T06:22:10.987Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-16T06:22:10.987Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-16T06:22:11.254Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-16T06:22:11.525Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-16T06:22:11.525Z] Executing busybox-1.31.1-r19.trigger [2021-02-16T06:22:11.525Z] OK: 8 MiB in 20 packages [2021-02-16T06:22:12.503Z] Removing intermediate container 872a5efcfd1a [2021-02-16T06:22:12.503Z] ---> 1383668326ce [2021-02-16T06:22:12.503Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-16T06:22:13.480Z] ---> 6625ee0c9d2f [2021-02-16T06:22:13.480Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-16T06:22:14.908Z] ---> b1a7d4d7900e [2021-02-16T06:22:14.908Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-16T06:22:15.503Z] ---> 33eb25abaf2a [2021-02-16T06:22:15.503Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-16T06:22:15.503Z] ---> Running in ad5545acf77b [2021-02-16T06:22:16.094Z] Removing intermediate container ad5545acf77b [2021-02-16T06:22:16.094Z] ---> b8eadff3da82 [2021-02-16T06:22:16.094Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-16T06:22:16.094Z] ---> Running in a73d509c7fed [2021-02-16T06:22:16.366Z] Removing intermediate container a73d509c7fed [2021-02-16T06:22:16.366Z] ---> 76333113af84 [2021-02-16T06:22:16.366Z] Step 21/23 : LABEL arch=arm64 [2021-02-16T06:22:16.639Z] ---> Running in bcabcda770c0 [2021-02-16T06:22:17.231Z] Removing intermediate container bcabcda770c0 [2021-02-16T06:22:17.231Z] ---> 8c7f969f0141 [2021-02-16T06:22:17.231Z] Step 22/23 : LABEL git_sha=6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f [2021-02-16T06:22:17.231Z] ---> Running in f50cd4c00aaa [2021-02-16T06:22:17.825Z] Removing intermediate container f50cd4c00aaa [2021-02-16T06:22:17.825Z] ---> 7b6069987e76 [2021-02-16T06:22:17.825Z] Step 23/23 : LABEL version=0.0.0 [2021-02-16T06:22:17.825Z] ---> Running in 3850bf182527 [2021-02-16T06:22:18.417Z] Removing intermediate container 3850bf182527 [2021-02-16T06:22:18.417Z] ---> b083da45122f [2021-02-16T06:22:18.417Z] [2021-02-16T06:22:18.687Z] Successfully built b083da45122f [2021-02-16T06:22:18.687Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-16T06:22:18.972Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-16T06:22:18.988Z] $ docker stop --time=1 100ce02adf53878ecfa5fa44118ece131ca304c1217c829bb6b51bcc0322dab8 [2021-02-16T06:22:20.901Z] $ docker rm -f 100ce02adf53878ecfa5fa44118ece131ca304c1217c829bb6b51bcc0322dab8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-16T06:22:21.766Z] + grep docker [2021-02-16T06:22:21.766Z] + docker images [2021-02-16T06:22:22.036Z] docker-core-data-go-arm64 latest b083da45122f 4 seconds ago 21MB [2021-02-16T06:22:22.036Z] docker-support-scheduler-go-arm64 latest b3c6cbf441ed 17 seconds ago 16.1MB [2021-02-16T06:22:22.036Z] docker-core-command-go-arm64 latest 1a95ff2b59c1 19 seconds ago 16MB [2021-02-16T06:22:22.036Z] docker-security-proxy-setup-go-arm64 latest 25e7c26a18dd 20 seconds ago 23.2MB [2021-02-16T06:22:22.036Z] docker-sys-mgmt-agent-go-arm64 latest 91f3b0435c26 About a minute ago 300MB [2021-02-16T06:22:22.036Z] docker-security-bootstrapper-go-arm64 latest 18fe46e1efeb 3 minutes ago 17MB [2021-02-16T06:22:22.036Z] docker-core-metadata-go-arm64 latest 77e890b54a1c 3 minutes ago 17.8MB [2021-02-16T06:22:22.036Z] docker-security-secretstore-setup-go-arm64 latest 0bad5120004c 3 minutes ago 23.4MB [2021-02-16T06:22:22.036Z] docker-support-notifications-go-arm64 latest 6030097977a3 3 minutes ago 16.7MB [2021-02-16T06:22:22.036Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-16T06:22:24.950Z] provisioning config files... [2021-02-16T06:22:24.962Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config4660584009972557697tmp [Pipeline] { [Pipeline] sh [2021-02-16T06:22:25.404Z] + set +x [2021-02-16T06:22:25.405Z] + curl -s https://codecov.io/bash [2021-02-16T06:22:25.405Z] + bash -s -- [2021-02-16T06:22:25.989Z] [2021-02-16T06:22:25.989Z] _____ _ [2021-02-16T06:22:25.989Z] / ____| | | [2021-02-16T06:22:25.989Z] | | ___ __| | ___ ___ _____ __ [2021-02-16T06:22:25.989Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-16T06:22:25.989Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-16T06:22:25.989Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-16T06:22:25.989Z] Bash-20210129-7c25fce [2021-02-16T06:22:25.989Z] [2021-02-16T06:22:25.989Z] [2021-02-16T06:22:25.989Z] ==> git version 2.24.3 found [2021-02-16T06:22:25.989Z] ==> 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-16T06:22:25.989Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-16T06:22:25.989Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-16T06:22:25.989Z] ==> Jenkins CI detected. [2021-02-16T06:22:25.989Z] project root: . [2021-02-16T06:22:25.989Z] --> token set from env [2021-02-16T06:22:25.989Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-16T06:22:25.989Z] ==> Running gcov in . (disable via -X gcov) [2021-02-16T06:22:25.989Z] ==> Python coveragepy not found [2021-02-16T06:22:25.989Z] ==> Searching for coverage reports in: [2021-02-16T06:22:25.989Z] + . [2021-02-16T06:22:25.989Z] -> Found 1 reports [2021-02-16T06:22:25.989Z] ==> Detecting git/mercurial file structure [2021-02-16T06:22:25.989Z] ==> Reading reports [2021-02-16T06:22:25.989Z] + ./coverage.out bytes=595676 [2021-02-16T06:22:26.251Z] ==> Appending adjustments [2021-02-16T06:22:26.251Z] https://docs.codecov.io/docs/fixing-reports [2021-02-16T06:22:29.569Z] + Found adjustments [2021-02-16T06:22:29.569Z] ==> Gzipping contents [2021-02-16T06:22:29.569Z] 88K /tmp/codecov.CVwzIH.gz [2021-02-16T06:22:29.569Z] ==> Uploading reports [2021-02-16T06:22:29.569Z] url: https://codecov.io [2021-02-16T06:22:29.569Z] query: branch=PR-3172&commit=6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3172%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3172&job=&cmd_args= [2021-02-16T06:22:29.569Z] -> Pinging Codecov [2021-02-16T06:22:29.569Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3172&commit=6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3172%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3172&job=&cmd_args= [2021-02-16T06:22:29.834Z] -> Uploading to [2021-02-16T06:22:29.834Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-16/00271124DB129430A58F1EEE437C3FCB/6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f/652fd59a-651f-43fc-85fb-05b6f92afdb5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210216%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210216T062229Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=05557d80d97da89c4aa23e3192f34916e1d60680d96b6386e8a3df876cef10e0 [2021-02-16T06:22:29.834Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-16T06:22:29.834Z] Dload Upload Total Spent Left Speed [2021-02-16T06:22:30.408Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89512 0 0 100 89512 0 161k --:--:-- --:--:-- --:--:-- 161k [2021-02-16T06:22:30.408Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/6f626cc40e26f6c57cf22b1c0815468d0b4a7e4f [Pipeline] } [2021-02-16T06:22:30.434Z] 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-16T06:22:33.489Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-16T06:22:34.430Z] ---> package-listing.sh [2021-02-16T06:22:34.430Z] ++ facter osfamily [2021-02-16T06:22:34.430Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-16T06:22:34.430Z] + OS_FAMILY=redhat [2021-02-16T06:22:34.430Z] + workspace=/w/workspace/edgex-go/1 [2021-02-16T06:22:34.430Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-16T06:22:34.430Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-16T06:22:34.430Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-16T06:22:34.430Z] + PACKAGES=/tmp/packages_start.txt [2021-02-16T06:22:34.430Z] + '[' /w/workspace/edgex-go/1 ']' [2021-02-16T06:22:34.430Z] + PACKAGES=/tmp/packages_end.txt [2021-02-16T06:22:34.430Z] + case "${OS_FAMILY}" in [2021-02-16T06:22:34.430Z] + rpm -qa [2021-02-16T06:22:34.430Z] + sort [2021-02-16T06:22:39.739Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-16T06:22:39.739Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-16T06:22:39.739Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-16T06:22:39.739Z] + '[' /w/workspace/edgex-go/1 ']' [2021-02-16T06:22:39.739Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2021-02-16T06:22:39.739Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2021-02-16T06:22:39.773Z] 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/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-16T06:22:40.088Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-16T06:22:40.436Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-16T06:22:40.437Z] [2021-02-16T06:22:40.437Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-16T06:22:40.872Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-16T06:22:40.872Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-16T06:22:40.872Z] df20fa9351a1: Pulling fs layer [2021-02-16T06:22:40.872Z] 36b3adc4ff6f: Pulling fs layer [2021-02-16T06:22:40.872Z] 8ad3a11d3b57: Pulling fs layer [2021-02-16T06:22:40.872Z] 46f8f816bc3b: Pulling fs layer [2021-02-16T06:22:40.872Z] 93b61091891f: Pulling fs layer [2021-02-16T06:22:40.872Z] 93b9cdb0e59b: Pulling fs layer [2021-02-16T06:22:40.872Z] 5e14af77c1be: Pulling fs layer [2021-02-16T06:22:40.872Z] 01666e4c0597: Pulling fs layer [2021-02-16T06:22:40.872Z] aa168da1d23b: Pulling fs layer [2021-02-16T06:22:40.872Z] 46f8f816bc3b: Waiting [2021-02-16T06:22:40.872Z] 93b61091891f: Waiting [2021-02-16T06:22:40.872Z] 93b9cdb0e59b: Waiting [2021-02-16T06:22:40.872Z] 5e14af77c1be: Waiting [2021-02-16T06:22:40.872Z] 01666e4c0597: Waiting [2021-02-16T06:22:40.872Z] aa168da1d23b: Waiting [2021-02-16T06:22:40.872Z] 36b3adc4ff6f: Verifying Checksum [2021-02-16T06:22:40.872Z] 36b3adc4ff6f: Download complete [2021-02-16T06:22:41.135Z] 46f8f816bc3b: Download complete [2021-02-16T06:22:41.135Z] df20fa9351a1: Verifying Checksum [2021-02-16T06:22:41.135Z] df20fa9351a1: Download complete [2021-02-16T06:22:41.135Z] 93b9cdb0e59b: Download complete [2021-02-16T06:22:41.135Z] 5e14af77c1be: Verifying Checksum [2021-02-16T06:22:41.135Z] 5e14af77c1be: Download complete [2021-02-16T06:22:41.135Z] 93b61091891f: Verifying Checksum [2021-02-16T06:22:41.135Z] 93b61091891f: Download complete [2021-02-16T06:22:41.135Z] 01666e4c0597: Download complete [2021-02-16T06:22:41.398Z] df20fa9351a1: Pull complete [2021-02-16T06:22:41.660Z] 36b3adc4ff6f: Pull complete [2021-02-16T06:22:41.939Z] 8ad3a11d3b57: Verifying Checksum [2021-02-16T06:22:41.939Z] 8ad3a11d3b57: Download complete [2021-02-16T06:22:42.909Z] 8ad3a11d3b57: Pull complete [2021-02-16T06:22:43.862Z] aa168da1d23b: Verifying Checksum [2021-02-16T06:22:43.862Z] aa168da1d23b: Download complete [2021-02-16T06:22:44.445Z] 46f8f816bc3b: Pull complete [2021-02-16T06:22:46.369Z] 93b61091891f: Pull complete [2021-02-16T06:22:46.631Z] 93b9cdb0e59b: Pull complete [2021-02-16T06:22:46.631Z] 5e14af77c1be: Pull complete [2021-02-16T06:22:46.902Z] 01666e4c0597: Pull complete [2021-02-16T06:22:55.082Z] aa168da1d23b: Pull complete [2021-02-16T06:22:55.082Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-16T06:22:55.082Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-16T06:22:55.082Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-16T06:22:55.286Z] prd-centos7-docker-4c-2g-26561 does not seem to be running inside a container [2021-02-16T06:22:55.342Z] $ 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/1/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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-16T06:22:59.654Z] $ docker top 6eff2d19260260c6af421ad3578156073c0195edac38d4244f055a710bf0931a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-16T06:23:00.329Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-16T06:23:00.670Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-16T06:23:01.001Z] + ls /var/log/sa-host [2021-02-16T06:23:01.001Z] + sadf -c /var/log/sa-host/sa16 [2021-02-16T06:23:01.001Z] file_magic: OK [2021-02-16T06:23:01.001Z] HZ: Using current value: 100 [2021-02-16T06:23:01.001Z] file_header: OK [2021-02-16T06:23:01.001Z] 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-16T06:23:01.001Z] Statistics: [2021-02-16T06:23:01.001Z] 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... [2021-02-16T06:23:01.001Z] File successfully converted to sysstat format version 12.2.1 [2021-02-16T06:23:01.001Z] + sadf -c /var/log/sa-host/sa23 [2021-02-16T06:23:01.001Z] file_magic: OK [2021-02-16T06:23:01.001Z] HZ: Using current value: 100 [2021-02-16T06:23:01.001Z] file_header: OK [2021-02-16T06:23:01.001Z] 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-16T06:23:01.001Z] Statistics: [2021-02-16T06:23:01.001Z] Hnuu...uuuununununu... [2021-02-16T06:23:01.001Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-16T06:23:01.660Z] provisioning config files... [2021-02-16T06:23:01.677Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config2549279729090032772tmp [Pipeline] { [Pipeline] echo [2021-02-16T06:23:01.819Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-16T06:23:02.163Z] ---> create-netrc.sh [Pipeline] } [2021-02-16T06:23:02.190Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-16T06:23:02.352Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-16T06:23:02.798Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-16T06:23:02.838Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-16T06:23:03.216Z] ---> sudo-logs.sh [2021-02-16T06:23:03.217Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-16T06:23:03.384Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-16T06:23:03.733Z] ---> job-cost.sh [2021-02-16T06:23:03.733Z] lf-activate-venv: SKIPPING [2021-02-16T06:23:03.733Z] INFO: No Stack... [2021-02-16T06:23:04.681Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-16T06:23:04.942Z] INFO: Archiving Costs [Pipeline] echo [2021-02-16T06:23:04.977Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-16T06:23:05.312Z] ---> logs-deploy.sh [2021-02-16T06:23:05.312Z] lf-activate-venv: SKIPPING [2021-02-16T06:23:05.312Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3172/1 [2021-02-16T06:23:05.312Z] INFO: archiving workspace using pattern(s): [2021-02-16T06:23:06.698Z] Archives upload complete. [2021-02-16T06:23:06.960Z] INFO: archiving logs to Nexus [2021-02-16T06:23:07.907Z] ---> uname -a: [2021-02-16T06:23:07.907Z] Linux prd-centos7-docker-4c-2g-26561.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-16T06:23:07.907Z] [2021-02-16T06:23:07.907Z] [2021-02-16T06:23:07.907Z] ---> lscpu: [2021-02-16T06:23:07.907Z] Architecture: x86_64 [2021-02-16T06:23:07.907Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-16T06:23:07.907Z] Byte Order: Little Endian [2021-02-16T06:23:07.907Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-16T06:23:07.907Z] CPU(s): 4 [2021-02-16T06:23:07.907Z] On-line CPU(s) list: 0-3 [2021-02-16T06:23:07.907Z] Thread(s) per core: 1 [2021-02-16T06:23:07.907Z] Core(s) per socket: 1 [2021-02-16T06:23:07.907Z] Socket(s): 4 [2021-02-16T06:23:07.907Z] NUMA node(s): 1 [2021-02-16T06:23:07.907Z] Vendor ID: GenuineIntel [2021-02-16T06:23:07.907Z] CPU family: 6 [2021-02-16T06:23:07.907Z] Model: 44 [2021-02-16T06:23:07.907Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-16T06:23:07.907Z] Stepping: 1 [2021-02-16T06:23:07.907Z] CPU MHz: 2933.442 [2021-02-16T06:23:07.907Z] BogoMIPS: 5866.88 [2021-02-16T06:23:07.907Z] Virtualization: VT-x [2021-02-16T06:23:07.907Z] Hypervisor vendor: KVM [2021-02-16T06:23:07.907Z] Virtualization type: full [2021-02-16T06:23:07.907Z] L1d cache: 128 KiB [2021-02-16T06:23:07.907Z] L1i cache: 128 KiB [2021-02-16T06:23:07.907Z] L2 cache: 16 MiB [2021-02-16T06:23:07.907Z] L3 cache: 64 MiB [2021-02-16T06:23:07.907Z] NUMA node0 CPU(s): 0-3 [2021-02-16T06:23:07.907Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-16T06:23:07.907Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-16T06:23:07.907Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-16T06:23:07.907Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-16T06:23:07.907Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-16T06:23:07.907Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-16T06:23:07.907Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-16T06:23:07.907Z] Vulnerability Srbds: Not affected [2021-02-16T06:23:07.907Z] Vulnerability Tsx async abort: Not affected [2021-02-16T06:23:07.907Z] 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-16T06:23:07.907Z] [2021-02-16T06:23:07.907Z] [2021-02-16T06:23:07.907Z] ---> nproc: [2021-02-16T06:23:07.907Z] 4 [2021-02-16T06:23:07.907Z] [2021-02-16T06:23:07.907Z] [2021-02-16T06:23:07.907Z] ---> df -h: [2021-02-16T06:23:07.907Z] Filesystem Size Used Available Use% Mounted on [2021-02-16T06:23:07.907Z] overlay 50.0G 10.8G 39.1G 22% / [2021-02-16T06:23:07.907Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-16T06:23:07.907Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-16T06:23:07.907Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-16T06:23:07.907Z] /dev/vda1 50.0G 10.8G 39.1G 22% /facter-os [2021-02-16T06:23:07.907Z] /dev/vda1 50.0G 10.8G 39.1G 22% /etc/resolv.conf [2021-02-16T06:23:07.907Z] /dev/vda1 50.0G 10.8G 39.1G 22% /etc/hostname [2021-02-16T06:23:07.907Z] /dev/vda1 50.0G 10.8G 39.1G 22% /etc/hosts [2021-02-16T06:23:07.907Z] /dev/vda1 50.0G 10.8G 39.1G 22% /run/cloud-init/result.json [2021-02-16T06:23:07.907Z] /dev/vda1 50.0G 10.8G 39.1G 22% /var/log/sa-host [2021-02-16T06:23:07.907Z] /dev/vda1 50.0G 10.8G 39.1G 22% /var/log/secure [2021-02-16T06:23:07.907Z] /dev/vda1 50.0G 10.8G 39.1G 22% /var/log/auth.log [2021-02-16T06:23:07.907Z] /dev/vda1 50.0G 10.8G 39.1G 22% /w/workspace/edgex-go/1 [2021-02-16T06:23:07.907Z] /dev/vda1 50.0G 10.8G 39.1G 22% /w/workspace/edgex-go/1@tmp [2021-02-16T06:23:07.907Z] [2021-02-16T06:23:07.907Z] [2021-02-16T06:23:07.907Z] ---> free -m: [2021-02-16T06:23:07.907Z] total used free shared buff/cache available [2021-02-16T06:23:07.907Z] Mem: 1837 702 158 0 976 1050 [2021-02-16T06:23:07.907Z] Swap: 1023 71 952 [2021-02-16T06:23:07.907Z] [2021-02-16T06:23:07.907Z] [2021-02-16T06:23:07.907Z] ---> ip addr: [2021-02-16T06:23:07.907Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-16T06:23:07.907Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-16T06:23:07.907Z] inet 127.0.0.1/8 scope host lo [2021-02-16T06:23:07.907Z] valid_lft forever preferred_lft forever [2021-02-16T06:23:07.907Z] inet6 ::1/128 scope host [2021-02-16T06:23:07.907Z] valid_lft forever preferred_lft forever [2021-02-16T06:23:07.907Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-16T06:23:07.907Z] link/ether fa:16:3e:5f:5f:40 brd ff:ff:ff:ff:ff:ff [2021-02-16T06:23:07.907Z] inet 10.30.123.87/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-16T06:23:07.907Z] valid_lft 85118sec preferred_lft 85118sec [2021-02-16T06:23:07.907Z] inet6 fe80::f816:3eff:fe5f:5f40/64 scope link [2021-02-16T06:23:07.907Z] valid_lft forever preferred_lft forever [2021-02-16T06:23:07.907Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-16T06:23:07.907Z] link/ether 02:42:f2:36:1d:57 brd ff:ff:ff:ff:ff:ff [2021-02-16T06:23:07.907Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-16T06:23:07.907Z] valid_lft forever preferred_lft forever [2021-02-16T06:23:07.907Z] inet6 fe80::42:f2ff:fe36:1d57/64 scope link [2021-02-16T06:23:07.907Z] valid_lft forever preferred_lft forever [2021-02-16T06:23:07.907Z] [2021-02-16T06:23:07.907Z] [2021-02-16T06:23:07.907Z] ---> sar -b -r -n DEV: [2021-02-16T06:23:07.907Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/16/21 _x86_64_ (4 CPU) [2021-02-16T06:23:07.907Z] [2021-02-16T06:23:07.907Z] 06:01:33 LINUX RESTART (4 CPU) [2021-02-16T06:23:07.907Z] [2021-02-16T06:23:07.907Z] 06:02:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-16T06:23:07.907Z] 06:03:01 82.17 32.12 50.05 0.00 7450.43 9326.96 0.00 [2021-02-16T06:23:07.907Z] 06:04:01 238.66 103.41 135.25 0.00 7049.83 49015.03 0.00 [2021-02-16T06:23:07.907Z] 06:05:01 245.84 98.14 147.71 0.00 3518.06 20154.94 0.00 [2021-02-16T06:23:07.907Z] 06:06:01 122.06 37.96 84.10 0.00 1708.87 9574.50 0.00 [2021-02-16T06:23:07.907Z] 06:07:03 158.18 49.15 109.02 0.00 7492.56 37588.51 0.00 [2021-02-16T06:23:07.907Z] 06:08:04 2416.93 2067.58 349.35 0.00 166162.91 215254.20 0.00 [2021-02-16T06:23:07.907Z] 06:09:01 1465.46 1242.76 222.70 0.00 72870.09 87800.64 0.00 [2021-02-16T06:23:07.907Z] 06:10:02 1253.96 914.55 339.40 0.00 107492.86 146503.68 0.00 [2021-02-16T06:23:07.907Z] 06:11:01 635.11 379.23 255.88 0.00 23680.18 52156.15 0.00 [2021-02-16T06:23:07.907Z] 06:12:01 38.62 9.67 28.94 0.00 2866.44 1089.88 0.00 [2021-02-16T06:23:07.907Z] 06:13:01 1.45 0.07 1.38 0.00 0.93 20.67 0.00 [2021-02-16T06:23:07.907Z] 06:14:01 0.28 0.02 0.27 0.00 0.13 3.53 0.00 [2021-02-16T06:23:07.907Z] 06:15:01 0.27 0.02 0.25 0.00 0.13 2.78 0.00 [2021-02-16T06:23:07.907Z] 06:16:01 0.37 0.02 0.35 0.00 0.13 3.56 0.00 [2021-02-16T06:23:07.907Z] 06:17:01 1.92 1.68 0.23 0.00 57.55 3.41 0.00 [2021-02-16T06:23:07.907Z] 06:18:01 2.56 1.78 0.78 0.00 230.25 15.42 0.00 [2021-02-16T06:23:07.907Z] 06:19:01 0.27 0.02 0.25 0.00 0.53 2.86 0.00 [2021-02-16T06:23:07.907Z] 06:20:01 0.18 0.02 0.17 0.00 0.27 1.83 0.00 [2021-02-16T06:23:07.907Z] 06:21:01 0.33 0.02 0.32 0.00 0.27 3.55 0.00 [2021-02-16T06:23:07.907Z] 06:22:01 0.27 0.02 0.25 0.00 0.13 2.46 0.00 [2021-02-16T06:23:07.907Z] Average: 332.60 246.34 86.26 0.00 20060.84 31501.13 0.00 [2021-02-16T06:23:07.907Z] [2021-02-16T06:23:07.907Z] 06:02:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-16T06:23:07.907Z] 06:03:01 85500 0 660092 35.08 2620 1133332 1306932 44.60 592720 997804 92732 [2021-02-16T06:23:07.907Z] 06:04:01 142664 0 684360 36.37 1952 1052568 1522556 51.96 571052 924384 1172 [2021-02-16T06:23:07.907Z] 06:05:01 115696 0 827560 43.98 996 937292 1650004 56.31 709120 776720 46952 [2021-02-16T06:23:07.907Z] 06:06:01 150600 0 816160 43.38 856 913928 1742004 59.45 681740 760792 38656 [2021-02-16T06:23:07.907Z] 06:07:03 73996 0 721364 38.34 360 1085824 1260192 43.01 713480 826368 197156 [2021-02-16T06:23:07.907Z] 06:08:04 73016 0 834248 44.34 132 974148 2340692 79.88 767868 805036 53612 [2021-02-16T06:23:07.907Z] 06:09:01 455652 0 688100 36.57 128 737664 1357920 46.34 495064 676988 12 [2021-02-16T06:23:07.907Z] 06:10:02 65784 0 895944 47.62 128 919688 3097084 105.70 711268 858224 22832 [2021-02-16T06:23:07.907Z] 06:11:01 109928 0 706724 37.56 128 1064764 1483168 50.62 602976 913944 11616 [2021-02-16T06:23:07.907Z] 06:12:01 153788 0 625904 33.27 128 1101724 1202956 41.05 528316 951020 16 [2021-02-16T06:23:07.907Z] 06:13:01 157852 0 621832 33.05 128 1101732 1181940 40.34 525424 950436 8 [2021-02-16T06:23:07.907Z] 06:14:01 159024 0 620652 32.99 128 1101740 1174720 40.09 524904 950412 8 [2021-02-16T06:23:07.907Z] 06:15:01 159032 0 620632 32.99 128 1101752 1174720 40.09 524704 950416 8 [2021-02-16T06:23:07.907Z] 06:16:01 158816 0 620840 33.00 128 1101760 1174720 40.09 524792 950420 8 [2021-02-16T06:23:07.907Z] 06:17:01 157012 0 621608 33.04 128 1102796 1174720 40.09 524948 951300 8 [2021-02-16T06:23:07.907Z] 06:18:01 150308 0 623484 33.14 128 1107624 1174792 40.09 528196 955368 8 [2021-02-16T06:23:07.907Z] 06:19:01 150560 0 623228 33.12 128 1107628 1174720 40.09 527788 955384 8 [2021-02-16T06:23:07.907Z] 06:20:01 150520 0 623264 33.13 128 1107632 1174720 40.09 527796 955384 8 [2021-02-16T06:23:07.907Z] 06:21:01 150372 0 623404 33.13 128 1107640 1174720 40.09 527940 955392 8 [2021-02-16T06:23:07.907Z] 06:22:01 150164 0 623596 33.14 128 1107656 1174720 40.09 527820 955400 8 [2021-02-16T06:23:07.907Z] Average: 148514 0 684150 36.36 435 1048445 1435900 49.00 581896 901060 23242 [2021-02-16T06:23:07.907Z] [2021-02-16T06:23:07.907Z] 06:02:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-16T06:23:07.907Z] 06:03:01 vethfa5f643 537.51 504.59 52.44 1604.34 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.907Z] 06:03:01 eth0 1489.89 1156.29 5296.53 165.43 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.907Z] 06:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.907Z] 06:03:01 docker0 537.51 504.47 45.09 1604.33 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.907Z] 06:04:01 eth0 745.93 677.95 4304.02 67.60 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.907Z] 06:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.907Z] 06:04:01 vethd8185c5 20.37 23.13 1.95 16.05 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.907Z] 06:04:01 docker0 389.90 412.35 30.06 1457.43 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.907Z] 06:05:01 veth82e6062 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.907Z] 06:05:01 eth0 156.97 132.76 484.99 83.56 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.907Z] 06:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:05:01 docker0 93.63 105.04 7.23 453.39 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:06:01 veth82e6062 2.15 2.15 0.17 0.17 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:06:01 eth0 23.01 12.44 17.09 9.28 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:06:01 docker0 2.15 2.15 0.14 0.17 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:07:03 veth61ba762 0.00 0.11 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:07:03 eth0 209.17 165.13 1675.24 83.30 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:07:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:07:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:08:04 veth61ba762 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:08:04 eth0 42.40 19.93 160.15 8.82 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:08:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:08:04 docker0 9.59 23.09 0.51 143.69 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:09:01 vethf42b2e5 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:09:01 veth61ba762 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:09:01 eth0 10.53 5.75 8.53 4.37 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:10:02 veth7bcf166 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:10:02 veth61ba762 0.00 0.35 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:10:02 veth336243c 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:10:02 eth0 112.42 74.93 284.25 80.66 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:11:01 veth61ba762 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:11:01 eth0 232.42 167.97 1711.06 71.24 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:11:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:11:01 veth41d34e3 3.18 3.60 0.47 20.54 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:12:01 eth0 29.01 21.30 46.39 26.26 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:12:01 docker0 1096.82 1168.94 86.91 4337.77 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:13:01 eth0 0.80 0.47 0.41 0.27 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:14:01 eth0 0.13 0.02 0.01 0.00 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:15:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:16:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:17:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:18:01 eth0 0.30 0.22 0.14 0.07 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:19:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:20:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:21:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:22:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] 06:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] Average: eth0 152.96 122.01 700.87 30.13 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] Average: docker0 54.89 58.50 4.35 217.09 0.00 0.00 0.00 0.00 [2021-02-16T06:23:07.908Z] [2021-02-16T06:23:07.908Z] [2021-02-16T06:23:07.908Z] ---> sar -P ALL: [2021-02-16T06:23:07.908Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/16/21 _x86_64_ (4 CPU) [2021-02-16T06:23:07.908Z] [2021-02-16T06:23:07.908Z] 06:01:33 LINUX RESTART (4 CPU) [2021-02-16T06:23:07.908Z] [2021-02-16T06:23:07.908Z] 06:02:01 CPU %user %nice %system %iowait %steal %idle [2021-02-16T06:23:07.908Z] 06:03:01 all 16.41 0.00 6.65 1.92 0.16 74.86 [2021-02-16T06:23:07.908Z] 06:03:01 0 14.62 0.00 8.27 0.59 0.17 76.34 [2021-02-16T06:23:07.908Z] 06:03:01 1 16.94 0.00 6.55 1.32 0.17 75.02 [2021-02-16T06:23:07.908Z] 06:03:01 2 17.81 0.00 6.67 3.95 0.14 71.44 [2021-02-16T06:23:07.908Z] 06:03:01 3 16.22 0.00 5.16 1.81 0.15 76.66 [2021-02-16T06:23:07.908Z] 06:04:01 all 13.15 0.00 8.11 2.58 0.16 76.00 [2021-02-16T06:23:07.908Z] 06:04:01 0 10.56 0.00 9.08 2.60 0.15 77.61 [2021-02-16T06:23:07.908Z] 06:04:01 1 9.56 0.00 7.49 3.11 0.15 79.69 [2021-02-16T06:23:07.908Z] 06:04:01 2 19.43 0.00 8.08 2.23 0.14 70.12 [2021-02-16T06:23:07.908Z] 06:04:01 3 13.12 0.00 7.79 2.39 0.19 76.52 [2021-02-16T06:23:07.908Z] 06:05:01 all 38.66 0.00 12.23 7.95 0.21 40.96 [2021-02-16T06:23:07.908Z] 06:05:01 0 38.36 0.00 13.14 5.75 0.21 42.55 [2021-02-16T06:23:07.908Z] 06:05:01 1 40.46 0.00 11.37 7.01 0.17 40.99 [2021-02-16T06:23:07.908Z] 06:05:01 2 38.54 0.00 11.96 8.64 0.25 40.62 [2021-02-16T06:23:07.908Z] 06:05:01 3 37.25 0.00 12.45 10.42 0.19 39.68 [2021-02-16T06:23:07.908Z] 06:06:01 all 49.15 0.00 13.46 5.07 0.15 32.17 [2021-02-16T06:23:07.908Z] 06:06:01 0 49.94 0.00 13.51 6.03 0.16 30.36 [2021-02-16T06:23:07.908Z] 06:06:01 1 49.36 0.00 13.50 6.17 0.18 30.80 [2021-02-16T06:23:07.908Z] 06:06:01 2 48.18 0.00 13.52 4.17 0.11 34.03 [2021-02-16T06:23:07.908Z] 06:06:01 3 49.13 0.00 13.30 3.91 0.16 33.51 [2021-02-16T06:23:07.908Z] 06:07:03 all 25.83 0.00 12.02 4.77 0.14 57.24 [2021-02-16T06:23:07.908Z] 06:07:03 0 24.75 0.00 11.66 2.14 0.12 61.33 [2021-02-16T06:23:07.908Z] 06:07:03 1 26.49 0.00 12.16 6.97 0.12 54.26 [2021-02-16T06:23:07.908Z] 06:07:03 2 25.56 0.00 11.77 5.58 0.15 56.94 [2021-02-16T06:23:07.908Z] 06:07:03 3 26.52 0.00 12.51 4.39 0.15 56.43 [2021-02-16T06:23:07.908Z] 06:08:04 all 20.52 0.00 29.37 22.69 0.30 27.11 [2021-02-16T06:23:07.908Z] 06:08:04 0 19.28 0.00 28.77 22.63 0.30 29.02 [2021-02-16T06:23:07.908Z] 06:08:04 1 20.42 0.00 29.82 22.63 0.33 26.79 [2021-02-16T06:23:07.908Z] 06:08:04 2 21.08 0.00 28.82 23.30 0.26 26.55 [2021-02-16T06:23:07.908Z] 06:08:04 3 21.31 0.00 30.09 22.21 0.30 26.08 [2021-02-16T06:23:07.908Z] 06:09:01 all 58.86 0.00 19.01 11.54 0.12 10.48 [2021-02-16T06:23:07.908Z] 06:09:01 0 58.39 0.00 18.52 11.51 0.15 11.43 [2021-02-16T06:23:07.908Z] 06:09:01 1 58.88 0.00 19.00 12.79 0.07 9.26 [2021-02-16T06:23:07.908Z] 06:09:01 2 58.30 0.00 19.17 10.63 0.11 11.79 [2021-02-16T06:23:07.908Z] 06:09:01 3 59.83 0.00 19.33 11.22 0.13 9.49 [2021-02-16T06:23:07.908Z] 06:10:02 all 33.24 0.00 23.55 17.36 0.17 25.68 [2021-02-16T06:23:07.908Z] 06:10:02 0 34.24 0.00 22.58 17.50 0.16 25.53 [2021-02-16T06:23:07.908Z] 06:10:02 1 32.31 0.00 23.34 20.03 0.17 24.14 [2021-02-16T06:23:07.908Z] 06:10:02 2 32.90 0.00 24.41 16.71 0.16 25.82 [2021-02-16T06:23:07.908Z] 06:10:02 3 33.52 0.00 23.89 15.17 0.18 27.25 [2021-02-16T06:23:07.908Z] 06:11:01 all 29.05 0.00 14.71 12.85 0.11 43.29 [2021-02-16T06:23:07.908Z] 06:11:01 0 28.42 0.00 13.78 12.32 0.12 45.36 [2021-02-16T06:23:07.908Z] 06:11:01 1 30.19 0.00 15.01 10.94 0.09 43.78 [2021-02-16T06:23:07.908Z] 06:11:01 2 28.27 0.00 14.43 11.84 0.11 45.35 [2021-02-16T06:23:07.908Z] 06:11:01 3 29.30 0.00 15.63 16.31 0.13 38.63 [2021-02-16T06:23:07.908Z] 06:12:01 all 1.65 0.00 1.17 1.33 0.02 95.83 [2021-02-16T06:23:07.908Z] 06:12:01 0 1.77 0.00 1.42 0.15 0.02 96.63 [2021-02-16T06:23:07.908Z] 06:12:01 1 0.79 0.00 0.77 1.71 0.03 96.70 [2021-02-16T06:23:07.908Z] 06:12:01 2 2.80 0.00 1.19 1.43 0.00 94.58 [2021-02-16T06:23:07.908Z] 06:12:01 3 1.24 0.00 1.29 2.03 0.03 95.41 [2021-02-16T06:23:07.908Z] 06:13:01 all 0.16 0.00 0.03 0.00 0.00 99.80 [2021-02-16T06:23:07.908Z] 06:13:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-16T06:23:07.908Z] 06:13:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-16T06:23:07.908Z] 06:13:01 2 0.53 0.00 0.02 0.02 0.00 99.43 [2021-02-16T06:23:07.908Z] 06:13:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-16T06:23:07.908Z] [2021-02-16T06:23:07.908Z] 06:13:01 CPU %user %nice %system %iowait %steal %idle [2021-02-16T06:23:07.908Z] 06:14:01 all 0.18 0.00 0.08 0.00 0.00 99.74 [2021-02-16T06:23:07.908Z] 06:14:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-16T06:23:07.908Z] 06:14:01 1 0.07 0.00 0.08 0.00 0.02 99.83 [2021-02-16T06:23:07.908Z] 06:14:01 2 0.58 0.00 0.10 0.00 0.00 99.32 [2021-02-16T06:23:07.908Z] 06:14:01 3 0.05 0.00 0.10 0.00 0.00 99.85 [2021-02-16T06:23:07.908Z] 06:15:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-02-16T06:23:07.908Z] 06:15:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-16T06:23:07.908Z] 06:15:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-16T06:23:07.908Z] 06:15:01 2 0.55 0.00 0.05 0.00 0.02 99.38 [2021-02-16T06:23:07.908Z] 06:15:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-16T06:23:07.908Z] 06:16:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2021-02-16T06:23:07.908Z] 06:16:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-16T06:23:07.908Z] 06:16:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-16T06:23:07.908Z] 06:16:01 2 0.53 0.00 0.03 0.00 0.00 99.43 [2021-02-16T06:23:07.908Z] 06:16:01 3 0.05 0.00 0.05 0.02 0.02 99.87 [2021-02-16T06:23:07.908Z] 06:17:01 all 0.15 0.00 0.05 0.02 0.00 99.78 [2021-02-16T06:23:07.908Z] 06:17:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-16T06:23:07.908Z] 06:17:01 1 0.05 0.00 0.07 0.02 0.02 99.85 [2021-02-16T06:23:07.908Z] 06:17:01 2 0.50 0.00 0.05 0.00 0.00 99.45 [2021-02-16T06:23:07.908Z] 06:17:01 3 0.02 0.00 0.07 0.07 0.00 99.85 [2021-02-16T06:23:07.908Z] 06:18:01 all 0.05 0.00 0.06 0.06 0.01 99.82 [2021-02-16T06:23:07.908Z] 06:18:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-16T06:23:07.908Z] 06:18:01 1 0.03 0.00 0.12 0.23 0.02 99.60 [2021-02-16T06:23:07.908Z] 06:18:01 2 0.12 0.00 0.07 0.00 0.00 99.82 [2021-02-16T06:23:07.908Z] 06:18:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2021-02-16T06:23:07.908Z] 06:19:01 all 0.10 0.00 0.02 0.00 0.00 99.87 [2021-02-16T06:23:07.908Z] 06:19:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-16T06:23:07.908Z] 06:19:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-16T06:23:07.908Z] 06:19:01 2 0.37 0.00 0.02 0.00 0.00 99.62 [2021-02-16T06:23:07.909Z] 06:19:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2021-02-16T06:23:07.909Z] 06:20:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2021-02-16T06:23:07.909Z] 06:20:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-16T06:23:07.909Z] 06:20:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-16T06:23:07.909Z] 06:20:01 2 0.52 0.00 0.02 0.00 0.00 99.47 [2021-02-16T06:23:07.909Z] 06:20:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-16T06:23:07.909Z] 06:21:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2021-02-16T06:23:07.909Z] 06:21:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-02-16T06:23:07.909Z] 06:21:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-16T06:23:07.909Z] 06:21:01 2 0.53 0.00 0.03 0.00 0.02 99.42 [2021-02-16T06:23:07.909Z] 06:21:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-16T06:23:07.909Z] 06:22:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2021-02-16T06:23:07.909Z] 06:22:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-16T06:23:07.909Z] 06:22:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-16T06:23:07.909Z] 06:22:01 2 0.53 0.00 0.02 0.00 0.00 99.45 [2021-02-16T06:23:07.909Z] 06:22:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-16T06:23:07.909Z] Average: all 13.89 0.00 6.81 4.26 0.08 74.97 [2021-02-16T06:23:07.909Z] Average: 0 13.50 0.00 6.82 3.91 0.08 75.69 [2021-02-16T06:23:07.909Z] Average: 1 13.81 0.00 6.77 4.50 0.08 74.84 [2021-02-16T06:23:07.909Z] Average: 2 14.36 0.00 6.79 4.28 0.07 74.50 [2021-02-16T06:23:07.909Z] Average: 3 13.90 0.00 6.86 4.34 0.08 74.82 [2021-02-16T06:23:07.909Z] [2021-02-16T06:23:07.909Z] [2021-02-16T06:23:07.909Z]