Pull request #3094 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of cherrycl for edgexfoundry/edgex-go Loading trusted files from base branch master at 43a02ae124f9b444ef324fb234f82118f7515362 rather than 5f77d52a8421ba7912342d0ff090f6c969ad9208 Obtained Jenkinsfile from 43a02ae124f9b444ef324fb234f82118f7515362 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-23786 in /w/workspace/edgexfoundry_edgex-go_PR-3094 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 43a02ae124f9b444ef324fb234f82118f7515362 into PR head commit 5f77d52a8421ba7912342d0ff090f6c969ad9208 Merge succeeded, producing 5f77d52a8421ba7912342d0ff090f6c969ad9208 Checking out Revision 5f77d52a8421ba7912342d0ff090f6c969ad9208 (PR-3094) > 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/3094/head:refs/remotes/origin/PR-3094 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5f77d52a8421ba7912342d0ff090f6c969ad9208 # 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 43a02ae124f9b444ef324fb234f82118f7515362 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5f77d52a8421ba7912342d0ff090f6c969ad9208 # timeout=10 Commit message: "Merge branch 'master' into issue-3093" > git rev-list --no-walk 4ed455a01a572bac847ba4e615e8b60e6a9c7131 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-28T17:06:56.207Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-28T17:06:56.486Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-28T17:06:56.605Z] ========================================================= [2021-01-28T17:06:56.605Z] EdgeX Global Pipelines Version Info [2021-01-28T17:06:56.605Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:06:58.104Z] ------------------- [2021-01-28T17:06:58.104Z] stable info: [2021-01-28T17:06:58.104Z] ------------------- [2021-01-28T17:06:58.104Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T17:06:58.104Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T17:06:58.104Z] Message: update stable to v1.0.179 [2021-01-28T17:06:59.053Z] ------------------- [2021-01-28T17:06:59.053Z] experimental info: [2021-01-28T17:06:59.053Z] ------------------- [2021-01-28T17:06:59.053Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T17:06:59.053Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T17:06:59.053Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-28T17:06:59.536Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-28T17:06:59.618Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-28T17:06:59.702Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-28T17:06:59.786Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-28T17:06:59.873Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-28T17:06:59.961Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-28T17:07:00.043Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-28T17:07:00.143Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-28T17:07:00.230Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-28T17:07:00.369Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-28T17:07:00.453Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-28T17:07:00.571Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-28T17:07:00.672Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-28T17:07:00.784Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-28T17:07:00.863Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-28T17:07:00.978Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-28T17:07:01.088Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-28T17:07:01.174Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-28T17:07:01.260Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-28T17:07:01.347Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-28T17:07:01.432Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-28T17:07:01.571Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-28T17:07:01.671Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-28T17:07:01.772Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3094 [Pipeline] echo [2021-01-28T17:07:01.860Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3094 [Pipeline] echo [2021-01-28T17:07:01.953Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3094 [Pipeline] echo [2021-01-28T17:07:02.036Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5f77d52a8421ba7912342d0ff090f6c969ad9208 [Pipeline] echo [2021-01-28T17:07:02.159Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5f77d52 [Pipeline] echo [2021-01-28T17:07:02.286Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T17:07:02.448Z] provisioning config files... [2021-01-28T17:07:02.507Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config4914818182485779948tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:07:02.855Z] ---> docker-login.sh [2021-01-28T17:07:02.855Z] nexus3.edgexfoundry.org:10001 [2021-01-28T17:07:03.117Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:07:03.117Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:07:03.117Z] Configure a credential helper to remove this warning. See [2021-01-28T17:07:03.117Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:07:03.117Z] [2021-01-28T17:07:03.117Z] Login Succeeded [2021-01-28T17:07:03.117Z] nexus3.edgexfoundry.org:10002 [2021-01-28T17:07:03.382Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:07:03.382Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:07:03.382Z] Configure a credential helper to remove this warning. See [2021-01-28T17:07:03.382Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:07:03.382Z] [2021-01-28T17:07:03.382Z] Login Succeeded [2021-01-28T17:07:03.382Z] nexus3.edgexfoundry.org:10003 [2021-01-28T17:07:03.382Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:07:03.382Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:07:03.382Z] Configure a credential helper to remove this warning. See [2021-01-28T17:07:03.382Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:07:03.382Z] [2021-01-28T17:07:03.382Z] Login Succeeded [2021-01-28T17:07:03.382Z] nexus3.edgexfoundry.org:10004 [2021-01-28T17:07:03.645Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:07:03.645Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:07:03.645Z] Configure a credential helper to remove this warning. See [2021-01-28T17:07:03.645Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:07:03.645Z] [2021-01-28T17:07:03.645Z] Login Succeeded [2021-01-28T17:07:03.645Z] docker.io [2021-01-28T17:07:03.907Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:07:04.169Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:07:04.169Z] Configure a credential helper to remove this warning. See [2021-01-28T17:07:04.169Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:07:04.169Z] [2021-01-28T17:07:04.169Z] Login Succeeded [2021-01-28T17:07:04.169Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T17:07:04.179Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T17:07:04.646Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-28T17:07:04.646Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T17:07:04.646Z] ++ dirname cmd/core-command/Dockerfile [2021-01-28T17:07:04.646Z] ++ cut -d/ -f2 [2021-01-28T17:07:04.646Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-28T17:07:04.646Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T17:07:04.646Z] ++ dirname cmd/core-data/Dockerfile [2021-01-28T17:07:04.646Z] ++ cut -d/ -f2 [2021-01-28T17:07:04.646Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-28T17:07:04.646Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T17:07:04.646Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-28T17:07:04.646Z] ++ cut -d/ -f2 [2021-01-28T17:07:04.646Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-28T17:07:04.646Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T17:07:04.646Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-28T17:07:04.646Z] ++ cut -d/ -f2 [2021-01-28T17:07:04.646Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-28T17:07:04.646Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T17:07:04.646Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-28T17:07:04.646Z] ++ cut -d/ -f2 [2021-01-28T17:07:04.646Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-28T17:07:04.646Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T17:07:04.646Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-28T17:07:04.646Z] ++ cut -d/ -f2 [2021-01-28T17:07:04.646Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-28T17:07:04.646Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T17:07:04.646Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-28T17:07:04.646Z] ++ cut -d/ -f2 [2021-01-28T17:07:04.646Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-28T17:07:04.646Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T17:07:04.646Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-28T17:07:04.646Z] ++ cut -d/ -f2 [2021-01-28T17:07:04.646Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-28T17:07:04.646Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T17:07:04.646Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-28T17:07:04.646Z] ++ cut -d/ -f2 [2021-01-28T17:07:04.646Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-28T17:07:04.717Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:07:05.576Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T17:07:05.576Z] [2021-01-28T17:07:05.576Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:07:05.924Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T17:07:05.924Z] latest: Pulling from edgex-devops/git-semver [2021-01-28T17:07:05.924Z] 31603596830f: Pulling fs layer [2021-01-28T17:07:05.924Z] 2a8b12db71e7: Pulling fs layer [2021-01-28T17:07:05.924Z] 6ca5941a6612: Pulling fs layer [2021-01-28T17:07:05.924Z] ecc8261a40a4: Pulling fs layer [2021-01-28T17:07:05.924Z] ecc8261a40a4: Waiting [2021-01-28T17:07:05.924Z] 2a8b12db71e7: Verifying Checksum [2021-01-28T17:07:05.924Z] 2a8b12db71e7: Download complete [2021-01-28T17:07:05.924Z] 31603596830f: Verifying Checksum [2021-01-28T17:07:05.924Z] 31603596830f: Download complete [2021-01-28T17:07:06.185Z] 6ca5941a6612: Verifying Checksum [2021-01-28T17:07:06.185Z] 6ca5941a6612: Download complete [2021-01-28T17:07:06.185Z] ecc8261a40a4: Verifying Checksum [2021-01-28T17:07:06.185Z] ecc8261a40a4: Download complete [2021-01-28T17:07:06.447Z] 31603596830f: Pull complete [2021-01-28T17:07:06.713Z] 2a8b12db71e7: Pull complete [2021-01-28T17:07:07.298Z] 6ca5941a6612: Pull complete [2021-01-28T17:07:07.872Z] ecc8261a40a4: Pull complete [2021-01-28T17:07:07.872Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-28T17:07:07.872Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T17:07:07.872Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-28T17:07:07.978Z] prd-centos7-docker-4c-2g-23786 does not seem to be running inside a container [2021-01-28T17:07:08.030Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-28T17:07:10.491Z] $ docker top 9433e83028b28e84317ed77cef44ce5bdd85ae36b622e614912a89404d0880c3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-28T17:07:10.830Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T17:07:10.831Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T17:07:11.050Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T17:07:11.054Z] $ docker exec 9433e83028b28e84317ed77cef44ce5bdd85ae36b622e614912a89404d0880c3 ssh-agent [2021-01-28T17:07:11.225Z] SSH_AUTH_SOCK=/tmp/ssh-YrTAwAfWQNR4/agent.11 [2021-01-28T17:07:11.225Z] SSH_AGENT_PID=16 [2021-01-28T17:07:11.237Z] Running ssh-add (command line suppressed) [2021-01-28T17:07:11.355Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_2991885733673657178.key (/w/workspace/edgex-go/2@tmp/private_key_2991885733673657178.key) [2021-01-28T17:07:11.409Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T17:07:11.748Z] + git tag --points-at HEAD [Pipeline] } [2021-01-28T17:07:11.771Z] $ docker exec --env ******** --env ******** 9433e83028b28e84317ed77cef44ce5bdd85ae36b622e614912a89404d0880c3 ssh-agent -k [2021-01-28T17:07:11.884Z] unset SSH_AUTH_SOCK; [2021-01-28T17:07:11.885Z] unset SSH_AGENT_PID; [2021-01-28T17:07:11.885Z] echo Agent pid 16 killed; [2021-01-28T17:07:11.934Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-28T17:07:12.064Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T17:07:12.064Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T17:07:12.242Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T17:07:12.246Z] $ docker exec 9433e83028b28e84317ed77cef44ce5bdd85ae36b622e614912a89404d0880c3 ssh-agent [2021-01-28T17:07:12.406Z] SSH_AUTH_SOCK=/tmp/ssh-MfJrhJOcE3W6/agent.45 [2021-01-28T17:07:12.406Z] SSH_AGENT_PID=51 [2021-01-28T17:07:12.413Z] Running ssh-add (command line suppressed) [2021-01-28T17:07:12.529Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_3311784212677129096.key (/w/workspace/edgex-go/2@tmp/private_key_3311784212677129096.key) [2021-01-28T17:07:12.580Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T17:07:12.913Z] + git semver init [2021-01-28T17:07:12.913Z] # -> Open(): unable to determine branch for HEAD [2021-01-28T17:07:12.913Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-01-28T17:07:12.913Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-01-28T17:07:12.913Z] # $SEMVER_REMOTE_NAME = origin [2021-01-28T17:07:12.913Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-28T17:07:12.913Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-28T17:07:12.913Z] # $SEMVER_BRANCH = PR-3094 [2021-01-28T17:07:12.913Z] # $SEMVER_TEMP = /tmp/semver-603345471 [2021-01-28T17:07:12.913Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-28T17:07:34.909Z] # '/tmp/semver-603345471' -> '/w/workspace/edgex-go/2/.semver' [2021-01-28T17:07:34.909Z] # -> Force: false [2021-01-28T17:07:34.909Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-01-28T17:07:34.923Z] $ docker exec --env ******** --env ******** 9433e83028b28e84317ed77cef44ce5bdd85ae36b622e614912a89404d0880c3 ssh-agent -k [2021-01-28T17:07:35.105Z] unset SSH_AUTH_SOCK; [2021-01-28T17:07:35.106Z] unset SSH_AGENT_PID; [2021-01-28T17:07:35.106Z] echo Agent pid 51 killed; [2021-01-28T17:07:35.172Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T17:07:35.629Z] + git semver [Pipeline] } [2021-01-28T17:07:35.647Z] $ docker stop --time=1 9433e83028b28e84317ed77cef44ce5bdd85ae36b622e614912a89404d0880c3 [2021-01-28T17:07:37.608Z] $ docker rm -f 9433e83028b28e84317ed77cef44ce5bdd85ae36b622e614912a89404d0880c3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T17:07:38.121Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-28T17:07:38.626Z] Stashed 1 file(s) [Pipeline] echo [2021-01-28T17:07:38.629Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-28T17:07:39.637Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-28T17:07:39.936Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T17:07:40.239Z] + sudo service docker restart [2021-01-28T17:07:40.239Z] + true [2021-01-28T17:07:40.239Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-28T17:07:40.828Z] ========================================================= [2021-01-28T17:07:40.828Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-28T17:07:40.828Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:07:41.225Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-28T17:07:44.546Z] Sending build context to Docker daemon 327.2MB [2021-01-28T17:07:44.546Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T17:07:44.546Z] Step 2/6 : FROM ${BASE} [2021-01-28T17:07:44.546Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-28T17:07:44.546Z] 188c0c94c7c5: Pulling fs layer [2021-01-28T17:07:44.546Z] 0ef7d3d256c8: Pulling fs layer [2021-01-28T17:07:44.546Z] de9db76c5a1d: Pulling fs layer [2021-01-28T17:07:44.546Z] bca2f99d35d6: Pulling fs layer [2021-01-28T17:07:44.546Z] 93359f2a8cfa: Pulling fs layer [2021-01-28T17:07:44.546Z] 7c6f9722023f: Pulling fs layer [2021-01-28T17:07:44.546Z] a35cf1a2eb13: Pulling fs layer [2021-01-28T17:07:44.546Z] 93359f2a8cfa: Waiting [2021-01-28T17:07:44.546Z] 7c6f9722023f: Waiting [2021-01-28T17:07:44.546Z] a35cf1a2eb13: Waiting [2021-01-28T17:07:44.546Z] bca2f99d35d6: Waiting [2021-01-28T17:07:44.546Z] de9db76c5a1d: Verifying Checksum [2021-01-28T17:07:44.546Z] de9db76c5a1d: Download complete [2021-01-28T17:07:44.546Z] 0ef7d3d256c8: Verifying Checksum [2021-01-28T17:07:44.546Z] 0ef7d3d256c8: Download complete [2021-01-28T17:07:44.546Z] 188c0c94c7c5: Verifying Checksum [2021-01-28T17:07:44.546Z] 188c0c94c7c5: Download complete [2021-01-28T17:07:44.546Z] 93359f2a8cfa: Verifying Checksum [2021-01-28T17:07:44.546Z] 93359f2a8cfa: Download complete [2021-01-28T17:07:44.546Z] 7c6f9722023f: Verifying Checksum [2021-01-28T17:07:44.546Z] 7c6f9722023f: Download complete [2021-01-28T17:07:44.808Z] 188c0c94c7c5: Pull complete [2021-01-28T17:07:44.808Z] 0ef7d3d256c8: Pull complete [2021-01-28T17:07:45.074Z] de9db76c5a1d: Pull complete [2021-01-28T17:07:46.467Z] a35cf1a2eb13: Verifying Checksum [2021-01-28T17:07:47.057Z] bca2f99d35d6: Verifying Checksum [2021-01-28T17:07:47.057Z] bca2f99d35d6: Download complete [2021-01-28T17:07:52.425Z] bca2f99d35d6: Pull complete [2021-01-28T17:07:52.425Z] 93359f2a8cfa: Pull complete [2021-01-28T17:07:52.425Z] 7c6f9722023f: Pull complete [2021-01-28T17:07:54.013Z] Still waiting to schedule task [2021-01-28T17:07:54.013Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-28T17:07:59.075Z] a35cf1a2eb13: Pull complete [2021-01-28T17:07:59.075Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-28T17:07:59.075Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-28T17:07:59.075Z] ---> a62c8e92a672 [2021-01-28T17:07:59.075Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-28T17:07:59.075Z] ---> Running in 6c60983598c3 [2021-01-28T17:07:59.342Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:08:01.264Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:08:03.824Z] (1/12) Installing libmagic (5.38-r0) [2021-01-28T17:08:04.399Z] (2/12) Installing file (5.38-r0) [2021-01-28T17:08:04.399Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-28T17:08:04.660Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-28T17:08:14.691Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-28T17:08:14.691Z] (6/12) Installing patch (2.7.6-r6) [2021-01-28T17:08:14.691Z] (7/12) Installing build-base (0.5-r2) [2021-01-28T17:08:14.691Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-28T17:08:14.691Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-28T17:08:14.691Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-28T17:08:14.691Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-28T17:08:14.691Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-28T17:08:14.691Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:08:14.691Z] OK: 233 MiB in 51 packages [2021-01-28T17:08:17.258Z] Removing intermediate container 6c60983598c3 [2021-01-28T17:08:17.258Z] ---> 5fca2f879aff [2021-01-28T17:08:17.258Z] Step 4/6 : WORKDIR /edgex-go [2021-01-28T17:08:17.258Z] ---> Running in 408d3c164e1f [2021-01-28T17:08:17.525Z] Removing intermediate container 408d3c164e1f [2021-01-28T17:08:17.525Z] ---> 11966cfb91e6 [2021-01-28T17:08:17.525Z] Step 5/6 : COPY go.mod . [2021-01-28T17:08:17.790Z] ---> 404bc06da98d [2021-01-28T17:08:17.790Z] Step 6/6 : RUN go mod download [2021-01-28T17:08:17.790Z] ---> Running in 03f0046b6093 [2021-01-28T17:08:39.814Z] Removing intermediate container 03f0046b6093 [2021-01-28T17:08:39.814Z] ---> be5fe5a3fe29 [2021-01-28T17:08:39.814Z] Successfully built be5fe5a3fe29 [2021-01-28T17:08:39.814Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:08:40.130Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T17:08:40.130Z] . [Pipeline] withDockerContainer [2021-01-28T17:08:40.232Z] prd-centos7-docker-4c-2g-23786 does not seem to be running inside a container [2021-01-28T17:08:40.283Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-28T17:08:40.986Z] $ docker top 42fc135247f65c008720047166a7ad2390d11bc6a0fa038f9322d9900de0171b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T17:08:41.477Z] + go version [2021-01-28T17:08:41.477Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-28T17:08:41.491Z] $ docker stop --time=1 42fc135247f65c008720047166a7ad2390d11bc6a0fa038f9322d9900de0171b [2021-01-28T17:08:42.839Z] $ docker rm -f 42fc135247f65c008720047166a7ad2390d11bc6a0fa038f9322d9900de0171b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:08:43.669Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T17:08:43.669Z] . [Pipeline] withDockerContainer [2021-01-28T17:08:43.766Z] prd-centos7-docker-4c-2g-23786 does not seem to be running inside a container [2021-01-28T17:08:43.814Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-28T17:08:44.902Z] $ docker top eeed7a8888898e74c4a88fda546577e40e9c0f386f30709b0eb950477bee313d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-28T17:08:45.086Z] ========================================================= [2021-01-28T17:08:45.086Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-28T17:08:45.086Z] ========================================================= [Pipeline] sh [2021-01-28T17:08:45.379Z] + make test [2021-01-28T17:08:45.379Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-28T17:08:53.592Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-28T17:09:11.886Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-28T17:09:17.301Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-28T17:09:17.301Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-28T17:09:17.301Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-28T17:09:17.301Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-28T17:09:19.260Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-28T17:09:19.260Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-28T17:09:19.260Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-28T17:09:19.260Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-28T17:09:19.260Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-28T17:09:19.260Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-28T17:09:21.864Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-28T17:09:21.864Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-28T17:09:21.864Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-28T17:09:23.823Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.114s coverage: 46.0% of statements [2021-01-28T17:09:23.823Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-28T17:09:23.823Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-28T17:09:23.823Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-28T17:09:23.823Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-28T17:09:23.823Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-28T17:09:23.823Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-01-28T17:09:23.823Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-01-28T17:09:23.823Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.079s coverage: 100.0% of statements [2021-01-28T17:09:29.203Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.159s coverage: 27.1% of statements [2021-01-28T17:09:29.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-28T17:09:29.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-28T17:09:29.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-28T17:09:29.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-28T17:09:29.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-28T17:09:29.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-28T17:09:29.203Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.059s coverage: 100.0% of statements [2021-01-28T17:09:29.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-28T17:09:29.203Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.039s coverage: 100.0% of statements [2021-01-28T17:09:29.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-28T17:09:29.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-28T17:09:29.203Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.101s coverage: 65.8% of statements [2021-01-28T17:09:29.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-28T17:09:29.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-28T17:09:29.203Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.452s coverage: 82.3% of statements [2021-01-28T17:09:29.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-28T17:09:29.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T17:09:29.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-28T17:09:29.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-28T17:09:31.194Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.436s coverage: 28.6% of statements [2021-01-28T17:09:31.194Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-28T17:09:31.194Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-28T17:09:31.194Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-28T17:09:31.194Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-28T17:09:31.194Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-28T17:09:31.194Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.052s coverage: 100.0% of statements [2021-01-28T17:09:31.194Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-28T17:09:31.194Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.055s coverage: 100.0% of statements [2021-01-28T17:09:31.194Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-28T17:09:31.194Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.095s coverage: 86.7% of statements [2021-01-28T17:09:31.194Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-28T17:09:31.466Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.178s coverage: 97.5% of statements [2021-01-28T17:09:31.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-28T17:09:32.060Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.073s coverage: 78.3% of statements [2021-01-28T17:09:32.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-28T17:09:32.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-28T17:09:32.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-28T17:09:32.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-28T17:09:34.675Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.461s coverage: 92.8% of statements [2021-01-28T17:09:34.675Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-28T17:09:34.675Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T17:09:34.675Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-28T17:09:34.675Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-28T17:09:34.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-28T17:09:34.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-28T17:09:34.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-28T17:09:34.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-28T17:09:34.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-28T17:09:34.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-28T17:09:34.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-28T17:09:34.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-28T17:09:34.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-28T17:09:34.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-28T17:09:34.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-28T17:09:34.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-28T17:09:34.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-28T17:09:34.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-28T17:09:34.675Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements [2021-01-28T17:09:34.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-28T17:09:34.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-28T17:09:34.675Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.048s coverage: 0.1% of statements [2021-01-28T17:09:34.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-28T17:09:34.675Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-28T17:09:34.675Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-28T17:09:34.675Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.049s coverage: 43.8% of statements [2021-01-28T17:09:34.675Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.033s coverage: 79.5% of statements [2021-01-28T17:09:34.675Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.039s coverage: 94.1% of statements [2021-01-28T17:09:34.675Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.064s coverage: 96.3% of statements [2021-01-28T17:09:34.675Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.041s coverage: 87.5% of statements [2021-01-28T17:09:46.963Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.053s coverage: 94.4% of statements [2021-01-28T17:09:46.963Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.026s coverage: 44.8% of statements [2021-01-28T17:09:46.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-28T17:09:46.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-28T17:09:46.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-28T17:09:46.963Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-28T17:09:47.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.072s coverage: 87.2% of statements [2021-01-28T17:09:47.568Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-28T17:09:47.568Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-28T17:09:47.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements [2021-01-28T17:09:47.568Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-28T17:09:47.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.056s coverage: 75.5% of statements [2021-01-28T17:09:47.568Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-28T17:09:47.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-01-28T17:09:47.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements [2021-01-28T17:09:47.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements [2021-01-28T17:09:47.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.4% of statements [2021-01-28T17:09:47.568Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-28T17:09:47.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.168s coverage: 63.5% of statements [2021-01-28T17:09:47.568Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-28T17:09:47.568Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-28T17:09:47.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-01-28T17:09:47.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 91.3% of statements [2021-01-28T17:09:47.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-01-28T17:09:47.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-01-28T17:09:47.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-01-28T17:09:47.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.282s coverage: 68.9% of statements [2021-01-28T17:09:47.568Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-28T17:09:47.568Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-28T17:09:47.568Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-28T17:09:47.568Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-28T17:09:47.568Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-28T17:09:47.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.083s coverage: 37.0% of statements [2021-01-28T17:09:47.568Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-28T17:09:47.568Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-28T17:09:47.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.267s coverage: 84.0% of statements [2021-01-28T17:09:47.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements [2021-01-28T17:09:47.568Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.102s coverage: 47.1% of statements [2021-01-28T17:09:47.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-28T17:09:47.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-28T17:09:47.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-28T17:09:47.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-28T17:09:47.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-28T17:09:47.568Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements [2021-01-28T17:09:47.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-28T17:09:47.568Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.042s coverage: 100.0% of statements [2021-01-28T17:09:47.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-28T17:09:47.568Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.666s coverage: 29.1% of statements [2021-01-28T17:09:47.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-28T17:09:47.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-28T17:09:47.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-28T17:09:47.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-28T17:09:47.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-28T17:09:47.568Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.064s coverage: 99.0% of statements [2021-01-28T17:09:47.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-28T17:09:47.568Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.053s coverage: 100.0% of statements [2021-01-28T17:09:47.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-28T17:09:47.568Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements [2021-01-28T17:09:47.568Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-28T17:09:47.842Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.026s coverage: 100.0% of statements [2021-01-28T17:09:47.842Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-28T17:09:47.842Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-28T17:09:47.842Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-28T17:09:47.842Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-28T17:09:48.116Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements [2021-01-28T17:09:48.116Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-28T17:09:48.116Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-28T17:09:48.116Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-01-28T17:09:48.382Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements [2021-01-28T17:09:48.644Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-28T17:09:48.907Z] GO111MODULE=on go vet ./... [2021-01-28T17:10:07.626Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-23790 in /w/workspace/edgexfoundry_edgex-go_PR-3094 [Pipeline] { [Pipeline] ws [2021-01-28T17:10:07.693Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-28T17:10:12.939Z] using credential edgex-jenkins-ssh [2021-01-28T17:10:12.993Z] Cloning the remote Git repository [2021-01-28T17:10:13.052Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-28T17:10:13.161Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-28T17:10:13.260Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T17:10:13.261Z] > git --version # timeout=10 [2021-01-28T17:10:13.275Z] > git --version # 'git version 2.17.1' [2021-01-28T17:10:13.276Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T17:10:13.339Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T17:10:21.211Z] gofmt -l . [2021-01-28T17:10:21.211Z] [ "`gofmt -l .`" = "" ] [2021-01-28T17:10:21.211Z] ./bin/test-go-mod-tidy.sh [2021-01-28T17:10:21.211Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-28T17:10:21.519Z] + ls -al . [2021-01-28T17:10:21.519Z] total 672 [2021-01-28T17:10:21.519Z] drwxrwxr-x 10 1001 1001 4096 Jan 28 17:10 . [2021-01-28T17:10:21.519Z] drwxr-xr-x 4 root root 28 Jan 28 17:08 .. [2021-01-28T17:10:21.519Z] -rw-rw-r-- 1 1001 1001 11 Jan 28 17:06 .dockerignore [2021-01-28T17:10:21.519Z] drwxrwxr-x 8 1001 1001 179 Jan 28 17:06 .git [2021-01-28T17:10:21.519Z] drwxrwxr-x 3 1001 1001 125 Jan 28 17:06 .github [2021-01-28T17:10:21.519Z] -rw-rw-r-- 1 1001 1001 872 Jan 28 17:06 .gitignore [2021-01-28T17:10:21.519Z] drwx------ 3 1001 1001 60 Jan 28 17:07 .semver [2021-01-28T17:10:21.519Z] -rw-rw-r-- 1 1001 1001 166 Jan 28 17:06 .sonarcloud.properties [2021-01-28T17:10:21.519Z] -rw-rw-r-- 1 1001 1001 7859 Jan 28 17:06 Attribution.txt [2021-01-28T17:10:21.519Z] -rw-rw-r-- 1 1001 1001 3804 Jan 28 17:06 CONTRIBUTING.md [2021-01-28T17:10:21.519Z] -rw-rw-r-- 1 1001 1001 931 Jan 28 17:06 Dockerfile.build [2021-01-28T17:10:21.519Z] -rw-rw-r-- 1 1001 1001 863 Jan 28 17:06 Jenkinsfile [2021-01-28T17:10:21.519Z] -rw-rw-r-- 1 1001 1001 10775 Jan 28 17:06 LICENSE [2021-01-28T17:10:21.519Z] -rw-rw-r-- 1 1001 1001 6001 Jan 28 17:06 Makefile [2021-01-28T17:10:21.519Z] -rw-rw-r-- 1 1001 1001 6524 Jan 28 17:06 README.md [2021-01-28T17:10:21.519Z] -rw-rw-r-- 1 1001 1001 6755 Jan 28 17:06 SECURITY.md [2021-01-28T17:10:21.519Z] -rw-rw-r-- 1 1001 1001 5 Jan 28 17:07 VERSION [2021-01-28T17:10:21.519Z] -rw-rw-r-- 1 1001 1001 4131 Jan 28 17:06 ZMQWindows.md [2021-01-28T17:10:21.519Z] drwxrwxr-x 2 1001 1001 117 Jan 28 17:06 bin [2021-01-28T17:10:21.519Z] drwxrwxr-x 15 1001 1001 4096 Jan 28 17:06 cmd [2021-01-28T17:10:21.519Z] -rw-r--r-- 1 root root 565356 Jan 28 17:09 coverage.out [2021-01-28T17:10:21.519Z] -rw-r--r-- 1 root root 1054 Jan 28 17:10 go.mod [2021-01-28T17:10:21.519Z] -rw-r--r-- 1 root root 19289 Jan 28 17:10 go.sum [2021-01-28T17:10:21.519Z] drwxrwxr-x 8 1001 1001 127 Jan 28 17:06 internal [2021-01-28T17:10:21.519Z] drwxrwxr-x 4 1001 1001 26 Jan 28 17:06 openapi [2021-01-28T17:10:21.519Z] drwxrwxr-x 4 1001 1001 71 Jan 28 17:06 snap [2021-01-28T17:10:21.519Z] -rw-rw-r-- 1 1001 1001 168 Jan 28 17:06 version.go [Pipeline] sh [2021-01-28T17:10:21.852Z] + '[' -e coverage.out ] [2021-01-28T17:10:21.852Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-28T17:10:22.072Z] Stashed 1 file(s) [Pipeline] sh [2021-01-28T17:10:22.445Z] + make build [2021-01-28T17:10:22.445Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-28T17:10:26.665Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-28T17:10:29.732Z] Merging remotes/origin/master commit 43a02ae124f9b444ef324fb234f82118f7515362 into PR head commit 5f77d52a8421ba7912342d0ff090f6c969ad9208 [2021-01-28T17:10:28.223Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T17:10:28.237Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T17:10:28.262Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T17:10:28.305Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T17:10:28.306Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T17:10:28.315Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3094/head:refs/remotes/origin/PR-3094 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-28T17:10:29.748Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T17:10:29.762Z] > git checkout -f 5f77d52a8421ba7912342d0ff090f6c969ad9208 # timeout=10 [2021-01-28T17:10:30.058Z] > git remote # timeout=10 [2021-01-28T17:10:30.121Z] > git config --get remote.origin.url # timeout=10 [2021-01-28T17:10:30.243Z] Merge succeeded, producing 5f77d52a8421ba7912342d0ff090f6c969ad9208 [2021-01-28T17:10:30.244Z] Checking out Revision 5f77d52a8421ba7912342d0ff090f6c969ad9208 (PR-3094) [2021-01-28T17:10:30.167Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T17:10:30.181Z] > git merge 43a02ae124f9b444ef324fb234f82118f7515362 # timeout=10 [2021-01-28T17:10:30.213Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-28T17:10:30.249Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T17:10:30.268Z] > git checkout -f 5f77d52a8421ba7912342d0ff090f6c969ad9208 # timeout=10 [2021-01-28T17:10:34.753Z] Commit message: "Merge branch 'master' into issue-3093" [2021-01-28T17:10:34.889Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-28T17:10:35.844Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-28T17:10:36.305Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-28T17:10:36.715Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T17:10:37.057Z] + sudo service docker restart [2021-01-28T17:10:37.057Z] + true [2021-01-28T17:10:37.238Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-28T17:10:37.501Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-28T17:10:38.905Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T17:10:39.188Z] provisioning config files... [2021-01-28T17:10:39.274Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config7712655851610029409tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:10:39.696Z] ---> docker-login.sh [2021-01-28T17:10:39.696Z] nexus3.edgexfoundry.org:10001 [2021-01-28T17:10:40.323Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-28T17:10:40.682Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:10:40.954Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:10:40.954Z] Configure a credential helper to remove this warning. See [2021-01-28T17:10:40.954Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:10:40.954Z] [2021-01-28T17:10:40.954Z] Login Succeeded [2021-01-28T17:10:40.954Z] nexus3.edgexfoundry.org:10002 [2021-01-28T17:10:41.227Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:10:41.502Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:10:41.502Z] Configure a credential helper to remove this warning. See [2021-01-28T17:10:41.502Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:10:41.502Z] [2021-01-28T17:10:41.502Z] Login Succeeded [2021-01-28T17:10:41.502Z] nexus3.edgexfoundry.org:10003 [2021-01-28T17:10:41.720Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-28T17:10:41.780Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:10:41.780Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:10:41.780Z] Configure a credential helper to remove this warning. See [2021-01-28T17:10:41.780Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:10:41.780Z] [2021-01-28T17:10:41.780Z] Login Succeeded [2021-01-28T17:10:41.780Z] nexus3.edgexfoundry.org:10004 [2021-01-28T17:10:42.377Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:10:42.377Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:10:42.377Z] Configure a credential helper to remove this warning. See [2021-01-28T17:10:42.377Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:10:42.377Z] [2021-01-28T17:10:42.377Z] Login Succeeded [2021-01-28T17:10:42.377Z] docker.io [2021-01-28T17:10:42.650Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T17:10:42.673Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-28T17:10:43.619Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T17:10:43.619Z] Configure a credential helper to remove this warning. See [2021-01-28T17:10:43.619Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T17:10:43.619Z] [2021-01-28T17:10:43.619Z] Login Succeeded [2021-01-28T17:10:43.619Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T17:10:43.636Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-01-28T17:10:44.063Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [Pipeline] echo [2021-01-28T17:10:44.096Z] ========================================================= [2021-01-28T17:10:44.096Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-28T17:10:44.096Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:10:44.484Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-28T17:10:45.029Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-28T17:10:45.982Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-28T17:10:47.106Z] Sending build context to Docker daemon 165.9MB [2021-01-28T17:10:47.106Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T17:10:47.106Z] Step 2/6 : FROM ${BASE} [2021-01-28T17:10:47.106Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-28T17:10:47.106Z] 5f621e34cdf4: Pulling fs layer [2021-01-28T17:10:47.106Z] a4357932f1b6: Pulling fs layer [2021-01-28T17:10:47.106Z] 18c013af1878: Pulling fs layer [2021-01-28T17:10:47.106Z] 00ac8860ef70: Pulling fs layer [2021-01-28T17:10:47.106Z] 63d7cb157983: Pulling fs layer [2021-01-28T17:10:47.106Z] b116817d02f9: Pulling fs layer [2021-01-28T17:10:47.106Z] 745a02a5169b: Pulling fs layer [2021-01-28T17:10:47.106Z] 00ac8860ef70: Waiting [2021-01-28T17:10:47.106Z] 63d7cb157983: Waiting [2021-01-28T17:10:47.106Z] b116817d02f9: Waiting [2021-01-28T17:10:47.106Z] 745a02a5169b: Waiting [2021-01-28T17:10:47.106Z] 18c013af1878: Verifying Checksum [2021-01-28T17:10:47.106Z] 18c013af1878: Download complete [2021-01-28T17:10:47.106Z] a4357932f1b6: Verifying Checksum [2021-01-28T17:10:47.106Z] a4357932f1b6: Download complete [2021-01-28T17:10:47.106Z] 63d7cb157983: Download complete [2021-01-28T17:10:48.721Z] b116817d02f9: Verifying Checksum [2021-01-28T17:10:48.721Z] b116817d02f9: Download complete [2021-01-28T17:10:48.721Z] 5f621e34cdf4: Verifying Checksum [2021-01-28T17:10:48.721Z] 5f621e34cdf4: Download complete [2021-01-28T17:10:48.721Z] 5f621e34cdf4: Pull complete [2021-01-28T17:10:48.721Z] a4357932f1b6: Pull complete [Pipeline] } [2021-01-28T17:10:48.750Z] $ docker stop --time=1 eeed7a8888898e74c4a88fda546577e40e9c0f386f30709b0eb950477bee313d [2021-01-28T17:10:48.999Z] 18c013af1878: Pull complete [2021-01-28T17:10:49.610Z] 745a02a5169b: Verifying Checksum [2021-01-28T17:10:49.610Z] 745a02a5169b: Download complete [2021-01-28T17:10:50.320Z] $ docker rm -f eeed7a8888898e74c4a88fda546577e40e9c0f386f30709b0eb950477bee313d [2021-01-28T17:10:50.609Z] 00ac8860ef70: Verifying Checksum [2021-01-28T17:10:50.609Z] 00ac8860ef70: Download complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:10:52.231Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T17:10:52.231Z] [2021-01-28T17:10:52.231Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:10:52.597Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T17:10:52.598Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-28T17:10:52.598Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-28T17:10:52.598Z] ca9280d653b3: Pulling fs layer [2021-01-28T17:10:52.598Z] 7e9c9ca2126c: Pulling fs layer [2021-01-28T17:10:52.861Z] cbdbe7a5bc2a: Download complete [2021-01-28T17:10:53.126Z] cbdbe7a5bc2a: Pull complete [2021-01-28T17:10:53.392Z] ca9280d653b3: Verifying Checksum [2021-01-28T17:10:53.392Z] ca9280d653b3: Download complete [2021-01-28T17:10:54.353Z] ca9280d653b3: Pull complete [2021-01-28T17:10:54.617Z] 7e9c9ca2126c: Download complete [2021-01-28T17:11:00.815Z] 00ac8860ef70: Pull complete [2021-01-28T17:11:01.417Z] 63d7cb157983: Pull complete [2021-01-28T17:11:01.691Z] b116817d02f9: Pull complete [2021-01-28T17:11:02.818Z] 7e9c9ca2126c: Pull complete [2021-01-28T17:11:02.818Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-28T17:11:02.818Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T17:11:02.818Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-28T17:11:02.982Z] prd-centos7-docker-4c-2g-23786 does not seem to be running inside a container [2021-01-28T17:11:03.069Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-28T17:11:03.960Z] $ docker top 3d957f80536c8e0c1ca4bb8f8486c444398277e8c281178cc6119c37eb2f9d32 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T17:11:04.473Z] + + docker-composegrep build parallel --help [2021-01-28T17:11:04.473Z] [2021-01-28T17:11:05.420Z] --parallel Build images in parallel. [Pipeline] } [2021-01-28T17:11:05.434Z] $ docker stop --time=1 3d957f80536c8e0c1ca4bb8f8486c444398277e8c281178cc6119c37eb2f9d32 [2021-01-28T17:11:06.010Z] 745a02a5169b: Pull complete [2021-01-28T17:11:06.011Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-28T17:11:06.011Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-28T17:11:06.011Z] ---> b7e6874047d6 [2021-01-28T17:11:06.011Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-28T17:11:06.786Z] $ docker rm -f 3d957f80536c8e0c1ca4bb8f8486c444398277e8c281178cc6119c37eb2f9d32 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:11:07.407Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T17:11:07.407Z] . [Pipeline] withDockerContainer [2021-01-28T17:11:07.504Z] prd-centos7-docker-4c-2g-23786 does not seem to be running inside a container [2021-01-28T17:11:07.552Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-28T17:11:08.285Z] $ docker top 4fd62e499f485c26001909c542af8ca40b46f0493195afd3edf48d645dbc4e1f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T17:11:08.679Z] ---> Running in c3dc3e5f7065 [2021-01-28T17:11:08.774Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-28T17:11:09.717Z] Building docker-core-command-go ... [2021-01-28T17:11:09.717Z] Building docker-core-data-go ... [2021-01-28T17:11:09.717Z] Building docker-core-metadata-go ... [2021-01-28T17:11:09.717Z] Building docker-security-bootstrapper-go ... [2021-01-28T17:11:09.717Z] Building docker-security-proxy-setup-go ... [2021-01-28T17:11:09.717Z] Building docker-security-secretstore-setup-go ... [2021-01-28T17:11:09.717Z] Building docker-support-notifications-go ... [2021-01-28T17:11:09.717Z] Building docker-support-scheduler-go ... [2021-01-28T17:11:09.717Z] Building docker-sys-mgmt-agent-go ... [2021-01-28T17:11:09.717Z] Building docker-security-proxy-setup-go [2021-01-28T17:11:09.717Z] Building docker-core-metadata-go [2021-01-28T17:11:09.717Z] Building docker-support-scheduler-go [2021-01-28T17:11:09.717Z] Building docker-security-bootstrapper-go [2021-01-28T17:11:09.717Z] Building docker-support-notifications-go [2021-01-28T17:11:10.144Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:11:10.743Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:11:11.344Z] (1/12) Installing libmagic (5.38-r0) [2021-01-28T17:11:11.615Z] (2/12) Installing file (5.38-r0) [2021-01-28T17:11:11.616Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-28T17:11:11.616Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-28T17:11:17.012Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-28T17:11:17.012Z] (6/12) Installing patch (2.7.6-r6) [2021-01-28T17:11:17.012Z] (7/12) Installing build-base (0.5-r2) [2021-01-28T17:11:17.012Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-28T17:11:17.012Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-28T17:11:17.012Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-28T17:11:17.012Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-28T17:11:17.012Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-28T17:11:17.012Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:11:17.012Z] OK: 217 MiB in 51 packages [2021-01-28T17:11:21.314Z] Removing intermediate container c3dc3e5f7065 [2021-01-28T17:11:21.315Z] ---> e95d0457e8d5 [2021-01-28T17:11:21.315Z] Step 4/6 : WORKDIR /edgex-go [2021-01-28T17:11:21.315Z] ---> Running in f11f3b763911 [2021-01-28T17:11:21.589Z] Removing intermediate container f11f3b763911 [2021-01-28T17:11:21.589Z] ---> 0ce0d0431572 [2021-01-28T17:11:21.589Z] Step 5/6 : COPY go.mod . [2021-01-28T17:11:22.188Z] ---> d09f7dd740ef [2021-01-28T17:11:22.189Z] Step 6/6 : RUN go mod download [2021-01-28T17:11:22.462Z] ---> Running in 306bfda60e03 [2021-01-28T17:11:41.965Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:11:41.965Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:11:41.965Z] ---> be5fe5a3fe29 [2021-01-28T17:11:41.965Z] Step 3/21 : WORKDIR /edgex-go [2021-01-28T17:11:41.965Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:11:41.965Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:11:41.965Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:11:41.965Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:11:41.965Z] ---> be5fe5a3fe29 [2021-01-28T17:11:41.965Z] ---> be5fe5a3fe29 [2021-01-28T17:11:41.965Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T17:11:41.965Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T17:11:41.965Z] Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:11:41.965Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:11:41.965Z] ---> be5fe5a3fe29 [2021-01-28T17:11:41.965Z] Step 3/34 : WORKDIR /edgex-go [2021-01-28T17:11:41.965Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:11:41.965Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:11:41.965Z] ---> be5fe5a3fe29 [2021-01-28T17:11:41.965Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T17:11:41.965Z] ---> Running in fef21df0db00 [2021-01-28T17:11:41.965Z] ---> Running in 2a2b58b910e1 [2021-01-28T17:11:41.965Z] ---> Running in 6eab61223a48 [2021-01-28T17:11:41.965Z] ---> Running in a5e9a2b5025c [2021-01-28T17:11:41.965Z] ---> Running in 69a8895d350c [2021-01-28T17:11:41.965Z] Removing intermediate container 6eab61223a48 [2021-01-28T17:11:41.965Z] ---> f86b88278341 [2021-01-28T17:11:41.965Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:11:41.965Z] Removing intermediate container 2a2b58b910e1 [2021-01-28T17:11:41.965Z] ---> a76dfe11a008 [2021-01-28T17:11:41.965Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:11:41.965Z] Removing intermediate container fef21df0db00 [2021-01-28T17:11:41.965Z] ---> fd45fab25295 [2021-01-28T17:11:41.965Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:11:41.965Z] Removing intermediate container a5e9a2b5025c [2021-01-28T17:11:41.965Z] ---> e962ca0dd707 [2021-01-28T17:11:41.965Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:11:42.239Z] Removing intermediate container 69a8895d350c [2021-01-28T17:11:42.239Z] ---> c34011a265db [2021-01-28T17:11:42.239Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:11:42.239Z] ---> Running in 5edf7ef95c06 [2021-01-28T17:11:42.239Z] ---> Running in 9e6009c85b87 [2021-01-28T17:11:42.239Z] ---> Running in 22b12641a615 [2021-01-28T17:11:42.239Z] ---> Running in a9946b2ef125 [2021-01-28T17:11:42.239Z] ---> Running in c6ecfbbb4685 [2021-01-28T17:11:44.217Z] Removing intermediate container 5edf7ef95c06 [2021-01-28T17:11:44.217Z] ---> 0174b23b1a0c [2021-01-28T17:11:44.217Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T17:11:44.481Z] Removing intermediate container 22b12641a615 [2021-01-28T17:11:44.481Z] ---> 50b37287bcb6 [2021-01-28T17:11:44.481Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-28T17:11:44.481Z] Removing intermediate container 9e6009c85b87 [2021-01-28T17:11:44.481Z] ---> c510a7781d82 [2021-01-28T17:11:44.481Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-28T17:11:44.481Z] ---> Running in 5ea7821ee2b4 [2021-01-28T17:11:44.743Z] Removing intermediate container a9946b2ef125 [2021-01-28T17:11:44.743Z] ---> 3361e0a6c619 [2021-01-28T17:11:44.743Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-28T17:11:44.743Z] ---> Running in 2999448e84b4 [2021-01-28T17:11:44.743Z] ---> Running in 553f52c5d133 [2021-01-28T17:11:44.743Z] Removing intermediate container c6ecfbbb4685 [2021-01-28T17:11:44.743Z] ---> 2eed0541d3d3 [2021-01-28T17:11:44.744Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-28T17:11:45.007Z] ---> Running in a345e0817605 [2021-01-28T17:11:45.007Z] ---> Running in 6fd1634c92d9 [2021-01-28T17:11:45.599Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:11:45.884Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:11:46.147Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:11:46.147Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:11:46.147Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:11:46.147Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:11:46.411Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:11:46.675Z] OK: 233 MiB in 51 packages [2021-01-28T17:11:46.675Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:11:46.675Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:11:46.675Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:11:46.944Z] OK: 233 MiB in 51 packages [2021-01-28T17:11:47.213Z] Removing intermediate container 5ea7821ee2b4 [2021-01-28T17:11:47.213Z] ---> 608f42ee17ee [2021-01-28T17:11:47.213Z] Step 6/23 : COPY go.mod . [2021-01-28T17:11:47.213Z] OK: 233 MiB in 51 packages [2021-01-28T17:11:47.213Z] OK: 233 MiB in 51 packages [2021-01-28T17:11:47.213Z] OK: 233 MiB in 51 packages [2021-01-28T17:11:47.480Z] Removing intermediate container 2999448e84b4 [2021-01-28T17:11:47.480Z] ---> 2d3956d29967 [2021-01-28T17:11:47.480Z] Step 6/22 : COPY go.mod . [2021-01-28T17:11:47.480Z] ---> 739d47b8327d [2021-01-28T17:11:47.480Z] Step 7/23 : RUN go mod download [2021-01-28T17:11:47.747Z] ---> Running in 94551c9d87b9 [2021-01-28T17:11:47.747Z] ---> 0042916ad907 [2021-01-28T17:11:47.747Z] Step 7/22 : RUN go mod download [2021-01-28T17:11:48.014Z] Removing intermediate container 553f52c5d133 [2021-01-28T17:11:48.014Z] ---> 6dcc1dfadb70 [2021-01-28T17:11:48.014Z] Step 6/34 : COPY go.mod . [2021-01-28T17:11:48.295Z] ---> Running in beec657ac36b [2021-01-28T17:11:48.566Z] Removing intermediate container a345e0817605 [2021-01-28T17:11:48.566Z] ---> db09eaf66736 [2021-01-28T17:11:48.566Z] Step 6/21 : COPY go.mod . [2021-01-28T17:11:48.566Z] ---> 8780567e71d8 [2021-01-28T17:11:48.566Z] Step 7/34 : RUN go mod download [2021-01-28T17:11:48.566Z] Removing intermediate container 6fd1634c92d9 [2021-01-28T17:11:48.566Z] ---> f890679b5fa2 [2021-01-28T17:11:48.566Z] Step 6/22 : COPY go.mod . [2021-01-28T17:11:48.836Z] ---> Running in d88155341214 [2021-01-28T17:11:48.836Z] ---> 89f5260c3d48 [2021-01-28T17:11:48.836Z] Step 7/21 : RUN go mod download [2021-01-28T17:11:49.105Z] ---> Running in 7041b56ce467 [2021-01-28T17:11:49.105Z] ---> 3fff67350527 [2021-01-28T17:11:49.105Z] Step 7/22 : RUN go mod download [2021-01-28T17:11:49.295Z] Removing intermediate container 306bfda60e03 [2021-01-28T17:11:49.295Z] ---> 2e85ce3d61ff [2021-01-28T17:11:49.295Z] Successfully built 2e85ce3d61ff [2021-01-28T17:11:49.295Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:11:49.385Z] ---> Running in fb1870b3f30f [2021-01-28T17:11:49.639Z] + docker inspect -f . ci-base-image-arm64 [2021-01-28T17:11:49.639Z] . [Pipeline] withDockerContainer [2021-01-28T17:11:49.891Z] prd-ubuntu18.04-docker-arm64-4c-16g-23790 does not seem to be running inside a container [2021-01-28T17:11:49.974Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-28T17:11:50.346Z] Removing intermediate container 94551c9d87b9 [2021-01-28T17:11:50.346Z] ---> 990f2f88928c [2021-01-28T17:11:50.346Z] Step 8/23 : COPY . . [2021-01-28T17:11:50.613Z] Removing intermediate container beec657ac36b [2021-01-28T17:11:50.614Z] ---> 72aa6141aad8 [2021-01-28T17:11:50.614Z] Step 8/22 : COPY . . [2021-01-28T17:11:51.467Z] $ docker top c10fae1e177ae3e996b8cd2f2831f505572c02213a7f4a7fc89b24ae721c1ece -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T17:11:52.100Z] Removing intermediate container d88155341214 [2021-01-28T17:11:52.101Z] ---> 4257a939d8d1 [2021-01-28T17:11:52.101Z] Step 8/34 : COPY . . [2021-01-28T17:11:52.472Z] + go version [2021-01-28T17:11:52.472Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-28T17:11:52.493Z] $ docker stop --time=1 c10fae1e177ae3e996b8cd2f2831f505572c02213a7f4a7fc89b24ae721c1ece [2021-01-28T17:11:54.401Z] $ docker rm -f c10fae1e177ae3e996b8cd2f2831f505572c02213a7f4a7fc89b24ae721c1ece [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:11:55.340Z] + docker inspect -f . ci-base-image-arm64 [2021-01-28T17:11:55.340Z] . [Pipeline] withDockerContainer [2021-01-28T17:11:55.443Z] Removing intermediate container 7041b56ce467 [2021-01-28T17:11:55.443Z] ---> d4f4f8d70eec [2021-01-28T17:11:55.443Z] Step 8/21 : COPY . . [2021-01-28T17:11:55.601Z] prd-ubuntu18.04-docker-arm64-4c-16g-23790 does not seem to be running inside a container [2021-01-28T17:11:55.677Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-28T17:11:57.112Z] $ docker top 95746c3b14b5c920d914ed8063eafebe07ae099eb02fcc044f6e8094ff226e74 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-28T17:11:57.489Z] ========================================================= [2021-01-28T17:11:57.489Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-28T17:11:57.489Z] ========================================================= [Pipeline] sh [2021-01-28T17:11:58.129Z] + make test [2021-01-28T17:11:58.129Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-28T17:11:58.778Z] Removing intermediate container fb1870b3f30f [2021-01-28T17:11:58.778Z] ---> 119d5009e403 [2021-01-28T17:11:58.778Z] Step 8/22 : COPY . . [2021-01-28T17:12:20.318Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-28T17:12:31.271Z] ---> 2c8493d707ff [2021-01-28T17:12:31.271Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-28T17:12:31.271Z] ---> 3412e003521c [2021-01-28T17:12:31.271Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-28T17:12:31.536Z] ---> Running in 46ec61f26ec0 [2021-01-28T17:12:32.110Z] ---> Running in dcc1c7a77466 [2021-01-28T17:12:32.110Z] ---> baf6cd80ec89 [2021-01-28T17:12:32.110Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-28T17:12:32.375Z] ---> 8ac247e70886 [2021-01-28T17:12:32.375Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-28T17:12:32.375Z] ---> b194bd093a0d [2021-01-28T17:12:32.375Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-28T17:12:33.777Z] ---> Running in 1a21df931f96 [2021-01-28T17:12:33.777Z] ---> Running in 713f4f765927 [2021-01-28T17:12:33.777Z] ---> Running in 112315b8d1f0 [2021-01-28T17:12:34.047Z] Removing intermediate container 1a21df931f96 [2021-01-28T17:12:34.047Z] ---> 5705bdb789f5 [2021-01-28T17:12:34.047Z] Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-28T17:12:34.047Z] ---> Running in d5ccd3dc6d7d [2021-01-28T17:12:34.323Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-28T17:12:34.323Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-28T17:12:34.323Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-28T17:12:34.323Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-28T17:12:34.911Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-28T17:13:07.184Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-28T17:13:07.184Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-28T17:13:07.344Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-28T17:13:10.531Z] + mkdir -p /tmp/build/dist/linux [2021-01-28T17:13:10.531Z] + cd /tmp/build/dist/linux [2021-01-28T17:13:10.531Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-28T17:13:10.531Z] Cloning into '.'... [2021-01-28T17:13:10.531Z] Removing intermediate container 112315b8d1f0 [2021-01-28T17:13:10.531Z] ---> 14417d96ab0d [2021-01-28T17:13:10.531Z] [2021-01-28T17:13:10.531Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T17:13:10.531Z] Removing intermediate container 46ec61f26ec0 [2021-01-28T17:13:10.531Z] ---> e8d5e7cac0fd [2021-01-28T17:13:10.531Z] [2021-01-28T17:13:10.531Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T17:13:10.531Z] 3.12: Pulling from library/alpine [2021-01-28T17:13:10.531Z] 3.12: Pulling from library/alpine [2021-01-28T17:13:10.531Z] + go get github.com/robfig/glock [2021-01-28T17:13:11.122Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T17:13:11.122Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T17:13:11.122Z] Status: Downloaded newer image for alpine:3.12 [2021-01-28T17:13:11.122Z] ---> 389fef711851 [2021-01-28T17:13:11.122Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-28T17:13:11.122Z] Status: Downloaded newer image for alpine:3.12 [2021-01-28T17:13:11.122Z] ---> 389fef711851 [2021-01-28T17:13:11.384Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-28T17:13:11.674Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-28T17:13:15.613Z] ---> Running in 781ebac1980d [2021-01-28T17:13:15.613Z] ---> Running in 949b616831a2 [2021-01-28T17:13:15.613Z] Removing intermediate container 713f4f765927 [2021-01-28T17:13:15.613Z] ---> 065d6a6d9028 [2021-01-28T17:13:15.613Z] [2021-01-28T17:13:15.613Z] Step 10/21 : FROM alpine:3.12 [2021-01-28T17:13:15.613Z] ---> 389fef711851 [2021-01-28T17:13:15.613Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-28T17:13:15.613Z] Removing intermediate container dcc1c7a77466 [2021-01-28T17:13:15.613Z] ---> a601c089b45b [2021-01-28T17:13:15.613Z] [2021-01-28T17:13:15.613Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T17:13:15.613Z] ---> 389fef711851 [2021-01-28T17:13:15.613Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T17:13:15.613Z] ---> Running in 15a46a69b6bd [2021-01-28T17:13:15.613Z] ---> Running in f36dd27a488c [2021-01-28T17:13:16.003Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-28T17:13:16.003Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-28T17:13:16.003Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-28T17:13:16.592Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:13:16.592Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:13:16.592Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:13:16.592Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:13:16.592Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:13:16.592Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:13:16.874Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:13:16.874Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-28T17:13:16.874Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:13:16.874Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-28T17:13:16.874Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:13:16.874Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-28T17:13:16.874Z] OK: 6 MiB in 15 packages [2021-01-28T17:13:16.874Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:13:16.874Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T17:13:16.874Z] OK: 6 MiB in 16 packages [2021-01-28T17:13:16.874Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-28T17:13:17.140Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-28T17:13:17.140Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:13:17.140Z] OK: 6 MiB in 15 packages [2021-01-28T17:13:17.140Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T17:13:17.140Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-28T17:13:17.140Z] (4/4) Installing curl (7.69.1-r3) [2021-01-28T17:13:17.140Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:13:17.140Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T17:13:17.140Z] OK: 7 MiB in 18 packages [2021-01-28T17:13:18.122Z] Removing intermediate container 781ebac1980d [2021-01-28T17:13:18.122Z] ---> c237dd244868 [2021-01-28T17:13:18.122Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T17:13:18.701Z] ---> Running in 172c50d46c7c [2021-01-28T17:13:19.659Z] Removing intermediate container 949b616831a2 [2021-01-28T17:13:19.659Z] ---> 219341a9dae3 [2021-01-28T17:13:19.659Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T17:13:19.659Z] Removing intermediate container f36dd27a488c [2021-01-28T17:13:19.659Z] ---> 3f33f63500a1 [2021-01-28T17:13:19.659Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T17:13:22.230Z] Removing intermediate container 15a46a69b6bd [2021-01-28T17:13:22.230Z] ---> deef6619307a [2021-01-28T17:13:22.230Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T17:13:22.230Z] ---> Running in c1a30fa33d7c [2021-01-28T17:13:22.230Z] Removing intermediate container 172c50d46c7c [2021-01-28T17:13:22.230Z] ---> ee14da8be4f4 [2021-01-28T17:13:22.230Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-28T17:13:22.230Z] ---> Running in d36c1b41373c [2021-01-28T17:13:22.230Z] ---> Running in 2c9a65b54764 [2021-01-28T17:13:22.230Z] ---> Running in d506bb685f9f [2021-01-28T17:13:22.230Z] Removing intermediate container c1a30fa33d7c [2021-01-28T17:13:22.230Z] ---> eae9ccfd590d [2021-01-28T17:13:22.230Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-28T17:13:22.230Z] Removing intermediate container d36c1b41373c [2021-01-28T17:13:22.230Z] ---> 461cb60bab33 [2021-01-28T17:13:22.230Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-28T17:13:22.230Z] ---> Running in 21a9b87c14f1 [2021-01-28T17:13:22.497Z] ---> Running in 2055aac2d26b [2021-01-28T17:13:22.497Z] Removing intermediate container 2c9a65b54764 [2021-01-28T17:13:22.497Z] ---> 0cbeec487d71 [2021-01-28T17:13:22.497Z] Step 13/21 : WORKDIR /edgex [2021-01-28T17:13:22.497Z] Removing intermediate container d506bb685f9f [2021-01-28T17:13:22.497Z] ---> 873c78a3666a [2021-01-28T17:13:22.497Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T17:13:22.497Z] ---> Running in fa67cc6d6f33 [2021-01-28T17:13:22.759Z] ---> Running in aa096ea8100f [2021-01-28T17:13:22.759Z] Removing intermediate container 2055aac2d26b [2021-01-28T17:13:22.759Z] ---> caa2e3b0cb5d [2021-01-28T17:13:22.759Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T17:13:22.759Z] Removing intermediate container 21a9b87c14f1 [2021-01-28T17:13:22.759Z] ---> 20e6d1a4f2bb [2021-01-28T17:13:22.759Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T17:13:23.023Z] ---> Running in 5c550cf00c10 [2021-01-28T17:13:23.023Z] + glock sync -n [2021-01-28T17:13:23.023Z]  ---> Running in b9c514e77eb8 [2021-01-28T17:13:23.286Z] Removing intermediate container fa67cc6d6f33 [2021-01-28T17:13:23.286Z] ---> d2518107daa4 [2021-01-28T17:13:23.286Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-28T17:13:23.286Z] Removing intermediate container aa096ea8100f [2021-01-28T17:13:23.286Z] ---> 041b03982892 [2021-01-28T17:13:23.286Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:13:23.286Z] Removing intermediate container 5c550cf00c10 [2021-01-28T17:13:23.286Z] ---> 64cf95e0d9b0 [2021-01-28T17:13:23.286Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:13:23.550Z] Removing intermediate container b9c514e77eb8 [2021-01-28T17:13:23.550Z] ---> 192d5b68f736 [2021-01-28T17:13:23.550Z] Step 15/23 : WORKDIR / [2021-01-28T17:13:23.550Z] ---> 3e9e5fadec0e [2021-01-28T17:13:23.550Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-28T17:13:23.550Z] ---> Running in d3061017cdb7 [2021-01-28T17:13:23.550Z] ---> 53e1519679f2 [2021-01-28T17:13:23.550Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-28T17:13:23.819Z] ---> 31fd5af6e8e2 [2021-01-28T17:13:23.819Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-28T17:13:24.092Z] Removing intermediate container d3061017cdb7 [2021-01-28T17:13:24.092Z] ---> 5a0de6dd4390 [2021-01-28T17:13:24.092Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:13:24.311Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-28T17:13:24.311Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-28T17:13:24.311Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-28T17:13:24.311Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-28T17:13:24.311Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-28T17:13:24.311Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-28T17:13:24.354Z] ---> 5c8ec04a90c1 [2021-01-28T17:13:24.354Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-28T17:13:24.354Z] ---> 97d7e2d0fa30 [2021-01-28T17:13:24.354Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-28T17:13:24.927Z] ---> 6947e422f1ca [2021-01-28T17:13:24.927Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-28T17:13:24.927Z] ---> b4633ccfa343 [2021-01-28T17:13:24.927Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-28T17:13:25.508Z] ---> 489ce05f0fa7 [2021-01-28T17:13:25.508Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-28T17:13:25.508Z] ---> b7129d70f4bc [2021-01-28T17:13:25.508Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-28T17:13:25.775Z] ---> Running in 2a2e6274705a [2021-01-28T17:13:25.775Z] ---> edd1f796c167 [2021-01-28T17:13:25.775Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-28T17:13:25.775Z] ---> Running in ea52a5289323 [2021-01-28T17:13:25.775Z] ---> 7e0b149f8a16 [2021-01-28T17:13:25.775Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-28T17:13:26.113Z] ---> Running in 4cd56eecd51e [2021-01-28T17:13:26.113Z] Removing intermediate container 2a2e6274705a [2021-01-28T17:13:26.113Z] ---> a60f6b2441b4 [2021-01-28T17:13:26.113Z] Step 18/21 : CMD ["--init=true"] [2021-01-28T17:13:26.113Z] Removing intermediate container ea52a5289323 [2021-01-28T17:13:26.113Z] ---> 3478cce2bb8f [2021-01-28T17:13:26.113Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:13:26.113Z] ---> Running in 05a9da7ad285 [2021-01-28T17:13:26.113Z] ---> 9402d3d34b32 [2021-01-28T17:13:26.113Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-28T17:13:26.113Z] ---> Running in cc992b903b3b [2021-01-28T17:13:27.078Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-28T17:13:27.078Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-28T17:13:27.078Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-28T17:13:27.078Z] Removing intermediate container 4cd56eecd51e [2021-01-28T17:13:27.078Z] ---> 87ba38d901b0 [2021-01-28T17:13:27.078Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:13:27.078Z] ---> Running in 7af9c9706f04 [2021-01-28T17:13:27.340Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-28T17:13:27.340Z] + git describe '--abbrev=0' --tags [2021-01-28T17:13:27.340Z] + TAG=v0.6.1 [2021-01-28T17:13:27.340Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-28T17:13:27.340Z] + apk --print-arch [2021-01-28T17:13:27.340Z] building [dockerize] for amd64 ... [2021-01-28T17:13:27.340Z] + arch=x86_64 [2021-01-28T17:13:27.340Z] + echo 'building [dockerize] for amd64 ... ' [2021-01-28T17:13:27.340Z] + CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize [2021-01-28T17:13:28.293Z] Removing intermediate container 05a9da7ad285 [2021-01-28T17:13:28.293Z] ---> 6eacac41fea9 [2021-01-28T17:13:28.293Z] Step 19/21 : LABEL arch=x86_64 [2021-01-28T17:13:28.293Z] ---> Running in 629d1c9c70e7 [2021-01-28T17:13:28.293Z] Removing intermediate container cc992b903b3b [2021-01-28T17:13:28.293Z] ---> c3ab144a73f7 [2021-01-28T17:13:28.293Z] Step 20/22 : LABEL arch=x86_64 [2021-01-28T17:13:28.293Z] Removing intermediate container 7af9c9706f04 [2021-01-28T17:13:28.293Z] ---> 30f006f80211 [2021-01-28T17:13:28.293Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:13:28.571Z] ---> Running in 084ab9aa13c7 [2021-01-28T17:13:28.572Z] ---> Running in 328f60dfb39c [2021-01-28T17:13:28.572Z] ---> Running in e3593364212a [2021-01-28T17:13:28.572Z] Removing intermediate container 629d1c9c70e7 [2021-01-28T17:13:28.572Z] ---> 08f96a22a270 [2021-01-28T17:13:28.572Z] Step 20/22 : LABEL arch=x86_64 [2021-01-28T17:13:28.844Z] ---> Running in 14af8971a626 [2021-01-28T17:13:28.844Z] Removing intermediate container 328f60dfb39c [2021-01-28T17:13:28.844Z] ---> 37bcb1d8f910 [2021-01-28T17:13:28.844Z] Step 20/21 : LABEL git_sha=5f77d52a8421ba7912342d0ff090f6c969ad9208 [2021-01-28T17:13:28.844Z] Removing intermediate container 084ab9aa13c7 [2021-01-28T17:13:28.844Z] ---> 47eb65f80a9c [2021-01-28T17:13:28.844Z] Step 21/22 : LABEL git_sha=5f77d52a8421ba7912342d0ff090f6c969ad9208 [2021-01-28T17:13:29.124Z] Removing intermediate container e3593364212a [2021-01-28T17:13:29.124Z] ---> 678d3db95859 [2021-01-28T17:13:29.124Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T17:13:29.124Z] ---> Running in b9655f7a2f27 [2021-01-28T17:13:29.402Z] ---> Running in f1802ec4da8c [2021-01-28T17:13:29.402Z] ---> Running in 78bfb79b3ae6 [2021-01-28T17:13:29.402Z] Removing intermediate container 14af8971a626 [2021-01-28T17:13:29.402Z] ---> 75f33e83310e [2021-01-28T17:13:29.402Z] Step 21/22 : LABEL git_sha=5f77d52a8421ba7912342d0ff090f6c969ad9208 [2021-01-28T17:13:29.402Z] ---> Running in 0ffb4d8e87ea [2021-01-28T17:13:29.680Z] Removing intermediate container b9655f7a2f27 [2021-01-28T17:13:29.680Z] ---> 4f044f76a4fb [2021-01-28T17:13:29.680Z] Step 21/21 : LABEL version=0.0.0 [2021-01-28T17:13:29.680Z] Removing intermediate container f1802ec4da8c [2021-01-28T17:13:29.680Z] ---> 64d70403a201 [2021-01-28T17:13:29.680Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T17:13:29.680Z] ---> Running in 4b08bf3f4c24 [2021-01-28T17:13:29.680Z] Removing intermediate container 78bfb79b3ae6 [2021-01-28T17:13:29.680Z] ---> f93e88bd2e61 [2021-01-28T17:13:29.680Z] Step 22/23 : LABEL git_sha=5f77d52a8421ba7912342d0ff090f6c969ad9208 [2021-01-28T17:13:29.680Z] ---> Running in 799d1f1e91a7 [2021-01-28T17:13:29.746Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-28T17:13:29.746Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-28T17:13:29.746Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-28T17:13:29.945Z] ---> Running in ac6a0d3667a4 [2021-01-28T17:13:29.945Z] Removing intermediate container 0ffb4d8e87ea [2021-01-28T17:13:29.945Z] ---> 5479cc685d0c [2021-01-28T17:13:29.945Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T17:13:29.945Z] Removing intermediate container 4b08bf3f4c24 [2021-01-28T17:13:29.945Z] ---> 08e47b4fedd8 [2021-01-28T17:13:29.945Z] [2021-01-28T17:13:30.210Z] ---> Running in 9a1363a109e1 [2021-01-28T17:13:30.210Z] Removing intermediate container 799d1f1e91a7 [2021-01-28T17:13:30.210Z] ---> 567b641de32d [2021-01-28T17:13:30.210Z] [2021-01-28T17:13:30.210Z] Removing intermediate container ac6a0d3667a4 [2021-01-28T17:13:30.210Z] ---> 89135be8074e [2021-01-28T17:13:30.210Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T17:13:30.470Z] Successfully built 08e47b4fedd8 [2021-01-28T17:13:30.470Z] Successfully built 567b641de32d [2021-01-28T17:13:30.740Z] ---> Running in ff5edb46391b [2021-01-28T17:13:30.740Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-28T17:13:30.740Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-28T17:13:30.740Z] Building docker-sys-mgmt-agent-go [2021-01-28T17:13:30.740Z]  Building docker-security-proxy-setup-go ... done  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-01-28T17:13:31.009Z] Removing intermediate container 9a1363a109e1 [2021-01-28T17:13:31.009Z] ---> f8842fd9464f [2021-01-28T17:13:31.009Z] [2021-01-28T17:13:31.009Z] Removing intermediate container ff5edb46391b [2021-01-28T17:13:31.009Z] ---> 34d891ee6146 [2021-01-28T17:13:31.009Z] [2021-01-28T17:13:31.275Z] Successfully built f8842fd9464f [2021-01-28T17:13:31.275Z] Successfully tagged docker-support-notifications-go:latest [2021-01-28T17:13:31.275Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-01-28T17:13:31.275Z] Successfully built 34d891ee6146 [2021-01-28T17:13:31.275Z] Successfully tagged docker-core-metadata-go:latest [2021-01-28T17:13:31.275Z] Building docker-security-secretstore-setup-go [2021-01-28T17:13:37.005Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.356s coverage: 46.0% of statements [2021-01-28T17:13:37.005Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-28T17:13:37.005Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-28T17:13:37.005Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-28T17:13:37.005Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-28T17:13:37.005Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-28T17:13:37.005Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-01-28T17:13:37.005Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-01-28T17:13:37.005Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.144s coverage: 100.0% of statements [2021-01-28T17:13:43.764Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.572s coverage: 27.1% of statements [2021-01-28T17:13:43.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-28T17:13:43.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-28T17:13:43.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-28T17:13:43.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-28T17:13:43.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-28T17:13:43.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-28T17:13:43.764Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.123s coverage: 100.0% of statements [2021-01-28T17:13:43.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-28T17:13:43.764Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.095s coverage: 100.0% of statements [2021-01-28T17:13:43.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-28T17:13:43.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-28T17:13:44.370Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.321s coverage: 65.8% of statements [2021-01-28T17:13:44.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-28T17:13:44.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-28T17:13:46.363Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.664s coverage: 82.3% of statements [2021-01-28T17:13:46.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-28T17:13:46.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T17:13:46.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-28T17:13:46.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-28T17:13:51.789Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.156s coverage: 28.6% of statements [2021-01-28T17:13:51.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-28T17:13:51.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-28T17:13:51.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-28T17:13:51.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-28T17:13:51.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-28T17:13:51.789Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.135s coverage: 100.0% of statements [2021-01-28T17:13:51.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-28T17:13:51.789Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.132s coverage: 100.0% of statements [2021-01-28T17:13:51.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-28T17:13:52.781Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.360s coverage: 86.7% of statements [2021-01-28T17:13:52.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-28T17:13:54.774Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.320s coverage: 97.5% of statements [2021-01-28T17:13:54.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-28T17:13:54.774Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.144s coverage: 78.3% of statements [2021-01-28T17:13:54.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-28T17:13:54.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-28T17:13:54.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-28T17:13:54.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-28T17:13:57.980Z]  Building docker-core-metadata-go ... done + date [2021-01-28T17:13:57.980Z] Thu Jan 28 17:13:55 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-28T17:13:57.980Z] + echo 'Thu Jan 28 17:13:55 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-28T17:14:03.088Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.200s coverage: 92.8% of statements [2021-01-28T17:14:03.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-28T17:14:03.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T17:14:03.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-28T17:14:03.088Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-28T17:14:03.088Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-28T17:14:03.088Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-28T17:14:03.088Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-28T17:14:03.088Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-28T17:14:03.088Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-28T17:14:03.088Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-28T17:14:03.088Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-28T17:14:03.088Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-28T17:14:03.088Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-28T17:14:03.088Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-28T17:14:03.088Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-28T17:14:03.088Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-28T17:14:03.088Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-28T17:14:03.088Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-28T17:14:03.088Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2021-01-28T17:14:03.088Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-28T17:14:03.088Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-28T17:14:03.088Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.166s coverage: 0.1% of statements [2021-01-28T17:14:03.088Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-28T17:14:03.088Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-28T17:14:03.088Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-28T17:14:03.088Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.099s coverage: 43.8% of statements [2021-01-28T17:14:03.088Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.083s coverage: 79.5% of statements [2021-01-28T17:14:03.088Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.061s coverage: 94.1% of statements [2021-01-28T17:14:03.088Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.120s coverage: 96.3% of statements [2021-01-28T17:14:03.088Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.087s coverage: 87.5% of statements [2021-01-28T17:14:03.348Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:14:03.348Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:14:03.348Z] ---> be5fe5a3fe29 [2021-01-28T17:14:03.348Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T17:14:03.348Z] ---> Using cache [2021-01-28T17:14:03.348Z] ---> c34011a265db [2021-01-28T17:14:03.348Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:14:03.348Z] ---> Using cache [2021-01-28T17:14:03.348Z] ---> 2eed0541d3d3 [2021-01-28T17:14:03.348Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T17:14:03.348Z] ---> Using cache [2021-01-28T17:14:03.348Z] ---> f890679b5fa2 [2021-01-28T17:14:03.348Z] Step 6/23 : COPY go.mod . [2021-01-28T17:14:03.348Z] ---> Using cache [2021-01-28T17:14:03.348Z] ---> 3fff67350527 [2021-01-28T17:14:03.348Z] Step 7/23 : RUN go mod download [2021-01-28T17:14:03.348Z] ---> Using cache [2021-01-28T17:14:03.348Z] ---> 119d5009e403 [2021-01-28T17:14:03.348Z] Step 8/23 : COPY . . [2021-01-28T17:14:03.348Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:14:03.348Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:14:03.348Z] ---> be5fe5a3fe29 [2021-01-28T17:14:03.348Z] Step 3/26 : WORKDIR /edgex-go [2021-01-28T17:14:03.348Z] ---> Using cache [2021-01-28T17:14:03.348Z] ---> c34011a265db [2021-01-28T17:14:03.348Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:14:03.348Z] ---> Using cache [2021-01-28T17:14:03.348Z] ---> 2eed0541d3d3 [2021-01-28T17:14:03.348Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-28T17:14:03.348Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:14:03.348Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:14:03.348Z] ---> be5fe5a3fe29 [2021-01-28T17:14:03.348Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T17:14:03.348Z] ---> Using cache [2021-01-28T17:14:03.348Z] ---> c34011a265db [2021-01-28T17:14:03.348Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:14:03.348Z] ---> Using cache [2021-01-28T17:14:03.348Z] ---> 2eed0541d3d3 [2021-01-28T17:14:03.348Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-28T17:14:03.348Z] ---> Using cache [2021-01-28T17:14:03.348Z] ---> b194bd093a0d [2021-01-28T17:14:03.348Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-28T17:14:03.646Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:14:03.646Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:14:03.646Z] ---> be5fe5a3fe29 [2021-01-28T17:14:03.646Z] Step 3/24 : WORKDIR /edgex-go [2021-01-28T17:14:03.646Z] ---> Using cache [2021-01-28T17:14:03.646Z] ---> c34011a265db [2021-01-28T17:14:03.646Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:14:03.646Z] ---> Using cache [2021-01-28T17:14:03.646Z] ---> 2eed0541d3d3 [2021-01-28T17:14:03.646Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-28T17:14:03.646Z] ---> Using cache [2021-01-28T17:14:03.646Z] ---> f890679b5fa2 [2021-01-28T17:14:03.646Z] Step 6/24 : COPY go.mod . [2021-01-28T17:14:03.646Z] ---> Using cache [2021-01-28T17:14:03.646Z] ---> 3fff67350527 [2021-01-28T17:14:03.646Z] Step 7/24 : RUN go mod download [2021-01-28T17:14:03.646Z] ---> Using cache [2021-01-28T17:14:03.646Z] ---> 119d5009e403 [2021-01-28T17:14:03.646Z] Step 8/24 : COPY . . [2021-01-28T17:14:03.646Z] ---> Using cache [2021-01-28T17:14:03.646Z] ---> b194bd093a0d [2021-01-28T17:14:03.646Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-28T17:14:05.045Z] ---> Running in 34a1e7e1853c [2021-01-28T17:14:05.045Z] ---> Running in aa1f836b8a4f [2021-01-28T17:14:05.045Z] ---> Running in e4f6b35a7a6f [2021-01-28T17:14:05.045Z] ---> Running in 88c5411b9ae4 [2021-01-28T17:14:06.502Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-28T17:14:06.502Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:14:06.502Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:14:06.502Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-28T17:14:06.770Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:14:07.051Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:14:07.324Z] OK: 233 MiB in 51 packages [2021-01-28T17:14:07.600Z] OK: 233 MiB in 51 packages [2021-01-28T17:14:10.982Z] Removing intermediate container 34a1e7e1853c [2021-01-28T17:14:10.982Z] ---> 74d401401559 [2021-01-28T17:14:10.982Z] Step 6/23 : COPY go.mod . [2021-01-28T17:14:10.982Z] Removing intermediate container 88c5411b9ae4 [2021-01-28T17:14:10.982Z] ---> 5162f5df61d7 [2021-01-28T17:14:10.982Z] Step 6/26 : COPY go.mod . [2021-01-28T17:14:12.428Z] ---> 1dccd84c6c60 [2021-01-28T17:14:12.428Z] Step 7/23 : RUN go mod download [2021-01-28T17:14:13.852Z] ---> 9b64cce3f3b1 [2021-01-28T17:14:13.852Z] Step 7/26 : RUN go mod download [2021-01-28T17:14:13.852Z] ---> Running in ee4d0754fd24 [2021-01-28T17:14:15.533Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.093s coverage: 94.4% of statements [2021-01-28T17:14:15.533Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.056s coverage: 44.8% of statements [2021-01-28T17:14:15.533Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-28T17:14:15.533Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-28T17:14:15.533Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-28T17:14:15.533Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-28T17:14:16.443Z] ---> Running in c3ee4cef901e [2021-01-28T17:14:16.526Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.089s coverage: 87.2% of statements [2021-01-28T17:14:16.526Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-28T17:14:16.526Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-28T17:14:16.526Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.060s coverage: 100.0% of statements [2021-01-28T17:14:16.526Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-28T17:14:16.526Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements [2021-01-28T17:14:16.526Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-28T17:14:16.526Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements [2021-01-28T17:14:16.526Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.133s coverage: 87.2% of statements [2021-01-28T17:14:16.526Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.119s coverage: 84.2% of statements [2021-01-28T17:14:16.526Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.173s coverage: 91.4% of statements [2021-01-28T17:14:16.526Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-28T17:14:17.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.677s coverage: 63.5% of statements [2021-01-28T17:14:17.132Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-28T17:14:17.132Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-28T17:14:17.738Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.125s coverage: 100.0% of statements [2021-01-28T17:14:18.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.120s coverage: 91.3% of statements [2021-01-28T17:14:19.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.044s coverage: 100.0% of statements [2021-01-28T17:14:19.598Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.105s coverage: 73.7% of statements [2021-01-28T17:14:19.850Z] Removing intermediate container d5ccd3dc6d7d [2021-01-28T17:14:19.850Z] ---> cfce3eece297 [2021-01-28T17:14:19.850Z] Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" [2021-01-28T17:14:20.131Z] Removing intermediate container ee4d0754fd24 [2021-01-28T17:14:20.131Z] ---> 07d5a02b7be7 [2021-01-28T17:14:20.131Z] Step 8/23 : COPY . . [2021-01-28T17:14:20.131Z] Removing intermediate container c3ee4cef901e [2021-01-28T17:14:20.131Z] ---> 559fdb923903 [2021-01-28T17:14:20.131Z] Step 8/26 : COPY . . [2021-01-28T17:14:20.131Z] ---> Running in a97b93c2f8f2 [2021-01-28T17:14:20.591Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.087s coverage: 100.0% of statements [2021-01-28T17:14:23.443Z] /lib/ld-musl-x86_64.so.1: /test/dockerize: Not a valid dynamic program [2021-01-28T17:14:23.443Z] statically linked [2021-01-28T17:14:23.998Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.805s coverage: 68.9% of statements [2021-01-28T17:14:23.998Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-28T17:14:23.998Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-28T17:14:23.998Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-28T17:14:23.998Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-28T17:14:23.998Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-28T17:14:25.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.418s coverage: 37.0% of statements [2021-01-28T17:14:25.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-28T17:14:25.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-28T17:14:25.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.484s coverage: 84.0% of statements [2021-01-28T17:14:25.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.090s coverage: 100.0% of statements [2021-01-28T17:14:26.095Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-28T17:14:32.700Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.362s coverage: 47.1% of statements [2021-01-28T17:14:32.700Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-28T17:14:32.700Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-28T17:14:32.700Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-28T17:14:32.700Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-28T17:14:32.700Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-28T17:14:32.700Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.118s coverage: 100.0% of statements [2021-01-28T17:14:32.700Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-28T17:14:32.700Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.141s coverage: 100.0% of statements [2021-01-28T17:14:32.700Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-28T17:14:34.295Z] Removing intermediate container a97b93c2f8f2 [2021-01-28T17:14:34.295Z] ---> ae72169f0d4a [2021-01-28T17:14:34.295Z] [2021-01-28T17:14:34.295Z] Step 12/34 : FROM alpine:3.12 [2021-01-28T17:14:34.295Z] ---> 389fef711851 [2021-01-28T17:14:34.295Z] Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-28T17:14:37.013Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.231s coverage: 29.1% of statements [2021-01-28T17:14:37.013Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-28T17:14:37.013Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-28T17:14:37.013Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-28T17:14:37.013Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-28T17:14:37.013Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-28T17:14:37.013Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.213s coverage: 99.0% of statements [2021-01-28T17:14:37.013Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-28T17:14:37.013Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.119s coverage: 100.0% of statements [2021-01-28T17:14:37.013Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-28T17:14:37.013Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.090s coverage: 0.0% of statements [2021-01-28T17:14:37.013Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-28T17:14:37.013Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements [2021-01-28T17:14:37.013Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-28T17:14:37.013Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-28T17:14:37.013Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-28T17:14:37.013Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-28T17:14:37.013Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.099s coverage: 87.9% of statements [2021-01-28T17:14:37.013Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-28T17:14:37.013Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-28T17:14:37.288Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements [2021-01-28T17:14:37.885Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.051s coverage: 32.1% of statements [2021-01-28T17:14:38.479Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-01-28T17:14:38.533Z] ---> Running in b77ca9413c45 [2021-01-28T17:14:39.458Z] GO111MODULE=on go vet ./... [2021-01-28T17:14:39.931Z] Removing intermediate container b77ca9413c45 [2021-01-28T17:14:39.931Z] ---> 6438b2c5e2e9 [2021-01-28T17:14:39.931Z] Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-28T17:14:45.289Z] ---> Running in 84a3d9ff045e [2021-01-28T17:14:50.624Z] Removing intermediate container e4f6b35a7a6f [2021-01-28T17:14:50.624Z] ---> f5a1b98dd2c0 [2021-01-28T17:14:50.624Z] [2021-01-28T17:14:50.624Z] Step 10/24 : FROM alpine:3.12 [2021-01-28T17:14:50.624Z] ---> 389fef711851 [2021-01-28T17:14:50.624Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-28T17:14:50.624Z] Removing intermediate container aa1f836b8a4f [2021-01-28T17:14:50.624Z] ---> f4e70d755022 [2021-01-28T17:14:50.624Z] [2021-01-28T17:14:50.624Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T17:14:50.624Z] ---> 389fef711851 [2021-01-28T17:14:50.624Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T17:14:50.624Z] ---> Using cache [2021-01-28T17:14:50.624Z] ---> 3f33f63500a1 [2021-01-28T17:14:50.624Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T17:14:50.888Z] ---> Using cache [2021-01-28T17:14:50.888Z] ---> eae9ccfd590d [2021-01-28T17:14:50.888Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-28T17:14:52.812Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:14:52.812Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:14:53.074Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-28T17:14:53.074Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-28T17:14:53.074Z] (3/3) Installing su-exec (0.2-r1) [2021-01-28T17:14:53.074Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:14:53.074Z] OK: 6 MiB in 17 packages [2021-01-28T17:14:53.650Z] ---> Running in d18426d6b498 [2021-01-28T17:14:53.650Z] ---> Running in 16a3ea3c3cf2 [2021-01-28T17:14:53.913Z] ---> 593daae5d95a [2021-01-28T17:14:53.913Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-28T17:14:53.913Z] ---> 2f5f0d3ed2eb [2021-01-28T17:14:53.913Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-28T17:14:54.186Z] Removing intermediate container d18426d6b498 [2021-01-28T17:14:54.186Z] ---> d75df8001742 [2021-01-28T17:14:54.186Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T17:14:54.186Z] ---> Running in 95571cf8eb6f [2021-01-28T17:14:54.186Z] ---> Running in 7a3604497660 [2021-01-28T17:14:54.186Z] ---> Running in bce0a10c2921 [2021-01-28T17:14:54.776Z] Removing intermediate container 84a3d9ff045e [2021-01-28T17:14:54.776Z] ---> f7a7d971804d [2021-01-28T17:14:54.776Z] Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-28T17:14:54.776Z] Removing intermediate container bce0a10c2921 [2021-01-28T17:14:54.776Z] ---> 3be67f7601ac [2021-01-28T17:14:54.776Z] Step 15/23 : WORKDIR / [2021-01-28T17:14:54.776Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:14:54.776Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:14:54.776Z] ---> Running in f783d2626822 [2021-01-28T17:14:54.776Z] ---> Running in afc7fe0178dd [2021-01-28T17:14:55.044Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-28T17:14:55.044Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-28T17:14:55.044Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T17:14:55.044Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-28T17:14:55.044Z] (4/5) Installing curl (7.69.1-r3) [2021-01-28T17:14:55.044Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-28T17:14:55.044Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:14:55.044Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T17:14:55.306Z] OK: 7 MiB in 19 packages [2021-01-28T17:14:55.580Z] Removing intermediate container f783d2626822 [2021-01-28T17:14:55.580Z] ---> c885c9dac15b [2021-01-28T17:14:55.580Z] Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-28T17:14:55.580Z] Removing intermediate container afc7fe0178dd [2021-01-28T17:14:55.580Z] ---> 88e92fc2925e [2021-01-28T17:14:55.580Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:14:55.580Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-28T17:14:55.855Z] ---> Running in ffb37a717a9a [2021-01-28T17:14:56.442Z] ---> 06395350d538 [2021-01-28T17:14:56.442Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-28T17:14:56.713Z] Removing intermediate container ffb37a717a9a [2021-01-28T17:14:56.713Z] ---> 87b2dd6a0db7 [2021-01-28T17:14:56.713Z] Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-28T17:14:57.320Z] ---> Running in f5868789f5e2 [2021-01-28T17:14:57.320Z] Removing intermediate container 16a3ea3c3cf2 [2021-01-28T17:14:57.320Z] ---> eb26294b7585 [2021-01-28T17:14:57.320Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T17:14:57.320Z] ---> Running in 3cad0baaacd8 [2021-01-28T17:14:57.921Z] ---> 26a4b506b4f2 [2021-01-28T17:14:57.921Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-28T17:14:57.921Z] Removing intermediate container 3cad0baaacd8 [2021-01-28T17:14:57.921Z] ---> b02e4e7a3f29 [2021-01-28T17:14:57.921Z] Step 13/24 : WORKDIR / [2021-01-28T17:14:59.333Z] ---> Running in e6914b18a62f [2021-01-28T17:14:59.333Z] ---> 9656f579a151 [2021-01-28T17:14:59.333Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-28T17:14:59.333Z] ---> Running in 9d0c04b55d16 [2021-01-28T17:14:59.603Z] Removing intermediate container e6914b18a62f [2021-01-28T17:14:59.603Z] ---> 2ffdaeddbbea [2021-01-28T17:14:59.603Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-28T17:14:59.888Z] Removing intermediate container 9d0c04b55d16 [2021-01-28T17:14:59.888Z] ---> 1f6d5af1641f [2021-01-28T17:14:59.888Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:14:59.888Z] ---> Running in a6720c4fcc6c [2021-01-28T17:15:00.156Z] Removing intermediate container f5868789f5e2 [2021-01-28T17:15:00.156Z] ---> d1a54c4ecd3b [2021-01-28T17:15:00.156Z] Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-28T17:15:00.432Z] ---> Running in c0a596dba3f2 [2021-01-28T17:15:00.432Z] ---> eee55f178c32 [2021-01-28T17:15:00.432Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-28T17:15:00.700Z] Removing intermediate container a6720c4fcc6c [2021-01-28T17:15:00.700Z] ---> 7c70c21e00b8 [2021-01-28T17:15:00.700Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T17:15:00.700Z] ---> Running in d78c9940348b [2021-01-28T17:15:00.985Z] Removing intermediate container c0a596dba3f2 [2021-01-28T17:15:00.985Z] ---> 9ce0521b3d6c [2021-01-28T17:15:00.985Z] Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-28T17:15:01.270Z] ---> 59c2616b0f24 [2021-01-28T17:15:01.270Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-28T17:15:01.270Z] Removing intermediate container d78c9940348b [2021-01-28T17:15:01.270Z] ---> 8ecacb1860a9 [2021-01-28T17:15:01.270Z] Step 22/23 : LABEL git_sha=5f77d52a8421ba7912342d0ff090f6c969ad9208 [2021-01-28T17:15:01.555Z] ---> Running in 34cab9631296 [2021-01-28T17:15:01.833Z] Removing intermediate container 34cab9631296 [2021-01-28T17:15:01.833Z] ---> f8f8c8d3cc07 [2021-01-28T17:15:01.833Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T17:15:02.106Z] ---> 6de2dbcafd8a [2021-01-28T17:15:02.106Z] Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-28T17:15:02.106Z] ---> Running in f1c4d0b1b300 [2021-01-28T17:15:02.106Z] ---> 709362d53a6a [2021-01-28T17:15:02.107Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-28T17:15:02.711Z] Removing intermediate container f1c4d0b1b300 [2021-01-28T17:15:02.711Z] ---> cf60a9d6d037 [2021-01-28T17:15:02.711Z] [2021-01-28T17:15:03.687Z] Successfully built cf60a9d6d037 [2021-01-28T17:15:03.687Z] Successfully tagged docker-core-command-go:latest [2021-01-28T17:15:04.291Z]  Building docker-core-command-go ... done  ---> ef2e280fa4e5 [2021-01-28T17:15:04.291Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-28T17:15:04.291Z] ---> b6db9f30c120 [2021-01-28T17:15:04.291Z] Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-28T17:15:04.576Z] ---> Running in c2e71153df7c [2021-01-28T17:15:05.654Z] ---> a04901679107 [2021-01-28T17:15:05.654Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-28T17:15:06.659Z] ---> 851eee5df2f4 [2021-01-28T17:15:06.659Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-28T17:15:06.659Z] ---> Running in df2983f8caca [2021-01-28T17:15:06.659Z] Removing intermediate container c2e71153df7c [2021-01-28T17:15:06.659Z] ---> 99d7414597b4 [2021-01-28T17:15:06.659Z] Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:15:07.647Z] ---> f5751fd28a49 [2021-01-28T17:15:07.647Z] Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-28T17:15:08.613Z] ---> 7f8090105b4c [2021-01-28T17:15:08.613Z] Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-28T17:15:08.883Z] Removing intermediate container df2983f8caca [2021-01-28T17:15:08.884Z] ---> d85ffb692536 [2021-01-28T17:15:08.884Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-28T17:15:08.884Z] ---> Running in f3bb588f7f5f [2021-01-28T17:15:09.146Z] ---> 893b315ccce8 [2021-01-28T17:15:09.146Z] Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-28T17:15:09.417Z] Removing intermediate container f3bb588f7f5f [2021-01-28T17:15:09.417Z] ---> 70b4996d913c [2021-01-28T17:15:09.417Z] Step 22/24 : LABEL arch=x86_64 [2021-01-28T17:15:09.417Z] ---> Running in e8694d4d8f85 [2021-01-28T17:15:10.381Z] ---> b7c2c4b067d0 [2021-01-28T17:15:10.382Z] Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-28T17:15:10.647Z] Removing intermediate container e8694d4d8f85 [2021-01-28T17:15:10.647Z] ---> 7f172df49a8e [2021-01-28T17:15:10.647Z] Step 23/24 : LABEL git_sha=5f77d52a8421ba7912342d0ff090f6c969ad9208 [2021-01-28T17:15:10.913Z] ---> 01e557585307 [2021-01-28T17:15:10.913Z] Step 27/34 : VOLUME ${SECURITY_INIT_DIR} [2021-01-28T17:15:10.913Z] ---> Running in b7793e6f8bd2 [2021-01-28T17:15:11.494Z] ---> Running in 74dc5632a166 [2021-01-28T17:15:11.494Z] Removing intermediate container b7793e6f8bd2 [2021-01-28T17:15:11.494Z] ---> 2fe08e596e61 [2021-01-28T17:15:11.494Z] Step 24/24 : LABEL version=0.0.0 [2021-01-28T17:15:11.494Z] ---> Running in 370dbe5e3824 [2021-01-28T17:15:11.759Z] Removing intermediate container 74dc5632a166 [2021-01-28T17:15:11.759Z] ---> c20ca2b61c2e [2021-01-28T17:15:11.759Z] Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-28T17:15:11.759Z] Removing intermediate container 370dbe5e3824 [2021-01-28T17:15:11.759Z] ---> a12dd7ea09e8 [2021-01-28T17:15:11.759Z] [2021-01-28T17:15:12.034Z] ---> f5643a349895 [2021-01-28T17:15:12.034Z] Step 29/34 : RUN chmod +x /entrypoint.sh [2021-01-28T17:15:12.034Z] Successfully built a12dd7ea09e8 [2021-01-28T17:15:12.034Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-28T17:15:12.307Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 3ccf4e6732f9 [2021-01-28T17:15:14.876Z] Removing intermediate container 3ccf4e6732f9 [2021-01-28T17:15:14.876Z] ---> 9c8c71b9c266 [2021-01-28T17:15:14.876Z] Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-28T17:15:15.140Z] Removing intermediate container 7a3604497660 [2021-01-28T17:15:15.140Z] ---> 875bb59e084a [2021-01-28T17:15:15.140Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-28T17:15:15.402Z] ---> Running in c346bf9ff59d [2021-01-28T17:15:15.402Z] ---> Running in 3e953929ae2f [2021-01-28T17:15:17.329Z] Removing intermediate container c346bf9ff59d [2021-01-28T17:15:17.329Z] ---> adb41e4df4cb [2021-01-28T17:15:17.329Z] Step 31/34 : CMD ["gate"] [2021-01-28T17:15:17.329Z] ---> Running in fa4ebd7b2179 [2021-01-28T17:15:17.329Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-28T17:15:17.598Z] Removing intermediate container fa4ebd7b2179 [2021-01-28T17:15:17.598Z] ---> 16234ac9d7d2 [2021-01-28T17:15:17.598Z] Step 32/34 : LABEL arch=x86_64 [2021-01-28T17:15:17.862Z] ---> Running in d57b949972bd [2021-01-28T17:15:18.806Z] Removing intermediate container d57b949972bd [2021-01-28T17:15:18.806Z] ---> d368c53cf21d [2021-01-28T17:15:18.806Z] Step 33/34 : LABEL git_sha=5f77d52a8421ba7912342d0ff090f6c969ad9208 [2021-01-28T17:15:19.753Z] Removing intermediate container 95571cf8eb6f [2021-01-28T17:15:19.753Z] ---> ea6ed237bbba [2021-01-28T17:15:19.753Z] [2021-01-28T17:15:19.753Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T17:15:19.753Z] ---> 389fef711851 [2021-01-28T17:15:19.753Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T17:15:19.753Z] ---> Running in ae572b8810fc [2021-01-28T17:15:20.016Z] ---> Running in 89459b5481be [2021-01-28T17:15:20.016Z] Removing intermediate container 3e953929ae2f [2021-01-28T17:15:20.016Z] ---> 259e6f27c5e2 [2021-01-28T17:15:20.016Z] [2021-01-28T17:15:20.016Z] Step 11/26 : FROM docker:20.10.0 [2021-01-28T17:15:20.016Z] 20.10.0: Pulling from library/docker [2021-01-28T17:15:20.016Z] Removing intermediate container ae572b8810fc [2021-01-28T17:15:20.016Z] ---> 8def85fa0e23 [2021-01-28T17:15:20.016Z] Step 34/34 : LABEL version=0.0.0 [2021-01-28T17:15:20.016Z] Removing intermediate container 89459b5481be [2021-01-28T17:15:20.016Z] ---> de8aa5227b3a [2021-01-28T17:15:20.016Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-28T17:15:20.604Z] ---> Running in 1da8c30ff45b [2021-01-28T17:15:20.604Z] ---> Running in ed899227ecda [2021-01-28T17:15:20.877Z] Removing intermediate container 1da8c30ff45b [2021-01-28T17:15:20.877Z] ---> 4b033137efe2 [2021-01-28T17:15:20.877Z] [2021-01-28T17:15:20.877Z] Successfully built 4b033137efe2 [2021-01-28T17:15:20.877Z] Removing intermediate container ed899227ecda [2021-01-28T17:15:20.877Z] ---> 67c13341fb7c [2021-01-28T17:15:20.877Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-28T17:15:20.877Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-28T17:15:21.141Z]  Building docker-security-bootstrapper-go ... done  ---> Running in 4a1bcedc5411 [2021-01-28T17:15:21.717Z] Removing intermediate container 4a1bcedc5411 [2021-01-28T17:15:21.717Z] ---> 12bd9c5be1eb [2021-01-28T17:15:21.717Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:15:21.717Z] ---> Running in 53788c17d0c6 [2021-01-28T17:15:23.124Z] Removing intermediate container 53788c17d0c6 [2021-01-28T17:15:23.124Z] ---> 8ed136bf2b37 [2021-01-28T17:15:23.124Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-28T17:15:23.124Z] ---> Running in 55719c7192c4 [2021-01-28T17:15:23.704Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:15:24.660Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:15:24.926Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-28T17:15:24.926Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-28T17:15:24.927Z] ---> aefe523efa57 [2021-01-28T17:15:24.927Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-28T17:15:25.191Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-28T17:15:25.191Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-28T17:15:25.191Z] ---> Running in a9e622d35ad7 [2021-01-28T17:15:25.191Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-28T17:15:25.455Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-28T17:15:25.717Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-28T17:15:25.717Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:15:25.717Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:15:25.717Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-28T17:15:25.979Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:15:25.979Z] OK: 8 MiB in 20 packages [2021-01-28T17:15:25.979Z] (1/2) Installing readline (8.0.4-r0) [2021-01-28T17:15:25.979Z] (2/2) Installing bash (5.0.17-r0) [2021-01-28T17:15:25.979Z] Executing bash-5.0.17-r0.post-install [2021-01-28T17:15:25.979Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:15:25.979Z] OK: 12 MiB in 22 packages [2021-01-28T17:15:26.551Z] Removing intermediate container 55719c7192c4 [2021-01-28T17:15:26.551Z] ---> 3bb2956f5e24 [2021-01-28T17:15:26.551Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:15:26.551Z] Removing intermediate container a9e622d35ad7 [2021-01-28T17:15:26.551Z] ---> 60ad329cd55b [2021-01-28T17:15:26.552Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-28T17:15:26.816Z] ---> Running in 3e052c7a2531 [2021-01-28T17:15:26.816Z] ---> 5255f65d96a3 [2021-01-28T17:15:26.816Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-28T17:15:26.816Z] Removing intermediate container 3e052c7a2531 [2021-01-28T17:15:26.816Z] ---> 6e6448211bbd [2021-01-28T17:15:26.816Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-28T17:15:26.816Z] ---> Running in a224358d3033 [2021-01-28T17:15:27.078Z] Removing intermediate container a224358d3033 [2021-01-28T17:15:27.078Z] ---> 72eb369e994e [2021-01-28T17:15:27.078Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-28T17:15:27.339Z] ---> Running in 7701caebc940 [2021-01-28T17:15:28.287Z] ---> e82112a191f7 [2021-01-28T17:15:28.287Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-28T17:15:28.287Z] Removing intermediate container 7701caebc940 [2021-01-28T17:15:28.287Z] ---> b98d19c6005b [2021-01-28T17:15:28.287Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-28T17:15:28.549Z] ---> 0af4812f059a [2021-01-28T17:15:28.549Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-28T17:15:28.549Z] ---> Running in bea29564d176 [2021-01-28T17:15:28.549Z] ---> fc4162c50e2a [2021-01-28T17:15:28.549Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-28T17:15:28.813Z] Removing intermediate container bea29564d176 [2021-01-28T17:15:28.813Z] ---> 9c50ac735a89 [2021-01-28T17:15:28.813Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:15:28.813Z] ---> Running in 96571593c83f [2021-01-28T17:15:29.080Z] ---> e2619bda825a [2021-01-28T17:15:29.080Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-28T17:15:29.080Z] Removing intermediate container 96571593c83f [2021-01-28T17:15:29.080Z] ---> 8e47aa81e210 [2021-01-28T17:15:29.080Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T17:15:29.080Z] ---> Running in 93cecc101551 [2021-01-28T17:15:29.342Z] ---> 6c498fc311e3 [2021-01-28T17:15:29.342Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-28T17:15:29.342Z] Removing intermediate container 93cecc101551 [2021-01-28T17:15:29.342Z] ---> 2e14b35bef3a [2021-01-28T17:15:29.342Z] Step 22/23 : LABEL git_sha=5f77d52a8421ba7912342d0ff090f6c969ad9208 [2021-01-28T17:15:29.342Z] ---> Running in a5d224e3e31e [2021-01-28T17:15:29.605Z] ---> Running in 76eac61f1a3a [2021-01-28T17:15:29.605Z] Removing intermediate container 76eac61f1a3a [2021-01-28T17:15:29.605Z] ---> a8577f1c6cdf [2021-01-28T17:15:29.605Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T17:15:29.870Z] ---> Running in df14f79cf51f [2021-01-28T17:15:30.822Z] Removing intermediate container df14f79cf51f [2021-01-28T17:15:30.822Z] ---> f1115a0feacd [2021-01-28T17:15:30.822Z] [2021-01-28T17:15:30.822Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:15:30.822Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:15:30.822Z] Successfully built f1115a0feacd [2021-01-28T17:15:30.822Z] Successfully tagged docker-core-data-go:latest [2021-01-28T17:15:30.822Z]  Building docker-core-data-go ... done (1/33) Installing libbz2 (1.0.8-r1) [2021-01-28T17:15:30.822Z] (2/33) Installing expat (2.2.9-r1) [2021-01-28T17:15:30.822Z] (3/33) Installing libffi (3.3-r2) [2021-01-28T17:15:30.822Z] (4/33) Installing gdbm (1.13-r1) [2021-01-28T17:15:31.083Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-28T17:15:31.083Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-28T17:15:31.083Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-28T17:15:32.025Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-28T17:15:32.025Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-28T17:15:32.025Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-28T17:15:32.025Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-28T17:15:32.025Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-28T17:15:32.025Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-28T17:15:32.025Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-28T17:15:32.025Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-28T17:15:32.025Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-28T17:15:32.025Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-28T17:15:32.286Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-28T17:15:32.286Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-28T17:15:32.548Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-28T17:15:32.548Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-28T17:15:32.548Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-28T17:15:32.548Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-28T17:15:32.548Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-28T17:15:32.548Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-28T17:15:32.548Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-28T17:15:32.548Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-28T17:15:32.548Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-28T17:15:32.548Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-28T17:15:32.548Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-28T17:15:32.548Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-28T17:15:32.548Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-28T17:15:32.827Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-28T17:15:32.827Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:15:32.827Z] OK: 71 MiB in 55 packages [2021-01-28T17:15:42.920Z] Removing intermediate container a5d224e3e31e [2021-01-28T17:15:42.920Z] ---> 7d9ba74cc37a [2021-01-28T17:15:42.920Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-28T17:15:42.920Z] ---> Running in dba11e8e4140 [2021-01-28T17:15:43.863Z] Collecting docker-compose==1.23.2 [2021-01-28T17:15:43.863Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-28T17:15:44.130Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-28T17:15:44.130Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-28T17:15:44.393Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-28T17:15:44.393Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-28T17:15:44.654Z] Collecting PyYAML<4,>=3.10 [2021-01-28T17:15:44.654Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-28T17:15:45.227Z] Collecting docopt<0.7,>=0.6.1 [2021-01-28T17:15:45.493Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-28T17:15:46.071Z] Collecting docker<4.0,>=3.6.0 [2021-01-28T17:15:46.071Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-28T17:15:46.071Z] Collecting cached-property<2,>=1.2.0 [2021-01-28T17:15:46.071Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-28T17:15:46.071Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-28T17:15:46.332Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-28T17:15:46.592Z] Collecting jsonschema<3,>=2.5.1 [2021-01-28T17:15:46.853Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-28T17:15:46.853Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-28T17:15:46.853Z] Collecting texttable<0.10,>=0.9.0 [2021-01-28T17:15:46.853Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-28T17:15:47.425Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-28T17:15:47.425Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-28T17:15:47.425Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-28T17:15:47.425Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-28T17:15:47.425Z] Collecting idna<2.8,>=2.5 [2021-01-28T17:15:47.425Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-28T17:15:47.506Z] gofmt -l . [2021-01-28T17:15:47.685Z] Collecting docker-pycreds>=0.4.0 [2021-01-28T17:15:47.685Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-28T17:15:47.685Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-28T17:15:47.685Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-28T17:15:47.685Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-28T17:15:47.685Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-28T17:15:47.947Z] Installing collected packages: urllib3, idna, requests, websocket-client, PyYAML, docopt, docker-pycreds, docker, cached-property, dockerpty, jsonschema, texttable, docker-compose [2021-01-28T17:15:47.947Z] Attempting uninstall: urllib3 [2021-01-28T17:15:47.947Z] Found existing installation: urllib3 1.25.9 [2021-01-28T17:15:47.947Z] Uninstalling urllib3-1.25.9: [2021-01-28T17:15:47.947Z] Successfully uninstalled urllib3-1.25.9 [2021-01-28T17:15:48.207Z] Attempting uninstall: idna [2021-01-28T17:15:48.207Z] Found existing installation: idna 2.9 [2021-01-28T17:15:48.207Z] Uninstalling idna-2.9: [2021-01-28T17:15:48.207Z] Successfully uninstalled idna-2.9 [2021-01-28T17:15:48.469Z] Attempting uninstall: requests [2021-01-28T17:15:48.469Z] Found existing installation: requests 2.23.0 [2021-01-28T17:15:48.469Z] Uninstalling requests-2.23.0: [2021-01-28T17:15:48.469Z] Successfully uninstalled requests-2.23.0 [2021-01-28T17:15:48.731Z] Running setup.py install for PyYAML: started [2021-01-28T17:15:49.307Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-28T17:15:49.307Z] Running setup.py install for docopt: started [2021-01-28T17:15:49.469Z] [ "`gofmt -l .`" = "" ] [2021-01-28T17:15:49.569Z] Running setup.py install for docopt: finished with status 'done' [2021-01-28T17:15:49.830Z] Running setup.py install for dockerpty: started [2021-01-28T17:15:50.404Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-28T17:15:50.671Z] Running setup.py install for texttable: started [2021-01-28T17:15:50.934Z] Running setup.py install for texttable: finished with status 'done' [2021-01-28T17:15:51.195Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-28T17:15:52.076Z] ./bin/test-go-mod-tidy.sh [2021-01-28T17:15:52.348Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-28T17:15:54.440Z] + ls -al . [2021-01-28T17:15:54.440Z] total 700 [2021-01-28T17:15:54.440Z] drwxrwxr-x 9 1001 1001 4096 Jan 28 17:15 . [2021-01-28T17:15:54.440Z] drwxr-xr-x 4 root root 4096 Jan 28 17:11 .. [2021-01-28T17:15:54.440Z] -rw-rw-r-- 1 1001 1001 11 Jan 28 17:10 .dockerignore [2021-01-28T17:15:54.440Z] drwxrwxr-x 8 1001 1001 4096 Jan 28 17:10 .git [2021-01-28T17:15:54.440Z] drwxrwxr-x 3 1001 1001 4096 Jan 28 17:10 .github [2021-01-28T17:15:54.440Z] -rw-rw-r-- 1 1001 1001 872 Jan 28 17:10 .gitignore [2021-01-28T17:15:54.440Z] -rw-rw-r-- 1 1001 1001 166 Jan 28 17:10 .sonarcloud.properties [2021-01-28T17:15:54.440Z] -rw-rw-r-- 1 1001 1001 7859 Jan 28 17:10 Attribution.txt [2021-01-28T17:15:54.440Z] -rw-rw-r-- 1 1001 1001 3804 Jan 28 17:10 CONTRIBUTING.md [2021-01-28T17:15:54.440Z] -rw-rw-r-- 1 1001 1001 931 Jan 28 17:10 Dockerfile.build [2021-01-28T17:15:54.440Z] -rw-rw-r-- 1 1001 1001 863 Jan 28 17:10 Jenkinsfile [2021-01-28T17:15:54.440Z] -rw-rw-r-- 1 1001 1001 10775 Jan 28 17:10 LICENSE [2021-01-28T17:15:54.440Z] -rw-rw-r-- 1 1001 1001 6001 Jan 28 17:10 Makefile [2021-01-28T17:15:54.440Z] -rw-rw-r-- 1 1001 1001 6524 Jan 28 17:10 README.md [2021-01-28T17:15:54.440Z] -rw-rw-r-- 1 1001 1001 6755 Jan 28 17:10 SECURITY.md [2021-01-28T17:15:54.440Z] -rw-rw-r-- 1 1001 1001 5 Jan 28 17:07 VERSION [2021-01-28T17:15:54.440Z] -rw-rw-r-- 1 1001 1001 4131 Jan 28 17:10 ZMQWindows.md [2021-01-28T17:15:54.440Z] drwxrwxr-x 2 1001 1001 4096 Jan 28 17:10 bin [2021-01-28T17:15:54.440Z] drwxrwxr-x 15 1001 1001 4096 Jan 28 17:10 cmd [2021-01-28T17:15:54.440Z] -rw-r--r-- 1 root root 565356 Jan 28 17:14 coverage.out [2021-01-28T17:15:54.440Z] -rw-r--r-- 1 root root 1054 Jan 28 17:15 go.mod [2021-01-28T17:15:54.440Z] -rw-r--r-- 1 root root 19289 Jan 28 17:15 go.sum [2021-01-28T17:15:54.440Z] drwxrwxr-x 8 1001 1001 4096 Jan 28 17:10 internal [2021-01-28T17:15:54.440Z] drwxrwxr-x 4 1001 1001 4096 Jan 28 17:10 openapi [2021-01-28T17:15:54.440Z] drwxrwxr-x 4 1001 1001 4096 Jan 28 17:10 snap [2021-01-28T17:15:54.440Z] -rw-rw-r-- 1 1001 1001 168 Jan 28 17:10 version.go [Pipeline] sh [2021-01-28T17:15:55.103Z] + '[' -e coverage.out ] [2021-01-28T17:15:55.103Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-28T17:15:55.123Z] Warning: overwriting stash ‘coverage-report’ [2021-01-28T17:15:55.413Z] Removing intermediate container dba11e8e4140 [2021-01-28T17:15:55.413Z] ---> 84502f06c12a [2021-01-28T17:15:55.413Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-28T17:15:55.413Z] ---> Running in 11b1427ea3d4 [2021-01-28T17:15:55.413Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T17:15:55.676Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T17:15:55.676Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T17:15:55.676Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-28T17:15:55.676Z] (3/3) Installing curl (7.69.1-r3) [2021-01-28T17:15:55.676Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:15:55.676Z] OK: 72 MiB in 58 packages [2021-01-28T17:15:56.252Z] Removing intermediate container 11b1427ea3d4 [2021-01-28T17:15:56.252Z] ---> 5b949447d76a [2021-01-28T17:15:56.252Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-28T17:15:56.252Z] ---> Running in 97ad13a361a0 [2021-01-28T17:15:56.406Z] Stashed 1 file(s) [Pipeline] sh [2021-01-28T17:15:56.514Z] Removing intermediate container 97ad13a361a0 [2021-01-28T17:15:56.514Z] ---> 5e1890ccac97 [2021-01-28T17:15:56.514Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:15:56.514Z] ---> Running in c44b6721da57 [2021-01-28T17:15:56.776Z] Removing intermediate container c44b6721da57 [2021-01-28T17:15:56.776Z] ---> 0b43088a2219 [2021-01-28T17:15:56.776Z] Step 24/26 : LABEL arch=x86_64 [2021-01-28T17:15:56.776Z] ---> Running in b7d36e9d0f18 [2021-01-28T17:15:57.038Z] Removing intermediate container b7d36e9d0f18 [2021-01-28T17:15:57.038Z] ---> 25d0e61daa8e [2021-01-28T17:15:57.038Z] Step 25/26 : LABEL git_sha=5f77d52a8421ba7912342d0ff090f6c969ad9208 [2021-01-28T17:15:57.038Z] ---> Running in 9b0da7123dce [2021-01-28T17:15:57.095Z] + make build [2021-01-28T17:15:57.095Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-28T17:15:57.299Z] Removing intermediate container 9b0da7123dce [2021-01-28T17:15:57.299Z] ---> 35e8b8878db8 [2021-01-28T17:15:57.299Z] Step 26/26 : LABEL version=0.0.0 [2021-01-28T17:15:57.299Z] ---> Running in 85ab8760f92c [2021-01-28T17:15:57.299Z] Removing intermediate container 85ab8760f92c [2021-01-28T17:15:57.299Z] ---> fe6f93e20253 [2021-01-28T17:15:57.299Z] [2021-01-28T17:15:57.560Z] Successfully built fe6f93e20253 [2021-01-28T17:15:57.560Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-28T17:15:57.833Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-28T17:15:57.848Z] $ docker stop --time=1 4fd62e499f485c26001909c542af8ca40b46f0493195afd3edf48d645dbc4e1f [2021-01-28T17:15:59.412Z] $ docker rm -f 4fd62e499f485c26001909c542af8ca40b46f0493195afd3edf48d645dbc4e1f [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T17:15:59.953Z] + docker images [2021-01-28T17:15:59.953Z] + grep docker [2021-01-28T17:16:00.214Z] docker-sys-mgmt-agent-go latest fe6f93e20253 3 seconds ago 313MB [2021-01-28T17:16:00.214Z] docker-core-data-go latest f1115a0feacd 30 seconds ago 22.3MB [2021-01-28T17:16:00.214Z] docker-security-bootstrapper-go latest 4b033137efe2 40 seconds ago 33.5MB [2021-01-28T17:16:00.214Z] docker-security-secretstore-setup-go latest a12dd7ea09e8 49 seconds ago 24.6MB [2021-01-28T17:16:00.214Z] docker-core-command-go latest cf60a9d6d037 58 seconds ago 16.9MB [2021-01-28T17:16:00.214Z] docker-support-notifications-go latest f8842fd9464f 2 minutes ago 16.9MB [2021-01-28T17:16:00.214Z] docker-core-metadata-go latest 34d891ee6146 2 minutes ago 18.8MB [2021-01-28T17:16:00.214Z] docker-support-scheduler-go latest 567b641de32d 2 minutes ago 16.4MB [2021-01-28T17:16:00.214Z] docker-security-proxy-setup-go latest 08e47b4fedd8 2 minutes ago 24.4MB [2021-01-28T17:16:00.214Z] docker 20.10.0 aefe523efa57 6 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-28T17:16:07.275Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-28T17:16:16.205Z] Still waiting to schedule task [2021-01-28T17:16:16.205Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-28T17:16:29.481Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-28T17:16:32.882Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-28T17:16:38.287Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-28T17:16:38.561Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-28T17:16:43.958Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-28T17:16:47.341Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-28T17:16:50.712Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-28T17:16:55.011Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-28T17:16:58.390Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-28T17:17:01.779Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-28T17:17:05.174Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-28T17:17:08.870Z] Running on prd-ubuntu18.04-docker-8c-8g-23793 in /w/workspace/edgexfoundry_edgex-go_PR-3094 [Pipeline] { [Pipeline] ws [2021-01-28T17:17:08.943Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [Pipeline] } [2021-01-28T17:17:10.593Z] $ docker stop --time=1 95746c3b14b5c920d914ed8063eafebe07ae099eb02fcc044f6e8094ff226e74 [2021-01-28T17:17:11.165Z] using credential edgex-jenkins-ssh [2021-01-28T17:17:11.230Z] Cloning the remote Git repository [2021-01-28T17:17:11.256Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-28T17:17:11.321Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-28T17:17:11.357Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T17:17:11.358Z] > git --version # timeout=10 [2021-01-28T17:17:11.366Z] > git --version # 'git version 2.17.1' [2021-01-28T17:17:11.367Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T17:17:11.392Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T17:17:13.059Z] $ docker rm -f 95746c3b14b5c920d914ed8063eafebe07ae099eb02fcc044f6e8094ff226e74 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:17:14.926Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T17:17:14.927Z] [2021-01-28T17:17:14.927Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:17:15.310Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T17:17:15.310Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-28T17:17:15.310Z] 29e5d40040c1: Pulling fs layer [2021-01-28T17:17:15.310Z] 1ce36da41761: Pulling fs layer [2021-01-28T17:17:15.310Z] 25b303627fd3: Pulling fs layer [2021-01-28T17:17:16.282Z] 29e5d40040c1: Verifying Checksum [2021-01-28T17:17:16.282Z] 29e5d40040c1: Download complete [2021-01-28T17:17:16.560Z] 1ce36da41761: Verifying Checksum [2021-01-28T17:17:16.560Z] 1ce36da41761: Download complete [2021-01-28T17:17:16.833Z] 29e5d40040c1: Pull complete [2021-01-28T17:17:18.273Z] 1ce36da41761: Pull complete [2021-01-28T17:17:18.545Z] 25b303627fd3: Verifying Checksum [2021-01-28T17:17:18.545Z] 25b303627fd3: Download complete [2021-01-28T17:17:25.116Z] Merging remotes/origin/master commit 43a02ae124f9b444ef324fb234f82118f7515362 into PR head commit 5f77d52a8421ba7912342d0ff090f6c969ad9208 [2021-01-28T17:17:25.246Z] Merge succeeded, producing 5f77d52a8421ba7912342d0ff090f6c969ad9208 [2021-01-28T17:17:25.247Z] Checking out Revision 5f77d52a8421ba7912342d0ff090f6c969ad9208 (PR-3094) [2021-01-28T17:17:24.422Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T17:17:24.429Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T17:17:24.439Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T17:17:24.456Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T17:17:24.456Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T17:17:24.462Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3094/head:refs/remotes/origin/PR-3094 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-28T17:17:25.125Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T17:17:25.129Z] > git checkout -f 5f77d52a8421ba7912342d0ff090f6c969ad9208 # timeout=10 [2021-01-28T17:17:25.213Z] > git remote # timeout=10 [2021-01-28T17:17:25.220Z] > git config --get remote.origin.url # timeout=10 [2021-01-28T17:17:25.228Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T17:17:25.232Z] > git merge 43a02ae124f9b444ef324fb234f82118f7515362 # timeout=10 [2021-01-28T17:17:25.241Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-28T17:17:25.249Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T17:17:25.253Z] > git checkout -f 5f77d52a8421ba7912342d0ff090f6c969ad9208 # timeout=10 [2021-01-28T17:17:28.681Z] 25b303627fd3: Pull complete [2021-01-28T17:17:28.682Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-28T17:17:28.682Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T17:17:28.682Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-28T17:17:28.903Z] prd-ubuntu18.04-docker-arm64-4c-16g-23790 does not seem to be running inside a container [2021-01-28T17:17:28.948Z] Commit message: "Merge branch 'master' into issue-3093" [2021-01-28T17:17:28.972Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-28T17:17:31.950Z] $ docker top 947ead96a61ec89e266f67119dedd19c1f43ce41f28164ebb8a2fdbd0306ceb9 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:17:33.018Z] + docker-compose build --help [2021-01-28T17:17:33.018Z] + grep parallel [2021-01-28T17:17:33.200Z] + echo snap-build.sh [2021-01-28T17:17:33.200Z] snap-build.sh [2021-01-28T17:17:33.200Z] + SNAP_BASE_DIR=. [2021-01-28T17:17:33.200Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-01-28T17:17:33.200Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-01-28T17:17:33.200Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-01-28T17:17:33.200Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-01-28T17:17:33.200Z] + cd /w/workspace/edgex-go/2 [2021-01-28T17:17:33.200Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-28T17:17:33.200Z] Reading package lists... [2021-01-28T17:17:33.200Z] Building dependency tree... [2021-01-28T17:17:33.200Z] Reading state information... [2021-01-28T17:17:33.484Z] The following packages were automatically installed and are no longer required: [2021-01-28T17:17:33.484Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-28T17:17:33.484Z] uidmap xdelta3 [2021-01-28T17:17:33.484Z] Use 'sudo apt autoremove' to remove them. [2021-01-28T17:17:33.484Z] The following packages will be REMOVED: [2021-01-28T17:17:33.484Z] lxd* lxd-client* [2021-01-28T17:17:33.764Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-28T17:17:33.764Z] After this operation, 31.7 MB disk space will be freed. [2021-01-28T17:17:35.080Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-01-28T17:17:35.080Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-28T17:17:36.061Z] Removing lxd dnsmasq configuration [2021-01-28T17:17:36.061Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-28T17:17:36.323Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-28T17:17:36.387Z] --parallel Build images in parallel. [Pipeline] } [2021-01-28T17:17:36.398Z] $ docker stop --time=1 947ead96a61ec89e266f67119dedd19c1f43ce41f28164ebb8a2fdbd0306ceb9 [2021-01-28T17:17:37.713Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-28T17:17:37.975Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-01-28T17:17:37.975Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-28T17:17:38.331Z] $ docker rm -f 947ead96a61ec89e266f67119dedd19c1f43ce41f28164ebb8a2fdbd0306ceb9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:17:39.252Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T17:17:39.252Z] . [Pipeline] withDockerContainer [2021-01-28T17:17:39.367Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-28T17:17:39.553Z] prd-ubuntu18.04-docker-arm64-4c-16g-23790 does not seem to be running inside a container [2021-01-28T17:17:39.631Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-28T17:17:39.639Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-28T17:17:40.963Z] $ docker top d5a919683bfeb34d2be55f723a7a634ac78f23a0b09aec8847251be389526b07 -eo pid,comm [2021-01-28T17:17:41.025Z] + sudo snap remove --purge lxd [2021-01-28T17:17:41.287Z] snap "lxd" is not installed [2021-01-28T17:17:41.287Z] + sudo groupadd --force --system lxd [2021-01-28T17:17:41.287Z] ++ whoami [2021-01-28T17:17:41.287Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-28T17:17:41.287Z] + newgrp - lxd [2021-01-28T17:17:41.287Z] + sudo snap install lxd [Pipeline] { [Pipeline] sh [2021-01-28T17:17:42.068Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-28T17:17:45.422Z] Building docker-core-command-go ... [2021-01-28T17:17:45.422Z] Building docker-core-data-go ... [2021-01-28T17:17:45.422Z] Building docker-core-metadata-go ... [2021-01-28T17:17:45.422Z] Building docker-security-bootstrapper-go ... [2021-01-28T17:17:45.422Z] Building docker-security-proxy-setup-go ... [2021-01-28T17:17:45.422Z] Building docker-security-secretstore-setup-go ... [2021-01-28T17:17:45.422Z] Building docker-support-notifications-go ... [2021-01-28T17:17:45.422Z] Building docker-support-scheduler-go ... [2021-01-28T17:17:45.422Z] Building docker-sys-mgmt-agent-go ... [2021-01-28T17:17:45.422Z] Building docker-sys-mgmt-agent-go [2021-01-28T17:17:45.422Z] Building docker-core-data-go [2021-01-28T17:17:45.422Z] Building docker-security-proxy-setup-go [2021-01-28T17:17:45.422Z] Building docker-support-scheduler-go [2021-01-28T17:17:45.422Z] Building docker-core-command-go [2021-01-28T17:17:51.299Z] 2021-01-28T17:17:48Z INFO Waiting for automatic snapd restart... [2021-01-28T17:18:05.090Z] lxd 4.10 from Canonical* installed [2021-01-28T17:18:05.090Z] + sudo lxd init --auto [2021-01-28T17:18:13.264Z] + sudo snap install --classic snapcraft [2021-01-28T17:18:17.484Z] snapcraft 4.4.4 from Canonical* installed [2021-01-28T17:18:17.484Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-28T17:18:17.484Z] + patch --verbose -p1 [2021-01-28T17:18:17.484Z] Hmm... Looks like a unified diff to me... [2021-01-28T17:18:17.484Z] The text leading up to this was: [2021-01-28T17:18:17.484Z] -------------------------- [2021-01-28T17:18:17.484Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-28T17:18:17.484Z] |From: Tony Espy [2021-01-28T17:18:17.484Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-28T17:18:17.484Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-28T17:18:17.484Z] | [2021-01-28T17:18:17.484Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-28T17:18:17.484Z] |optimize the snap CI check run for pull requests. When [2021-01-28T17:18:17.484Z] |applied, it essentially strips out everything (apps and [2021-01-28T17:18:17.484Z] |parts) from the snapcraft.yaml file except those required [2021-01-28T17:18:17.484Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-28T17:18:17.484Z] |catch changes to edgex-go that break the snap build. [2021-01-28T17:18:17.484Z] | [2021-01-28T17:18:17.484Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-28T17:18:17.484Z] |to update this patch file, otherwise it may fail to apply, [2021-01-28T17:18:17.484Z] |resulting in a failed snap build CI check in the associated [2021-01-28T17:18:17.484Z] |pull request. [2021-01-28T17:18:17.484Z] | [2021-01-28T17:18:17.484Z] |Note - in addition to applying this patch, the pipeline also [2021-01-28T17:18:17.484Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-28T17:18:17.484Z] |need to build the finally binary .snap file (and it won't [2021-01-28T17:18:17.484Z] |work with the patch applied). This further reduces the build [2021-01-28T17:18:17.484Z] |time. [2021-01-28T17:18:17.484Z] |--- [2021-01-28T17:18:17.484Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-28T17:18:17.484Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-28T17:18:17.484Z] | [2021-01-28T17:18:17.484Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-28T17:18:17.484Z] |index 1e537489..faf42425 100644 [2021-01-28T17:18:17.484Z] |--- a/snap/snapcraft.yaml [2021-01-28T17:18:17.484Z] |+++ b/snap/snapcraft.yaml [2021-01-28T17:18:17.484Z] -------------------------- [2021-01-28T17:18:17.484Z] patching file snap/snapcraft.yaml [2021-01-28T17:18:17.484Z] Using Plan A... [2021-01-28T17:18:17.484Z] Hunk #1 succeeded at 73. [2021-01-28T17:18:17.484Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-28T17:18:17.484Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-28T17:18:17.484Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-28T17:18:17.484Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-28T17:18:17.484Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-28T17:18:17.484Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-28T17:18:17.484Z] Hunk #8 succeeded at 342. [2021-01-28T17:18:17.484Z] Hmm... Ignoring the trailing garbage. [2021-01-28T17:18:17.484Z] done [2021-01-28T17:18:17.484Z] + sudo snapcraft prime --use-lxd [2021-01-28T17:18:18.884Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-28T17:18:18.884Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-28T17:18:18.884Z] - README.md [2021-01-28T17:18:18.884Z] - snapcraft.yaml.orig [2021-01-28T17:18:18.884Z] [2021-01-28T17:18:18.884Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-28T17:18:19.457Z] Launching a container. [2021-01-28T17:18:31.718Z] Waiting for container to be ready [2021-01-28T17:18:31.718Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-28T17:18:31.718Z] [2021-01-28T17:18:35.035Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-28T17:18:35.606Z] Waiting for network to be ready... [2021-01-28T17:18:36.178Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-28T17:18:36.178Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-28T17:18:36.439Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] [2021-01-28T17:18:36.439Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-28T17:18:36.702Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-28T17:18:36.963Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] [2021-01-28T17:18:36.963Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-28T17:18:36.963Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-28T17:18:36.963Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-28T17:18:36.963Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] [2021-01-28T17:18:36.963Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] [2021-01-28T17:18:36.963Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-28T17:18:36.963Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-28T17:18:36.963Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-28T17:18:36.963Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-28T17:18:36.963Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-28T17:18:36.963Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-28T17:18:37.281Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-28T17:18:37.543Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-28T17:18:37.807Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1864 kB] [2021-01-28T17:18:37.807Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [388 kB] [2021-01-28T17:18:37.807Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-28T17:18:37.807Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-28T17:18:37.807Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [244 kB] [2021-01-28T17:18:37.807Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] [2021-01-28T17:18:37.807Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1711 kB] [2021-01-28T17:18:38.068Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-28T17:18:40.618Z] Fetched 23.8 MB in 4s (5542 kB/s) [2021-01-28T17:18:41.202Z] Reading package lists... [2021-01-28T17:18:41.203Z] Reading package lists... [2021-01-28T17:18:41.465Z] Building dependency tree... [2021-01-28T17:18:41.465Z] Reading state information... [2021-01-28T17:18:41.727Z] The following additional packages will be installed: [2021-01-28T17:18:41.727Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-28T17:18:41.727Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-28T17:18:41.727Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-28T17:18:41.727Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-28T17:18:41.727Z] Suggested packages: [2021-01-28T17:18:41.727Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-28T17:18:41.727Z] Recommended packages: [2021-01-28T17:18:41.727Z] gnupg libsasl2-modules [2021-01-28T17:18:41.727Z] The following NEW packages will be installed: [2021-01-28T17:18:41.727Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-28T17:18:41.727Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-28T17:18:41.727Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-28T17:18:41.727Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-28T17:18:41.727Z] The following packages will be upgraded: [2021-01-28T17:18:41.727Z] gpg gpg-agent gpgconf libudev1 [2021-01-28T17:18:41.988Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-01-28T17:18:41.988Z] Need to get 3533 kB of archives. [2021-01-28T17:18:41.988Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-28T17:18:41.988Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-28T17:18:41.988Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-28T17:18:42.249Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-28T17:18:42.249Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-28T17:18:42.514Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-28T17:18:42.514Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-28T17:18:42.514Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-28T17:18:42.514Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-28T17:18:42.514Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-28T17:18:42.514Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-28T17:18:42.514Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-28T17:18:42.514Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-28T17:18:42.514Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-28T17:18:42.514Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-28T17:18:42.514Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-28T17:18:42.514Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-28T17:18:42.514Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-28T17:18:42.514Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-28T17:18:42.514Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-28T17:18:42.780Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-28T17:18:42.780Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-28T17:18:42.780Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-28T17:18:42.780Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T17:18:42.780Z] Fetched 3533 kB in 1s (3383 kB/s) [2021-01-28T17:18:43.045Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-28T17:18:43.045Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-28T17:18:43.045Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T17:18:43.045Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-28T17:18:43.045Z] Selecting previously unselected package udev. [2021-01-28T17:18:43.045Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-28T17:18:43.045Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-28T17:18:43.308Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-28T17:18:43.570Z] Selecting previously unselected package libfuse2:amd64. [2021-01-28T17:18:43.570Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-28T17:18:43.570Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-28T17:18:43.570Z] Selecting previously unselected package fuse. [2021-01-28T17:18:43.570Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-28T17:18:43.570Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-28T17:18:43.570Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T17:18:43.570Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T17:18:43.832Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T17:18:43.832Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T17:18:43.832Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T17:18:43.832Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T17:18:44.094Z] Selecting previously unselected package libksba8:amd64. [2021-01-28T17:18:44.094Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-28T17:18:44.094Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-28T17:18:44.094Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-28T17:18:44.094Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T17:18:44.094Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:18:44.368Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-28T17:18:44.368Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T17:18:44.368Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:18:44.368Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-28T17:18:44.368Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T17:18:44.368Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:18:44.629Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-28T17:18:44.629Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T17:18:44.629Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:18:44.629Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-28T17:18:44.629Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T17:18:44.629Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:18:44.629Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-28T17:18:44.629Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T17:18:44.629Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:18:44.892Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-28T17:18:44.892Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T17:18:44.892Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:18:44.892Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-28T17:18:44.892Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T17:18:44.892Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:18:45.155Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-28T17:18:45.155Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T17:18:45.155Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:18:45.155Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-28T17:18:45.155Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-28T17:18:45.155Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T17:18:45.155Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-28T17:18:45.155Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-28T17:18:45.155Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T17:18:45.418Z] Selecting previously unselected package libldap-common. [2021-01-28T17:18:45.418Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-28T17:18:45.418Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T17:18:45.418Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-28T17:18:45.418Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-28T17:18:45.418Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T17:18:45.681Z] Selecting previously unselected package dirmngr. [2021-01-28T17:18:45.681Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T17:18:45.681Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-28T17:18:45.681Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T17:18:45.681Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-28T17:18:45.944Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-28T17:18:45.944Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T17:18:45.944Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T17:18:45.944Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-28T17:18:45.944Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:18:45.944Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-28T17:18:45.944Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T17:18:45.944Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-28T17:18:46.518Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-28T17:18:46.518Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:18:46.518Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-28T17:18:46.518Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-28T17:18:46.781Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-28T17:18:46.781Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:18:46.781Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:18:46.781Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:18:46.781Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:18:46.781Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:18:46.781Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:18:46.781Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T17:18:46.781Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T17:18:46.781Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-28T17:18:46.781Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T17:18:47.367Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-28T17:18:47.367Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-28T17:18:47.367Z] This means they are not meant to be enabled using systemctl. [2021-01-28T17:18:47.367Z] Possible reasons for having this kind of units are: [2021-01-28T17:18:47.367Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-28T17:18:47.367Z] .wants/ or .requires/ directory. [2021-01-28T17:18:47.367Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-28T17:18:47.367Z] a requirement dependency on it. [2021-01-28T17:18:47.367Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-28T17:18:47.367Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-28T17:18:47.367Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-28T17:18:47.367Z] instance name specified. [2021-01-28T17:18:47.640Z] Reading package lists... [2021-01-28T17:18:47.902Z] Building dependency tree... [2021-01-28T17:18:47.902Z] Reading state information... [2021-01-28T17:18:47.902Z] The following additional packages will be installed: [2021-01-28T17:18:47.902Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-28T17:18:47.902Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-28T17:18:47.902Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-28T17:18:47.902Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-28T17:18:47.902Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-28T17:18:47.902Z] Suggested packages: [2021-01-28T17:18:47.902Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-28T17:18:47.902Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-28T17:18:47.902Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-28T17:18:47.902Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-28T17:18:47.902Z] systemd-container policykit-1 [2021-01-28T17:18:47.902Z] Recommended packages: [2021-01-28T17:18:47.902Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-28T17:18:47.902Z] The following NEW packages will be installed: [2021-01-28T17:18:47.902Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-28T17:18:47.902Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-28T17:18:47.902Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-28T17:18:47.902Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-28T17:18:47.902Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-28T17:18:47.902Z] The following packages will be upgraded: [2021-01-28T17:18:47.902Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-28T17:18:48.163Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-01-28T17:18:48.163Z] Need to get 35.2 MB of archives. [2021-01-28T17:18:48.163Z] After this operation, 141 MB of additional disk space will be used. [2021-01-28T17:18:48.163Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-28T17:18:48.163Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-28T17:18:48.737Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-28T17:18:48.999Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-28T17:18:48.999Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-28T17:18:48.999Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-28T17:18:48.999Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-28T17:18:48.999Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-28T17:18:48.999Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-28T17:18:48.999Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-28T17:18:48.999Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-28T17:18:48.999Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-28T17:18:48.999Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-28T17:18:48.999Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-28T17:18:49.260Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-28T17:18:49.260Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-28T17:18:49.260Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-28T17:18:49.260Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-28T17:18:49.260Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-28T17:18:49.260Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-28T17:18:49.260Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-28T17:18:49.260Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-28T17:18:49.260Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-01-28T17:18:49.260Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-28T17:18:49.530Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-28T17:18:49.530Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-28T17:18:49.530Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-28T17:18:49.530Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-28T17:18:49.530Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-28T17:18:49.530Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-28T17:18:50.931Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T17:18:50.931Z] Fetched 35.2 MB in 3s (13.8 MB/s) [2021-01-28T17:18:50.931Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-28T17:18:50.931Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-28T17:18:50.931Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T17:18:51.516Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-28T17:18:51.516Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T17:18:51.777Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-28T17:18:51.777Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-28T17:18:51.777Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-28T17:18:51.777Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-28T17:18:52.038Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-28T17:18:52.299Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-28T17:18:52.299Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-28T17:18:52.299Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-28T17:18:52.561Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-28T17:18:52.561Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-28T17:18:53.134Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-28T17:18:53.134Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-28T17:18:53.134Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-28T17:18:53.134Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-28T17:18:53.396Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-28T17:18:53.396Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T17:18:53.396Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T17:18:53.658Z] Selecting previously unselected package libexpat1:amd64. [2021-01-28T17:18:53.658Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-28T17:18:53.658Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-28T17:18:53.658Z] Selecting previously unselected package python3.6-minimal. [2021-01-28T17:18:53.658Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T17:18:53.658Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T17:18:53.920Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-28T17:18:54.186Z] Checking for services that may need to be restarted...done. [2021-01-28T17:18:54.186Z] Checking for services that may need to be restarted...done. [2021-01-28T17:18:54.186Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T17:18:54.186Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-28T17:18:54.186Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T17:18:54.761Z] Selecting previously unselected package python3-minimal. [2021-01-28T17:18:54.761Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-28T17:18:54.761Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-28T17:18:54.761Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-28T17:18:54.761Z] Selecting previously unselected package mime-support. [2021-01-28T17:18:54.761Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-28T17:18:54.761Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-28T17:18:55.023Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-28T17:18:55.023Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-28T17:18:55.023Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-28T17:18:55.023Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-28T17:18:55.023Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T17:18:55.023Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T17:18:55.284Z] Selecting previously unselected package python3.6. [2021-01-28T17:18:55.285Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T17:18:55.285Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T17:18:55.545Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-28T17:18:55.545Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-28T17:18:55.545Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-28T17:18:55.545Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-28T17:18:55.808Z] Selecting previously unselected package python3. [2021-01-28T17:18:55.808Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-28T17:18:55.808Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-28T17:18:55.808Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-28T17:18:55.808Z] Selecting previously unselected package multiarch-support. [2021-01-28T17:18:55.808Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T17:18:55.808Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-28T17:18:55.808Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-28T17:18:56.069Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-28T17:18:56.069Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-28T17:18:56.069Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-28T17:18:56.069Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-28T17:18:56.069Z] Selecting previously unselected package libbsd0:amd64. [2021-01-28T17:18:56.069Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-28T17:18:56.069Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-28T17:18:56.329Z] Selecting previously unselected package sudo. [2021-01-28T17:18:56.329Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-01-28T17:18:56.329Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-28T17:18:56.329Z] Selecting previously unselected package apparmor. [2021-01-28T17:18:56.329Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-28T17:18:56.329Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-28T17:18:56.592Z] Selecting previously unselected package libedit2:amd64. [2021-01-28T17:18:56.592Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-28T17:18:56.592Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-28T17:18:56.592Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-28T17:18:56.592Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T17:18:56.592Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T17:18:56.855Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-28T17:18:56.855Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T17:18:56.855Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T17:18:56.855Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-28T17:18:56.855Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-28T17:18:56.855Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-28T17:18:56.855Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-28T17:18:56.855Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T17:18:56.855Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T17:18:57.115Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-28T17:18:57.115Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T17:18:57.115Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T17:18:57.115Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-28T17:18:57.115Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-28T17:18:57.115Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-28T17:18:57.375Z] Selecting previously unselected package openssh-client. [2021-01-28T17:18:57.375Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-28T17:18:57.375Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-28T17:18:57.637Z] Selecting previously unselected package squashfs-tools. [2021-01-28T17:18:57.637Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-28T17:18:57.637Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-28T17:18:57.637Z] Selecting previously unselected package snapd. [2021-01-28T17:18:57.637Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-28T17:18:57.637Z] Unpacking snapd (2.48+18.04) ... [2021-01-28T17:19:00.185Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-28T17:19:00.185Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-28T17:19:00.185Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-28T17:19:00.185Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-28T17:19:00.185Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-28T17:19:00.185Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T17:19:00.185Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T17:19:00.185Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-28T17:19:00.185Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-28T17:19:01.134Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-28T17:19:01.134Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-28T17:19:01.134Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-28T17:19:01.134Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T17:19:01.134Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T17:19:01.134Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T17:19:01.709Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-28T17:19:01.709Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T17:19:01.709Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-28T17:19:01.709Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-28T17:19:01.971Z] running python rtupdate hooks for python3.6... [2021-01-28T17:19:01.971Z] running python post-rtupdate hooks for python3.6... [2021-01-28T17:19:01.971Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-28T17:19:03.363Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-28T17:19:03.936Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T17:19:03.936Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-28T17:19:03.936Z] Setting up snapd (2.48+18.04) ... [2021-01-28T17:19:04.511Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-28T17:19:04.511Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-28T17:19:04.771Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-28T17:19:05.033Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-28T17:19:05.033Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-28T17:19:05.033Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-28T17:19:05.295Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-28T17:19:05.558Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-28T17:19:05.819Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-28T17:19:05.819Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-28T17:19:06.082Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-01-28T17:19:06.082Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T17:19:06.082Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-28T17:19:07.027Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-28T17:19:07.027Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-28T17:19:07.027Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-28T17:19:08.541Z] Reading package lists... [2021-01-28T17:19:08.805Z] Reading package lists... [2021-01-28T17:19:08.825Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:19:08.825Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:19:08.825Z] ---> 2e85ce3d61ff [2021-01-28T17:19:08.825Z] Step 3/26 : WORKDIR /edgex-go [2021-01-28T17:19:08.825Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:19:08.825Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:19:08.825Z] ---> 2e85ce3d61ff [2021-01-28T17:19:08.825Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T17:19:08.825Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:19:08.825Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:19:08.825Z] ---> 2e85ce3d61ff [2021-01-28T17:19:08.825Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T17:19:08.825Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:19:08.825Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:19:08.825Z] ---> 2e85ce3d61ff [2021-01-28T17:19:08.826Z] Step 3/21 : WORKDIR /edgex-go [2021-01-28T17:19:08.826Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:19:08.826Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:19:08.826Z] ---> 2e85ce3d61ff [2021-01-28T17:19:08.826Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T17:19:08.826Z] ---> Running in f69aae69f975 [2021-01-28T17:19:08.826Z] ---> Running in 9a352b9c6b42 [2021-01-28T17:19:08.826Z] ---> Running in 624d32729a99 [2021-01-28T17:19:08.826Z] ---> Running in 070269259f5a [2021-01-28T17:19:08.826Z] ---> Running in 37c11e371e7f [2021-01-28T17:19:08.826Z] Removing intermediate container 624d32729a99 [2021-01-28T17:19:08.826Z] ---> 4b1a4f9a7ec8 [2021-01-28T17:19:08.826Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:19:08.826Z] Removing intermediate container 9a352b9c6b42 [2021-01-28T17:19:08.826Z] Removing intermediate container 37c11e371e7f [2021-01-28T17:19:08.826Z] ---> 243ef97116e3 [2021-01-28T17:19:08.826Z] ---> 0a5adfb0df85 [2021-01-28T17:19:08.826Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:19:08.826Z] [2021-01-28T17:19:08.826Z] ---> Running in 4d63cb790711 [2021-01-28T17:19:08.826Z] Removing intermediate container f69aae69f975 [2021-01-28T17:19:08.826Z] ---> feb9b4243a3c [2021-01-28T17:19:08.826Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:19:08.826Z] Removing intermediate container 070269259f5a [2021-01-28T17:19:08.826Z] ---> aa3570ec21a0 [2021-01-28T17:19:08.826Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:19:08.826Z] ---> Running in 11f0510be5bf [2021-01-28T17:19:08.826Z] ---> Running in 79dd7e4c7137 [2021-01-28T17:19:08.826Z] ---> Running in 193adc03ae46 [2021-01-28T17:19:08.826Z] ---> Running in af57a216be9f [2021-01-28T17:19:08.826Z] Removing intermediate container 4d63cb790711 [2021-01-28T17:19:08.826Z] ---> 51345042707c [2021-01-28T17:19:08.826Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-28T17:19:08.826Z] ---> Running in 3e591fec23cc [2021-01-28T17:19:08.826Z] Removing intermediate container 79dd7e4c7137 [2021-01-28T17:19:08.826Z] ---> 0aca637545ff [2021-01-28T17:19:08.826Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-28T17:19:08.826Z] Removing intermediate container 11f0510be5bf [2021-01-28T17:19:08.826Z] ---> 62cda537c40a [2021-01-28T17:19:08.826Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-28T17:19:08.826Z] ---> Running in fd8d17de7a38 [2021-01-28T17:19:08.826Z] ---> Running in 3378f9f96380 [2021-01-28T17:19:08.826Z] Removing intermediate container af57a216be9f [2021-01-28T17:19:08.826Z] ---> 67c28d4757e8 [2021-01-28T17:19:08.826Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T17:19:08.826Z] Removing intermediate container 193adc03ae46 [2021-01-28T17:19:08.826Z] ---> bf1e16ac6e19 [2021-01-28T17:19:08.826Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-28T17:19:08.826Z] ---> Running in b5a8413dd20a [2021-01-28T17:19:08.826Z] ---> Running in 31602ba1885a [2021-01-28T17:19:08.826Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:19:08.826Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:19:08.826Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:19:08.826Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:19:08.826Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:19:08.826Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:19:08.826Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:19:08.826Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:19:08.826Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:19:08.826Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:19:08.826Z] OK: 217 MiB in 51 packages [2021-01-28T17:19:08.826Z] OK: 217 MiB in 51 packages [2021-01-28T17:19:08.826Z] OK: 217 MiB in 51 packages [2021-01-28T17:19:08.826Z] OK: 217 MiB in 51 packages [2021-01-28T17:19:08.826Z] OK: 217 MiB in 51 packages [2021-01-28T17:19:09.067Z] Building dependency tree... [2021-01-28T17:19:09.067Z] Reading state information... [2021-01-28T17:19:09.067Z] Calculating upgrade... [2021-01-28T17:19:09.334Z] The following packages will be upgraded: [2021-01-28T17:19:09.334Z] advancecomp base-files bash binutils binutils-common [2021-01-28T17:19:09.334Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-28T17:19:09.334Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-28T17:19:09.334Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-01-28T17:19:09.334Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-01-28T17:19:09.334Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-01-28T17:19:09.334Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-01-28T17:19:09.334Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-01-28T17:19:09.334Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-01-28T17:19:09.334Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-01-28T17:19:09.334Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-01-28T17:19:09.334Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-01-28T17:19:09.334Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-01-28T17:19:09.334Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-01-28T17:19:09.334Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-01-28T17:19:09.334Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-28T17:19:09.334Z] Need to get 63.8 MB of archives. [2021-01-28T17:19:09.334Z] After this operation, 5205 kB of additional disk space will be used. [2021-01-28T17:19:09.334Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-01-28T17:19:09.421Z] Removing intermediate container 3e591fec23cc [2021-01-28T17:19:09.421Z] ---> 05b9d88b9da9 [2021-01-28T17:19:09.421Z] Step 6/22 : COPY go.mod . [2021-01-28T17:19:09.598Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-28T17:19:09.599Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-28T17:19:09.599Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-28T17:19:09.599Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-28T17:19:09.599Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-28T17:19:09.599Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-28T17:19:09.599Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-28T17:19:09.599Z] 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-01-28T17:19:09.599Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-28T17:19:09.599Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-28T17:19:09.599Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-28T17:19:09.599Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-28T17:19:09.599Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-28T17:19:09.599Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-28T17:19:09.599Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-28T17:19:09.599Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-28T17:19:09.599Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-28T17:19:09.599Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-28T17:19:09.599Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-28T17:19:09.599Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-28T17:19:09.860Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-28T17:19:09.860Z] 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-01-28T17:19:09.860Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-28T17:19:09.860Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-28T17:19:09.860Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-28T17:19:09.860Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-28T17:19:09.860Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-28T17:19:09.860Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-28T17:19:09.860Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-28T17:19:09.860Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-28T17:19:09.860Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-28T17:19:09.861Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-28T17:19:09.861Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-28T17:19:09.861Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-28T17:19:09.861Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-28T17:19:09.861Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-28T17:19:09.861Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-28T17:19:09.861Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-28T17:19:09.861Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-28T17:19:09.861Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-28T17:19:09.861Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-28T17:19:09.861Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-28T17:19:09.861Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-28T17:19:09.861Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-28T17:19:09.861Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-28T17:19:09.861Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-28T17:19:09.861Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-28T17:19:09.861Z] 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-01-28T17:19:09.861Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-28T17:19:09.861Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-28T17:19:09.861Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-28T17:19:09.861Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-28T17:19:09.861Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-28T17:19:09.861Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-28T17:19:09.861Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-28T17:19:10.023Z] Removing intermediate container fd8d17de7a38 [2021-01-28T17:19:10.023Z] ---> 01ce0110e1de [2021-01-28T17:19:10.023Z] Step 6/26 : COPY go.mod . [2021-01-28T17:19:10.123Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-28T17:19:10.123Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-28T17:19:10.123Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-28T17:19:10.305Z] Removing intermediate container 3378f9f96380 [2021-01-28T17:19:10.305Z] ---> 76fbd4075c4e [2021-01-28T17:19:10.305Z] Step 6/23 : COPY go.mod . [2021-01-28T17:19:10.305Z] ---> 4c54029783a7 [2021-01-28T17:19:10.305Z] Step 7/22 : RUN go mod download [2021-01-28T17:19:10.385Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-28T17:19:10.385Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-28T17:19:10.385Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-28T17:19:10.385Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-28T17:19:10.385Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-28T17:19:10.385Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-28T17:19:10.385Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-28T17:19:10.385Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-28T17:19:10.575Z] Removing intermediate container 31602ba1885a [2021-01-28T17:19:10.575Z] ---> 426ebcd420ae [2021-01-28T17:19:10.575Z] Step 6/21 : COPY go.mod . [2021-01-28T17:19:10.575Z] Removing intermediate container b5a8413dd20a [2021-01-28T17:19:10.575Z] ---> def572e0954a [2021-01-28T17:19:10.576Z] Step 6/23 : COPY go.mod . [2021-01-28T17:19:10.576Z] ---> Running in 43dfba3f0a39 [2021-01-28T17:19:10.646Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-28T17:19:10.646Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-28T17:19:10.646Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-28T17:19:10.646Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-28T17:19:10.646Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-28T17:19:10.646Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-28T17:19:10.646Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-28T17:19:10.646Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-28T17:19:10.646Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-28T17:19:10.646Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-28T17:19:10.646Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-28T17:19:10.848Z] ---> 9e72e3a770e7 [2021-01-28T17:19:10.848Z] Step 7/26 : RUN go mod download [2021-01-28T17:19:10.908Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-28T17:19:10.908Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-01-28T17:19:10.908Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-01-28T17:19:10.908Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-28T17:19:10.908Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-01-28T17:19:10.908Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-28T17:19:10.908Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-28T17:19:10.908Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-28T17:19:10.908Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-28T17:19:10.908Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-28T17:19:10.908Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-28T17:19:10.908Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-28T17:19:10.908Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-28T17:19:10.908Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-28T17:19:10.908Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-01-28T17:19:10.908Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-28T17:19:11.169Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-28T17:19:11.169Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-28T17:19:11.169Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-28T17:19:11.169Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-28T17:19:11.169Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-28T17:19:11.430Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T17:19:11.430Z] Fetched 63.8 MB in 2s (34.8 MB/s) [2021-01-28T17:19:11.430Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:19:11.430Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T17:19:11.430Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T17:19:11.444Z] ---> bcdba8b00fb3 [2021-01-28T17:19:11.444Z] Step 7/23 : RUN go mod download [2021-01-28T17:19:11.444Z] ---> Running in 5f0462fe37b3 [2021-01-28T17:19:11.721Z] ---> d9b5d22ed9f1 [2021-01-28T17:19:11.721Z] Step 7/21 : RUN go mod download [2021-01-28T17:19:11.721Z] ---> Running in 0d250be42501 [2021-01-28T17:19:11.721Z] ---> 726d058e5141 [2021-01-28T17:19:11.721Z] Step 7/23 : RUN go mod download [2021-01-28T17:19:12.001Z] ---> Running in c0ae0b6d4d41 [2021-01-28T17:19:12.001Z] ---> Running in a870c165887b [2021-01-28T17:19:12.376Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T17:19:12.376Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T17:19:12.376Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-01-28T17:19:12.376Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-01-28T17:19:12.948Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T17:19:13.210Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T17:19:13.210Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T17:19:13.210Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T17:19:13.470Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T17:19:13.470Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T17:19:13.470Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T17:19:13.470Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T17:19:13.732Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T17:19:13.732Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T17:19:13.732Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T17:19:13.732Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T17:19:13.732Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T17:19:13.992Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T17:19:13.992Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T17:19:13.992Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T17:19:13.992Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T17:19:13.992Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-28T17:19:14.256Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-28T17:19:14.256Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T17:19:14.256Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T17:19:14.256Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T17:19:14.519Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T17:19:14.519Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T17:19:14.519Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T17:19:14.519Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T17:19:14.633Z] Removing intermediate container 43dfba3f0a39 [2021-01-28T17:19:14.633Z] ---> eafb1bfd7d9b [2021-01-28T17:19:14.633Z] Step 8/22 : COPY . . [2021-01-28T17:19:14.781Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T17:19:14.781Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T17:19:14.781Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T17:19:15.042Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T17:19:15.614Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-28T17:19:15.614Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T17:19:15.614Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-28T17:19:15.614Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-28T17:19:15.614Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-28T17:19:15.627Z] Removing intermediate container 5f0462fe37b3 [2021-01-28T17:19:15.627Z] ---> 42d4dfe5a13e [2021-01-28T17:19:15.627Z] Step 8/26 : COPY . . [2021-01-28T17:19:15.875Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-28T17:19:16.136Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-28T17:19:16.136Z] Installing new version of config file /etc/issue ... [2021-01-28T17:19:16.136Z] Installing new version of config file /etc/issue.net ... [2021-01-28T17:19:16.136Z] Installing new version of config file /etc/lsb-release ... [2021-01-28T17:19:16.136Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-28T17:19:16.396Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-28T17:19:16.616Z] Removing intermediate container 0d250be42501 [2021-01-28T17:19:16.616Z] ---> 90da8e0ba7f6 [2021-01-28T17:19:16.616Z] Step 8/23 : COPY . . [2021-01-28T17:19:16.656Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-28T17:19:16.656Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-28T17:19:16.656Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:19:16.656Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-28T17:19:16.656Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-28T17:19:16.899Z] Removing intermediate container c0ae0b6d4d41 [2021-01-28T17:19:16.899Z] ---> 91a806798ba6 [2021-01-28T17:19:16.899Z] Step 8/21 : COPY . . [2021-01-28T17:19:16.922Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-28T17:19:16.922Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-01-28T17:19:16.922Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:19:16.922Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T17:19:17.186Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-28T17:19:17.186Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-28T17:19:17.186Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:19:17.186Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-28T17:19:17.186Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-28T17:19:17.452Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-28T17:19:17.452Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:19:17.452Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-28T17:19:17.452Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-28T17:19:17.518Z] Removing intermediate container a870c165887b [2021-01-28T17:19:17.518Z] ---> f30f71664ba0 [2021-01-28T17:19:17.518Z] Step 8/23 : COPY . . [2021-01-28T17:19:17.719Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-28T17:19:17.980Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:19:17.980Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T17:19:17.980Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T17:19:17.980Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-28T17:19:17.980Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:19:17.980Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T17:19:18.241Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T17:19:18.241Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-28T17:19:18.503Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:19:18.503Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-28T17:19:18.503Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-28T17:19:18.503Z] Setting up grep (3.1-2build1) ... [2021-01-28T17:19:18.765Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:19:18.765Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-28T17:19:18.765Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-28T17:19:18.765Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-28T17:19:19.030Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:19:19.030Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T17:19:19.030Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T17:19:19.291Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-28T17:19:19.291Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:19:19.291Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-28T17:19:19.291Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T17:19:19.865Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-28T17:19:19.865Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T17:19:19.865Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-28T17:19:19.865Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T17:19:20.441Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-28T17:19:20.441Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:19:20.441Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-28T17:19:20.701Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T17:19:21.664Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-28T17:19:21.664Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-28T17:19:21.664Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-28T17:19:21.664Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-28T17:19:21.925Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-28T17:19:21.925Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:19:21.925Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-28T17:19:21.925Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-28T17:19:22.186Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-28T17:19:22.186Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:19:22.186Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T17:19:22.186Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T17:19:22.447Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T17:19:22.447Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:19:22.447Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T17:19:22.447Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T17:19:22.709Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T17:19:22.709Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:19:22.709Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T17:19:22.709Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T17:19:22.976Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T17:19:22.976Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:19:22.976Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T17:19:22.976Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T17:19:23.239Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T17:19:23.239Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:19:23.239Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T17:19:23.239Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T17:19:23.501Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T17:19:23.501Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T17:19:23.501Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-28T17:19:23.768Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:19:23.768Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T17:19:23.768Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T17:19:23.768Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-28T17:19:24.036Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:19:24.036Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T17:19:24.036Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T17:19:24.036Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T17:19:24.303Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:19:24.303Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T17:19:24.303Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T17:19:24.303Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-28T17:19:24.571Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:19:24.571Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T17:19:24.571Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T17:19:25.159Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-28T17:19:25.159Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-28T17:19:25.427Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-28T17:19:25.689Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:19:25.689Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T17:19:25.689Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T17:19:25.956Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-28T17:19:25.956Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T17:19:25.956Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-28T17:19:26.217Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T17:19:26.217Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-28T17:19:26.479Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:19:26.479Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-28T17:19:26.479Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-28T17:19:26.740Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-28T17:19:26.740Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:19:26.740Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-01-28T17:19:27.001Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-28T17:19:27.001Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-01-28T17:19:27.001Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:19:27.001Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-01-28T17:19:27.001Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-28T17:19:27.262Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-01-28T17:19:27.262Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:19:27.262Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-28T17:19:27.262Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T17:19:27.524Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T17:19:27.524Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:19:27.524Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-28T17:19:27.787Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T17:19:27.787Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T17:19:28.082Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:19:28.082Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-28T17:19:28.082Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T17:19:28.082Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T17:19:28.342Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:19:28.342Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T17:19:28.342Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T17:19:28.604Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-28T17:19:28.604Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T17:19:28.604Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T17:19:28.604Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T17:19:28.871Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-28T17:19:28.871Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:19:28.871Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-28T17:19:28.871Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-28T17:19:29.140Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-28T17:19:29.140Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:19:29.140Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-28T17:19:29.140Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T17:19:29.140Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T17:19:29.403Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:19:29.403Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T17:19:29.666Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T17:19:29.666Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-28T17:19:29.929Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:19:29.929Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-28T17:19:29.929Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-28T17:19:29.929Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-28T17:19:30.190Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:19:30.190Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-28T17:19:30.190Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-28T17:19:30.453Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-28T17:19:30.728Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:19:30.728Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T17:19:30.728Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T17:19:30.989Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-28T17:19:30.989Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:19:30.989Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-28T17:19:30.989Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-28T17:19:31.250Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-28T17:19:31.250Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:19:31.251Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-28T17:19:31.251Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-28T17:19:31.251Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-28T17:19:31.511Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:19:31.511Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-28T17:19:31.511Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-28T17:19:31.511Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-28T17:19:31.773Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:19:31.773Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-28T17:19:31.773Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-28T17:19:31.773Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-28T17:19:32.034Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:19:32.034Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-28T17:19:32.034Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-28T17:19:32.034Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-28T17:19:32.301Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T17:19:32.301Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-28T17:19:32.301Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-28T17:19:32.301Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-28T17:19:32.301Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-28T17:19:32.301Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-28T17:19:32.301Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-28T17:19:32.566Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-28T17:19:32.566Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-28T17:19:32.828Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-28T17:19:32.828Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-28T17:19:33.088Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-28T17:19:33.088Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-28T17:19:33.349Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-28T17:19:33.349Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-28T17:19:33.349Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-28T17:19:33.349Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-28T17:19:33.349Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-28T17:19:33.610Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-28T17:19:33.610Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-28T17:19:33.610Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-28T17:19:33.610Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-28T17:19:33.610Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-28T17:19:33.870Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-28T17:19:33.870Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-28T17:19:33.870Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-28T17:19:33.870Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-28T17:19:34.139Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-28T17:19:34.139Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-28T17:19:35.524Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-28T17:19:35.524Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-28T17:19:35.524Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-28T17:19:35.524Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-28T17:19:35.784Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T17:19:35.784Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T17:19:36.044Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T17:19:36.045Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T17:19:36.312Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T17:19:36.312Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T17:19:36.573Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T17:19:36.573Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T17:19:36.573Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T17:19:36.573Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T17:19:36.838Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T17:19:36.838Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T17:19:36.838Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T17:19:37.099Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T17:19:37.099Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T17:19:37.099Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T17:19:38.043Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T17:19:38.043Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T17:19:38.986Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T17:19:38.986Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T17:19:39.557Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T17:19:39.818Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T17:19:40.079Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T17:19:40.079Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T17:19:41.022Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T17:19:41.022Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T17:19:41.022Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-28T17:19:41.022Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-28T17:19:41.283Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-28T17:19:41.283Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-28T17:19:41.283Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-28T17:19:41.544Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-28T17:19:41.544Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-28T17:19:41.544Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-28T17:19:41.806Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-28T17:19:41.806Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-28T17:19:41.806Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-28T17:19:41.806Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-28T17:19:42.067Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-28T17:19:42.067Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-28T17:19:42.067Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T17:19:42.328Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-28T17:19:42.328Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T17:19:42.328Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T17:19:42.328Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T17:19:42.328Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-28T17:19:42.328Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-28T17:19:42.328Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-28T17:19:42.590Z] [2021-01-28T17:19:42.590Z] Current default time zone: 'Etc/UTC' [2021-01-28T17:19:42.590Z] Local time is now: Thu Jan 28 17:19:42 UTC 2021. [2021-01-28T17:19:42.590Z] Universal Time is now: Thu Jan 28 17:19:42 UTC 2021. [2021-01-28T17:19:42.590Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-28T17:19:42.590Z] [2021-01-28T17:19:42.590Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-28T17:19:42.590Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T17:19:42.590Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-01-28T17:19:42.590Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-28T17:19:42.590Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-28T17:19:42.590Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-28T17:19:42.851Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-28T17:19:42.851Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-28T17:19:42.851Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-28T17:19:42.851Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-28T17:19:42.851Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T17:19:42.851Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-28T17:19:43.114Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T17:19:43.114Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-28T17:19:43.115Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T17:19:43.381Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-28T17:19:43.381Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-28T17:19:43.381Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-28T17:19:43.381Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-28T17:19:43.381Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-28T17:19:43.381Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-28T17:19:43.381Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-28T17:19:43.381Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-28T17:19:44.345Z] ---> f8475783dd23 [2021-01-28T17:19:44.345Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-28T17:19:44.345Z] ---> 0a7fccaa99c1 [2021-01-28T17:19:44.345Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-28T17:19:44.345Z] ---> 732a06067cc9 [2021-01-28T17:19:44.345Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-28T17:19:44.345Z] ---> Running in 4bde4926536a [2021-01-28T17:19:44.345Z] ---> Running in 26ca9d65d8fb [2021-01-28T17:19:44.345Z] ---> eba1b347af1b [2021-01-28T17:19:44.345Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-28T17:19:44.345Z] ---> 6b4d9f6c9d61 [2021-01-28T17:19:44.345Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-28T17:19:44.345Z] ---> Running in 4207ca28aa62 [2021-01-28T17:19:44.345Z] ---> Running in 1bba89302d9b [2021-01-28T17:19:44.345Z] ---> Running in 8498653732c4 [2021-01-28T17:19:44.345Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-28T17:19:44.345Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-28T17:19:44.619Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-28T17:19:44.619Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-28T17:19:44.619Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-28T17:19:45.300Z] Updating certificates in /etc/ssl/certs... [2021-01-28T17:19:46.242Z] 22 added, 17 removed; done. [2021-01-28T17:19:46.242Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-28T17:19:46.242Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T17:19:46.242Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-28T17:19:46.503Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-28T17:19:46.503Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-28T17:19:46.503Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T17:19:46.503Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-28T17:19:46.503Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T17:19:46.503Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T17:19:46.503Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T17:19:46.763Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T17:19:46.763Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T17:19:46.764Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-28T17:19:46.764Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-28T17:19:46.764Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-28T17:19:46.764Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-28T17:19:46.764Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-28T17:19:46.764Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T17:19:47.029Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T17:19:47.029Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-28T17:19:47.029Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-28T17:19:47.029Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-28T17:19:47.029Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-28T17:19:47.029Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-28T17:19:47.029Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-28T17:19:47.291Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-28T17:19:47.291Z] Updating certificates in /etc/ssl/certs... [2021-01-28T17:19:47.863Z] 0 added, 0 removed; done. [2021-01-28T17:19:47.863Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-28T17:19:47.863Z] done. [2021-01-28T17:19:48.123Z] Reading package lists... [2021-01-28T17:19:48.383Z] Building dependency tree... [2021-01-28T17:19:48.383Z] Reading state information... [2021-01-28T17:19:48.642Z] The following NEW packages will be installed: [2021-01-28T17:19:48.642Z] apt-transport-https [2021-01-28T17:19:48.906Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-28T17:19:48.906Z] Need to get 1696 B of archives. [2021-01-28T17:19:48.906Z] After this operation, 153 kB of additional disk space will be used. [2021-01-28T17:19:48.906Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-28T17:19:48.906Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T17:19:48.906Z] Fetched 1696 B in 0s (9299 B/s) [2021-01-28T17:19:48.906Z] Selecting previously unselected package apt-transport-https. [2021-01-28T17:19:48.906Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-28T17:19:48.906Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-28T17:19:48.906Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-28T17:19:48.906Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-28T17:19:49.480Z] Waiting for network to be ready... [2021-01-28T17:19:54.778Z] 2021-01-28T17:19:52Z INFO Waiting for automatic snapd restart... [2021-01-28T17:19:54.778Z] snapd 2.48.2 from Canonical* installed [2021-01-28T17:19:55.724Z] "snapd" switched to the "latest/stable" channel [2021-01-28T17:19:55.724Z] [2021-01-28T17:19:58.270Z] core18 20201210 from Canonical* installed [2021-01-28T17:19:58.530Z] "core18" switched to the "latest/stable" channel [2021-01-28T17:19:58.530Z] [2021-01-28T17:20:01.830Z] snapcraft 4.4.4 from Canonical* installed [2021-01-28T17:20:01.830Z] "snapcraft" switched to the "latest/stable" channel [2021-01-28T17:20:01.830Z] [2021-01-28T17:20:06.040Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-28T17:20:06.040Z] - README.md [2021-01-28T17:20:06.040Z] - snapcraft.yaml.orig [2021-01-28T17:20:06.040Z] [2021-01-28T17:20:06.040Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-28T17:20:12.630Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T17:20:12.630Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-28T17:20:12.630Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-28T17:20:12.630Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-28T17:20:13.202Z] Reading package lists... [2021-01-28T17:20:13.462Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-01-28T17:20:20.053Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T17:20:20.053Z] Reading package lists... [2021-01-28T17:20:20.053Z] Building dependency tree... [2021-01-28T17:20:20.053Z] Reading state information... [2021-01-28T17:20:20.053Z] Suggested packages: [2021-01-28T17:20:20.053Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-28T17:20:20.053Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-28T17:20:20.053Z] Recommended packages: [2021-01-28T17:20:20.053Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-28T17:20:20.053Z] The following NEW packages will be installed: [2021-01-28T17:20:20.053Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-28T17:20:20.053Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-28T17:20:20.053Z] pkg-config zip [2021-01-28T17:20:20.053Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-28T17:20:20.053Z] Need to get 7655 kB of archives. [2021-01-28T17:20:20.053Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-28T17:20:20.053Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-28T17:20:20.314Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-28T17:20:20.575Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-28T17:20:20.575Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-28T17:20:20.575Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-28T17:20:20.575Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-28T17:20:20.836Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-28T17:20:20.836Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-28T17:20:21.409Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-28T17:20:21.409Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-28T17:20:21.409Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-28T17:20:21.991Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-28T17:20:22.941Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-28T17:20:23.205Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-28T17:20:23.205Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-28T17:20:23.467Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T17:20:23.467Z] Fetched 7655 kB in 3s (2268 kB/s) [2021-01-28T17:20:23.467Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-28T17:20:23.467Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-28T17:20:23.467Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-28T17:20:23.467Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-28T17:20:23.729Z] Selecting previously unselected package libpsl5:amd64. [2021-01-28T17:20:23.729Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-28T17:20:23.729Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-28T17:20:23.729Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-28T17:20:23.729Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-28T17:20:23.729Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-28T17:20:23.990Z] Selecting previously unselected package librtmp1:amd64. [2021-01-28T17:20:23.990Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-28T17:20:23.990Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-28T17:20:23.990Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-28T17:20:23.990Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-28T17:20:23.990Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-28T17:20:23.990Z] Selecting previously unselected package liberror-perl. [2021-01-28T17:20:23.990Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-28T17:20:23.990Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-28T17:20:24.250Z] Selecting previously unselected package git-man. [2021-01-28T17:20:24.250Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-28T17:20:24.250Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-28T17:20:24.250Z] Selecting previously unselected package git. [2021-01-28T17:20:24.250Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-28T17:20:24.512Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-28T17:20:25.089Z] Selecting previously unselected package libnorm1:amd64. [2021-01-28T17:20:25.089Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-28T17:20:25.089Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-28T17:20:25.089Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-28T17:20:25.089Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-28T17:20:25.351Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-28T17:20:25.351Z] Selecting previously unselected package libsodium23:amd64. [2021-01-28T17:20:25.351Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-28T17:20:25.351Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-28T17:20:25.351Z] Selecting previously unselected package libzmq5:amd64. [2021-01-28T17:20:25.351Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-28T17:20:25.351Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T17:20:25.612Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-28T17:20:25.612Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-28T17:20:25.612Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T17:20:25.612Z] Selecting previously unselected package pkg-config. [2021-01-28T17:20:25.612Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-28T17:20:25.612Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-28T17:20:25.612Z] Selecting previously unselected package zip. [2021-01-28T17:20:25.612Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-28T17:20:25.612Z] Unpacking zip (3.0-11build1) ... [2021-01-28T17:20:25.872Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-28T17:20:25.872Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-28T17:20:25.872Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-28T17:20:25.872Z] Setting up liberror-perl (0.17025-1) ... [2021-01-28T17:20:25.872Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-28T17:20:25.872Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-28T17:20:25.872Z] No schema files found: doing nothing. [2021-01-28T17:20:25.872Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-28T17:20:25.872Z] Setting up zip (3.0-11build1) ... [2021-01-28T17:20:26.133Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-28T17:20:26.133Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-28T17:20:26.133Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-28T17:20:26.133Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T17:20:26.133Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-28T17:20:26.133Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T17:20:26.133Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-28T17:20:26.394Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-28T17:20:32.982Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T17:20:32.982Z] git set to automatically installed. [2021-01-28T17:20:32.982Z] git-man set to automatically installed. [2021-01-28T17:20:32.982Z] libcurl3-gnutls set to automatically installed. [2021-01-28T17:20:32.982Z] liberror-perl set to automatically installed. [2021-01-28T17:20:32.982Z] libglib2.0-0 set to automatically installed. [2021-01-28T17:20:32.982Z] libnghttp2-14 set to automatically installed. [2021-01-28T17:20:32.982Z] libnorm1 set to automatically installed. [2021-01-28T17:20:32.982Z] libpgm-5.2-0 set to automatically installed. [2021-01-28T17:20:32.982Z] libpsl5 set to automatically installed. [2021-01-28T17:20:32.982Z] librtmp1 set to automatically installed. [2021-01-28T17:20:32.982Z] libsodium23 set to automatically installed. [2021-01-28T17:20:32.982Z] libzmq3-dev set to automatically installed. [2021-01-28T17:20:32.982Z] libzmq5 set to automatically installed. [2021-01-28T17:20:32.982Z] pkg-config set to automatically installed. [2021-01-28T17:20:32.982Z] zip set to automatically installed. [2021-01-28T17:20:34.897Z] snapd is not logged in, snap install commands will use sudo [2021-01-28T17:20:41.493Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T17:20:41.494Z] snap "core18" has no updates available [2021-01-28T17:20:42.433Z] Pulling config-common [2021-01-28T17:20:43.374Z] Pulling go-build-helper [2021-01-28T17:21:06.429Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-28T17:21:09.962Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-28T17:21:09.962Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-28T17:21:09.962Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] [2021-01-28T17:21:09.962Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] [2021-01-28T17:21:09.962Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-28T17:21:09.962Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-28T17:21:09.962Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] [2021-01-28T17:21:09.962Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] [2021-01-28T17:21:09.962Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-28T17:21:09.962Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-28T17:21:09.962Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-28T17:21:09.962Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-28T17:21:09.962Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-28T17:21:09.962Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-28T17:21:09.962Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-28T17:21:09.962Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-28T17:21:09.962Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-28T17:21:09.962Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-28T17:21:09.962Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-28T17:21:09.962Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1864 kB] [2021-01-28T17:21:09.962Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [388 kB] [2021-01-28T17:21:09.962Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-28T17:21:09.962Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-28T17:21:09.962Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [244 kB] [2021-01-28T17:21:09.962Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] [2021-01-28T17:21:09.962Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1711 kB] [2021-01-28T17:21:09.962Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-28T17:21:09.962Z] Fetched 23.8 MB in 6s (1552 kB/s) [2021-01-28T17:21:09.962Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-28T17:21:09.962Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-28T17:21:09.962Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-28T17:21:09.962Z] Fetched 279 kB in 0s (0 B/s) [2021-01-28T17:21:09.962Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-28T17:21:09.962Z] Fetched 122 kB in 0s (0 B/s) [2021-01-28T17:21:09.962Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-28T17:21:09.962Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-28T17:21:09.962Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-28T17:21:09.962Z] Fetched 8848 B in 0s (0 B/s) [2021-01-28T17:21:09.962Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-28T17:21:09.962Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-28T17:21:09.962Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-28T17:21:09.962Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-28T17:21:09.962Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-28T17:21:09.962Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-28T17:21:09.962Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-28T17:21:09.962Z] Fetched 214 kB in 0s (0 B/s) [2021-01-28T17:21:09.962Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-28T17:21:09.962Z] Fetched 155 kB in 0s (0 B/s) [2021-01-28T17:21:09.962Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-28T17:21:09.962Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-28T17:21:09.962Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-28T17:21:09.962Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-28T17:21:09.962Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-28T17:21:09.962Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-28T17:21:09.962Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-28T17:21:09.962Z] Fetched 499 kB in 0s (0 B/s) [2021-01-28T17:21:09.962Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-28T17:21:09.962Z] Fetched 111 kB in 0s (0 B/s) [2021-01-28T17:21:09.962Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-28T17:21:09.962Z] Fetched 240 kB in 0s (0 B/s) [2021-01-28T17:21:09.962Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-28T17:21:09.962Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-28T17:21:09.962Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-28T17:21:09.962Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-28T17:21:09.962Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-28T17:21:09.962Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-28T17:21:09.962Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-28T17:21:09.962Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-28T17:21:09.962Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-28T17:21:09.962Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-28T17:21:09.962Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-28T17:21:09.962Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-28T17:21:09.962Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-28T17:21:09.962Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-28T17:21:09.962Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-28T17:21:09.962Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-28T17:21:09.962Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-28T17:21:09.962Z] Fetched 8720 B in 0s (0 B/s) [2021-01-28T17:21:09.962Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-28T17:21:09.962Z] Fetched 137 kB in 0s (0 B/s) [2021-01-28T17:21:09.962Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-28T17:21:09.962Z] Fetched 119 kB in 0s (0 B/s) [2021-01-28T17:21:09.962Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-28T17:21:09.962Z] Fetched 109 kB in 0s (0 B/s) [2021-01-28T17:21:09.962Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-28T17:21:09.962Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-28T17:21:09.962Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-28T17:21:09.962Z] Fetched 645 kB in 0s (0 B/s) [2021-01-28T17:21:09.962Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-28T17:21:09.962Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-28T17:21:09.962Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-28T17:21:09.962Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-28T17:21:09.962Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-28T17:21:09.962Z] Fetched 368 kB in 0s (0 B/s) [2021-01-28T17:21:09.962Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-28T17:21:09.962Z] Fetched 187 kB in 0s (0 B/s) [2021-01-28T17:21:09.962Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-28T17:21:09.962Z] Fetched 175 kB in 0s (0 B/s) [2021-01-28T17:21:09.963Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-28T17:21:12.511Z] Fetched 206 kB in 0s (0 B/s) [2021-01-28T17:21:12.511Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-28T17:21:12.511Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-28T17:21:12.511Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-28T17:21:12.511Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-28T17:21:12.511Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-28T17:21:12.511Z] Fetched 159 kB in 0s (0 B/s) [2021-01-28T17:21:12.511Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-28T17:21:12.511Z] Fetched 107 kB in 0s (0 B/s) [2021-01-28T17:21:12.511Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-28T17:21:12.511Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-28T17:21:12.511Z] Pulling static-packages [2021-01-28T17:21:13.895Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-28T17:21:13.895Z] Skipping pull go-build-helper (already ran) [2021-01-28T17:21:13.895Z] Skipping pull static-packages (already ran) [2021-01-28T17:21:13.895Z] Building go-build-helper [2021-01-28T17:21:18.120Z] Building static-packages [2021-01-28T17:21:19.509Z] Staging go-build-helper [2021-01-28T17:21:20.452Z] Staging static-packages [2021-01-28T17:21:21.399Z] Pulling go115 [2021-01-28T17:21:21.545Z] Removing intermediate container 4bde4926536a [2021-01-28T17:21:21.545Z] ---> a0dbd2c94835 [2021-01-28T17:21:21.545Z] [2021-01-28T17:21:21.545Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T17:21:21.545Z] 3.12: Pulling from library/alpine [2021-01-28T17:21:22.342Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-28T17:21:22.342Z] Skipping pull go115 (already ran) [2021-01-28T17:21:22.342Z] Building go115 [2021-01-28T17:21:22.342Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T17:21:22.342Z] Dload Upload Total Spent Left Speed [2021-01-28T17:21:22.541Z] Removing intermediate container 26ca9d65d8fb [2021-01-28T17:21:22.541Z] ---> e0ca27ec2d47 [2021-01-28T17:21:22.541Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-28T17:21:22.826Z] Removing intermediate container 1bba89302d9b [2021-01-28T17:21:22.826Z] ---> b51921f3bd12 [2021-01-28T17:21:22.826Z] [2021-01-28T17:21:22.826Z] Step 10/21 : FROM alpine:3.12 [2021-01-28T17:21:22.826Z] 3.12: Pulling from library/alpine [2021-01-28T17:21:22.826Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T17:21:22.826Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T17:21:22.826Z] ---> Running in 7bcded2573d7 [2021-01-28T17:21:22.826Z] Status: Downloaded newer image for alpine:3.12 [2021-01-28T17:21:22.826Z] ---> afeebe901d6b [2021-01-28T17:21:22.826Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-28T17:21:22.826Z] Status: Downloaded newer image for alpine:3.12 [2021-01-28T17:21:22.826Z] ---> afeebe901d6b [2021-01-28T17:21:22.826Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-28T17:21:23.437Z] ---> Running in 2795ba48f66d [2021-01-28T17:21:23.437Z] ---> Running in 80473a665063 [2021-01-28T17:21:25.454Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-28T17:21:25.926Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 23 115M 23 27.0M 0 0 26.0M 0 0:00:04 0:00:01 0:00:03 26.0M 52 115M 52 60.8M 0 0 29.8M 0 0:00:03 0:00:02 0:00:01 29.8M 82 115M 82 95.6M 0 0 31.5M 0 0:00:03 0:00:03 --:--:-- 31.4M 100 115M 100 115M 0 0 32.4M 0 0:00:03 0:00:03 --:--:-- 32.4M [2021-01-28T17:21:26.080Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:21:26.080Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:21:26.360Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:21:26.360Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:21:26.501Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-28T17:21:26.965Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-28T17:21:27.248Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T17:21:27.248Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-28T17:21:27.248Z] (4/4) Installing curl (7.69.1-r3) [2021-01-28T17:21:27.248Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-28T17:21:27.248Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:21:27.248Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:21:27.248Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T17:21:27.248Z] OK: 5 MiB in 15 packages [2021-01-28T17:21:27.524Z] OK: 7 MiB in 18 packages [2021-01-28T17:21:30.155Z] Removing intermediate container 2795ba48f66d [2021-01-28T17:21:30.155Z] ---> 0ee6871caf79 [2021-01-28T17:21:30.155Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T17:21:30.155Z] ---> Running in 55ff3b18666b [2021-01-28T17:21:30.734Z] Staging go115 [2021-01-28T17:21:31.151Z] Removing intermediate container 80473a665063 [2021-01-28T17:21:31.151Z] ---> b88f82427ddc [2021-01-28T17:21:31.151Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T17:21:31.151Z] Removing intermediate container 55ff3b18666b [2021-01-28T17:21:31.151Z] ---> 0d68f54cb8bb [2021-01-28T17:21:31.151Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-28T17:21:31.431Z] ---> Running in 07af31c9f7af [2021-01-28T17:21:31.709Z] ---> Running in 0d7d6ac287f6 [2021-01-28T17:21:31.709Z] Removing intermediate container 7bcded2573d7 [2021-01-28T17:21:31.709Z] ---> e4fb72c0b66b [2021-01-28T17:21:31.981Z] [2021-01-28T17:21:31.981Z] Step 11/26 : FROM docker:20.10.0 [2021-01-28T17:21:31.981Z] 20.10.0: Pulling from library/docker [2021-01-28T17:21:32.255Z] Removing intermediate container 07af31c9f7af [2021-01-28T17:21:32.255Z] ---> 70277969c08b [2021-01-28T17:21:32.255Z] Step 13/21 : WORKDIR /edgex [2021-01-28T17:21:32.860Z] Removing intermediate container 0d7d6ac287f6 [2021-01-28T17:21:32.860Z] ---> cfa655fd6255 [2021-01-28T17:21:32.860Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T17:21:33.457Z] ---> Running in d86466b9f8cd [2021-01-28T17:21:33.457Z] ---> Running in 1847ed1b4361 [2021-01-28T17:21:34.058Z] Removing intermediate container 8498653732c4 [2021-01-28T17:21:34.058Z] ---> ac06841f5e1f [2021-01-28T17:21:34.058Z] [2021-01-28T17:21:34.058Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T17:21:34.058Z] ---> afeebe901d6b [2021-01-28T17:21:34.058Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T17:21:34.058Z] ---> Using cache [2021-01-28T17:21:34.058Z] ---> 0ee6871caf79 [2021-01-28T17:21:34.058Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T17:21:34.058Z] ---> Using cache [2021-01-28T17:21:34.058Z] ---> 0d68f54cb8bb [2021-01-28T17:21:34.058Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-28T17:21:35.047Z] ---> Running in a6c53e07c9ab [2021-01-28T17:21:35.047Z] Removing intermediate container d86466b9f8cd [2021-01-28T17:21:35.047Z] ---> ecd1304ec346 [2021-01-28T17:21:35.047Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-28T17:21:35.326Z] Removing intermediate container 1847ed1b4361 [2021-01-28T17:21:35.326Z] ---> 8547eaacfc6c [2021-01-28T17:21:35.326Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:21:35.601Z] Removing intermediate container a6c53e07c9ab [2021-01-28T17:21:35.601Z] ---> f06b3979b2e7 [2021-01-28T17:21:35.601Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T17:21:35.877Z] ---> Running in 1176b9b35d7d [2021-01-28T17:21:36.045Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-28T17:21:36.046Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-28T17:21:36.046Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-28T17:21:36.046Z] Fetched 0 B in 0s (0 B/s) [2021-01-28T17:21:36.046Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-28T17:21:36.046Z] Fetched 224 kB in 0s (0 B/s) [2021-01-28T17:21:36.046Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-28T17:21:36.046Z] Fetched 157 kB in 0s (0 B/s) [2021-01-28T17:21:36.046Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-28T17:21:36.046Z] Fetched 221 kB in 0s (0 B/s) [2021-01-28T17:21:36.046Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-28T17:21:36.046Z] Fetched 143 kB in 0s (0 B/s) [2021-01-28T17:21:36.046Z] Pulling edgex-go [2021-01-28T17:21:36.151Z] ---> 5477977efc7b [2021-01-28T17:21:36.151Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-28T17:21:36.308Z] Pulling version [2021-01-28T17:21:36.421Z] ---> 689c15612721 [2021-01-28T17:21:36.422Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-28T17:21:36.698Z] Removing intermediate container 1176b9b35d7d [2021-01-28T17:21:36.698Z] ---> e5fb09a53cb6 [2021-01-28T17:21:36.698Z] Step 15/23 : WORKDIR / [2021-01-28T17:21:37.260Z] Building config-common [2021-01-28T17:21:37.300Z] ---> Running in f97bef280c45 [2021-01-28T17:21:38.756Z] ---> a87b5144592e [2021-01-28T17:21:38.756Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-28T17:21:39.031Z] Removing intermediate container f97bef280c45 [2021-01-28T17:21:39.031Z] ---> eb06d0c61c97 [2021-01-28T17:21:39.031Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:21:39.031Z] ---> 21c5ad43bff8 [2021-01-28T17:21:39.031Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-28T17:21:39.188Z] Skipping build go-build-helper (already ran) [2021-01-28T17:21:39.188Z] Skipping build static-packages (already ran) [2021-01-28T17:21:39.188Z] Skipping build go115 (already ran) [2021-01-28T17:21:39.451Z] Building edgex-go [2021-01-28T17:21:39.717Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-28T17:21:40.666Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-28T17:21:40.666Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-28T17:21:40.666Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 [2021-01-28T17:21:40.666Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.10 [2021-01-28T17:21:40.940Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-28T17:21:40.940Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-28T17:21:40.940Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-28T17:21:40.940Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-28T17:21:40.940Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-01-28T17:21:40.940Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-28T17:21:40.940Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-28T17:21:40.940Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-28T17:21:40.940Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-28T17:21:40.940Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-28T17:21:40.940Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-28T17:21:40.940Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-28T17:21:40.940Z] go: downloading github.com/google/uuid v1.2.0 [2021-01-28T17:21:40.940Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-28T17:21:40.940Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-28T17:21:40.940Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-28T17:21:40.940Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-28T17:21:40.940Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-28T17:21:40.940Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-28T17:21:40.940Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-28T17:21:40.940Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-28T17:21:40.940Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-28T17:21:40.940Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-28T17:21:41.059Z] ---> 690bc7a8bb37 [2021-01-28T17:21:41.059Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-28T17:21:41.212Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-28T17:21:41.387Z] ---> Running in 2df5298362ba [2021-01-28T17:21:41.387Z] ---> 39402662df8d [2021-01-28T17:21:41.387Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-28T17:21:41.473Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-28T17:21:41.473Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-28T17:21:41.473Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-28T17:21:41.473Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-28T17:21:41.473Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-28T17:21:41.474Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-28T17:21:41.474Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-28T17:21:41.474Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-28T17:21:41.474Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-28T17:21:41.703Z] ---> c889b0b618e6 [2021-01-28T17:21:41.703Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-28T17:21:41.703Z] ---> Running in f187b07522bd [2021-01-28T17:21:41.734Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-28T17:21:41.734Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-28T17:21:41.734Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-28T17:21:42.383Z] Removing intermediate container 2df5298362ba [2021-01-28T17:21:42.383Z] ---> 6247658d5d93 [2021-01-28T17:21:42.383Z] Step 18/21 : CMD ["--init=true"] [2021-01-28T17:21:43.003Z] ---> Running in 2e0634d3757f [2021-01-28T17:21:43.276Z] Removing intermediate container f187b07522bd [2021-01-28T17:21:43.276Z] ---> 0c5481b52194 [2021-01-28T17:21:43.276Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:21:43.874Z] Removing intermediate container 2e0634d3757f [2021-01-28T17:21:43.874Z] ---> 47ba70b987ea [2021-01-28T17:21:43.874Z] Step 19/21 : LABEL arch=arm64 [2021-01-28T17:21:44.150Z] ---> Running in e332d0a09d80 [2021-01-28T17:21:44.748Z] ---> Running in bd8f42537baa [2021-01-28T17:21:44.748Z] ---> 2cd7a9e66652 [2021-01-28T17:21:44.748Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-28T17:21:45.370Z] Removing intermediate container e332d0a09d80 [2021-01-28T17:21:45.370Z] ---> 4c36e3ae954a [2021-01-28T17:21:45.370Z] Step 20/22 : LABEL arch=arm64 [2021-01-28T17:21:45.967Z] Removing intermediate container bd8f42537baa [2021-01-28T17:21:45.967Z] ---> 3685d0c2ca1a [2021-01-28T17:21:45.967Z] Step 20/21 : LABEL git_sha=5f77d52a8421ba7912342d0ff090f6c969ad9208 [2021-01-28T17:21:45.967Z] Removing intermediate container 4207ca28aa62 [2021-01-28T17:21:45.967Z] ---> 37ca4157abcd [2021-01-28T17:21:45.967Z] [2021-01-28T17:21:45.967Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T17:21:45.967Z] ---> afeebe901d6b [2021-01-28T17:21:45.967Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T17:21:46.248Z] ---> Running in 9f4ba5033563 [2021-01-28T17:21:46.248Z] ---> e9134fcc0f13 [2021-01-28T17:21:46.248Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-28T17:21:46.248Z] ---> Running in 20bad79e1375 [2021-01-28T17:21:46.520Z] ---> Running in 1586c1118927 [2021-01-28T17:21:46.520Z] ---> Running in fdf1acb8ff06 [2021-01-28T17:21:46.790Z] Removing intermediate container 9f4ba5033563 [2021-01-28T17:21:46.790Z] ---> 151115057868 [2021-01-28T17:21:46.790Z] Step 21/22 : LABEL git_sha=5f77d52a8421ba7912342d0ff090f6c969ad9208 [2021-01-28T17:21:47.069Z] Removing intermediate container 1586c1118927 [2021-01-28T17:21:47.069Z] ---> 5696aae8919a [2021-01-28T17:21:47.069Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-28T17:21:47.069Z] Removing intermediate container 20bad79e1375 [2021-01-28T17:21:47.069Z] ---> f0973926ba74 [2021-01-28T17:21:47.069Z] Step 21/21 : LABEL version=0.0.0 [2021-01-28T17:21:47.069Z] ---> Running in c60c7673adae [2021-01-28T17:21:47.069Z] ---> Running in 86912a1b7635 [2021-01-28T17:21:47.341Z] ---> Running in dcfc257b1d94 [2021-01-28T17:21:47.341Z] Removing intermediate container fdf1acb8ff06 [2021-01-28T17:21:47.341Z] ---> 574b841a47ed [2021-01-28T17:21:47.341Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:21:47.616Z] ---> Running in 316376ea0ddb [2021-01-28T17:21:47.616Z] Removing intermediate container c60c7673adae [2021-01-28T17:21:47.616Z] ---> d405a5e2f6a6 [2021-01-28T17:21:47.616Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T17:21:47.894Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-28T17:21:47.894Z] Removing intermediate container 86912a1b7635 [2021-01-28T17:21:47.894Z] ---> e740c4d85163 [2021-01-28T17:21:47.894Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-28T17:21:47.894Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-28T17:21:47.894Z] ---> eeaf43b92773 [2021-01-28T17:21:47.894Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-28T17:21:47.894Z] Removing intermediate container dcfc257b1d94 [2021-01-28T17:21:47.894Z] ---> e34941fd7e94 [2021-01-28T17:21:47.894Z] [2021-01-28T17:21:48.177Z] ---> Running in 2d80d3779983 [2021-01-28T17:21:48.177Z] ---> Running in 65534b63d7cf [2021-01-28T17:21:48.177Z] ---> Running in 79eda94fd54c [2021-01-28T17:21:48.320Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-28T17:21:48.453Z] Removing intermediate container 316376ea0ddb [2021-01-28T17:21:48.454Z] ---> 3147f7b1ad0d [2021-01-28T17:21:48.454Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T17:21:48.723Z] Successfully built e34941fd7e94 [2021-01-28T17:21:48.723Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-28T17:21:48.723Z] ---> Running in 91ff543d7b82 [2021-01-28T17:21:48.723Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-01-28T17:21:48.723Z] Removing intermediate container 2d80d3779983 [2021-01-28T17:21:48.723Z] ---> 31b03a4f7eea [2021-01-28T17:21:48.723Z] [2021-01-28T17:21:48.997Z] Removing intermediate container 79eda94fd54c [2021-01-28T17:21:48.997Z] ---> b1351ecd62fe [2021-01-28T17:21:48.997Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:21:49.277Z] ---> Running in 087ebaabd319 [2021-01-28T17:21:49.559Z] Successfully built 31b03a4f7eea [2021-01-28T17:21:49.559Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-28T17:21:49.559Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2021-01-28T17:21:49.559Z] Removing intermediate container 91ff543d7b82 [2021-01-28T17:21:49.559Z] ---> bde22bb508c3 [2021-01-28T17:21:49.559Z] Step 22/23 : LABEL git_sha=5f77d52a8421ba7912342d0ff090f6c969ad9208 [2021-01-28T17:21:49.834Z] ---> Running in d7247af2609f [2021-01-28T17:21:49.834Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:21:50.109Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:21:50.381Z] Removing intermediate container d7247af2609f [2021-01-28T17:21:50.381Z] ---> 1be9846c5274 [2021-01-28T17:21:50.381Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T17:21:50.651Z] ---> Running in 558820dfe837 [2021-01-28T17:21:50.923Z] (1/2) Installing readline (8.0.4-r0) [2021-01-28T17:21:50.923Z] (2/2) Installing bash (5.0.17-r0) [2021-01-28T17:21:50.923Z] Executing bash-5.0.17-r0.post-install [2021-01-28T17:21:50.923Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:21:50.923Z] OK: 12 MiB in 22 packages [2021-01-28T17:21:51.198Z] Removing intermediate container 558820dfe837 [2021-01-28T17:21:51.198Z] ---> be9529de9c34 [2021-01-28T17:21:51.198Z] [2021-01-28T17:21:51.792Z] Successfully built be9529de9c34 [2021-01-28T17:21:52.122Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-28T17:21:52.122Z] Building docker-security-secretstore-setup-go [2021-01-28T17:21:52.723Z]  Building docker-core-command-go ... done Removing intermediate container 087ebaabd319 [2021-01-28T17:21:52.723Z] ---> 0a9aad30670d [2021-01-28T17:21:52.723Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-28T17:21:53.001Z] ---> Running in 21cbc67766c5 [2021-01-28T17:21:53.001Z] Removing intermediate container 65534b63d7cf [2021-01-28T17:21:53.001Z] ---> 199beadf23d7 [2021-01-28T17:21:53.001Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-28T17:21:53.605Z] ---> Running in 25ac78a66563 [2021-01-28T17:21:53.630Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-28T17:21:53.892Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-28T17:21:54.594Z] Removing intermediate container 25ac78a66563 [2021-01-28T17:21:54.594Z] ---> 079065944c11 [2021-01-28T17:21:54.594Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-28T17:21:54.838Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-28T17:21:54.866Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:21:55.413Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-28T17:21:55.413Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-01-28T17:21:55.464Z] ---> Running in 1f1c48a046c6 [2021-01-28T17:21:55.673Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-28T17:21:55.674Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-28T17:21:55.674Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-28T17:21:55.736Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:21:56.467Z] Removing intermediate container 1f1c48a046c6 [2021-01-28T17:21:56.467Z] ---> 71e611148a2a [2021-01-28T17:21:56.467Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-28T17:21:56.740Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-28T17:21:56.740Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-28T17:21:56.740Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-28T17:21:57.013Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-28T17:21:57.064Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-28T17:21:57.064Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-28T17:21:57.064Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-28T17:21:57.286Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-28T17:21:57.286Z] ---> Running in 9285d1180783 [2021-01-28T17:21:57.286Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-28T17:21:57.559Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:21:57.559Z] OK: 8 MiB in 20 packages [2021-01-28T17:21:57.832Z] Removing intermediate container 9285d1180783 [2021-01-28T17:21:57.832Z] ---> 663dc17731c8 [2021-01-28T17:21:57.832Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-28T17:21:58.459Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-28T17:21:59.410Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-28T17:21:59.410Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-28T17:21:59.830Z] ---> c0947d253e6c [2021-01-28T17:21:59.830Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-28T17:21:59.830Z] Removing intermediate container 21cbc67766c5 [2021-01-28T17:21:59.830Z] ---> e40ee67f952b [2021-01-28T17:21:59.830Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:22:00.805Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-28T17:22:00.814Z] ---> 91a962323b4c [2021-01-28T17:22:00.814Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-28T17:22:01.382Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-28T17:22:01.411Z] ---> 98e5a1dffa76 [2021-01-28T17:22:01.411Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-28T17:22:02.337Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-28T17:22:02.337Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-28T17:22:02.511Z] ---> c5e00344cf57 [2021-01-28T17:22:02.511Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-28T17:22:03.107Z] ---> Running in b48d87ef26ec [2021-01-28T17:22:03.107Z] ---> 519fc911f2e4 [2021-01-28T17:22:03.107Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-28T17:22:03.318Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-28T17:22:03.318Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-28T17:22:04.536Z] ---> 3dcfebab5a78 [2021-01-28T17:22:04.537Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-28T17:22:04.537Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:22:04.537Z] ---> Running in 688c7db11ef8 [2021-01-28T17:22:04.537Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:22:05.130Z] Removing intermediate container 688c7db11ef8 [2021-01-28T17:22:05.130Z] ---> 92bce6dec9d6 [2021-01-28T17:22:05.130Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:22:05.405Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-28T17:22:05.405Z] (2/33) Installing expat (2.2.9-r1) [2021-01-28T17:22:05.405Z] (3/33) Installing libffi (3.3-r2) [2021-01-28T17:22:05.405Z] (4/33) Installing gdbm (1.13-r1) [2021-01-28T17:22:05.405Z] ---> Running in 352f7e0eece0 [2021-01-28T17:22:05.405Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-28T17:22:05.405Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-28T17:22:05.405Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-28T17:22:06.389Z] Removing intermediate container 352f7e0eece0 [2021-01-28T17:22:06.389Z] ---> 0d9a2543e58f [2021-01-28T17:22:06.389Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T17:22:06.622Z] Building version [2021-01-28T17:22:06.999Z] ---> Running in 288b962bd311 [2021-01-28T17:22:07.272Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-28T17:22:07.272Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-28T17:22:07.272Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-28T17:22:07.548Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-28T17:22:07.548Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-28T17:22:07.548Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-28T17:22:07.548Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-28T17:22:07.548Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-28T17:22:07.548Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-28T17:22:07.548Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-28T17:22:07.822Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-28T17:22:07.822Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-28T17:22:07.822Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-28T17:22:07.822Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-28T17:22:07.822Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-28T17:22:07.822Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-28T17:22:07.822Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-28T17:22:07.822Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-28T17:22:07.822Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-28T17:22:08.010Z] Staging config-common [2021-01-28T17:22:08.095Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-28T17:22:08.095Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-28T17:22:08.095Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-28T17:22:08.095Z] Removing intermediate container 288b962bd311 [2021-01-28T17:22:08.095Z] ---> ea5f06d395af [2021-01-28T17:22:08.095Z] Step 22/23 : LABEL git_sha=5f77d52a8421ba7912342d0ff090f6c969ad9208 [2021-01-28T17:22:08.095Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-28T17:22:08.095Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-28T17:22:08.095Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-28T17:22:08.095Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-28T17:22:08.365Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:22:08.365Z] OK: 71 MiB in 55 packages [2021-01-28T17:22:08.643Z] ---> Running in 326215e5536d [2021-01-28T17:22:08.953Z] Skipping stage go-build-helper (already ran) [2021-01-28T17:22:08.953Z] Skipping stage static-packages (already ran) [2021-01-28T17:22:08.953Z] Skipping stage go115 (already ran) [2021-01-28T17:22:08.953Z] Staging edgex-go [2021-01-28T17:22:09.240Z] Removing intermediate container 326215e5536d [2021-01-28T17:22:09.240Z] ---> 357956af258b [2021-01-28T17:22:09.240Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T17:22:09.860Z] ---> Running in 2079817344f4 [2021-01-28T17:22:09.894Z] Staging version [2021-01-28T17:22:10.458Z] Removing intermediate container 2079817344f4 [2021-01-28T17:22:10.458Z] ---> 03018c20b425 [2021-01-28T17:22:10.458Z] [2021-01-28T17:22:11.058Z] Successfully built 03018c20b425 [2021-01-28T17:22:11.280Z] Priming config-common [2021-01-28T17:22:11.333Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-28T17:22:11.333Z] Building docker-core-metadata-go [2021-01-28T17:22:12.225Z] Priming go-build-helper [2021-01-28T17:22:13.419Z] Priming static-packages [2021-01-28T17:22:15.613Z] Priming go115 [2021-01-28T17:22:16.678Z] Priming edgex-go [2021-01-28T17:22:17.753Z] Priming version [2021-01-28T17:22:18.066Z]  Building docker-core-data-go ... done Removing intermediate container b48d87ef26ec [2021-01-28T17:22:18.066Z] ---> d1b1f2a28e93 [2021-01-28T17:22:18.066Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-28T17:22:18.066Z] ---> Running in 9ad9aa5869f6 [2021-01-28T17:22:18.477Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-28T17:22:24.778Z] Collecting docker-compose==1.23.2 [2021-01-28T17:22:24.778Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-28T17:22:24.778Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-28T17:22:24.778Z] Collecting cached-property<2,>=1.2.0 [2021-01-28T17:22:24.778Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-28T17:22:25.758Z] Collecting docker<4.0,>=3.6.0 [2021-01-28T17:22:25.758Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-28T17:22:26.354Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-28T17:22:26.354Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-28T17:22:28.983Z] Collecting texttable<0.10,>=0.9.0 [2021-01-28T17:22:28.983Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-28T17:22:30.977Z] Collecting jsonschema<3,>=2.5.1 [2021-01-28T17:22:30.977Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-28T17:22:31.952Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-28T17:22:31.952Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-28T17:22:32.935Z] Collecting PyYAML<4,>=3.10 [2021-01-28T17:22:32.935Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-28T17:22:33.922Z] Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:22:33.922Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:22:33.922Z] ---> 2e85ce3d61ff [2021-01-28T17:22:33.922Z] Step 3/34 : WORKDIR /edgex-go [2021-01-28T17:22:33.922Z] ---> Using cache [2021-01-28T17:22:33.922Z] ---> aa3570ec21a0 [2021-01-28T17:22:33.922Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:22:33.922Z] ---> Using cache [2021-01-28T17:22:33.922Z] ---> 67c28d4757e8 [2021-01-28T17:22:33.922Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-28T17:22:33.922Z] ---> Using cache [2021-01-28T17:22:33.922Z] ---> def572e0954a [2021-01-28T17:22:33.922Z] Step 6/34 : COPY go.mod . [2021-01-28T17:22:33.922Z] ---> Using cache [2021-01-28T17:22:33.922Z] ---> 726d058e5141 [2021-01-28T17:22:33.922Z] Step 7/34 : RUN go mod download [2021-01-28T17:22:33.922Z] ---> Using cache [2021-01-28T17:22:33.922Z] ---> f30f71664ba0 [2021-01-28T17:22:33.922Z] Step 8/34 : COPY . . [2021-01-28T17:22:33.922Z] ---> Using cache [2021-01-28T17:22:33.922Z] ---> 6b4d9f6c9d61 [2021-01-28T17:22:33.922Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-28T17:22:34.198Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:22:34.198Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:22:34.198Z] ---> 2e85ce3d61ff [2021-01-28T17:22:34.198Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T17:22:34.198Z] ---> Using cache [2021-01-28T17:22:34.198Z] ---> aa3570ec21a0 [2021-01-28T17:22:34.198Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:22:34.198Z] ---> Using cache [2021-01-28T17:22:34.198Z] ---> 67c28d4757e8 [2021-01-28T17:22:34.198Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-28T17:22:36.883Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:22:36.883Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:22:36.883Z] ---> 2e85ce3d61ff [2021-01-28T17:22:36.883Z] Step 3/24 : WORKDIR /edgex-go [2021-01-28T17:22:36.883Z] ---> Using cache [2021-01-28T17:22:36.883Z] ---> aa3570ec21a0 [2021-01-28T17:22:36.883Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:22:36.883Z] ---> Using cache [2021-01-28T17:22:36.883Z] ---> 67c28d4757e8 [2021-01-28T17:22:36.883Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-28T17:22:36.883Z] ---> Using cache [2021-01-28T17:22:36.883Z] ---> def572e0954a [2021-01-28T17:22:36.883Z] Step 6/24 : COPY go.mod . [2021-01-28T17:22:36.883Z] ---> Using cache [2021-01-28T17:22:36.883Z] ---> 726d058e5141 [2021-01-28T17:22:36.883Z] Step 7/24 : RUN go mod download [2021-01-28T17:22:36.883Z] ---> Using cache [2021-01-28T17:22:36.883Z] ---> f30f71664ba0 [2021-01-28T17:22:36.883Z] Step 8/24 : COPY . . [2021-01-28T17:22:36.883Z] ---> Using cache [2021-01-28T17:22:36.883Z] ---> 6b4d9f6c9d61 [2021-01-28T17:22:36.883Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-28T17:22:38.340Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-28T17:22:38.340Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-28T17:22:38.340Z] ---> Running in 47d092acecc8 [2021-01-28T17:22:38.621Z] ---> Running in 0173431fded5 [2021-01-28T17:22:38.621Z] ---> Running in aa9885de1987 [2021-01-28T17:22:38.621Z] Collecting docopt<0.7,>=0.6.1 [2021-01-28T17:22:38.621Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-28T17:22:39.630Z] Removing intermediate container aa9885de1987 [2021-01-28T17:22:39.630Z] ---> 261ccf0fd547 [2021-01-28T17:22:39.630Z] Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-28T17:22:39.911Z] ---> Running in 8b0c5b498bae [2021-01-28T17:22:40.513Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:22:40.793Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-28T17:22:41.395Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:22:41.675Z] Collecting docker-pycreds>=0.4.0 [2021-01-28T17:22:41.675Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-28T17:22:41.675Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-28T17:22:41.958Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-28T17:22:42.250Z] Collecting idna<2.8,>=2.5 [2021-01-28T17:22:42.250Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-28T17:22:42.526Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-28T17:22:42.526Z] OK: 217 MiB in 51 packages [2021-01-28T17:22:43.540Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-28T17:22:43.817Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-28T17:22:44.807Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-28T17:22:44.807Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-28T17:22:44.807Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-28T17:22:44.807Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-28T17:22:45.416Z] Removing intermediate container 47d092acecc8 [2021-01-28T17:22:45.416Z] ---> d307bfa88f33 [2021-01-28T17:22:45.416Z] Step 6/22 : COPY go.mod . [2021-01-28T17:22:46.022Z] Installing collected packages: cached-property, docker-pycreds, idna, urllib3, requests, websocket-client, docker, dockerpty, texttable, jsonschema, PyYAML, docopt, docker-compose [2021-01-28T17:22:46.303Z] Attempting uninstall: idna [2021-01-28T17:22:46.303Z] Found existing installation: idna 2.9 [2021-01-28T17:22:46.303Z] Uninstalling idna-2.9: [2021-01-28T17:22:46.303Z] Successfully uninstalled idna-2.9 [2021-01-28T17:22:46.590Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T17:22:46.590Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T17:22:46.590Z] ---> 2e85ce3d61ff [2021-01-28T17:22:46.590Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T17:22:46.590Z] ---> Using cache [2021-01-28T17:22:46.590Z] ---> aa3570ec21a0 [2021-01-28T17:22:46.590Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T17:22:46.590Z] ---> Using cache [2021-01-28T17:22:46.590Z] ---> 67c28d4757e8 [2021-01-28T17:22:46.590Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T17:22:46.590Z] ---> Using cache [2021-01-28T17:22:46.590Z] ---> def572e0954a [2021-01-28T17:22:46.591Z] Step 6/23 : COPY go.mod . [2021-01-28T17:22:46.591Z] ---> Using cache [2021-01-28T17:22:46.591Z] ---> 726d058e5141 [2021-01-28T17:22:46.591Z] Step 7/23 : RUN go mod download [2021-01-28T17:22:46.591Z] ---> Using cache [2021-01-28T17:22:46.591Z] ---> f30f71664ba0 [2021-01-28T17:22:46.591Z] Step 8/23 : COPY . . [2021-01-28T17:22:46.591Z] ---> Using cache [2021-01-28T17:22:46.591Z] ---> 6b4d9f6c9d61 [2021-01-28T17:22:46.591Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-28T17:22:46.591Z] ---> 45d224dfd0d6 [2021-01-28T17:22:46.890Z] Step 7/22 : RUN go mod download [2021-01-28T17:22:46.890Z] ---> Running in 9f9f8f7b9424 [2021-01-28T17:22:46.890Z] ---> Running in 8a6f6d9770b6 [2021-01-28T17:22:47.169Z] Attempting uninstall: urllib3 [2021-01-28T17:22:47.169Z] Found existing installation: urllib3 1.25.9 [2021-01-28T17:22:47.169Z] Uninstalling urllib3-1.25.9: [2021-01-28T17:22:47.663Z] Successfully uninstalled urllib3-1.25.9 [2021-01-28T17:22:48.759Z] Attempting uninstall: requests [2021-01-28T17:22:48.759Z] Found existing installation: requests 2.23.0 [2021-01-28T17:22:48.759Z] Uninstalling requests-2.23.0: [2021-01-28T17:22:49.114Z] Successfully uninstalled requests-2.23.0 [2021-01-28T17:22:49.433Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-28T17:22:51.442Z] Running setup.py install for dockerpty: started [2021-01-28T17:22:52.433Z] Removing intermediate container 8a6f6d9770b6 [2021-01-28T17:22:52.433Z] ---> c6689f903f90 [2021-01-28T17:22:52.433Z] Step 8/22 : COPY . . [2021-01-28T17:22:54.433Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-28T17:22:54.433Z] Running setup.py install for texttable: started [2021-01-28T17:22:58.774Z] Running setup.py install for texttable: finished with status 'done' [2021-01-28T17:22:59.382Z] Running setup.py install for PyYAML: started [2021-01-28T17:23:03.725Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-28T17:23:03.725Z] Running setup.py install for docopt: started [2021-01-28T17:23:05.185Z] Running setup.py install for docopt: finished with status 'done' [2021-01-28T17:23:06.666Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-28T17:23:13.445Z] ---> b6877a350598 [2021-01-28T17:23:13.445Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-28T17:23:13.445Z] ---> Running in b59f77a17ae1 [2021-01-28T17:23:14.930Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-28T17:23:14.930Z] Removing intermediate container 9ad9aa5869f6 [2021-01-28T17:23:14.930Z] ---> 8addef1e21a1 [2021-01-28T17:23:14.930Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-28T17:23:15.208Z] ---> Running in 1843357d1699 [2021-01-28T17:23:17.241Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:23:17.519Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:23:18.131Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T17:23:18.131Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-28T17:23:18.131Z] (3/3) Installing curl (7.69.1-r3) [2021-01-28T17:23:18.131Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:23:18.131Z] OK: 71 MiB in 58 packages [2021-01-28T17:23:20.135Z] Removing intermediate container 1843357d1699 [2021-01-28T17:23:20.135Z] ---> d0fd857ba1cf [2021-01-28T17:23:20.135Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-28T17:23:20.135Z] ---> Running in b6c28bf7fd53 [2021-01-28T17:23:20.744Z] Removing intermediate container b6c28bf7fd53 [2021-01-28T17:23:20.744Z] ---> 0131f12e743e [2021-01-28T17:23:20.744Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:23:20.744Z] ---> Running in 53498dd6d47e [2021-01-28T17:23:21.743Z] Removing intermediate container 53498dd6d47e [2021-01-28T17:23:21.743Z] ---> 9dd1c16ec7a4 [2021-01-28T17:23:21.743Z] Step 24/26 : LABEL arch=arm64 [2021-01-28T17:23:21.743Z] ---> Running in 49d99f16d69c [2021-01-28T17:23:22.742Z] Removing intermediate container 49d99f16d69c [2021-01-28T17:23:22.742Z] ---> 7685907a3b4e [2021-01-28T17:23:22.742Z] Step 25/26 : LABEL git_sha=5f77d52a8421ba7912342d0ff090f6c969ad9208 [2021-01-28T17:23:22.742Z] ---> Running in 5cd8561e52cf [2021-01-28T17:23:23.740Z] Removing intermediate container 5cd8561e52cf [2021-01-28T17:23:23.740Z] ---> 389db434496e [2021-01-28T17:23:23.740Z] Step 26/26 : LABEL version=0.0.0 [2021-01-28T17:23:23.740Z] ---> Running in d22767c270dd [2021-01-28T17:23:24.340Z] Removing intermediate container d22767c270dd [2021-01-28T17:23:24.340Z] ---> 48f84dcb703a [2021-01-28T17:23:24.340Z] [2021-01-28T17:23:24.946Z] Successfully built 48f84dcb703a [2021-01-28T17:23:24.946Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-28T17:23:51.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/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-28T17:23:58.652Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-28T17:24:05.457Z] Removing intermediate container 0173431fded5 [2021-01-28T17:24:05.457Z] ---> 18a78f26c73b [2021-01-28T17:24:05.457Z] [2021-01-28T17:24:05.457Z] Step 10/24 : FROM alpine:3.12 [2021-01-28T17:24:05.457Z] ---> afeebe901d6b [2021-01-28T17:24:05.457Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-28T17:24:05.457Z] ---> Running in 31d3f07e8169 [2021-01-28T17:24:06.918Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:24:07.194Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:24:07.799Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-28T17:24:07.799Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T17:24:07.799Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-28T17:24:07.799Z] (4/5) Installing curl (7.69.1-r3) [2021-01-28T17:24:07.799Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-28T17:24:07.799Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:24:08.078Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T17:24:08.364Z] OK: 7 MiB in 19 packages [2021-01-28T17:24:11.025Z] Removing intermediate container 31d3f07e8169 [2021-01-28T17:24:11.025Z] ---> ff9bd8c63900 [2021-01-28T17:24:11.025Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T17:24:11.025Z] ---> Running in 22280a0c1034 [2021-01-28T17:24:11.641Z] Removing intermediate container 22280a0c1034 [2021-01-28T17:24:11.641Z] ---> d7d2b0a73b64 [2021-01-28T17:24:11.641Z] Step 13/24 : WORKDIR / [2021-01-28T17:24:11.641Z] ---> Running in 7d4530345c77 [2021-01-28T17:24:12.635Z] Removing intermediate container 7d4530345c77 [2021-01-28T17:24:12.635Z] ---> 65829549880e [2021-01-28T17:24:12.635Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-28T17:24:13.631Z] ---> ea67b8d394a4 [2021-01-28T17:24:13.631Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-28T17:24:15.097Z] + mkdir -p /tmp/build/dist/linux [2021-01-28T17:24:15.097Z] + cd /tmp/build/dist/linux [2021-01-28T17:24:15.097Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-28T17:24:15.097Z] Cloning into '.'... [2021-01-28T17:24:15.097Z]  ---> 0fe8ed876825 [2021-01-28T17:24:15.097Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-28T17:24:15.374Z] + go get github.com/robfig/glock [2021-01-28T17:24:16.370Z]  ---> 747791357f52 [2021-01-28T17:24:16.370Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-28T17:24:17.833Z] ---> 149ba16c0c26 [2021-01-28T17:24:17.834Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-28T17:24:19.835Z] ---> a35d04784491 [2021-01-28T17:24:19.835Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-28T17:24:20.828Z] ---> 22cb1d17be6e [2021-01-28T17:24:20.828Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-28T17:24:21.107Z] ---> Running in c1ba40220b96 [2021-01-28T17:24:24.524Z] Removing intermediate container c1ba40220b96 [2021-01-28T17:24:24.524Z] ---> 21eed39b7eb8 [2021-01-28T17:24:24.524Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-28T17:24:24.524Z] ---> Running in 719d628612e2 [2021-01-28T17:24:25.514Z] Removing intermediate container 719d628612e2 [2021-01-28T17:24:25.514Z] ---> a07d615525ae [2021-01-28T17:24:25.514Z] Step 22/24 : LABEL arch=arm64 [2021-01-28T17:24:25.514Z] ---> Running in 8ca1693abb23 [2021-01-28T17:24:27.113Z] Removing intermediate container 8ca1693abb23 [2021-01-28T17:24:27.113Z] ---> 4400301f9763 [2021-01-28T17:24:27.113Z] Step 23/24 : LABEL git_sha=5f77d52a8421ba7912342d0ff090f6c969ad9208 [2021-01-28T17:24:27.447Z] ---> Running in eeeb2de0cc1a [2021-01-28T17:24:28.930Z] Removing intermediate container eeeb2de0cc1a [2021-01-28T17:24:28.930Z] ---> e2595496eeba [2021-01-28T17:24:28.930Z] Step 24/24 : LABEL version=0.0.0 [2021-01-28T17:24:29.204Z] ---> Running in b525900a89ac [2021-01-28T17:24:29.806Z] Removing intermediate container b59f77a17ae1 [2021-01-28T17:24:29.806Z] ---> 371a30f9b5d9 [2021-01-28T17:24:29.806Z] [2021-01-28T17:24:29.806Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T17:24:29.806Z] ---> afeebe901d6b [2021-01-28T17:24:29.806Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-28T17:24:30.403Z] Removing intermediate container b525900a89ac [2021-01-28T17:24:30.403Z] ---> c0cfc9329279 [2021-01-28T17:24:30.403Z] [2021-01-28T17:24:30.681Z] ---> Running in 57b04c27602b [2021-01-28T17:24:30.964Z] Successfully built c0cfc9329279 [2021-01-28T17:24:30.964Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-28T17:24:31.244Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 9f9f8f7b9424 [2021-01-28T17:24:31.244Z] ---> ff03061810ff [2021-01-28T17:24:31.244Z] [2021-01-28T17:24:31.244Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T17:24:31.244Z] ---> afeebe901d6b [2021-01-28T17:24:31.244Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T17:24:31.244Z] ---> Using cache [2021-01-28T17:24:31.244Z] ---> 0ee6871caf79 [2021-01-28T17:24:31.244Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T17:24:31.244Z] ---> Using cache [2021-01-28T17:24:31.244Z] ---> 0d68f54cb8bb [2021-01-28T17:24:31.244Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-28T17:24:31.521Z] ---> Running in 874b0e2ae5f3 [2021-01-28T17:24:32.124Z] Removing intermediate container 874b0e2ae5f3 [2021-01-28T17:24:32.124Z] ---> bb0a94303b2d [2021-01-28T17:24:32.124Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T17:24:32.124Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:24:32.402Z] ---> Running in 9adf533490a1 [2021-01-28T17:24:32.402Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:24:32.680Z] Removing intermediate container 9adf533490a1 [2021-01-28T17:24:32.680Z] ---> 6cc5e0e9a16a [2021-01-28T17:24:32.680Z] Step 15/23 : WORKDIR / [2021-01-28T17:24:32.958Z] ---> Running in 67f120e48019 [2021-01-28T17:24:32.958Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-28T17:24:32.958Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-28T17:24:33.241Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:24:33.242Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T17:24:33.242Z] OK: 6 MiB in 16 packages [2021-01-28T17:24:33.521Z] Removing intermediate container 67f120e48019 [2021-01-28T17:24:33.521Z] ---> e92cfbf0924b [2021-01-28T17:24:33.521Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:24:34.519Z] ---> a7d48ea0afec [2021-01-28T17:24:34.519Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-28T17:24:35.520Z] + glock sync -n [2021-01-28T17:24:35.520Z] Removing intermediate container 57b04c27602b [2021-01-28T17:24:35.520Z] ---> 74d6af01238f [2021-01-28T17:24:35.520Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T17:24:36.136Z] ---> Running in 7b8dcaa0b99d [2021-01-28T17:24:36.136Z] ---> 639413c064cf [2021-01-28T17:24:36.136Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-28T17:24:36.411Z] Removing intermediate container 7b8dcaa0b99d [2021-01-28T17:24:36.411Z] ---> aea9c7389b49 [2021-01-28T17:24:36.411Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-28T17:24:36.687Z] ---> Running in 7ae46ae53e36 [2021-01-28T17:24:36.968Z] ---> 827563be56c4 [2021-01-28T17:24:36.968Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-28T17:24:37.246Z] ---> Running in 00efcddd348f [2021-01-28T17:24:37.246Z] Removing intermediate container 7ae46ae53e36 [2021-01-28T17:24:37.246Z] ---> 552cc195578a [2021-01-28T17:24:37.246Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T17:24:37.521Z] ---> Running in f1f81a293105 [2021-01-28T17:24:37.809Z] Removing intermediate container 00efcddd348f [2021-01-28T17:24:37.809Z] ---> 8152ec413258 [2021-01-28T17:24:37.809Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:24:37.809Z] ---> Running in ab004b452c63 [2021-01-28T17:24:38.088Z] Removing intermediate container f1f81a293105 [2021-01-28T17:24:38.088Z] ---> 59815f026f7d [2021-01-28T17:24:38.088Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:24:38.364Z] Removing intermediate container ab004b452c63 [2021-01-28T17:24:38.364Z] ---> 628a0034dbb7 [2021-01-28T17:24:38.364Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T17:24:38.638Z] ---> Running in d2f88f793d3c [2021-01-28T17:24:38.910Z] ---> 7c02d041cfac [2021-01-28T17:24:38.910Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-28T17:24:39.387Z] Removing intermediate container d2f88f793d3c [2021-01-28T17:24:39.387Z] ---> e899cff4ae0d [2021-01-28T17:24:39.387Z] Step 22/23 : LABEL git_sha=5f77d52a8421ba7912342d0ff090f6c969ad9208 [2021-01-28T17:24:39.387Z] ---> Running in 85518ce7a46d [2021-01-28T17:24:39.999Z] Removing intermediate container 85518ce7a46d [2021-01-28T17:24:39.999Z] ---> 62ef94604114 [2021-01-28T17:24:39.999Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T17:24:39.999Z] ---> 77ba88ff6f28 [2021-01-28T17:24:39.999Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-28T17:24:40.276Z] ---> Running in bfd2a9e4ef01 [2021-01-28T17:24:40.874Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-28T17:24:40.874Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-28T17:24:40.874Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-28T17:24:41.149Z] Removing intermediate container bfd2a9e4ef01 [2021-01-28T17:24:41.149Z] ---> f69d04980f03 [2021-01-28T17:24:41.149Z] [2021-01-28T17:24:41.149Z] ---> 082e3b11fd24 [2021-01-28T17:24:41.149Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-28T17:24:41.428Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-28T17:24:41.428Z] + git describe '--abbrev=0' --tags [2021-01-28T17:24:41.428Z] + TAG=v0.6.1 [2021-01-28T17:24:41.428Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-28T17:24:41.428Z] + apk --print-arch [2021-01-28T17:24:41.428Z] + arch=aarch64 [2021-01-28T17:24:41.428Z] + echo 'building [dockerize] for arm64 ... 'building [dockerize] for arm64 ... [2021-01-28T17:24:41.428Z]  [2021-01-28T17:24:41.428Z] + CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize [2021-01-28T17:24:41.428Z] Successfully built f69d04980f03 [2021-01-28T17:24:41.428Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-28T17:24:41.428Z]  Building docker-core-metadata-go ... done  ---> Running in f8e1e6208126 [2021-01-28T17:24:42.041Z] Removing intermediate container f8e1e6208126 [2021-01-28T17:24:42.041Z] ---> 478c650030bd [2021-01-28T17:24:42.041Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T17:24:42.320Z] ---> Running in 3f9e383d7cbe [2021-01-28T17:24:42.603Z] Removing intermediate container 3f9e383d7cbe [2021-01-28T17:24:42.603Z] ---> e98d32224323 [2021-01-28T17:24:42.603Z] Step 20/22 : LABEL arch=arm64 [2021-01-28T17:24:42.879Z] ---> Running in 0d98b140331e [2021-01-28T17:24:43.479Z] Removing intermediate container 0d98b140331e [2021-01-28T17:24:43.479Z] ---> b96bc78cc43b [2021-01-28T17:24:43.479Z] Step 21/22 : LABEL git_sha=5f77d52a8421ba7912342d0ff090f6c969ad9208 [2021-01-28T17:24:43.479Z] ---> Running in c2c33433d187 [2021-01-28T17:24:43.760Z] Removing intermediate container c2c33433d187 [2021-01-28T17:24:43.760Z] ---> 79e352404b49 [2021-01-28T17:24:43.760Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T17:24:44.057Z] ---> Running in 22334fb4ac86 [2021-01-28T17:24:44.670Z] Removing intermediate container 22334fb4ac86 [2021-01-28T17:24:44.670Z] ---> fa7c9a0f1f53 [2021-01-28T17:24:44.670Z] [2021-01-28T17:24:44.943Z] Successfully built fa7c9a0f1f53 [2021-01-28T17:24:44.943Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-28T17:24:45.217Z]  Building docker-support-notifications-go ... done + date [2021-01-28T17:24:45.217Z] + echo 'Thu Jan 28 17:24:44 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-28T17:24:45.217Z] Thu Jan 28 17:24:44 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-28T17:24:53.499Z] Removing intermediate container 8b0c5b498bae [2021-01-28T17:24:53.499Z] ---> 9c4b3780a99d [2021-01-28T17:24:53.499Z] Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" [2021-01-28T17:24:53.499Z] ---> Running in c54d2ffe6394 [2021-01-28T17:24:53.775Z] /lib/ld-musl-aarch64.so.1: /test/dockerize: Not a valid dynamic program [2021-01-28T17:24:53.775Z] statically linked [2021-01-28T17:24:55.215Z] Removing intermediate container c54d2ffe6394 [2021-01-28T17:24:55.215Z] ---> 90ee25d8c9fc [2021-01-28T17:24:55.215Z] [2021-01-28T17:24:55.215Z] Step 12/34 : FROM alpine:3.12 [2021-01-28T17:24:55.215Z] ---> afeebe901d6b [2021-01-28T17:24:55.215Z] Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-28T17:24:55.215Z] ---> Running in 9b49a3754c36 [2021-01-28T17:24:55.814Z] Removing intermediate container 9b49a3754c36 [2021-01-28T17:24:55.814Z] ---> 26cddf76e7b0 [2021-01-28T17:24:55.814Z] Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-28T17:24:55.814Z] ---> Running in 3b2ac05bfa2d [2021-01-28T17:24:56.794Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T17:24:57.065Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T17:24:57.661Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-28T17:24:57.661Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-28T17:24:57.661Z] (3/3) Installing su-exec (0.2-r1) [2021-01-28T17:24:57.661Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T17:24:57.661Z] OK: 6 MiB in 17 packages [2021-01-28T17:24:59.121Z] Removing intermediate container 3b2ac05bfa2d [2021-01-28T17:24:59.121Z] ---> 60b33ec4e2f7 [2021-01-28T17:24:59.121Z] Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-28T17:24:59.121Z] ---> Running in 43dd03a07396 [2021-01-28T17:24:59.397Z] Removing intermediate container 43dd03a07396 [2021-01-28T17:24:59.397Z] ---> bb11be6726cd [2021-01-28T17:24:59.397Z] Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-28T17:24:59.671Z] ---> Running in 7ecdc2d175d8 [2021-01-28T17:24:59.946Z] Removing intermediate container 7ecdc2d175d8 [2021-01-28T17:24:59.946Z] ---> fa7a3bc59661 [2021-01-28T17:24:59.946Z] Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-28T17:25:00.225Z] ---> Running in f353076e593a [2021-01-28T17:25:02.214Z] Removing intermediate container f353076e593a [2021-01-28T17:25:02.214Z] ---> be44279e341d [2021-01-28T17:25:02.214Z] Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-28T17:25:02.214Z] ---> Running in 45220557afda [2021-01-28T17:25:02.810Z] Removing intermediate container 45220557afda [2021-01-28T17:25:02.810Z] ---> ca1b0f9351a1 [2021-01-28T17:25:02.810Z] Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-28T17:25:03.796Z] ---> 6876dcf53190 [2021-01-28T17:25:03.796Z] Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-28T17:25:04.776Z] ---> e65541bf8df0 [2021-01-28T17:25:04.776Z] Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-28T17:25:04.776Z] ---> Running in 99432ceabede [2021-01-28T17:25:06.798Z] Removing intermediate container 99432ceabede [2021-01-28T17:25:06.798Z] ---> 364f7151be18 [2021-01-28T17:25:06.798Z] Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T17:25:07.778Z] ---> 865f1ea7be1d [2021-01-28T17:25:07.779Z] Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-28T17:25:08.763Z] ---> 8f1faff7ae1e [2021-01-28T17:25:08.763Z] Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-28T17:25:09.747Z] ---> aa6f02e5d759 [2021-01-28T17:25:09.747Z] Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-28T17:25:10.727Z] ---> 0ac9da2ac179 [2021-01-28T17:25:10.727Z] Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-28T17:25:11.324Z] ---> d16fafb93399 [2021-01-28T17:25:11.324Z] Step 27/34 : VOLUME ${SECURITY_INIT_DIR} [2021-01-28T17:25:11.921Z] ---> Running in db26ca2ead7d [2021-01-28T17:25:12.197Z] Removing intermediate container db26ca2ead7d [2021-01-28T17:25:12.197Z] ---> b2e9f236d40c [2021-01-28T17:25:12.197Z] Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-28T17:25:13.201Z] ---> 82cf7fe4583d [2021-01-28T17:25:13.201Z] Step 29/34 : RUN chmod +x /entrypoint.sh [2021-01-28T17:25:13.476Z] ---> Running in 2a8aa61041ef [2021-01-28T17:25:15.455Z] Removing intermediate container 2a8aa61041ef [2021-01-28T17:25:15.455Z] ---> 97396952d319 [2021-01-28T17:25:15.455Z] Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-28T17:25:16.052Z] ---> Running in c1507877a876 [2021-01-28T17:25:16.646Z] Removing intermediate container c1507877a876 [2021-01-28T17:25:16.646Z] ---> 784247e01d28 [2021-01-28T17:25:16.646Z] Step 31/34 : CMD ["gate"] [2021-01-28T17:25:16.919Z] ---> Running in b1aaecf590b0 [2021-01-28T17:25:17.515Z] Removing intermediate container b1aaecf590b0 [2021-01-28T17:25:17.515Z] ---> c48739a56cdd [2021-01-28T17:25:17.515Z] Step 32/34 : LABEL arch=arm64 [2021-01-28T17:25:18.114Z] ---> Running in 38e65c937c31 [2021-01-28T17:25:18.386Z] Removing intermediate container 38e65c937c31 [2021-01-28T17:25:18.386Z] ---> a250cc4b7a04 [2021-01-28T17:25:18.386Z] Step 33/34 : LABEL git_sha=5f77d52a8421ba7912342d0ff090f6c969ad9208 [2021-01-28T17:25:18.982Z] ---> Running in 599a1409c038 [2021-01-28T17:25:19.256Z] Removing intermediate container 599a1409c038 [2021-01-28T17:25:19.256Z] ---> b05c2cd3b83a [2021-01-28T17:25:19.256Z] Step 34/34 : LABEL version=0.0.0 [2021-01-28T17:25:19.904Z] ---> Running in 96df2cf41f18 [2021-01-28T17:25:20.178Z] Removing intermediate container 96df2cf41f18 [2021-01-28T17:25:20.178Z] ---> 5efd2fb4d518 [2021-01-28T17:25:20.178Z] [2021-01-28T17:25:20.800Z] Successfully built 5efd2fb4d518 [2021-01-28T17:25:20.800Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-28T17:25:21.092Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-01-28T17:25:21.082Z] $ docker stop --time=1 d5a919683bfeb34d2be55f723a7a634ac78f23a0b09aec8847251be389526b07 [2021-01-28T17:25:22.893Z] $ docker rm -f d5a919683bfeb34d2be55f723a7a634ac78f23a0b09aec8847251be389526b07 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T17:25:23.620Z] + grep docker [2021-01-28T17:25:23.620Z] + docker images [2021-01-28T17:25:23.899Z] docker-security-bootstrapper-go-arm64 latest 5efd2fb4d518 4 seconds ago 31.9MB [2021-01-28T17:25:23.899Z] docker-support-notifications-go-arm64 latest fa7c9a0f1f53 39 seconds ago 16MB [2021-01-28T17:25:23.899Z] docker-core-metadata-go-arm64 latest f69d04980f03 43 seconds ago 17.7MB [2021-01-28T17:25:23.899Z] docker-security-secretstore-setup-go-arm64 latest c0cfc9329279 54 seconds ago 23.4MB [2021-01-28T17:25:23.899Z] docker-sys-mgmt-agent-go-arm64 latest 48f84dcb703a About a minute ago 300MB [2021-01-28T17:25:23.899Z] docker-core-data-go-arm64 latest 03018c20b425 3 minutes ago 21MB [2021-01-28T17:25:23.899Z] docker-core-command-go-arm64 latest be9529de9c34 3 minutes ago 16MB [2021-01-28T17:25:23.899Z] docker-support-scheduler-go-arm64 latest 31b03a4f7eea 3 minutes ago 15.5MB [2021-01-28T17:25:23.899Z] docker-security-proxy-setup-go-arm64 latest e34941fd7e94 3 minutes ago 23.2MB [2021-01-28T17:25:23.899Z] docker 20.10.0 eeaf43b92773 6 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-28T17:25:25.632Z] provisioning config files... [2021-01-28T17:25:25.643Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config3431245026620925400tmp [Pipeline] { [Pipeline] sh [2021-01-28T17:25:26.111Z] + set +x [2021-01-28T17:25:26.111Z] + bash -s -- [2021-01-28T17:25:26.111Z] + curl -s https://codecov.io/bash [2021-01-28T17:25:26.375Z] [2021-01-28T17:25:26.375Z] _____ _ [2021-01-28T17:25:26.375Z] / ____| | | [2021-01-28T17:25:26.375Z] | | ___ __| | ___ ___ _____ __ [2021-01-28T17:25:26.375Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-28T17:25:26.375Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-28T17:25:26.375Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-28T17:25:26.375Z] Bash-20210128-d4071a2 [2021-01-28T17:25:26.375Z] [2021-01-28T17:25:26.375Z] [2021-01-28T17:25:26.375Z] ==> git version 2.24.3 found [2021-01-28T17:25:26.375Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-28T17:25:26.375Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-28T17:25:26.375Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-28T17:25:26.375Z] ==> Jenkins CI detected. [2021-01-28T17:25:26.375Z] project root: . [2021-01-28T17:25:26.375Z] --> token set from env [2021-01-28T17:25:26.375Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-28T17:25:26.636Z] ==> Running gcov in . (disable via -X gcov) [2021-01-28T17:25:26.636Z] ==> Python coveragepy not found [2021-01-28T17:25:26.636Z] ==> Searching for coverage reports in: [2021-01-28T17:25:26.636Z] + . [2021-01-28T17:25:26.636Z] -> Found 1 reports [2021-01-28T17:25:26.636Z] ==> Detecting git/mercurial file structure [2021-01-28T17:25:26.636Z] ==> Reading reports [2021-01-28T17:25:26.636Z] + ./coverage.out bytes=565356 [2021-01-28T17:25:26.636Z] ==> Appending adjustments [2021-01-28T17:25:26.636Z] https://docs.codecov.io/docs/fixing-reports [2021-01-28T17:25:29.942Z] + Found adjustments [2021-01-28T17:25:29.942Z] ==> Gzipping contents [2021-01-28T17:25:29.942Z] 84K /tmp/codecov.ULBtfk.gz [2021-01-28T17:25:29.942Z] ==> Uploading reports [2021-01-28T17:25:29.942Z] url: https://codecov.io [2021-01-28T17:25:29.942Z] query: branch=PR-3094&commit=5f77d52a8421ba7912342d0ff090f6c969ad9208&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3094%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3094&job=&cmd_args= [2021-01-28T17:25:29.942Z] -> Pinging Codecov [2021-01-28T17:25:29.942Z] https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=PR-3094&commit=5f77d52a8421ba7912342d0ff090f6c969ad9208&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3094%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3094&job=&cmd_args= [2021-01-28T17:25:30.205Z] -> Uploading to [2021-01-28T17:25:30.205Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-28/00271124DB129430A58F1EEE437C3FCB/5f77d52a8421ba7912342d0ff090f6c969ad9208/82977c5b-b123-4374-9238-8c886c06b0ff.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210128%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210128T172529Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=724c1cd924d6371e01d58f8df7b0aad1ea49e119bb6c7b3b412500a109c9f28c [2021-01-28T17:25:30.205Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T17:25:30.205Z] Dload Upload Total Spent Left Speed [2021-01-28T17:25:30.466Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85673 0 0 100 85673 0 181k --:--:-- --:--:-- --:--:-- 181k [2021-01-28T17:25:30.466Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/5f77d52a8421ba7912342d0ff090f6c969ad9208 [Pipeline] } [2021-01-28T17:25:30.476Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:25:32.965Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:25:33.847Z] ---> package-listing.sh [2021-01-28T17:25:33.847Z] ++ facter osfamily [2021-01-28T17:25:33.847Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-28T17:25:33.847Z] + OS_FAMILY=redhat [2021-01-28T17:25:33.847Z] + workspace=/w/workspace/edgex-go/2 [2021-01-28T17:25:33.847Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-28T17:25:33.847Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-28T17:25:33.847Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-28T17:25:33.847Z] + PACKAGES=/tmp/packages_start.txt [2021-01-28T17:25:33.847Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-28T17:25:33.847Z] + PACKAGES=/tmp/packages_end.txt [2021-01-28T17:25:33.847Z] + case "${OS_FAMILY}" in [2021-01-28T17:25:33.847Z] + rpm -qa [2021-01-28T17:25:33.847Z] + sort [2021-01-28T17:25:39.144Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-28T17:25:39.144Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-28T17:25:39.144Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-28T17:25:39.144Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-28T17:25:39.145Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-01-28T17:25:39.145Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-01-28T17:25:39.158Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-28T17:25:39.448Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:25:39.758Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T17:25:39.758Z] [2021-01-28T17:25:39.758Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-28T17:25:40.110Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T17:25:40.110Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-28T17:25:40.110Z] df20fa9351a1: Pulling fs layer [2021-01-28T17:25:40.110Z] 36b3adc4ff6f: Pulling fs layer [2021-01-28T17:25:40.110Z] 8ad3a11d3b57: Pulling fs layer [2021-01-28T17:25:40.110Z] 46f8f816bc3b: Pulling fs layer [2021-01-28T17:25:40.110Z] 93b61091891f: Pulling fs layer [2021-01-28T17:25:40.110Z] 93b9cdb0e59b: Pulling fs layer [2021-01-28T17:25:40.110Z] 5e14af77c1be: Pulling fs layer [2021-01-28T17:25:40.110Z] 01666e4c0597: Pulling fs layer [2021-01-28T17:25:40.110Z] aa168da1d23b: Pulling fs layer [2021-01-28T17:25:40.110Z] 46f8f816bc3b: Waiting [2021-01-28T17:25:40.110Z] 93b61091891f: Waiting [2021-01-28T17:25:40.110Z] 93b9cdb0e59b: Waiting [2021-01-28T17:25:40.110Z] 5e14af77c1be: Waiting [2021-01-28T17:25:40.110Z] 01666e4c0597: Waiting [2021-01-28T17:25:40.110Z] aa168da1d23b: Waiting [2021-01-28T17:25:40.110Z] 36b3adc4ff6f: Verifying Checksum [2021-01-28T17:25:40.110Z] 36b3adc4ff6f: Download complete [2021-01-28T17:25:40.110Z] 46f8f816bc3b: Verifying Checksum [2021-01-28T17:25:40.110Z] 46f8f816bc3b: Download complete [2021-01-28T17:25:40.374Z] df20fa9351a1: Verifying Checksum [2021-01-28T17:25:40.374Z] df20fa9351a1: Download complete [2021-01-28T17:25:40.374Z] 93b9cdb0e59b: Verifying Checksum [2021-01-28T17:25:40.374Z] 93b9cdb0e59b: Download complete [2021-01-28T17:25:40.374Z] 5e14af77c1be: Verifying Checksum [2021-01-28T17:25:40.374Z] 5e14af77c1be: Download complete [2021-01-28T17:25:40.374Z] 93b61091891f: Verifying Checksum [2021-01-28T17:25:40.374Z] 93b61091891f: Download complete [2021-01-28T17:25:40.374Z] 01666e4c0597: Verifying Checksum [2021-01-28T17:25:40.374Z] 01666e4c0597: Download complete [2021-01-28T17:25:40.637Z] df20fa9351a1: Pull complete [2021-01-28T17:25:40.900Z] 36b3adc4ff6f: Pull complete [2021-01-28T17:25:41.846Z] 8ad3a11d3b57: Verifying Checksum [2021-01-28T17:25:41.847Z] 8ad3a11d3b57: Download complete [2021-01-28T17:25:42.424Z] 8ad3a11d3b57: Pull complete [2021-01-28T17:25:42.694Z] 46f8f816bc3b: Pull complete [2021-01-28T17:25:42.964Z] 93b61091891f: Pull complete [2021-01-28T17:25:42.964Z] 93b9cdb0e59b: Pull complete [2021-01-28T17:25:43.226Z] 5e14af77c1be: Pull complete [2021-01-28T17:25:43.226Z] 01666e4c0597: Pull complete [2021-01-28T17:25:44.623Z] aa168da1d23b: Download complete [2021-01-28T17:25:52.794Z] aa168da1d23b: Pull complete [2021-01-28T17:25:52.794Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-28T17:25:52.794Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T17:25:52.794Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-28T17:25:52.979Z] prd-centos7-docker-4c-2g-23786 does not seem to be running inside a container [2021-01-28T17:25:53.115Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-28T17:26:02.465Z] $ docker top 0e9e50065b74b385f0731b22f22e8e82f29a1a8b4e31d6dcba02026d70351a08 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T17:26:02.985Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-28T17:26:03.280Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-28T17:26:03.579Z] + ls /var/log/sa-host [2021-01-28T17:26:03.579Z] + sadf -c /var/log/sa-host/sa23 [2021-01-28T17:26:03.579Z] file_magic: OK [2021-01-28T17:26:03.579Z] HZ: Using current value: 100 [2021-01-28T17:26:03.579Z] file_header: OK [2021-01-28T17:26:03.579Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-28T17:26:03.579Z] Statistics: [2021-01-28T17:26:03.579Z] Hnuu...uuuununununu... [2021-01-28T17:26:03.579Z] File successfully converted to sysstat format version 12.2.1 [2021-01-28T17:26:03.579Z] + sadf -c /var/log/sa-host/sa28 [2021-01-28T17:26:03.579Z] file_magic: OK [2021-01-28T17:26:03.579Z] HZ: Using current value: 100 [2021-01-28T17:26:03.579Z] file_header: OK [2021-01-28T17:26:03.579Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-28T17:26:03.579Z] Statistics: [2021-01-28T17:26:03.579Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-28T17:26:03.579Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-28T17:26:04.171Z] provisioning config files... [2021-01-28T17:26:04.183Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config3186254782849959873tmp [Pipeline] { [Pipeline] echo [2021-01-28T17:26:04.255Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:26:04.545Z] ---> create-netrc.sh [Pipeline] } [2021-01-28T17:26:04.554Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-28T17:26:04.701Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:26:04.998Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-28T17:26:05.009Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:26:05.307Z] ---> sudo-logs.sh [2021-01-28T17:26:05.307Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-28T17:26:05.318Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:26:05.615Z] ---> job-cost.sh [2021-01-28T17:26:05.615Z] lf-activate-venv: SKIPPING [2021-01-28T17:26:05.615Z] INFO: No Stack... [2021-01-28T17:26:07.003Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-28T17:26:07.263Z] INFO: Archiving Costs [Pipeline] echo [2021-01-28T17:26:07.276Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T17:26:07.571Z] ---> logs-deploy.sh [2021-01-28T17:26:07.571Z] lf-activate-venv: SKIPPING [2021-01-28T17:26:07.571Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3094/2 [2021-01-28T17:26:07.571Z] INFO: archiving workspace using pattern(s): [2021-01-28T17:26:08.960Z] Archives upload complete. [2021-01-28T17:26:08.960Z] INFO: archiving logs to Nexus