Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-2180 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/108 [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/108 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing 1906a0e9afeee83252016a1283bb3a3fb588245d Checking out Revision 1906a0e9afeee83252016a1283bb3a3fb588245d (PR-2858) > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # 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 d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1906a0e9afeee83252016a1283bb3a3fb588245d # timeout=10 Commit message: "Merge commit 'd6c94b2bf9e03361c9a87fbe2ddec88137f69d04' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-28T08:31:37.267Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-28T08:31:37.369Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-28T08:31:37.398Z] ========================================================= [2021-04-28T08:31:37.398Z] EdgeX Global Pipelines Version Info [2021-04-28T08:31:37.398Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk f56af7d2d3dd71c555a44eb9c1c84a2b6a23a8d4 # timeout=10 [2021-04-28T08:31:39.815Z] ------------------- [2021-04-28T08:31:39.815Z] stable info: [2021-04-28T08:31:39.815Z] ------------------- [2021-04-28T08:31:39.816Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-28T08:31:39.816Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-28T08:31:39.816Z] Message: update stable to v1.0.186 [2021-04-28T08:31:40.770Z] ------------------- [2021-04-28T08:31:40.770Z] experimental info: [2021-04-28T08:31:40.770Z] ------------------- [2021-04-28T08:31:40.770Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-28T08:31:40.770Z] Commit SHA: cf598ef4eee878cf4fd68936879ff849bf9f782f [2021-04-28T08:31:40.770Z] Message: update experimental to v1.0.190 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-28T08:31:40.890Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-28T08:31:40.913Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-28T08:31:40.936Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-28T08:31:40.957Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-28T08:31:40.979Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-28T08:31:41.000Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-28T08:31:41.023Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-28T08:31:41.047Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-28T08:31:41.069Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-28T08:31:41.093Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-28T08:31:41.117Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-28T08:31:41.138Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-28T08:31:41.160Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-28T08:31:41.181Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-28T08:31:41.205Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-28T08:31:41.228Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-28T08:31:41.251Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-28T08:31:41.271Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-28T08:31:41.294Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-28T08:31:41.315Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-28T08:31:41.336Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-28T08:31:41.358Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-28T08:31:41.381Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2021-04-28T08:31:41.403Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2021-04-28T08:31:41.424Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2021-04-28T08:31:41.446Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1906a0e9afeee83252016a1283bb3a3fb588245d [Pipeline] echo [2021-04-28T08:31:41.467Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1906a0e [Pipeline] echo [2021-04-28T08:31:41.489Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-28T08:31:41.564Z] provisioning config files... [2021-04-28T08:31:41.598Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/108@tmp/config852199993336793048tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-28T08:31:41.963Z] ---> docker-login.sh [2021-04-28T08:31:41.963Z] nexus3.edgexfoundry.org:10001 [2021-04-28T08:31:42.584Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T08:31:42.946Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T08:31:42.946Z] Configure a credential helper to remove this warning. See [2021-04-28T08:31:42.946Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T08:31:42.946Z] [2021-04-28T08:31:42.946Z] Login Succeeded [2021-04-28T08:31:42.946Z] nexus3.edgexfoundry.org:10002 [2021-04-28T08:31:43.240Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T08:31:43.514Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T08:31:43.514Z] Configure a credential helper to remove this warning. See [2021-04-28T08:31:43.514Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T08:31:43.514Z] [2021-04-28T08:31:43.514Z] Login Succeeded [2021-04-28T08:31:43.514Z] nexus3.edgexfoundry.org:10003 [2021-04-28T08:31:43.788Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T08:31:43.788Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T08:31:43.788Z] Configure a credential helper to remove this warning. See [2021-04-28T08:31:43.788Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T08:31:43.788Z] [2021-04-28T08:31:43.788Z] Login Succeeded [2021-04-28T08:31:43.788Z] nexus3.edgexfoundry.org:10004 [2021-04-28T08:31:43.788Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T08:31:44.063Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T08:31:44.063Z] Configure a credential helper to remove this warning. See [2021-04-28T08:31:44.063Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T08:31:44.063Z] [2021-04-28T08:31:44.063Z] Login Succeeded [2021-04-28T08:31:44.063Z] docker.io [2021-04-28T08:31:44.335Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T08:31:44.931Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T08:31:44.931Z] Configure a credential helper to remove this warning. See [2021-04-28T08:31:44.931Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T08:31:44.931Z] [2021-04-28T08:31:44.931Z] Login Succeeded [2021-04-28T08:31:44.931Z] ---> docker-login.sh ends [Pipeline] } [2021-04-28T08:31:44.942Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-28T08:31:45.313Z] ++ 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-04-28T08:31:45.314Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-28T08:31:45.314Z] ++ dirname cmd/core-command/Dockerfile [2021-04-28T08:31:45.314Z] ++ cut -d/ -f2 [2021-04-28T08:31:45.314Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-28T08:31:45.314Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-28T08:31:45.314Z] ++ dirname cmd/core-data/Dockerfile [2021-04-28T08:31:45.314Z] ++ cut -d/ -f2 [2021-04-28T08:31:45.314Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-28T08:31:45.314Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-28T08:31:45.314Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-28T08:31:45.314Z] ++ cut -d/ -f2 [2021-04-28T08:31:45.314Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-28T08:31:45.314Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-28T08:31:45.314Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-28T08:31:45.314Z] ++ cut -d/ -f2 [2021-04-28T08:31:45.314Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-28T08:31:45.314Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-28T08:31:45.314Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-28T08:31:45.314Z] ++ cut -d/ -f2 [2021-04-28T08:31:45.314Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-28T08:31:45.314Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-28T08:31:45.314Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-28T08:31:45.314Z] ++ cut -d/ -f2 [2021-04-28T08:31:45.314Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-28T08:31:45.314Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-28T08:31:45.314Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-28T08:31:45.314Z] ++ cut -d/ -f2 [2021-04-28T08:31:45.314Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-28T08:31:45.314Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-28T08:31:45.314Z] ++ cut -d/ -f2 [2021-04-28T08:31:45.314Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-28T08:31:45.314Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-28T08:31:45.314Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-28T08:31:45.314Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-28T08:31:45.314Z] ++ cut -d/ -f2 [2021-04-28T08:31:45.314Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-28T08:31:45.419Z] 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-04-28T08:31:46.058Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-28T08:31:46.058Z] [2021-04-28T08:31:46.058Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-28T08:31:46.386Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-28T08:31:46.386Z] latest: Pulling from edgex-devops/git-semver [2021-04-28T08:31:46.386Z] 31603596830f: Pulling fs layer [2021-04-28T08:31:46.386Z] 54011a49482f: Pulling fs layer [2021-04-28T08:31:46.386Z] a6820b24f6d8: Pulling fs layer [2021-04-28T08:31:46.386Z] f581987b2513: Pulling fs layer [2021-04-28T08:31:46.386Z] f581987b2513: Waiting [2021-04-28T08:31:46.386Z] 54011a49482f: Verifying Checksum [2021-04-28T08:31:46.386Z] 54011a49482f: Download complete [2021-04-28T08:31:46.685Z] 31603596830f: Verifying Checksum [2021-04-28T08:31:46.685Z] 31603596830f: Download complete [2021-04-28T08:31:46.976Z] f581987b2513: Verifying Checksum [2021-04-28T08:31:46.976Z] f581987b2513: Download complete [2021-04-28T08:31:46.976Z] a6820b24f6d8: Verifying Checksum [2021-04-28T08:31:46.976Z] a6820b24f6d8: Download complete [2021-04-28T08:31:47.245Z] 31603596830f: Pull complete [2021-04-28T08:31:47.516Z] 54011a49482f: Pull complete [2021-04-28T08:31:49.560Z] a6820b24f6d8: Pull complete [2021-04-28T08:31:50.163Z] f581987b2513: Pull complete [2021-04-28T08:31:50.163Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-04-28T08:31:50.163Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-28T08:31:50.163Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-28T08:31:50.321Z] prd-centos7-docker-4c-2g-2180 does not seem to be running inside a container [2021-04-28T08:31:50.382Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/108 -v /w/workspace/edgex-go/108:/w/workspace/edgex-go/108:rw,z -v /w/workspace/edgex-go/108@tmp:/w/workspace/edgex-go/108@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-28T08:31:53.594Z] $ docker top 0742b75bd05d6d243fec156cb08bf8cd97ba344e1a156473fb43e36e42b4de7b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-28T08:31:53.826Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-28T08:31:53.826Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-28T08:31:54.595Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-28T08:31:54.602Z] $ docker exec 0742b75bd05d6d243fec156cb08bf8cd97ba344e1a156473fb43e36e42b4de7b ssh-agent [2021-04-28T08:31:55.086Z] SSH_AUTH_SOCK=/tmp/ssh-Jx8l3aSXUvBN/agent.11 [2021-04-28T08:31:55.086Z] SSH_AGENT_PID=16 [2021-04-28T08:31:55.106Z] Running ssh-add (command line suppressed) [2021-04-28T08:31:55.323Z] Identity added: /w/workspace/edgex-go/108@tmp/private_key_8395070076575034780.key (/w/workspace/edgex-go/108@tmp/private_key_8395070076575034780.key) [2021-04-28T08:31:55.405Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-28T08:31:55.722Z] + git tag --points-at HEAD [Pipeline] } [2021-04-28T08:31:55.748Z] $ docker exec --env ******** --env ******** 0742b75bd05d6d243fec156cb08bf8cd97ba344e1a156473fb43e36e42b4de7b ssh-agent -k [2021-04-28T08:31:55.935Z] unset SSH_AUTH_SOCK; [2021-04-28T08:31:55.936Z] unset SSH_AGENT_PID; [2021-04-28T08:31:55.936Z] echo Agent pid 16 killed; [2021-04-28T08:31:56.005Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-28T08:31:56.044Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-28T08:31:56.044Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-28T08:31:56.267Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-28T08:31:56.282Z] $ docker exec 0742b75bd05d6d243fec156cb08bf8cd97ba344e1a156473fb43e36e42b4de7b ssh-agent [2021-04-28T08:31:56.634Z] SSH_AUTH_SOCK=/tmp/ssh-JlHgTbkbuxjE/agent.45 [2021-04-28T08:31:56.634Z] SSH_AGENT_PID=50 [2021-04-28T08:31:56.643Z] Running ssh-add (command line suppressed) [2021-04-28T08:31:56.845Z] Identity added: /w/workspace/edgex-go/108@tmp/private_key_5766981558167232369.key (/w/workspace/edgex-go/108@tmp/private_key_5766981558167232369.key) [2021-04-28T08:31:56.937Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-28T08:31:57.272Z] + git semver init [2021-04-28T08:31:57.272Z] # -> Open(): unable to determine branch for HEAD [2021-04-28T08:31:57.272Z] # $GIT_DIR = /w/workspace/edgex-go/108/.git [2021-04-28T08:31:57.272Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/108 [2021-04-28T08:31:57.272Z] # $SEMVER_REMOTE_NAME = origin [2021-04-28T08:31:57.272Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-28T08:31:57.272Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-28T08:31:57.272Z] # $SEMVER_BRANCH = PR-2858 [2021-04-28T08:31:57.272Z] # $SEMVER_TEMP = /tmp/semver-188315593 [2021-04-28T08:31:57.272Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-28T08:32:24.198Z] # '/tmp/semver-188315593' -> '/w/workspace/edgex-go/108/.semver' [2021-04-28T08:32:24.464Z] # -> Force: false [2021-04-28T08:32:24.464Z] # $SEMVER_DIR = /w/workspace/edgex-go/108/.semver [Pipeline] } [2021-04-28T08:32:24.483Z] $ docker exec --env ******** --env ******** 0742b75bd05d6d243fec156cb08bf8cd97ba344e1a156473fb43e36e42b4de7b ssh-agent -k [2021-04-28T08:32:25.127Z] unset SSH_AUTH_SOCK; [2021-04-28T08:32:25.128Z] unset SSH_AGENT_PID; [2021-04-28T08:32:25.128Z] echo Agent pid 50 killed; [2021-04-28T08:32:25.501Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-28T08:32:25.893Z] + git semver [Pipeline] } [2021-04-28T08:32:26.190Z] $ docker stop --time=1 0742b75bd05d6d243fec156cb08bf8cd97ba344e1a156473fb43e36e42b4de7b [2021-04-28T08:32:28.616Z] $ docker rm -f 0742b75bd05d6d243fec156cb08bf8cd97ba344e1a156473fb43e36e42b4de7b [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-28T08:32:29.279Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-28T08:32:30.299Z] Stashed 1 file(s) [Pipeline] echo [2021-04-28T08:32:30.303Z] [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-04-28T08:32:30.829Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-28T08:32:31.165Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-28T08:32:31.488Z] + sudo service docker restart [2021-04-28T08:32:31.488Z] + true [2021-04-28T08:32:31.488Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-28T08:32:32.476Z] ========================================================= [2021-04-28T08:32:32.476Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-28T08:32:32.476Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-28T08:32:32.806Z] + 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-04-28T08:32:39.580Z] Sending build context to Docker daemon 329.7MB [2021-04-28T08:32:39.580Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-28T08:32:39.580Z] Step 2/6 : FROM ${BASE} [2021-04-28T08:32:39.580Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-28T08:32:39.580Z] 188c0c94c7c5: Pulling fs layer [2021-04-28T08:32:39.580Z] 0ef7d3d256c8: Pulling fs layer [2021-04-28T08:32:39.580Z] de9db76c5a1d: Pulling fs layer [2021-04-28T08:32:39.580Z] bca2f99d35d6: Pulling fs layer [2021-04-28T08:32:39.580Z] 93359f2a8cfa: Pulling fs layer [2021-04-28T08:32:39.580Z] 7c6f9722023f: Pulling fs layer [2021-04-28T08:32:39.580Z] a35cf1a2eb13: Pulling fs layer [2021-04-28T08:32:39.580Z] bca2f99d35d6: Waiting [2021-04-28T08:32:39.580Z] 93359f2a8cfa: Waiting [2021-04-28T08:32:39.580Z] 7c6f9722023f: Waiting [2021-04-28T08:32:39.580Z] a35cf1a2eb13: Waiting [2021-04-28T08:32:39.580Z] de9db76c5a1d: Verifying Checksum [2021-04-28T08:32:39.580Z] de9db76c5a1d: Download complete [2021-04-28T08:32:39.580Z] 0ef7d3d256c8: Verifying Checksum [2021-04-28T08:32:39.580Z] 0ef7d3d256c8: Download complete [2021-04-28T08:32:39.580Z] 93359f2a8cfa: Verifying Checksum [2021-04-28T08:32:39.580Z] 93359f2a8cfa: Download complete [2021-04-28T08:32:39.580Z] 7c6f9722023f: Verifying Checksum [2021-04-28T08:32:39.580Z] 7c6f9722023f: Download complete [2021-04-28T08:32:39.580Z] 188c0c94c7c5: Verifying Checksum [2021-04-28T08:32:39.580Z] 188c0c94c7c5: Download complete [2021-04-28T08:32:40.181Z] 188c0c94c7c5: Pull complete [2021-04-28T08:32:40.458Z] 0ef7d3d256c8: Pull complete [2021-04-28T08:32:40.724Z] de9db76c5a1d: Pull complete [2021-04-28T08:32:42.771Z] a35cf1a2eb13: Verifying Checksum [2021-04-28T08:32:42.771Z] a35cf1a2eb13: Download complete [2021-04-28T08:32:43.758Z] bca2f99d35d6: Verifying Checksum [2021-04-28T08:32:43.758Z] bca2f99d35d6: Download complete [2021-04-28T08:32:45.445Z] Still waiting to schedule task [2021-04-28T08:32:45.446Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-2181’ is offline [2021-04-28T08:32:53.982Z] bca2f99d35d6: Pull complete [2021-04-28T08:32:53.982Z] 93359f2a8cfa: Pull complete [2021-04-28T08:32:53.982Z] 7c6f9722023f: Pull complete [2021-04-28T08:32:59.414Z] a35cf1a2eb13: Pull complete [2021-04-28T08:32:59.414Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-28T08:32:59.414Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-28T08:32:59.414Z] ---> a62c8e92a672 [2021-04-28T08:32:59.414Z] 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-04-28T08:32:59.414Z] ---> Running in a78e7b5c1c26 [2021-04-28T08:33:00.382Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T08:33:00.990Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-28T08:33:01.602Z] (1/12) Installing libmagic (5.38-r0) [2021-04-28T08:33:02.254Z] (2/12) Installing file (5.38-r0) [2021-04-28T08:33:02.254Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-28T08:33:02.254Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-28T08:33:08.988Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-28T08:33:08.988Z] (6/12) Installing patch (2.7.6-r6) [2021-04-28T08:33:08.988Z] (7/12) Installing build-base (0.5-r2) [2021-04-28T08:33:08.988Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-28T08:33:08.988Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-28T08:33:09.268Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-28T08:33:09.268Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-28T08:33:09.268Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-28T08:33:09.574Z] Executing busybox-1.31.1-r19.trigger [2021-04-28T08:33:09.574Z] OK: 233 MiB in 51 packages [2021-04-28T08:33:14.130Z] Removing intermediate container a78e7b5c1c26 [2021-04-28T08:33:14.131Z] ---> 46a5e358e840 [2021-04-28T08:33:14.131Z] Step 4/6 : WORKDIR /edgex-go [2021-04-28T08:33:14.131Z] ---> Running in 421e183ea900 [2021-04-28T08:33:14.131Z] Removing intermediate container 421e183ea900 [2021-04-28T08:33:14.131Z] ---> 4e16c39b36bb [2021-04-28T08:33:14.131Z] Step 5/6 : COPY go.mod . [2021-04-28T08:33:14.414Z] ---> c8927c0f47ea [2021-04-28T08:33:14.414Z] Step 6/6 : RUN go mod download [2021-04-28T08:33:14.687Z] ---> Running in 0a902bbc950a [2021-04-28T08:33:47.347Z] Removing intermediate container 0a902bbc950a [2021-04-28T08:33:47.347Z] ---> 70387487658d [2021-04-28T08:33:47.347Z] Successfully built 70387487658d [2021-04-28T08:33:47.347Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-28T08:33:47.743Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-28T08:33:47.743Z] . [Pipeline] withDockerContainer [2021-04-28T08:33:47.959Z] prd-centos7-docker-4c-2g-2180 does not seem to be running inside a container [2021-04-28T08:33:48.026Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/108 -v /w/workspace/edgex-go/108:/w/workspace/edgex-go/108:rw,z -v /w/workspace/edgex-go/108@tmp:/w/workspace/edgex-go/108@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-28T08:33:49.734Z] $ docker top bdf0c9742245560b23f2dd048ebcc9f5ad3e3ddb2500f735fe9c182df4d0cfef -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-28T08:33:50.298Z] + go version [2021-04-28T08:33:50.298Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-28T08:33:50.344Z] $ docker stop --time=1 bdf0c9742245560b23f2dd048ebcc9f5ad3e3ddb2500f735fe9c182df4d0cfef [2021-04-28T08:33:52.361Z] $ docker rm -f bdf0c9742245560b23f2dd048ebcc9f5ad3e3ddb2500f735fe9c182df4d0cfef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-28T08:33:53.092Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-28T08:33:53.093Z] . [Pipeline] withDockerContainer [2021-04-28T08:33:53.376Z] prd-centos7-docker-4c-2g-2180 does not seem to be running inside a container [2021-04-28T08:33:53.511Z] $ 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/108 -v /w/workspace/edgex-go/108:/w/workspace/edgex-go/108:rw,z -v /w/workspace/edgex-go/108@tmp:/w/workspace/edgex-go/108@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-28T08:33:55.074Z] $ docker top 424994bbd70021f46e78b9689d44e2dbe83173933c541fa7d64c54be51735353 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-28T08:33:55.657Z] ========================================================= [2021-04-28T08:33:55.657Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-28T08:33:55.657Z] ========================================================= [Pipeline] sh [2021-04-28T08:33:56.461Z] + make test [2021-04-28T08:33:56.462Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-28T08:34:11.700Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-28T08:34:46.709Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-28T08:34:55.232Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-28T08:34:55.232Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-28T08:34:55.232Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-28T08:34:59.653Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-28T08:34:59.653Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-28T08:34:59.653Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-28T08:34:59.653Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-28T08:35:00.692Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-28T08:35:02.316Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-28T08:35:06.834Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-28T08:35:06.834Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-28T08:35:06.834Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-28T08:35:10.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.198s coverage: 45.9% of statements [2021-04-28T08:35:10.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-28T08:35:10.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-28T08:35:10.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-28T08:35:10.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-28T08:35:10.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-28T08:35:10.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-28T08:35:10.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.091s coverage: 19.8% of statements [2021-04-28T08:35:10.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.229s coverage: 100.0% of statements [2021-04-28T08:35:15.221Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.286s coverage: 27.1% of statements [2021-04-28T08:35:15.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-28T08:35:15.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-28T08:35:15.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-28T08:35:15.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-28T08:35:15.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-28T08:35:15.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-28T08:35:15.221Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.136s coverage: 100.0% of statements [2021-04-28T08:35:15.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-28T08:35:15.221Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.085s coverage: 100.0% of statements [2021-04-28T08:35:15.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-28T08:35:15.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-28T08:35:17.769Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.776s coverage: 71.3% of statements [2021-04-28T08:35:17.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-28T08:35:17.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-28T08:35:18.104Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.493s coverage: 87.7% of statements [2021-04-28T08:35:18.104Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-28T08:35:18.104Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-28T08:35:18.104Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.452s coverage: 78.9% of statements [2021-04-28T08:35:18.104Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-28T08:35:28.956Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.976s coverage: 28.6% of statements [2021-04-28T08:35:28.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-28T08:35:28.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-28T08:35:28.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-28T08:35:28.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-28T08:35:28.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-28T08:35:28.956Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.313s coverage: 100.0% of statements [2021-04-28T08:35:28.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-28T08:35:28.956Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.209s coverage: 100.0% of statements [2021-04-28T08:35:28.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-28T08:35:28.956Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.384s coverage: 86.7% of statements [2021-04-28T08:35:28.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-28T08:35:28.956Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.427s coverage: 97.5% of statements [2021-04-28T08:35:28.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-28T08:35:28.956Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.210s coverage: 78.3% of statements [2021-04-28T08:35:28.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-28T08:35:28.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-28T08:35:28.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-28T08:35:28.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-28T08:35:30.802Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2182 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-04-28T08:35:30.820Z] Running in /w/workspace/edgex-go/108 [Pipeline] { [Pipeline] checkout [2021-04-28T08:35:35.195Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.041s coverage: 95.1% of statements [2021-04-28T08:35:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-28T08:35:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-28T08:35:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-28T08:35:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-28T08:35:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-28T08:35:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-28T08:35:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-28T08:35:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-28T08:35:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-28T08:35:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-28T08:35:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-28T08:35:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-28T08:35:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-28T08:35:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-28T08:35:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-28T08:35:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-28T08:35:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-28T08:35:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-28T08:35:35.196Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.106s coverage: 58.8% of statements [2021-04-28T08:35:35.196Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-28T08:35:35.196Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-28T08:35:35.196Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.093s coverage: 0.9% of statements [2021-04-28T08:35:35.196Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-28T08:35:35.196Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-28T08:35:35.196Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-28T08:35:35.196Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.189s coverage: 47.1% of statements [2021-04-28T08:35:35.196Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.343s coverage: 79.5% of statements [2021-04-28T08:35:35.196Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.107s coverage: 94.1% of statements [2021-04-28T08:35:35.196Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.222s coverage: 96.3% of statements [2021-04-28T08:35:35.495Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.068s coverage: 87.5% of statements [2021-04-28T08:35:36.465Z] using credential edgex-jenkins-ssh [2021-04-28T08:35:36.488Z] Cloning the remote Git repository [2021-04-28T08:35:36.606Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-28T08:35:36.724Z] > git init /w/workspace/edgex-go/108 # timeout=10 [2021-04-28T08:35:36.864Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-28T08:35:36.865Z] > git --version # timeout=10 [2021-04-28T08:35:36.887Z] > git --version # 'git version 2.17.1' [2021-04-28T08:35:36.889Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-28T08:35:36.945Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-28T08:35:48.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.104s coverage: 94.4% of statements [2021-04-28T08:35:48.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.120s coverage: 44.8% of statements [2021-04-28T08:35:51.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.649s coverage: 81.8% of statements [2021-04-28T08:35:51.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-28T08:35:52.321Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-28T08:35:52.345Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-28T08:35:52.370Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-28T08:35:52.410Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-28T08:35:52.411Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-28T08:35:52.422Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-28T08:35:53.311Z] Merging remotes/origin/master commit d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-04-28T08:35:54.669Z] Merge succeeded, producing de14b319fed31816436a88f4f4c1d46110a8613e [2021-04-28T08:35:54.669Z] Checking out Revision de14b319fed31816436a88f4f4c1d46110a8613e (PR-2858) [2021-04-28T08:35:53.333Z] > git config core.sparsecheckout # timeout=10 [2021-04-28T08:35:53.358Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-04-28T08:35:53.670Z] > git remote # timeout=10 [2021-04-28T08:35:53.686Z] > git config --get remote.origin.url # timeout=10 [2021-04-28T08:35:53.700Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-28T08:35:53.710Z] > git merge d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 # timeout=10 [2021-04-28T08:35:54.657Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-28T08:35:54.679Z] > git config core.sparsecheckout # timeout=10 [2021-04-28T08:35:54.689Z] > git checkout -f de14b319fed31816436a88f4f4c1d46110a8613e # timeout=10 [2021-04-28T08:35:58.942Z] Commit message: "Merge commit 'd6c94b2bf9e03361c9a87fbe2ddec88137f69d04' into HEAD" [2021-04-28T08:35:58.964Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-28T08:35:58.952Z] > git rev-list --no-walk f56af7d2d3dd71c555a44eb9c1c84a2b6a23a8d4 # timeout=10 [2021-04-28T08:36:00.640Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-28T08:36:01.053Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-28T08:36:01.392Z] + sudo+ service docker restarttrue [2021-04-28T08:36:01.392Z] [2021-04-28T08:36:02.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.254s coverage: 92.9% of statements [2021-04-28T08:36:02.499Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-28T08:36:02.499Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-28T08:36:02.499Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-28T08:36:02.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.046s coverage: 77.8% of statements [2021-04-28T08:36:02.499Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-28T08:36:02.499Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-28T08:36:02.499Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-28T08:36:02.499Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-28T08:36:02.499Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-28T08:36:02.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.066s coverage: 87.2% of statements [2021-04-28T08:36:02.499Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-28T08:36:02.499Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-28T08:36:02.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements [2021-04-28T08:36:02.499Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-28T08:36:02.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 75.5% of statements [2021-04-28T08:36:02.499Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-28T08:36:02.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.093s coverage: 80.8% of statements [2021-04-28T08:36:02.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.177s coverage: 87.2% of statements [2021-04-28T08:36:02.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.090s coverage: 84.6% of statements [2021-04-28T08:36:02.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.199s coverage: 91.6% of statements [2021-04-28T08:36:02.499Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-28T08:36:02.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.568s coverage: 64.4% of statements [2021-04-28T08:36:02.499Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-28T08:36:02.499Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-28T08:36:02.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.087s coverage: 100.0% of statements [2021-04-28T08:36:02.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.098s coverage: 91.3% of statements [2021-04-28T08:36:02.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.070s coverage: 100.0% of statements [2021-04-28T08:36:02.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.114s coverage: 73.7% of statements [2021-04-28T08:36:02.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.077s coverage: 100.0% of statements [2021-04-28T08:36:02.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.939s coverage: 69.0% of statements [2021-04-28T08:36:02.499Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-28T08:36:02.499Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-28T08:36:02.499Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-28T08:36:02.798Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.226s coverage: 38.4% of statements [2021-04-28T08:36:02.798Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-28T08:36:02.798Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-28T08:36:02.798Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.194s coverage: 89.5% of statements [2021-04-28T08:36:02.798Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-28T08:36:03.969Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.250s coverage: 84.8% of statements [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-28T08:36:04.046Z] provisioning config files... [2021-04-28T08:36:04.091Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/108@tmp/config9112147951536063364tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-28T08:36:04.464Z] ---> docker-login.sh [2021-04-28T08:36:04.464Z] nexus3.edgexfoundry.org:10001 [2021-04-28T08:36:05.063Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T08:36:05.667Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T08:36:05.667Z] Configure a credential helper to remove this warning. See [2021-04-28T08:36:05.667Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T08:36:05.667Z] [2021-04-28T08:36:05.667Z] Login Succeeded [2021-04-28T08:36:05.667Z] nexus3.edgexfoundry.org:10002 [2021-04-28T08:36:05.944Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T08:36:06.221Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T08:36:06.221Z] Configure a credential helper to remove this warning. See [2021-04-28T08:36:06.221Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T08:36:06.221Z] [2021-04-28T08:36:06.221Z] Login Succeeded [2021-04-28T08:36:06.221Z] nexus3.edgexfoundry.org:10003 [2021-04-28T08:36:06.820Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T08:36:06.820Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T08:36:06.820Z] Configure a credential helper to remove this warning. See [2021-04-28T08:36:06.820Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T08:36:06.820Z] [2021-04-28T08:36:06.820Z] Login Succeeded [2021-04-28T08:36:06.820Z] nexus3.edgexfoundry.org:10004 [2021-04-28T08:36:07.094Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T08:36:07.368Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T08:36:07.368Z] Configure a credential helper to remove this warning. See [2021-04-28T08:36:07.368Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T08:36:07.368Z] [2021-04-28T08:36:07.368Z] Login Succeeded [2021-04-28T08:36:07.368Z] docker.io [2021-04-28T08:36:07.599Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.306s coverage: 47.0% of statements [2021-04-28T08:36:07.599Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-28T08:36:07.599Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-28T08:36:07.599Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-28T08:36:07.599Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-28T08:36:07.599Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-28T08:36:07.599Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.105s coverage: 100.0% of statements [2021-04-28T08:36:07.599Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-28T08:36:07.599Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.063s coverage: 100.0% of statements [2021-04-28T08:36:07.599Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-28T08:36:07.599Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-28T08:36:07.599Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.099s coverage: 9.6% of statements [2021-04-28T08:36:07.599Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-28T08:36:07.643Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T08:36:07.881Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.309s coverage: 92.6% of statements [2021-04-28T08:36:07.882Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-28T08:36:07.882Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-28T08:36:07.882Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-28T08:36:07.915Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T08:36:07.915Z] Configure a credential helper to remove this warning. See [2021-04-28T08:36:07.915Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T08:36:07.915Z] [2021-04-28T08:36:07.915Z] Login Succeeded [2021-04-28T08:36:07.915Z] ---> docker-login.sh ends [Pipeline] } [2021-04-28T08:36:07.932Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-28T08:36:08.228Z] ========================================================= [2021-04-28T08:36:08.228Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-28T08:36:08.228Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-28T08:36:08.569Z] + 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-04-28T08:36:10.682Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.302s coverage: 28.7% of statements [2021-04-28T08:36:10.682Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-28T08:36:10.682Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-28T08:36:10.682Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-28T08:36:10.682Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-28T08:36:10.682Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-28T08:36:10.682Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.161s coverage: 99.0% of statements [2021-04-28T08:36:10.682Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-28T08:36:10.682Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.115s coverage: 100.0% of statements [2021-04-28T08:36:10.682Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-28T08:36:10.682Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-28T08:36:10.682Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-28T08:36:10.682Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.196s coverage: 64.6% of statements [2021-04-28T08:36:10.682Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-28T08:36:11.207Z] Sending build context to Docker daemon 167.4MB [2021-04-28T08:36:11.207Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-28T08:36:11.207Z] Step 2/6 : FROM ${BASE} [2021-04-28T08:36:11.207Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-28T08:36:11.207Z] 5f621e34cdf4: Pulling fs layer [2021-04-28T08:36:11.207Z] a4357932f1b6: Pulling fs layer [2021-04-28T08:36:11.207Z] 18c013af1878: Pulling fs layer [2021-04-28T08:36:11.207Z] 00ac8860ef70: Pulling fs layer [2021-04-28T08:36:11.207Z] 63d7cb157983: Pulling fs layer [2021-04-28T08:36:11.207Z] b116817d02f9: Pulling fs layer [2021-04-28T08:36:11.207Z] 745a02a5169b: Pulling fs layer [2021-04-28T08:36:11.207Z] b116817d02f9: Waiting [2021-04-28T08:36:11.207Z] 00ac8860ef70: Waiting [2021-04-28T08:36:11.207Z] 63d7cb157983: Waiting [2021-04-28T08:36:11.207Z] 18c013af1878: Verifying Checksum [2021-04-28T08:36:11.207Z] 18c013af1878: Download complete [2021-04-28T08:36:11.207Z] a4357932f1b6: Download complete [2021-04-28T08:36:11.207Z] 63d7cb157983: Verifying Checksum [2021-04-28T08:36:11.207Z] 63d7cb157983: Download complete [2021-04-28T08:36:11.207Z] b116817d02f9: Verifying Checksum [2021-04-28T08:36:11.207Z] b116817d02f9: Download complete [2021-04-28T08:36:11.207Z] 5f621e34cdf4: Verifying Checksum [2021-04-28T08:36:11.207Z] 5f621e34cdf4: Download complete [2021-04-28T08:36:11.805Z] 5f621e34cdf4: Pull complete [2021-04-28T08:36:12.407Z] a4357932f1b6: Pull complete [2021-04-28T08:36:12.680Z] 18c013af1878: Pull complete [2021-04-28T08:36:12.811Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.292s coverage: 97.6% of statements [2021-04-28T08:36:12.811Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-28T08:36:12.811Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-28T08:36:12.811Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-28T08:36:12.811Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements [2021-04-28T08:36:12.811Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-28T08:36:12.811Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.063s coverage: 100.0% of statements [2021-04-28T08:36:12.811Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-28T08:36:12.811Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-28T08:36:12.811Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-28T08:36:12.811Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-28T08:36:12.811Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.073s coverage: 87.9% of statements [2021-04-28T08:36:12.811Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-28T08:36:12.811Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-28T08:36:12.811Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.065s coverage: 100.0% of statements [2021-04-28T08:36:13.424Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.066s coverage: 28.1% of statements [2021-04-28T08:36:13.657Z] 745a02a5169b: Download complete [2021-04-28T08:36:13.696Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.105s coverage: 100.0% of statements [2021-04-28T08:36:14.284Z] GO111MODULE=on go vet ./... [2021-04-28T08:36:14.640Z] 00ac8860ef70: Verifying Checksum [2021-04-28T08:36:14.640Z] 00ac8860ef70: Download complete [2021-04-28T08:36:24.806Z] 00ac8860ef70: Pull complete [2021-04-28T08:36:25.080Z] 63d7cb157983: Pull complete [2021-04-28T08:36:25.358Z] b116817d02f9: Pull complete [2021-04-28T08:36:28.747Z] 745a02a5169b: Pull complete [2021-04-28T08:36:28.747Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-28T08:36:28.747Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-28T08:36:28.747Z] ---> b7e6874047d6 [2021-04-28T08:36:28.747Z] 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-04-28T08:36:32.146Z] ---> Running in f85fca4e59a5 [2021-04-28T08:36:33.128Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T08:36:34.104Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T08:36:35.072Z] (1/12) Installing libmagic (5.38-r0) [2021-04-28T08:36:35.341Z] (2/12) Installing file (5.38-r0) [2021-04-28T08:36:35.341Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-28T08:36:35.341Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-28T08:36:43.618Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-28T08:36:43.618Z] (6/12) Installing patch (2.7.6-r6) [2021-04-28T08:36:43.618Z] (7/12) Installing build-base (0.5-r2) [2021-04-28T08:36:43.618Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-28T08:36:43.618Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-28T08:36:43.618Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-28T08:36:43.618Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-28T08:36:43.618Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-28T08:36:43.618Z] Executing busybox-1.31.1-r19.trigger [2021-04-28T08:36:43.618Z] OK: 217 MiB in 51 packages [2021-04-28T08:36:47.952Z] Removing intermediate container f85fca4e59a5 [2021-04-28T08:36:47.952Z] ---> 383f742069ce [2021-04-28T08:36:47.952Z] Step 4/6 : WORKDIR /edgex-go [2021-04-28T08:36:47.952Z] ---> Running in 8087e4476953 [2021-04-28T08:36:47.952Z] Removing intermediate container 8087e4476953 [2021-04-28T08:36:47.952Z] ---> e16153be94c2 [2021-04-28T08:36:47.952Z] Step 5/6 : COPY go.mod . [2021-04-28T08:36:48.545Z] ---> 6deba34dbddd [2021-04-28T08:36:48.545Z] Step 6/6 : RUN go mod download [2021-04-28T08:36:48.816Z] ---> Running in 2639b9a52ebe [2021-04-28T08:37:15.655Z] Removing intermediate container 2639b9a52ebe [2021-04-28T08:37:15.655Z] ---> 9b997a8e13d9 [2021-04-28T08:37:15.655Z] Successfully built 9b997a8e13d9 [2021-04-28T08:37:15.655Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-28T08:37:16.015Z] + docker inspect -f . ci-base-image-arm64 [2021-04-28T08:37:16.015Z] . [Pipeline] withDockerContainer [2021-04-28T08:37:16.303Z] prd-ubuntu18.04-docker-arm64-4c-16g-2182 does not seem to be running inside a container [2021-04-28T08:37:16.384Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/108 -v /w/workspace/edgex-go/108:/w/workspace/edgex-go/108:rw,z -v /w/workspace/edgex-go/108@tmp:/w/workspace/edgex-go/108@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-28T08:37:17.897Z] $ docker top f896fe9ccd3ee97cd19909e3953d2127fddece500f540629a3d843d34bf33c20 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-28T08:37:18.863Z] + go version [2021-04-28T08:37:18.863Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-28T08:37:18.884Z] $ docker stop --time=1 f896fe9ccd3ee97cd19909e3953d2127fddece500f540629a3d843d34bf33c20 [2021-04-28T08:37:20.852Z] $ docker rm -f f896fe9ccd3ee97cd19909e3953d2127fddece500f540629a3d843d34bf33c20 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-28T08:37:21.562Z] + docker inspect -f . ci-base-image-arm64 [2021-04-28T08:37:21.562Z] . [Pipeline] withDockerContainer [2021-04-28T08:37:21.823Z] prd-ubuntu18.04-docker-arm64-4c-16g-2182 does not seem to be running inside a container [2021-04-28T08:37:21.900Z] $ 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/108 -v /w/workspace/edgex-go/108:/w/workspace/edgex-go/108:rw,z -v /w/workspace/edgex-go/108@tmp:/w/workspace/edgex-go/108@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-28T08:37:22.912Z] gofmt -l . [2021-04-28T08:37:22.912Z] [ "`gofmt -l .`" = "" ] [2021-04-28T08:37:22.912Z] ./bin/test-go-mod-tidy.sh [2021-04-28T08:37:22.912Z] ./bin/test-attribution-txt.sh [2021-04-28T08:37:23.341Z] $ docker top 11f4deaf64207118b2e417d6491832089f5f945c624b4bc280fe574f113ec057 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] echo [2021-04-28T08:37:23.736Z] ========================================================= [2021-04-28T08:37:23.736Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-28T08:37:23.736Z] ========================================================= [Pipeline] sh [2021-04-28T08:37:24.309Z] + ls -al . [2021-04-28T08:37:24.309Z] total 800 [2021-04-28T08:37:24.309Z] drwxrwxr-x 10 1001 1001 4096 Apr 28 08:37 . [2021-04-28T08:37:24.309Z] drwxr-xr-x 4 root root 32 Apr 28 08:33 .. [2021-04-28T08:37:24.309Z] -rw-rw-r-- 1 1001 1001 11 Apr 28 08:31 .dockerignore [2021-04-28T08:37:24.309Z] drwxrwxr-x 8 1001 1001 179 Apr 28 08:31 .git [2021-04-28T08:37:24.309Z] drwxrwxr-x 3 1001 1001 125 Apr 28 08:31 .github [2021-04-28T08:37:24.309Z] -rw-rw-r-- 1 1001 1001 818 Apr 28 08:31 .gitignore [2021-04-28T08:37:24.309Z] drwx------ 3 1001 1001 60 Apr 28 08:32 .semver [2021-04-28T08:37:24.309Z] -rw-rw-r-- 1 1001 1001 166 Apr 28 08:31 .sonarcloud.properties [2021-04-28T08:37:24.309Z] -rw-rw-r-- 1 1001 1001 8609 Apr 28 08:31 Attribution.txt [2021-04-28T08:37:24.309Z] -rw-rw-r-- 1 1001 1001 3804 Apr 28 08:31 CONTRIBUTING.md [2021-04-28T08:37:24.309Z] -rw-rw-r-- 1 1001 1001 931 Apr 28 08:31 Dockerfile.build [2021-04-28T08:37:24.309Z] -rw-rw-r-- 1 1001 1001 863 Apr 28 08:31 Jenkinsfile [2021-04-28T08:37:24.309Z] -rw-rw-r-- 1 1001 1001 10775 Apr 28 08:31 LICENSE [2021-04-28T08:37:24.309Z] -rw-rw-r-- 1 1001 1001 5774 Apr 28 08:31 Makefile [2021-04-28T08:37:24.309Z] -rw-rw-r-- 1 1001 1001 7978 Apr 28 08:31 README.md [2021-04-28T08:37:24.309Z] -rw-rw-r-- 1 1001 1001 6755 Apr 28 08:31 SECURITY.md [2021-04-28T08:37:24.309Z] -rw-rw-r-- 1 1001 1001 5 Apr 28 08:32 VERSION [2021-04-28T08:37:24.309Z] -rw-rw-r-- 1 1001 1001 4131 Apr 28 08:31 ZMQWindows.md [2021-04-28T08:37:24.309Z] drwxrwxr-x 2 1001 1001 117 Apr 28 08:31 bin [2021-04-28T08:37:24.309Z] drwxrwxr-x 14 1001 1001 4096 Apr 28 08:31 cmd [2021-04-28T08:37:24.309Z] -rw-r--r-- 1 root root 689628 Apr 28 08:36 coverage.out [2021-04-28T08:37:24.309Z] -rw-r--r-- 1 root root 1060 Apr 28 08:37 go.mod [2021-04-28T08:37:24.309Z] -rw-r--r-- 1 root root 22420 Apr 28 08:37 go.sum [2021-04-28T08:37:24.309Z] drwxrwxr-x 8 1001 1001 127 Apr 28 08:31 internal [2021-04-28T08:37:24.309Z] drwxrwxr-x 4 1001 1001 26 Apr 28 08:31 openapi [2021-04-28T08:37:24.309Z] drwxrwxr-x 4 1001 1001 71 Apr 28 08:31 snap [2021-04-28T08:37:24.309Z] -rw-rw-r-- 1 1001 1001 168 Apr 28 08:31 version.go [Pipeline] sh [2021-04-28T08:37:24.382Z] + make test [2021-04-28T08:37:24.383Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-28T08:37:24.621Z] + '[' -e coverage.out ] [2021-04-28T08:37:24.621Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-28T08:37:25.024Z] Stashed 1 file(s) [Pipeline] sh [2021-04-28T08:37:25.774Z] + make build [2021-04-28T08:37:25.774Z] 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-04-28T08:37:31.549Z] 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-04-28T08:37:46.564Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-28T08:37:54.109Z] 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-04-28T08:37:56.098Z] 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-04-28T08:37:58.739Z] 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-04-28T08:37:59.352Z] 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-04-28T08:38:02.923Z] 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-04-28T08:38:11.559Z] 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-04-28T08:38:14.603Z] 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-04-28T08:38:18.999Z] 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-04-28T08:38:22.497Z] 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-04-28T08:38:25.327Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-04-28T08:38:28.787Z] $ docker stop --time=1 424994bbd70021f46e78b9689d44e2dbe83173933c541fa7d64c54be51735353 [2021-04-28T08:38:31.064Z] $ docker rm -f 424994bbd70021f46e78b9689d44e2dbe83173933c541fa7d64c54be51735353 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-28T08:38:34.232Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-28T08:38:34.233Z] [2021-04-28T08:38:34.233Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-28T08:38:34.862Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-28T08:38:34.862Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-28T08:38:34.862Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-28T08:38:34.862Z] ca9280d653b3: Pulling fs layer [2021-04-28T08:38:34.862Z] 7e9c9ca2126c: Pulling fs layer [2021-04-28T08:38:35.194Z] cbdbe7a5bc2a: Download complete [2021-04-28T08:38:36.259Z] cbdbe7a5bc2a: Pull complete [2021-04-28T08:38:36.554Z] ca9280d653b3: Verifying Checksum [2021-04-28T08:38:36.554Z] ca9280d653b3: Download complete [2021-04-28T08:38:39.239Z] ca9280d653b3: Pull complete [2021-04-28T08:38:39.239Z] 7e9c9ca2126c: Verifying Checksum [2021-04-28T08:38:39.239Z] 7e9c9ca2126c: Download complete [2021-04-28T08:38:43.304Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-28T08:38:43.304Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-28T08:38:50.061Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-28T08:38:50.061Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-28T08:38:52.060Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-28T08:38:52.060Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-28T08:38:52.060Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-28T08:38:52.060Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-28T08:38:54.511Z] 7e9c9ca2126c: Pull complete [2021-04-28T08:38:54.511Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-28T08:38:54.511Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-28T08:38:54.511Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-28T08:38:54.757Z] prd-centos7-docker-4c-2g-2180 does not seem to be running inside a container [2021-04-28T08:38:54.849Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/108 -v /w/workspace/edgex-go/108:/w/workspace/edgex-go/108:rw,z -v /w/workspace/edgex-go/108@tmp:/w/workspace/edgex-go/108@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-28T08:38:55.563Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-28T08:38:56.170Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-28T08:38:58.435Z] $ docker top 0a978edef5a0b062c188beddb7aabcb9c9fc5657bb1fca976eaa4bd1da101fbf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-28T08:38:59.110Z] + docker-compose build --help [2021-04-28T08:38:59.110Z] + grep parallel [2021-04-28T08:39:00.544Z] --parallel Build images in parallel. [Pipeline] } [2021-04-28T08:39:00.877Z] $ docker stop --time=1 0a978edef5a0b062c188beddb7aabcb9c9fc5657bb1fca976eaa4bd1da101fbf [2021-04-28T08:39:03.670Z] $ docker rm -f 0a978edef5a0b062c188beddb7aabcb9c9fc5657bb1fca976eaa4bd1da101fbf [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-28T08:39:04.357Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-28T08:39:04.357Z] . [2021-04-28T08:39:04.482Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-28T08:39:04.483Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-28T08:39:04.483Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [Pipeline] withDockerContainer [2021-04-28T08:39:04.853Z] prd-centos7-docker-4c-2g-2180 does not seem to be running inside a container [2021-04-28T08:39:05.200Z] $ 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/108 -v /w/workspace/edgex-go/108:/w/workspace/edgex-go/108:rw,z -v /w/workspace/edgex-go/108@tmp:/w/workspace/edgex-go/108@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-04-28T08:39:07.904Z] $ docker top 6b561c86e3bdeafbd18ffbdc0e0ade1ab49a07f370dd9b1bcd56622e13971792 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-28T08:39:09.061Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-28T08:39:09.937Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.298s coverage: 45.9% of statements [2021-04-28T08:39:09.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-28T08:39:09.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-28T08:39:09.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-28T08:39:09.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-28T08:39:09.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-28T08:39:09.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-28T08:39:09.938Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.126s coverage: 19.8% of statements [2021-04-28T08:39:10.219Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.230s coverage: 100.0% of statements [2021-04-28T08:39:10.481Z] Building docker-core-command-go ... [2021-04-28T08:39:10.481Z] Building docker-core-data-go ... [2021-04-28T08:39:10.481Z] Building docker-core-metadata-go ... [2021-04-28T08:39:10.481Z] Building docker-security-bootstrapper-go ... [2021-04-28T08:39:10.481Z] Building docker-security-proxy-setup-go ... [2021-04-28T08:39:10.481Z] Building docker-security-secretstore-setup-go ... [2021-04-28T08:39:10.481Z] Building docker-support-notifications-go ... [2021-04-28T08:39:10.481Z] Building docker-support-scheduler-go ... [2021-04-28T08:39:10.481Z] Building docker-sys-mgmt-agent-go ... [2021-04-28T08:39:10.481Z] Building docker-sys-mgmt-agent-go [2021-04-28T08:39:10.481Z] Building docker-core-command-go [2021-04-28T08:39:10.481Z] Building docker-core-data-go [2021-04-28T08:39:10.481Z] Building docker-security-secretstore-setup-go [2021-04-28T08:39:10.481Z] Building docker-security-proxy-setup-go [2021-04-28T08:39:18.535Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.732s coverage: 27.1% of statements [2021-04-28T08:39:18.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-28T08:39:18.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-28T08:39:18.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-28T08:39:18.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-28T08:39:18.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-28T08:39:18.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-28T08:39:18.535Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.135s coverage: 100.0% of statements [2021-04-28T08:39:18.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-28T08:39:18.535Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.232s coverage: 100.0% of statements [2021-04-28T08:39:18.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-28T08:39:18.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-28T08:39:18.812Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.252s coverage: 71.3% of statements [2021-04-28T08:39:18.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-28T08:39:18.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-28T08:39:19.796Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.514s coverage: 87.7% of statements [2021-04-28T08:39:19.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-28T08:39:19.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-28T08:39:19.796Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.171s coverage: 78.9% of statements [2021-04-28T08:39:19.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-28T08:39:32.216Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.111s coverage: 28.6% of statements [2021-04-28T08:39:32.216Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-28T08:39:32.216Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-28T08:39:32.216Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-28T08:39:32.216Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-28T08:39:32.216Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-28T08:39:32.216Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.218s coverage: 100.0% of statements [2021-04-28T08:39:32.216Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-28T08:39:32.216Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.164s coverage: 100.0% of statements [2021-04-28T08:39:32.216Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-28T08:39:32.216Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.396s coverage: 86.7% of statements [2021-04-28T08:39:32.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-28T08:39:32.217Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.441s coverage: 97.5% of statements [2021-04-28T08:39:32.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-28T08:39:32.217Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.290s coverage: 78.3% of statements [2021-04-28T08:39:32.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-28T08:39:32.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-28T08:39:32.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-28T08:39:32.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-28T08:39:39.018Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.185s coverage: 95.1% of statements [2021-04-28T08:39:39.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-28T08:39:39.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-28T08:39:39.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-28T08:39:39.018Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-28T08:39:39.018Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-28T08:39:39.018Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-28T08:39:39.018Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-28T08:39:39.018Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-28T08:39:39.018Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-28T08:39:39.018Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-28T08:39:39.018Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-28T08:39:39.018Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-28T08:39:39.018Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-28T08:39:39.018Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-28T08:39:39.018Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-28T08:39:39.018Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-28T08:39:39.018Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-28T08:39:39.018Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-28T08:39:39.018Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.155s coverage: 58.8% of statements [2021-04-28T08:39:39.018Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-28T08:39:39.018Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-28T08:39:39.018Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.211s coverage: 0.9% of statements [2021-04-28T08:39:39.018Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-28T08:39:39.018Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-28T08:39:39.018Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-28T08:39:39.018Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.172s coverage: 47.1% of statements [2021-04-28T08:39:39.018Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.146s coverage: 79.5% of statements [2021-04-28T08:39:39.018Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.191s coverage: 94.1% of statements [2021-04-28T08:39:39.018Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.242s coverage: 96.3% of statements [2021-04-28T08:39:39.620Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.119s coverage: 87.5% of statements [2021-04-28T08:39:52.058Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.162s coverage: 94.4% of statements [2021-04-28T08:39:52.058Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.124s coverage: 44.8% of statements [2021-04-28T08:39:57.464Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.605s coverage: 81.8% of statements [2021-04-28T08:39:57.464Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-28T08:40:07.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.190s coverage: 92.9% of statements [2021-04-28T08:40:07.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-28T08:40:07.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-28T08:40:07.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-28T08:40:07.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-04-28T08:40:07.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-28T08:40:07.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-28T08:40:07.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-28T08:40:07.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-28T08:40:07.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-28T08:40:07.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements [2021-04-28T08:40:07.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-28T08:40:07.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-28T08:40:07.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements [2021-04-28T08:40:07.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-28T08:40:07.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.151s coverage: 75.5% of statements [2021-04-28T08:40:07.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-28T08:40:07.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.126s coverage: 80.8% of statements [2021-04-28T08:40:07.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.194s coverage: 87.2% of statements [2021-04-28T08:40:07.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.193s coverage: 84.6% of statements [2021-04-28T08:40:07.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.242s coverage: 91.6% of statements [2021-04-28T08:40:07.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-28T08:40:07.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.605s coverage: 64.4% of statements [2021-04-28T08:40:07.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-28T08:40:07.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-28T08:40:07.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.136s coverage: 100.0% of statements [2021-04-28T08:40:07.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.079s coverage: 91.3% of statements [2021-04-28T08:40:07.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.050s coverage: 100.0% of statements [2021-04-28T08:40:08.651Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.077s coverage: 73.7% of statements [2021-04-28T08:40:08.930Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.072s coverage: 100.0% of statements [2021-04-28T08:40:13.270Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.901s coverage: 69.0% of statements [2021-04-28T08:40:13.270Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-28T08:40:13.270Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-28T08:40:13.270Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-28T08:40:14.258Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.483s coverage: 38.4% of statements [2021-04-28T08:40:14.258Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-28T08:40:14.258Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-28T08:40:14.258Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.085s coverage: 89.5% of statements [2021-04-28T08:40:14.258Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-28T08:40:14.258Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.143s coverage: 84.8% of statements [2021-04-28T08:40:20.992Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.479s coverage: 47.0% of statements [2021-04-28T08:40:20.992Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-28T08:40:20.992Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-28T08:40:20.992Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-28T08:40:20.992Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-28T08:40:20.992Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-28T08:40:20.992Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.104s coverage: 100.0% of statements [2021-04-28T08:40:20.992Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-28T08:40:20.992Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.101s coverage: 100.0% of statements [2021-04-28T08:40:20.992Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-28T08:40:20.992Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-28T08:40:20.992Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.140s coverage: 9.6% of statements [2021-04-28T08:40:20.992Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-28T08:40:21.978Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.499s coverage: 92.6% of statements [2021-04-28T08:40:21.978Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-28T08:40:21.978Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-28T08:40:21.978Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-28T08:40:30.281Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.393s coverage: 28.7% of statements [2021-04-28T08:40:30.281Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-28T08:40:30.281Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-28T08:40:30.281Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-28T08:40:30.281Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-28T08:40:30.281Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-28T08:40:30.281Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.223s coverage: 99.0% of statements [2021-04-28T08:40:30.281Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-28T08:40:30.281Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.137s coverage: 100.0% of statements [2021-04-28T08:40:30.281Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-28T08:40:30.281Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-28T08:40:30.281Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-28T08:40:30.281Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.168s coverage: 64.6% of statements [2021-04-28T08:40:30.281Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-28T08:40:30.281Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.382s coverage: 97.6% of statements [2021-04-28T08:40:30.281Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-28T08:40:30.281Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-28T08:40:30.281Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-28T08:40:30.281Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.051s coverage: 0.0% of statements [2021-04-28T08:40:30.281Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-28T08:40:30.281Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements [2021-04-28T08:40:30.281Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-28T08:40:30.281Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-28T08:40:30.281Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-28T08:40:30.281Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-28T08:40:30.281Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.114s coverage: 87.9% of statements [2021-04-28T08:40:30.281Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-28T08:40:30.281Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-28T08:40:30.281Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.070s coverage: 100.0% of statements [2021-04-28T08:40:32.262Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.113s coverage: 28.1% of statements [2021-04-28T08:40:32.262Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-04-28T08:40:33.238Z] GO111MODULE=on go vet ./... [2021-04-28T08:40:48.255Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T08:40:48.255Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-28T08:40:48.255Z] ---> 70387487658d [2021-04-28T08:40:48.255Z] Step 3/23 : WORKDIR /edgex-go [2021-04-28T08:40:48.255Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T08:40:48.255Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T08:40:48.255Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-28T08:40:48.255Z] ---> 70387487658d [2021-04-28T08:40:48.255Z] Step 3/21 : WORKDIR /edgex-go [2021-04-28T08:40:48.255Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-28T08:40:48.255Z] ---> 70387487658d [2021-04-28T08:40:48.255Z] Step 3/23 : WORKDIR /edgex-go [2021-04-28T08:40:48.255Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T08:40:48.255Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-28T08:40:48.255Z] ---> 70387487658d [2021-04-28T08:40:48.255Z] Step 3/23 : WORKDIR /edgex-go [2021-04-28T08:40:48.255Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T08:40:48.255Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-28T08:40:48.255Z] ---> 70387487658d [2021-04-28T08:40:48.255Z] Step 3/24 : WORKDIR /edgex-go [2021-04-28T08:40:48.255Z] ---> Running in fd821c4bd714 [2021-04-28T08:40:48.255Z] ---> Running in a914f58ea1c6 [2021-04-28T08:40:48.255Z] ---> Running in 26ef0a4d7797 [2021-04-28T08:40:48.255Z] ---> Running in 8b87008009ed [2021-04-28T08:40:48.255Z] ---> Running in bda008fa8f93 [2021-04-28T08:40:48.255Z] Removing intermediate container 8b87008009ed [2021-04-28T08:40:48.256Z] ---> 86e48ac5ecfc [2021-04-28T08:40:48.256Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T08:40:48.256Z] Removing intermediate container a914f58ea1c6 [2021-04-28T08:40:48.256Z] ---> 7635596fb1e9 [2021-04-28T08:40:48.256Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T08:40:48.256Z] Removing intermediate container fd821c4bd714 [2021-04-28T08:40:48.256Z] ---> 845c8ac4215c [2021-04-28T08:40:48.256Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T08:40:48.256Z] Removing intermediate container bda008fa8f93 [2021-04-28T08:40:48.256Z] ---> 0aa30d2cb4f1 [2021-04-28T08:40:48.256Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T08:40:48.256Z] Removing intermediate container 26ef0a4d7797 [2021-04-28T08:40:48.256Z] ---> 96356ab7955a [2021-04-28T08:40:48.256Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T08:40:48.256Z] ---> Running in ce5c1c672ec0 [2021-04-28T08:40:48.256Z] ---> Running in 50ba510d3180 [2021-04-28T08:40:48.256Z] ---> Running in b70c922e1422 [2021-04-28T08:40:48.256Z] ---> Running in e2a6fe10deec [2021-04-28T08:40:48.256Z] ---> Running in e5813bf6dee2 [2021-04-28T08:40:48.256Z] Removing intermediate container 50ba510d3180 [2021-04-28T08:40:48.256Z] ---> 44d5d6b7a156 [2021-04-28T08:40:48.256Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-28T08:40:48.256Z] Removing intermediate container e2a6fe10deec [2021-04-28T08:40:48.256Z] ---> cea5bcc90562 [2021-04-28T08:40:48.256Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-28T08:40:48.256Z] Removing intermediate container e5813bf6dee2 [2021-04-28T08:40:48.256Z] ---> caab51965f98 [2021-04-28T08:40:48.256Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-28T08:40:48.256Z] ---> Running in cc92d4ec247d [2021-04-28T08:40:48.256Z] ---> Running in 0d24b29d533a [2021-04-28T08:40:48.256Z] ---> Running in 331b1959ecce [2021-04-28T08:40:48.256Z] Removing intermediate container b70c922e1422 [2021-04-28T08:40:48.256Z] ---> 9d72ba65b418 [2021-04-28T08:40:48.256Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-28T08:40:48.256Z] Removing intermediate container ce5c1c672ec0 [2021-04-28T08:40:48.256Z] ---> 92ac818d5068 [2021-04-28T08:40:48.256Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-28T08:40:48.256Z] ---> Running in a1db2648ef43 [2021-04-28T08:40:48.256Z] ---> Running in f90f5a1d1810 [2021-04-28T08:40:48.256Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T08:40:48.256Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T08:40:48.256Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T08:40:48.256Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T08:40:48.256Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T08:40:48.256Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-28T08:40:48.256Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-28T08:40:48.256Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-28T08:40:48.256Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-28T08:40:48.256Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-28T08:40:48.256Z] OK: 233 MiB in 51 packages [2021-04-28T08:40:48.256Z] OK: 233 MiB in 51 packages [2021-04-28T08:40:48.256Z] OK: 233 MiB in 51 packages [2021-04-28T08:40:48.256Z] OK: 233 MiB in 51 packages [2021-04-28T08:40:48.256Z] OK: 233 MiB in 51 packages [2021-04-28T08:40:48.898Z] Removing intermediate container cc92d4ec247d [2021-04-28T08:40:48.898Z] ---> 795b53aae384 [2021-04-28T08:40:48.898Z] Step 6/23 : COPY go.mod . [2021-04-28T08:40:48.898Z] Removing intermediate container a1db2648ef43 [2021-04-28T08:40:48.898Z] ---> dfea1cff8cff [2021-04-28T08:40:48.898Z] Step 6/23 : COPY go.mod . [2021-04-28T08:40:49.213Z] Removing intermediate container 0d24b29d533a [2021-04-28T08:40:49.213Z] ---> f022efce8c6f [2021-04-28T08:40:49.213Z] Step 6/21 : COPY go.mod . [2021-04-28T08:40:49.213Z] Removing intermediate container f90f5a1d1810 [2021-04-28T08:40:49.213Z] ---> 9eb17a714973 [2021-04-28T08:40:49.213Z] Step 6/24 : COPY go.mod . [2021-04-28T08:40:49.213Z] ---> 0de66731456b [2021-04-28T08:40:49.213Z] Step 7/23 : RUN go mod download [2021-04-28T08:40:49.522Z] Removing intermediate container 331b1959ecce [2021-04-28T08:40:49.522Z] ---> 4f26a1b7fbbb [2021-04-28T08:40:49.522Z] Step 6/23 : COPY go.mod . [2021-04-28T08:40:49.841Z] ---> Running in e47b63b90593 [2021-04-28T08:40:49.841Z] ---> 21f37f467f3d [2021-04-28T08:40:49.841Z] Step 7/23 : RUN go mod download [2021-04-28T08:40:50.164Z] ---> Running in 3b2e8705f6a2 [2021-04-28T08:40:50.164Z] ---> 880969909dcf [2021-04-28T08:40:50.164Z] Step 7/21 : RUN go mod download [2021-04-28T08:40:50.164Z] ---> d13ee5fca45d [2021-04-28T08:40:50.164Z] Step 7/23 : RUN go mod download [2021-04-28T08:40:50.164Z] ---> e65f01acb0dc [2021-04-28T08:40:50.164Z] Step 7/24 : RUN go mod download [2021-04-28T08:40:50.455Z] ---> Running in b5f5d793e1de [2021-04-28T08:40:50.455Z] ---> Running in 88afc90c179b [2021-04-28T08:40:50.455Z] ---> Running in 4ff903e66a87 [2021-04-28T08:40:56.165Z] Removing intermediate container 3b2e8705f6a2 [2021-04-28T08:40:56.165Z] ---> 230a761dc596 [2021-04-28T08:40:56.165Z] Step 8/23 : COPY . . [2021-04-28T08:40:56.165Z] Removing intermediate container b5f5d793e1de [2021-04-28T08:40:56.165Z] ---> 6b269bfc4055 [2021-04-28T08:40:56.165Z] Step 8/21 : COPY . . [2021-04-28T08:40:56.165Z] Removing intermediate container 4ff903e66a87 [2021-04-28T08:40:56.165Z] ---> 72f7b97e12eb [2021-04-28T08:40:56.165Z] Step 8/24 : COPY . . [2021-04-28T08:40:56.165Z] Removing intermediate container 88afc90c179b [2021-04-28T08:40:56.165Z] ---> 631784d40452 [2021-04-28T08:40:56.165Z] Step 8/23 : COPY . . [2021-04-28T08:40:56.471Z] Removing intermediate container e47b63b90593 [2021-04-28T08:40:56.471Z] ---> 85562a88fc0a [2021-04-28T08:40:56.471Z] Step 8/23 : COPY . . [2021-04-28T08:41:55.054Z] gofmt -l . [2021-04-28T08:41:55.054Z] [ "`gofmt -l .`" = "" ] [2021-04-28T08:41:55.054Z] ./bin/test-go-mod-tidy.sh [2021-04-28T08:41:55.326Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-28T08:41:58.063Z] + ls -al . [2021-04-28T08:41:58.063Z] total 828 [2021-04-28T08:41:58.063Z] drwxrwxr-x 9 1001 1001 4096 Apr 28 08:41 . [2021-04-28T08:41:58.063Z] drwxr-xr-x 4 root root 4096 Apr 28 08:37 .. [2021-04-28T08:41:58.063Z] -rw-rw-r-- 1 1001 1001 11 Apr 28 08:35 .dockerignore [2021-04-28T08:41:58.063Z] drwxrwxr-x 8 1001 1001 4096 Apr 28 08:35 .git [2021-04-28T08:41:58.063Z] drwxrwxr-x 3 1001 1001 4096 Apr 28 08:35 .github [2021-04-28T08:41:58.063Z] -rw-rw-r-- 1 1001 1001 818 Apr 28 08:35 .gitignore [2021-04-28T08:41:58.063Z] -rw-rw-r-- 1 1001 1001 166 Apr 28 08:35 .sonarcloud.properties [2021-04-28T08:41:58.063Z] -rw-rw-r-- 1 1001 1001 8609 Apr 28 08:35 Attribution.txt [2021-04-28T08:41:58.063Z] -rw-rw-r-- 1 1001 1001 3804 Apr 28 08:35 CONTRIBUTING.md [2021-04-28T08:41:58.063Z] -rw-rw-r-- 1 1001 1001 931 Apr 28 08:35 Dockerfile.build [2021-04-28T08:41:58.063Z] -rw-rw-r-- 1 1001 1001 863 Apr 28 08:35 Jenkinsfile [2021-04-28T08:41:58.063Z] -rw-rw-r-- 1 1001 1001 10775 Apr 28 08:35 LICENSE [2021-04-28T08:41:58.063Z] -rw-rw-r-- 1 1001 1001 5774 Apr 28 08:35 Makefile [2021-04-28T08:41:58.063Z] -rw-rw-r-- 1 1001 1001 7978 Apr 28 08:35 README.md [2021-04-28T08:41:58.063Z] -rw-rw-r-- 1 1001 1001 6755 Apr 28 08:35 SECURITY.md [2021-04-28T08:41:58.063Z] -rw-rw-r-- 1 1001 1001 5 Apr 28 08:32 VERSION [2021-04-28T08:41:58.063Z] -rw-rw-r-- 1 1001 1001 4131 Apr 28 08:35 ZMQWindows.md [2021-04-28T08:41:58.063Z] drwxrwxr-x 2 1001 1001 4096 Apr 28 08:35 bin [2021-04-28T08:41:58.063Z] drwxrwxr-x 14 1001 1001 4096 Apr 28 08:35 cmd [2021-04-28T08:41:58.063Z] -rw-r--r-- 1 root root 689628 Apr 28 08:40 coverage.out [2021-04-28T08:41:58.063Z] -rw-r--r-- 1 root root 1060 Apr 28 08:41 go.mod [2021-04-28T08:41:58.063Z] -rw-r--r-- 1 root root 22420 Apr 28 08:41 go.sum [2021-04-28T08:41:58.063Z] drwxrwxr-x 8 1001 1001 4096 Apr 28 08:35 internal [2021-04-28T08:41:58.063Z] drwxrwxr-x 4 1001 1001 4096 Apr 28 08:35 openapi [2021-04-28T08:41:58.063Z] drwxrwxr-x 4 1001 1001 4096 Apr 28 08:35 snap [2021-04-28T08:41:58.063Z] -rw-rw-r-- 1 1001 1001 168 Apr 28 08:35 version.go [Pipeline] sh [2021-04-28T08:41:58.746Z] + '[' -e coverage.out ] [2021-04-28T08:41:58.746Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-28T08:41:58.773Z] Warning: overwriting stash ‘coverage-report’ [2021-04-28T08:42:00.134Z] Stashed 1 file(s) [Pipeline] sh [2021-04-28T08:42:00.816Z] + make build [2021-04-28T08:42:00.816Z] 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-04-28T08:42:13.221Z] 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-04-28T08:42:34.698Z] ---> 599516f0211b [2021-04-28T08:42:34.698Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-28T08:42:34.698Z] ---> Running in 1f7dbc44aa66 [2021-04-28T08:42:34.698Z] ---> 1b21e6ace628 [2021-04-28T08:42:34.698Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-28T08:42:34.698Z] ---> 76d30e7fb971 [2021-04-28T08:42:34.698Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-28T08:42:34.698Z] ---> 5ea55575c05d [2021-04-28T08:42:34.698Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-28T08:42:34.698Z] ---> a63969167268 [2021-04-28T08:42:34.698Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-28T08:42:34.698Z] ---> Running in f37fda9b80c6 [2021-04-28T08:42:34.698Z] ---> Running in 09702de48525 [2021-04-28T08:42:34.698Z] ---> Running in 12caeadcdd55 [2021-04-28T08:42:34.698Z] ---> Running in 0adc184823a3 [2021-04-28T08:42:34.698Z] 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-04-28T08:42:34.698Z] 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-04-28T08:42:34.698Z] 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-04-28T08:42:34.698Z] 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-04-28T08:42:34.698Z] 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-04-28T08:42:35.412Z] 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-04-28T08:42:39.713Z] 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-04-28T08:42:46.416Z] 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-04-28T08:42:46.689Z] 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-04-28T08:42:52.090Z] 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-04-28T08:42:57.485Z] 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-04-28T08:43:00.876Z] 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-04-28T08:43:06.275Z] 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-04-28T08:43:09.668Z] 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-04-28T08:43:13.972Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-04-28T08:43:19.372Z] $ docker stop --time=1 11f4deaf64207118b2e417d6491832089f5f945c624b4bc280fe574f113ec057 [2021-04-28T08:43:21.794Z] $ docker rm -f 11f4deaf64207118b2e417d6491832089f5f945c624b4bc280fe574f113ec057 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-28T08:43:23.489Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-28T08:43:23.489Z] [2021-04-28T08:43:23.489Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-28T08:43:23.844Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-28T08:43:24.121Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-28T08:43:24.121Z] 29e5d40040c1: Pulling fs layer [2021-04-28T08:43:24.121Z] 1ce36da41761: Pulling fs layer [2021-04-28T08:43:24.121Z] 25b303627fd3: Pulling fs layer [2021-04-28T08:43:24.396Z] 29e5d40040c1: Verifying Checksum [2021-04-28T08:43:24.396Z] 29e5d40040c1: Download complete [2021-04-28T08:43:24.994Z] 29e5d40040c1: Pull complete [2021-04-28T08:43:24.994Z] 1ce36da41761: Verifying Checksum [2021-04-28T08:43:24.994Z] 1ce36da41761: Download complete [2021-04-28T08:43:26.434Z] 1ce36da41761: Pull complete [2021-04-28T08:43:26.434Z] 25b303627fd3: Verifying Checksum [2021-04-28T08:43:26.434Z] 25b303627fd3: Download complete [2021-04-28T08:43:31.961Z] 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-04-28T08:43:31.961Z] 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-04-28T08:43:36.588Z] 25b303627fd3: Pull complete [2021-04-28T08:43:36.588Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-28T08:43:36.588Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-28T08:43:36.588Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-28T08:43:36.824Z] prd-ubuntu18.04-docker-arm64-4c-16g-2182 does not seem to be running inside a container [2021-04-28T08:43:36.894Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/108 -v /w/workspace/edgex-go/108:/w/workspace/edgex-go/108:rw,z -v /w/workspace/edgex-go/108@tmp:/w/workspace/edgex-go/108@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-28T08:43:39.960Z] $ docker top 15ad244a6284fb66166729756d827fe15d7309d445eb6cf7af60aed9ef444a35 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-28T08:43:40.916Z] + grep parallel+ docker-compose [2021-04-28T08:43:40.916Z] build --help [2021-04-28T08:43:42.407Z] Removing intermediate container 1f7dbc44aa66 [2021-04-28T08:43:42.407Z] ---> b26f209cb9fa [2021-04-28T08:43:42.407Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-28T08:43:43.418Z] Removing intermediate container 0adc184823a3 [2021-04-28T08:43:43.418Z] ---> 1d863d70817a [2021-04-28T08:43:43.418Z] [2021-04-28T08:43:43.418Z] Step 10/23 : FROM alpine:3.12 [2021-04-28T08:43:43.418Z] ---> Running in e7afeb297f89 [2021-04-28T08:43:43.418Z] 3.12: Pulling from library/alpine [2021-04-28T08:43:43.709Z] Removing intermediate container 12caeadcdd55 [2021-04-28T08:43:43.709Z] ---> 61bb4adcb0c8 [2021-04-28T08:43:43.709Z] [2021-04-28T08:43:43.709Z] Step 10/21 : FROM alpine:3.12 [2021-04-28T08:43:43.709Z] Removing intermediate container f37fda9b80c6 [2021-04-28T08:43:43.709Z] ---> 0253ce73f542 [2021-04-28T08:43:43.709Z] [2021-04-28T08:43:43.709Z] Step 10/24 : FROM alpine:3.12 [2021-04-28T08:43:43.709Z] 3.12: Pulling from library/alpine [2021-04-28T08:43:43.709Z] 3.12: Pulling from library/alpine [2021-04-28T08:43:44.292Z] --parallel Build images in parallel. [Pipeline] } [2021-04-28T08:43:44.302Z] $ docker stop --time=1 15ad244a6284fb66166729756d827fe15d7309d445eb6cf7af60aed9ef444a35 [2021-04-28T08:43:44.850Z] 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-04-28T08:43:44.850Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-28T08:43:44.850Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-28T08:43:44.850Z] Status: Downloaded newer image for alpine:3.12 [2021-04-28T08:43:44.850Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-28T08:43:44.850Z] Status: Downloaded newer image for alpine:3.12 [2021-04-28T08:43:44.850Z] ---> 13621d1b12d4 [2021-04-28T08:43:44.850Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-28T08:43:44.850Z] Status: Image is up to date for alpine:3.12 [2021-04-28T08:43:44.850Z] ---> 13621d1b12d4 [2021-04-28T08:43:44.850Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-28T08:43:44.850Z] ---> 13621d1b12d4 [2021-04-28T08:43:44.850Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-28T08:43:45.950Z] ---> Running in f1efe37e98b0 [2021-04-28T08:43:45.950Z] ---> Running in 3d4c5274daab [2021-04-28T08:43:45.950Z] ---> Running in 5a247aeeecf6 [2021-04-28T08:43:46.141Z] $ docker rm -f 15ad244a6284fb66166729756d827fe15d7309d445eb6cf7af60aed9ef444a35 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-28T08:43:46.781Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-28T08:43:46.781Z] . [Pipeline] withDockerContainer [2021-04-28T08:43:47.031Z] prd-ubuntu18.04-docker-arm64-4c-16g-2182 does not seem to be running inside a container [2021-04-28T08:43:47.125Z] $ 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/108 -v /w/workspace/edgex-go/108:/w/workspace/edgex-go/108:rw,z -v /w/workspace/edgex-go/108@tmp:/w/workspace/edgex-go/108@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-04-28T08:43:47.541Z] Removing intermediate container 09702de48525 [2021-04-28T08:43:47.541Z] ---> bd46086d4371 [2021-04-28T08:43:47.541Z] [2021-04-28T08:43:47.541Z] Step 10/23 : FROM alpine:3.12 [2021-04-28T08:43:47.541Z] ---> 13621d1b12d4 [2021-04-28T08:43:47.541Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-28T08:43:48.217Z] ---> Running in a0c8bb3a6fa5 [2021-04-28T08:43:48.520Z] $ docker top 3533130e88bc51f12fb1377094872eb548ed0b4630273ef3df566d00fca5d945 -eo pid,comm [2021-04-28T08:43:48.557Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T08:43:48.557Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T08:43:48.557Z] Removing intermediate container e7afeb297f89 [2021-04-28T08:43:48.557Z] ---> f901b0d35446 [2021-04-28T08:43:48.557Z] [2021-04-28T08:43:48.557Z] Step 11/23 : FROM docker:20.10.0 [2021-04-28T08:43:48.557Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-28T08:43:48.557Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh [2021-04-28T08:43:49.450Z] 20.10.0: Pulling from library/docker [2021-04-28T08:43:49.450Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-28T08:43:49.450Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-28T08:43:49.450Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-28T08:43:49.450Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-28T08:43:49.450Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T08:43:49.450Z] Removing intermediate container a0c8bb3a6fa5 [2021-04-28T08:43:49.450Z] ---> 58ed6b887369 [2021-04-28T08:43:49.450Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-28T08:43:49.541Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-28T08:43:49.799Z] (4/4) Installing curl (7.76.1-r0) [2021-04-28T08:43:49.800Z] Executing busybox-1.31.1-r20.trigger [2021-04-28T08:43:49.800Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-28T08:43:49.800Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-28T08:43:49.800Z] Executing ca-certificates-20191127-r4.trigger [2021-04-28T08:43:49.800Z] (4/6) Installing curl (7.76.1-r0) [2021-04-28T08:43:49.800Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-28T08:43:49.800Z] (6/6) Installing su-exec (0.2-r1) [2021-04-28T08:43:49.800Z] Executing busybox-1.31.1-r20.trigger [2021-04-28T08:43:49.800Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-28T08:43:49.800Z] Executing ca-certificates-20191127-r4.trigger [2021-04-28T08:43:50.085Z] OK: 7 MiB in 18 packages [2021-04-28T08:43:50.086Z] OK: 7 MiB in 20 packages [2021-04-28T08:43:50.086Z] ---> Running in 35a17fdfe29e [2021-04-28T08:43:50.086Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-28T08:43:50.086Z] Executing busybox-1.31.1-r20.trigger [2021-04-28T08:43:50.086Z] OK: 6 MiB in 15 packages [2021-04-28T08:43:51.109Z] Removing intermediate container 35a17fdfe29e [2021-04-28T08:43:51.109Z] ---> 93086880b6a0 [2021-04-28T08:43:51.109Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-28T08:43:51.414Z] ---> Running in fe4e1296e419 [2021-04-28T08:43:52.415Z] Removing intermediate container fe4e1296e419 [2021-04-28T08:43:52.415Z] ---> db74d7d18556 [2021-04-28T08:43:52.415Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T08:43:52.692Z] Removing intermediate container f1efe37e98b0 [2021-04-28T08:43:52.692Z] ---> 600c2b443865 [2021-04-28T08:43:52.692Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-28T08:43:52.692Z] Removing intermediate container 5a247aeeecf6 [2021-04-28T08:43:52.692Z] ---> 5cd52f5ba965 [2021-04-28T08:43:52.692Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-28T08:43:52.692Z] Removing intermediate container 3d4c5274daab [2021-04-28T08:43:52.692Z] ---> 09e2f4ecdbf7 [2021-04-28T08:43:52.692Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-28T08:43:52.692Z] ---> Running in 71f14bf88f28 [2021-04-28T08:43:52.692Z] ---> Running in e2c70c8c193f [2021-04-28T08:43:52.692Z] ---> Running in e7d768b2c689 [2021-04-28T08:43:52.978Z] ---> Running in 23bbdecf4201 [2021-04-28T08:43:53.302Z] Removing intermediate container e2c70c8c193f [2021-04-28T08:43:53.302Z] ---> 4d9eef91df51 [2021-04-28T08:43:53.302Z] Step 13/21 : WORKDIR /edgex [2021-04-28T08:43:53.596Z] Removing intermediate container e7d768b2c689 [2021-04-28T08:43:53.596Z] ---> 63adea2653dc [2021-04-28T08:43:53.596Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-28T08:43:53.853Z] Building docker-core-command-go ... [2021-04-28T08:43:53.853Z] Building docker-core-data-go ... [2021-04-28T08:43:53.853Z] Building docker-core-metadata-go ... [2021-04-28T08:43:53.853Z] Building docker-security-bootstrapper-go ... [2021-04-28T08:43:53.853Z] Building docker-security-proxy-setup-go ... [2021-04-28T08:43:53.853Z] Building docker-security-secretstore-setup-go ... [2021-04-28T08:43:53.853Z] Building docker-support-notifications-go ... [2021-04-28T08:43:53.853Z] Building docker-support-scheduler-go ... [2021-04-28T08:43:53.853Z] Building docker-sys-mgmt-agent-go ... [2021-04-28T08:43:53.853Z] Building docker-support-notifications-go [2021-04-28T08:43:53.853Z] Building docker-core-command-go [2021-04-28T08:43:53.853Z] Building docker-security-proxy-setup-go [2021-04-28T08:43:53.853Z] Building docker-core-metadata-go [2021-04-28T08:43:53.853Z] Building docker-security-bootstrapper-go [2021-04-28T08:43:53.891Z] ---> Running in 09c47c26d6ef [2021-04-28T08:43:53.891Z] Removing intermediate container 23bbdecf4201 [2021-04-28T08:43:53.891Z] ---> 973c88625e6c [2021-04-28T08:43:53.891Z] Step 13/24 : WORKDIR / [2021-04-28T08:43:54.187Z] ---> Running in 40a225f43fe3 [2021-04-28T08:43:54.187Z] ---> Running in a391ca74141e [2021-04-28T08:43:54.477Z] Removing intermediate container 09c47c26d6ef [2021-04-28T08:43:54.477Z] ---> 17bf5e5d5dc4 [2021-04-28T08:43:54.477Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-28T08:43:54.791Z] Removing intermediate container 40a225f43fe3 [2021-04-28T08:43:54.791Z] ---> 246005cb88d0 [2021-04-28T08:43:54.791Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-28T08:43:55.489Z] ---> Running in 42d45c6c7561 [2021-04-28T08:43:55.489Z] Removing intermediate container a391ca74141e [2021-04-28T08:43:55.489Z] ---> 209a51d60a3c [2021-04-28T08:43:55.489Z] 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-04-28T08:43:55.489Z] ---> 1887b10bd7cc [2021-04-28T08:43:55.489Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-28T08:43:56.253Z] Removing intermediate container 42d45c6c7561 [2021-04-28T08:43:56.253Z] ---> 0e290bb07d75 [2021-04-28T08:43:56.253Z] Step 15/23 : WORKDIR / [2021-04-28T08:43:56.254Z] Removing intermediate container 71f14bf88f28 [2021-04-28T08:43:56.254Z] ---> fbe2bed04695 [2021-04-28T08:43:56.254Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-28T08:43:56.578Z] ---> Running in 112fd016bccf [2021-04-28T08:43:56.578Z] ---> 5c21de989196 [2021-04-28T08:43:56.578Z] 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-04-28T08:43:56.578Z] ---> Running in 337940f9faf7 [2021-04-28T08:43:56.883Z] ---> 0de0c2b8cac5 [2021-04-28T08:43:56.883Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-28T08:43:57.189Z] Removing intermediate container 112fd016bccf [2021-04-28T08:43:57.189Z] ---> 9d274e159727 [2021-04-28T08:43:57.189Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-28T08:43:57.489Z] ---> da65483ef6df [2021-04-28T08:43:57.489Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-28T08:43:58.188Z] ---> 7ccfb1b3b30b [2021-04-28T08:43:58.188Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-28T08:43:58.534Z] ---> d9ab97099b05 [2021-04-28T08:43:58.535Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-28T08:43:58.535Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T08:43:58.894Z] ---> 3c57c9125ac1 [2021-04-28T08:43:58.894Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-28T08:43:59.253Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-28T08:43:59.253Z] ---> Running in 78400c058f43 [2021-04-28T08:44:00.019Z] Removing intermediate container 78400c058f43 [2021-04-28T08:44:00.019Z] ---> 2076d6918a96 [2021-04-28T08:44:00.019Z] Step 18/21 : CMD ["--init=true"] [2021-04-28T08:44:00.019Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-28T08:44:00.019Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-28T08:44:00.019Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-28T08:44:00.602Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-28T08:44:00.602Z] ---> Running in 393fffe30e6d [2021-04-28T08:44:00.602Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-28T08:44:00.602Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-28T08:44:00.602Z] Executing busybox-1.31.1-r20.trigger [2021-04-28T08:44:00.602Z] OK: 8 MiB in 20 packages [2021-04-28T08:44:00.602Z] ---> 11a32fdef927 [2021-04-28T08:44:00.602Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-28T08:44:00.931Z] ---> 5a99baae355f [2021-04-28T08:44:00.931Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-28T08:44:01.660Z] Removing intermediate container 393fffe30e6d [2021-04-28T08:44:01.660Z] ---> f1b0f0b8c981 [2021-04-28T08:44:01.660Z] Step 19/21 : LABEL arch=x86_64 [2021-04-28T08:44:01.660Z] ---> Running in 87c0ac8dfcfb [2021-04-28T08:44:02.153Z] ---> 0eb0f282f5a6 [2021-04-28T08:44:02.153Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-28T08:44:02.153Z] ---> Running in 7406b1dfe8a1 [2021-04-28T08:44:02.153Z] Removing intermediate container 87c0ac8dfcfb [2021-04-28T08:44:02.153Z] ---> 079cf5118b98 [2021-04-28T08:44:02.153Z] Step 20/21 : LABEL git_sha=1906a0e9afeee83252016a1283bb3a3fb588245d [2021-04-28T08:44:03.425Z] ---> Running in 16d035208c2e [2021-04-28T08:44:03.425Z] ---> e1b76c17f60f [2021-04-28T08:44:03.425Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-28T08:44:03.719Z] Removing intermediate container 337940f9faf7 [2021-04-28T08:44:03.719Z] ---> 856b2a8e3ca0 [2021-04-28T08:44:03.719Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-28T08:44:03.719Z] Removing intermediate container 7406b1dfe8a1 [2021-04-28T08:44:03.719Z] ---> 755664b8d085 [2021-04-28T08:44:03.719Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-28T08:44:04.389Z] ---> Running in 6c1a9b66c3d3 [2021-04-28T08:44:04.687Z] Removing intermediate container 16d035208c2e [2021-04-28T08:44:04.687Z] ---> 0e7bfa0644a0 [2021-04-28T08:44:04.687Z] Step 21/21 : LABEL version=0.0.0 [2021-04-28T08:44:04.969Z] ---> 5621d4545d87 [2021-04-28T08:44:04.969Z] 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-04-28T08:44:05.310Z] ---> 828754e4f638 [2021-04-28T08:44:05.310Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-28T08:44:05.310Z] ---> Running in 3e287a21876a [2021-04-28T08:44:05.721Z] Removing intermediate container 6c1a9b66c3d3 [2021-04-28T08:44:05.721Z] ---> 5b3bcc654f3a [2021-04-28T08:44:05.721Z] Step 21/23 : LABEL arch=x86_64 [2021-04-28T08:44:05.721Z] ---> Running in 20341a01bf7b [2021-04-28T08:44:06.031Z] ---> Running in 6eac24b7050d [2021-04-28T08:44:06.318Z] Removing intermediate container 3e287a21876a [2021-04-28T08:44:06.318Z] ---> 85695bac51aa [2021-04-28T08:44:06.318Z] [2021-04-28T08:44:06.918Z] Removing intermediate container 6eac24b7050d [2021-04-28T08:44:06.918Z] ---> f486254996b4 [2021-04-28T08:44:06.918Z] Step 22/23 : LABEL git_sha=1906a0e9afeee83252016a1283bb3a3fb588245d [2021-04-28T08:44:07.552Z] ---> Running in c98f33beba32 [2021-04-28T08:44:07.552Z] ---> ce5f727de595 [2021-04-28T08:44:07.552Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-28T08:44:07.960Z] Successfully built 85695bac51aa [2021-04-28T08:44:07.960Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-28T08:44:07.960Z] Building docker-support-notifications-go [2021-04-28T08:44:08.232Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container c98f33beba32 [2021-04-28T08:44:08.232Z] ---> d778884dff5b [2021-04-28T08:44:08.232Z] Step 23/23 : LABEL version=0.0.0 [2021-04-28T08:44:08.532Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-28T08:44:08.533Z] ---> 7aff337fa041 [2021-04-28T08:44:08.533Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-28T08:44:08.533Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-28T08:44:08.533Z] ---> aefe523efa57 [2021-04-28T08:44:08.533Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-28T08:44:08.533Z] ---> Running in 8c501fe191da [2021-04-28T08:44:08.844Z] ---> Running in 6cf56f15f9c4 [2021-04-28T08:44:08.844Z] ---> Running in 616814dca50e [2021-04-28T08:44:09.155Z] Removing intermediate container 20341a01bf7b [2021-04-28T08:44:09.155Z] ---> b5f0acbc3ccc [2021-04-28T08:44:09.155Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-28T08:44:09.155Z] Removing intermediate container 8c501fe191da [2021-04-28T08:44:09.155Z] ---> 4291e9de8ac6 [2021-04-28T08:44:09.155Z] [2021-04-28T08:44:09.437Z] ---> Running in 27a07ca52e68 [2021-04-28T08:44:09.437Z] Removing intermediate container 6cf56f15f9c4 [2021-04-28T08:44:09.437Z] ---> d1aad6c707bb [2021-04-28T08:44:09.437Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-28T08:44:09.437Z] Removing intermediate container 616814dca50e [2021-04-28T08:44:09.437Z] ---> ce513f540272 [2021-04-28T08:44:09.437Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-28T08:44:09.757Z] Successfully built 4291e9de8ac6 [2021-04-28T08:44:09.757Z] ---> Running in 7390490d4dc4 [2021-04-28T08:44:10.391Z] Successfully tagged docker-core-command-go:latest [2021-04-28T08:44:10.391Z]  Building docker-core-command-go ... done Building docker-security-bootstrapper-go [2021-04-28T08:44:11.049Z] ---> Running in 3c347fbd6435 [2021-04-28T08:44:11.708Z] Removing intermediate container 27a07ca52e68 [2021-04-28T08:44:11.708Z] ---> 2a6e50846d33 [2021-04-28T08:44:11.708Z] Step 22/24 : LABEL arch=x86_64 [2021-04-28T08:44:12.390Z] ---> Running in 0ebef3d529f6 [2021-04-28T08:44:13.016Z] Removing intermediate container 3c347fbd6435 [2021-04-28T08:44:13.016Z] ---> 81087aa3504e [2021-04-28T08:44:13.016Z] Step 21/23 : LABEL arch=x86_64 [2021-04-28T08:44:13.333Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T08:44:13.333Z] Removing intermediate container 0ebef3d529f6 [2021-04-28T08:44:13.333Z] ---> 2111d1a25ecd [2021-04-28T08:44:13.333Z] Step 23/24 : LABEL git_sha=1906a0e9afeee83252016a1283bb3a3fb588245d [2021-04-28T08:44:13.701Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-28T08:44:13.701Z] ---> Running in e71a862fdb8a [2021-04-28T08:44:13.701Z] ---> Running in 00cc2bce9b63 [2021-04-28T08:44:14.075Z] (1/39) Installing readline (8.0.4-r0) [2021-04-28T08:44:14.075Z] (2/39) Installing bash (5.0.17-r0) [2021-04-28T08:44:14.075Z] Executing bash-5.0.17-r0.post-install [2021-04-28T08:44:14.075Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-28T08:44:14.075Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-28T08:44:14.075Z] (5/39) Installing curl (7.76.1-r0) [2021-04-28T08:44:14.075Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-28T08:44:14.075Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-28T08:44:14.485Z] (8/39) Installing expat (2.2.9-r1) [2021-04-28T08:44:14.485Z] (9/39) Installing libffi (3.3-r2) [2021-04-28T08:44:14.485Z] (10/39) Installing gdbm (1.13-r1) [2021-04-28T08:44:14.485Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-28T08:44:14.485Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-28T08:44:14.485Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-28T08:44:14.485Z] Removing intermediate container e71a862fdb8a [2021-04-28T08:44:14.485Z] ---> c9ec51b84014 [2021-04-28T08:44:14.485Z] Step 22/23 : LABEL git_sha=1906a0e9afeee83252016a1283bb3a3fb588245d [2021-04-28T08:44:18.070Z] ---> Running in f56bf959f237 [2021-04-28T08:44:18.437Z] Removing intermediate container 00cc2bce9b63 [2021-04-28T08:44:18.437Z] ---> 7c137485d6f4 [2021-04-28T08:44:18.437Z] Step 24/24 : LABEL version=0.0.0 [2021-04-28T08:44:20.034Z] ---> Running in 044421577f4e [2021-04-28T08:44:20.034Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-28T08:44:20.034Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-28T08:44:20.034Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-28T08:44:20.034Z] Removing intermediate container f56bf959f237 [2021-04-28T08:44:20.034Z] ---> 21f5dbd3c40a [2021-04-28T08:44:20.034Z] Step 23/23 : LABEL version=0.0.0 [2021-04-28T08:44:20.034Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-28T08:44:20.034Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-28T08:44:20.727Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-28T08:44:20.727Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-28T08:44:21.005Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-28T08:44:21.271Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-28T08:44:21.566Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-28T08:44:21.846Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-28T08:44:22.125Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-28T08:44:23.374Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-28T08:44:23.374Z] ---> Running in 387f6d4b941c [2021-04-28T08:44:23.374Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-28T08:44:23.757Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-28T08:44:23.757Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-28T08:44:23.757Z] Removing intermediate container 044421577f4e [2021-04-28T08:44:23.757Z] ---> 35e553cdd2af [2021-04-28T08:44:23.757Z] [2021-04-28T08:44:24.098Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-28T08:44:24.098Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-28T08:44:24.098Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-28T08:44:24.424Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-28T08:44:24.424Z] Removing intermediate container 387f6d4b941c [2021-04-28T08:44:24.424Z] ---> d30c46f6b089 [2021-04-28T08:44:24.424Z] [2021-04-28T08:44:24.424Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-28T08:44:24.424Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-28T08:44:24.424Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-28T08:44:24.424Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-28T08:44:24.424Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-28T08:44:24.424Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-28T08:44:24.744Z] Successfully built 35e553cdd2af [2021-04-28T08:44:24.744Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-28T08:44:25.036Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2021-04-28T08:44:25.036Z] Executing busybox-1.31.1-r19.trigger [2021-04-28T08:44:25.036Z] OK: 72 MiB in 59 packages [2021-04-28T08:44:25.036Z] Successfully built d30c46f6b089 [2021-04-28T08:44:25.368Z] Successfully tagged docker-core-data-go:latest [2021-04-28T08:44:25.368Z] Building docker-support-scheduler-go [2021-04-28T08:44:33.937Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-04-28T08:44:33.937Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-28T08:44:34.551Z] Collecting docker<4.0,>=3.6.0 [2021-04-28T08:44:34.551Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-28T08:44:35.313Z] Collecting docopt<0.7,>=0.6.1 [2021-04-28T08:44:35.313Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-28T08:44:39.821Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-28T08:44:39.821Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-28T08:44:39.821Z] 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-04-28T08:44:39.821Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-28T08:44:39.821Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-28T08:44:45.835Z] Collecting PyYAML<4,>=3.10 [2021-04-28T08:44:45.835Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-28T08:44:47.384Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-28T08:44:47.384Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-28T08:44:47.679Z] Collecting cached-property<2,>=1.2.0 [2021-04-28T08:44:47.679Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-28T08:44:47.987Z] Collecting texttable<0.10,>=0.9.0 [2021-04-28T08:44:47.987Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-28T08:44:49.582Z] Collecting jsonschema<3,>=2.5.1 [2021-04-28T08:44:49.582Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-28T08:44:49.582Z] Collecting docker-pycreds>=0.4.0 [2021-04-28T08:44:49.582Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-28T08:44:49.582Z] 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-04-28T08:44:49.868Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-28T08:44:49.868Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-28T08:44:49.868Z] 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-04-28T08:44:50.405Z] Collecting idna<2.8,>=2.5 [2021-04-28T08:44:50.405Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-28T08:44:50.736Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-28T08:44:50.736Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-28T08:44:50.736Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-28T08:44:50.736Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-28T08:44:51.872Z] Installing collected packages: websocket-client, urllib3, idna, requests, docker-pycreds, docker, docopt, dockerpty, PyYAML, cached-property, texttable, jsonschema, docker-compose [2021-04-28T08:44:52.592Z] Attempting uninstall: urllib3 [2021-04-28T08:44:52.592Z] Found existing installation: urllib3 1.25.9 [2021-04-28T08:44:52.592Z] Uninstalling urllib3-1.25.9: [2021-04-28T08:44:52.592Z] Successfully uninstalled urllib3-1.25.9 [2021-04-28T08:44:54.875Z] Attempting uninstall: idna [2021-04-28T08:44:54.875Z] Found existing installation: idna 2.9 [2021-04-28T08:44:54.875Z] Uninstalling idna-2.9: [2021-04-28T08:44:54.875Z] Successfully uninstalled idna-2.9 [2021-04-28T08:44:55.206Z] Attempting uninstall: requests [2021-04-28T08:44:55.206Z] Found existing installation: requests 2.23.0 [2021-04-28T08:44:55.206Z] Uninstalling requests-2.23.0: [2021-04-28T08:44:55.206Z] Successfully uninstalled requests-2.23.0 [2021-04-28T08:44:57.450Z] Running setup.py install for docopt: started [2021-04-28T08:45:01.114Z] Running setup.py install for docopt: finished with status 'done' [2021-04-28T08:45:01.114Z] Running setup.py install for dockerpty: started [2021-04-28T08:45:03.785Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-28T08:45:03.785Z] Running setup.py install for PyYAML: started [2021-04-28T08:45:06.775Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-28T08:45:07.893Z] Running setup.py install for texttable: started [2021-04-28T08:45:09.385Z] Running setup.py install for texttable: finished with status 'done' [2021-04-28T08:45:09.385Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T08:45:09.385Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-28T08:45:09.385Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T08:45:09.385Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-28T08:45:09.385Z] ---> 70387487658d [2021-04-28T08:45:09.385Z] Step 3/31 : WORKDIR /edgex-go [2021-04-28T08:45:09.385Z] ---> 70387487658d [2021-04-28T08:45:09.385Z] Step 3/22 : WORKDIR /edgex-go [2021-04-28T08:45:09.385Z] ---> Using cache [2021-04-28T08:45:09.385Z] ---> 96356ab7955a [2021-04-28T08:45:09.385Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T08:45:09.385Z] ---> Using cache [2021-04-28T08:45:09.385Z] ---> 96356ab7955a [2021-04-28T08:45:09.385Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T08:45:09.385Z] ---> Using cache [2021-04-28T08:45:09.385Z] ---> cea5bcc90562 [2021-04-28T08:45:09.385Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-28T08:45:09.385Z] ---> Using cache [2021-04-28T08:45:09.385Z] ---> cea5bcc90562 [2021-04-28T08:45:09.385Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-28T08:45:09.385Z] ---> Using cache [2021-04-28T08:45:09.385Z] ---> f022efce8c6f [2021-04-28T08:45:09.385Z] Step 6/31 : COPY go.mod . [2021-04-28T08:45:09.385Z] ---> Using cache [2021-04-28T08:45:09.385Z] ---> 880969909dcf [2021-04-28T08:45:09.385Z] Step 7/31 : RUN go mod download [2021-04-28T08:45:09.385Z] ---> Using cache [2021-04-28T08:45:09.385Z] ---> 6b269bfc4055 [2021-04-28T08:45:09.385Z] Step 8/31 : COPY . . [2021-04-28T08:45:09.655Z] ---> Using cache [2021-04-28T08:45:09.656Z] ---> a63969167268 [2021-04-28T08:45:09.656Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-28T08:45:11.251Z] ---> Running in c240a4c0a39b [2021-04-28T08:45:11.251Z] ---> Running in d88cb8b381ce [2021-04-28T08:45:11.892Z] 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.58.0 [2021-04-28T08:45:15.622Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T08:45:15.622Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-28T08:45:15.622Z] ---> 9b997a8e13d9 [2021-04-28T08:45:15.622Z] Step 3/31 : WORKDIR /edgex-go [2021-04-28T08:45:15.622Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T08:45:15.622Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-28T08:45:15.622Z] ---> 9b997a8e13d9 [2021-04-28T08:45:15.622Z] Step 3/21 : WORKDIR /edgex-go [2021-04-28T08:45:15.622Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T08:45:15.622Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-28T08:45:15.622Z] ---> 9b997a8e13d9 [2021-04-28T08:45:15.622Z] Step 3/22 : WORKDIR /edgex-go [2021-04-28T08:45:15.622Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T08:45:15.622Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-28T08:45:15.622Z] ---> 9b997a8e13d9 [2021-04-28T08:45:15.622Z] Step 3/23 : WORKDIR /edgex-go [2021-04-28T08:45:15.622Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T08:45:15.622Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-28T08:45:15.622Z] ---> 9b997a8e13d9 [2021-04-28T08:45:15.622Z] Step 3/23 : WORKDIR /edgex-go [2021-04-28T08:45:15.622Z] ---> Running in c2dea44af6a8 [2021-04-28T08:45:15.622Z] ---> Running in c09049eb3f28 [2021-04-28T08:45:15.622Z] ---> Running in d92e6a6b8be8 [2021-04-28T08:45:15.622Z] ---> Running in 2cc3c1fdd729 [2021-04-28T08:45:15.622Z] ---> Running in 3b4408220c51 [2021-04-28T08:45:15.622Z] Removing intermediate container d92e6a6b8be8 [2021-04-28T08:45:15.622Z] ---> c0b3039eb2c1 [2021-04-28T08:45:15.622Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T08:45:15.622Z] Removing intermediate container c09049eb3f28 [2021-04-28T08:45:15.622Z] ---> 4143dcd17dda [2021-04-28T08:45:15.622Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T08:45:15.622Z] Removing intermediate container 2cc3c1fdd729 [2021-04-28T08:45:15.622Z] ---> 25eb9378471b [2021-04-28T08:45:15.622Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T08:45:15.622Z] Removing intermediate container 3b4408220c51 [2021-04-28T08:45:15.622Z] ---> 04d9723f0e4e [2021-04-28T08:45:15.622Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T08:45:15.622Z] Removing intermediate container c2dea44af6a8 [2021-04-28T08:45:15.622Z] ---> 9bf717c9654a [2021-04-28T08:45:15.622Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T08:45:15.622Z] ---> Running in 8971c26d9e55 [2021-04-28T08:45:15.622Z] ---> Running in 8ebd3056172d [2021-04-28T08:45:15.622Z] ---> Running in 5cc9a3a03b7d [2021-04-28T08:45:15.622Z] ---> Running in ddddc9aa32be [2021-04-28T08:45:15.622Z] ---> Running in 697512c0e64e [2021-04-28T08:45:15.622Z] Removing intermediate container 8971c26d9e55 [2021-04-28T08:45:15.622Z] ---> e2c6ce1b341c [2021-04-28T08:45:15.622Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-28T08:45:15.622Z] ---> Running in 72b985392d44 [2021-04-28T08:45:15.622Z] Removing intermediate container 8ebd3056172d [2021-04-28T08:45:15.622Z] ---> 9ca6f6d6becf [2021-04-28T08:45:15.622Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-28T08:45:15.622Z] Removing intermediate container 697512c0e64e [2021-04-28T08:45:15.622Z] ---> f22cb06f92eb [2021-04-28T08:45:15.622Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-28T08:45:15.622Z] ---> Running in 849b8a4fd928 [2021-04-28T08:45:15.622Z] ---> Running in e90fc1f5d0bf [2021-04-28T08:45:15.622Z] Removing intermediate container 5cc9a3a03b7d [2021-04-28T08:45:15.622Z] ---> 47f7848b50f6 [2021-04-28T08:45:15.622Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-28T08:45:15.622Z] Removing intermediate container ddddc9aa32be [2021-04-28T08:45:15.622Z] ---> b2725ce4645b [2021-04-28T08:45:15.622Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-28T08:45:15.622Z] ---> Running in f74f97d0627b [2021-04-28T08:45:15.622Z] ---> Running in c8d8d29da0ff [2021-04-28T08:45:15.622Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T08:45:15.622Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T08:45:15.622Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T08:45:15.622Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T08:45:15.622Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T08:45:15.622Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T08:45:15.622Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T08:45:15.622Z] OK: 217 MiB in 51 packages [2021-04-28T08:45:15.622Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T08:45:15.622Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T08:45:16.227Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T08:45:16.227Z] OK: 217 MiB in 51 packages [2021-04-28T08:45:16.227Z] OK: 217 MiB in 51 packages [2021-04-28T08:45:16.227Z] OK: 217 MiB in 51 packages [2021-04-28T08:45:16.830Z] Removing intermediate container 72b985392d44 [2021-04-28T08:45:16.830Z] ---> cbbe84109412 [2021-04-28T08:45:16.830Z] Step 6/31 : COPY go.mod . [2021-04-28T08:45:16.830Z] OK: 217 MiB in 51 packages [2021-04-28T08:45:17.819Z] Removing intermediate container 849b8a4fd928 [2021-04-28T08:45:17.819Z] ---> 8df3dc2d850f [2021-04-28T08:45:17.819Z] Step 6/23 : COPY go.mod . [2021-04-28T08:45:18.100Z] ---> 5976d157905b [2021-04-28T08:45:18.100Z] Step 7/31 : RUN go mod download [2021-04-28T08:45:18.100Z] Removing intermediate container e90fc1f5d0bf [2021-04-28T08:45:18.100Z] ---> 9a2feaf56513 [2021-04-28T08:45:18.100Z] Step 6/23 : COPY go.mod . [2021-04-28T08:45:18.100Z] ---> Running in 992d71b3e9f8 [2021-04-28T08:45:18.380Z] Removing intermediate container f74f97d0627b [2021-04-28T08:45:18.380Z] ---> bdfad8b7c7af [2021-04-28T08:45:18.380Z] Step 6/21 : COPY go.mod . [2021-04-28T08:45:18.380Z] Removing intermediate container c8d8d29da0ff [2021-04-28T08:45:18.380Z] ---> dbcecd5047d8 [2021-04-28T08:45:18.654Z] Step 6/22 : COPY go.mod . [2021-04-28T08:45:18.718Z] 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-04-28T08:45:18.718Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T08:45:19.014Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-28T08:45:19.251Z] ---> b3ec6635da36 [2021-04-28T08:45:19.251Z] Step 7/23 : RUN go mod download [2021-04-28T08:45:19.251Z] ---> 870029fd549f [2021-04-28T08:45:19.251Z] Step 7/23 : RUN go mod download [2021-04-28T08:45:19.251Z] ---> Running in 9cf907a111e2 [2021-04-28T08:45:19.525Z] ---> Running in 5239d477bfd1 [2021-04-28T08:45:19.525Z] ---> ab765dc7d646 [2021-04-28T08:45:19.525Z] Step 7/21 : RUN go mod download [2021-04-28T08:45:19.800Z] ---> 669e6839f8b3 [2021-04-28T08:45:19.800Z] Step 7/22 : RUN go mod download [2021-04-28T08:45:19.800Z] ---> Running in 6089ae313962 [2021-04-28T08:45:19.800Z] ---> Running in 8e7db25d563b [2021-04-28T08:45:20.115Z] OK: 233 MiB in 51 packages [2021-04-28T08:45:21.793Z] Removing intermediate container 992d71b3e9f8 [2021-04-28T08:45:21.793Z] ---> 246bfac16643 [2021-04-28T08:45:21.793Z] Step 8/31 : COPY . . [2021-04-28T08:45:24.439Z] Removing intermediate container 9cf907a111e2 [2021-04-28T08:45:24.439Z] ---> 9a40a2e5e453 [2021-04-28T08:45:24.439Z] Step 8/23 : COPY . . [2021-04-28T08:45:25.423Z] Removing intermediate container 6089ae313962 [2021-04-28T08:45:25.423Z] ---> 4816383b058e [2021-04-28T08:45:25.423Z] Step 8/21 : COPY . . [2021-04-28T08:45:25.423Z] Removing intermediate container 5239d477bfd1 [2021-04-28T08:45:25.423Z] ---> e117aa616e54 [2021-04-28T08:45:25.423Z] Step 8/23 : COPY . . [2021-04-28T08:45:26.019Z] Removing intermediate container 8e7db25d563b [2021-04-28T08:45:26.019Z] ---> c8d85dff34d7 [2021-04-28T08:45:26.019Z] Step 8/22 : COPY . . [2021-04-28T08:45:26.082Z] Removing intermediate container c240a4c0a39b [2021-04-28T08:45:26.082Z] ---> 55ae38590acf [2021-04-28T08:45:26.082Z] Step 6/22 : COPY go.mod . [2021-04-28T08:45:26.732Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T08:45:26.732Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-28T08:45:26.732Z] ---> 70387487658d [2021-04-28T08:45:26.732Z] Step 3/23 : WORKDIR /edgex-go [2021-04-28T08:45:26.732Z] ---> Using cache [2021-04-28T08:45:26.732Z] ---> 96356ab7955a [2021-04-28T08:45:26.732Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T08:45:26.732Z] ---> Using cache [2021-04-28T08:45:26.732Z] ---> cea5bcc90562 [2021-04-28T08:45:26.732Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-28T08:45:26.732Z] ---> Using cache [2021-04-28T08:45:26.732Z] ---> f022efce8c6f [2021-04-28T08:45:26.732Z] Step 6/23 : COPY go.mod . [2021-04-28T08:45:26.732Z] ---> Using cache [2021-04-28T08:45:26.732Z] ---> 880969909dcf [2021-04-28T08:45:26.732Z] Step 7/23 : RUN go mod download [2021-04-28T08:45:26.732Z] ---> Using cache [2021-04-28T08:45:26.732Z] ---> 6b269bfc4055 [2021-04-28T08:45:26.732Z] Step 8/23 : COPY . . [2021-04-28T08:45:27.408Z] ---> Using cache [2021-04-28T08:45:27.408Z] ---> a63969167268 [2021-04-28T08:45:27.408Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-28T08:45:27.699Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T08:45:27.699Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-28T08:45:27.699Z] ---> 70387487658d [2021-04-28T08:45:27.699Z] Step 3/22 : WORKDIR /edgex-go [2021-04-28T08:45:27.699Z] ---> Using cache [2021-04-28T08:45:27.699Z] ---> 96356ab7955a [2021-04-28T08:45:27.699Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T08:45:27.699Z] ---> Using cache [2021-04-28T08:45:27.699Z] ---> cea5bcc90562 [2021-04-28T08:45:27.699Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-28T08:45:27.699Z] ---> Using cache [2021-04-28T08:45:27.699Z] ---> f022efce8c6f [2021-04-28T08:45:27.699Z] Step 6/22 : COPY go.mod . [2021-04-28T08:45:27.699Z] ---> Using cache [2021-04-28T08:45:27.699Z] ---> 880969909dcf [2021-04-28T08:45:27.699Z] Step 7/22 : RUN go mod download [2021-04-28T08:45:27.699Z] ---> Using cache [2021-04-28T08:45:27.699Z] ---> 6b269bfc4055 [2021-04-28T08:45:27.699Z] Step 8/22 : COPY . . [2021-04-28T08:45:28.372Z] ---> 15a16658beb2 [2021-04-28T08:45:28.372Z] Step 7/22 : RUN go mod download [2021-04-28T08:45:28.372Z] ---> Using cache [2021-04-28T08:45:28.372Z] ---> a63969167268 [2021-04-28T08:45:28.372Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-28T08:45:28.730Z] ---> Running in b15667f2c359 [2021-04-28T08:45:28.730Z] ---> Running in 31a208e79a55 [2021-04-28T08:45:28.730Z] ---> Running in 6dc88bcbbf47 [2021-04-28T08:45:31.033Z] 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-04-28T08:45:31.358Z] 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-04-28T08:45:36.973Z] Removing intermediate container 6dc88bcbbf47 [2021-04-28T08:45:36.973Z] ---> e379f68f1045 [2021-04-28T08:45:36.973Z] Step 8/22 : COPY . . [2021-04-28T08:45:52.817Z] ---> e7bdb6f07e0f [2021-04-28T08:45:52.817Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-28T08:45:52.817Z] ---> df89e9ef1272 [2021-04-28T08:45:52.817Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-28T08:45:52.817Z] ---> Running in 48b1043673b9 [2021-04-28T08:45:52.817Z] ---> Running in 0b45955cfa00 [2021-04-28T08:45:52.817Z] ---> 6f07004a2e47 [2021-04-28T08:45:52.817Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-28T08:45:52.817Z] ---> 974ca21ee263 [2021-04-28T08:45:52.817Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-28T08:45:52.817Z] ---> Running in ae2dc5abbbc2 [2021-04-28T08:45:52.817Z] ---> Running in 9f18e9c00d54 [2021-04-28T08:45:52.817Z] ---> 5c4ad8a7119e [2021-04-28T08:45:52.817Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-28T08:45:52.817Z] ---> Running in 572aa928c741 [2021-04-28T08:45:52.818Z] 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-04-28T08:45:52.818Z] 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-04-28T08:45:52.818Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-28T08:45:52.818Z] 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-04-28T08:45:52.818Z] 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-04-28T08:46:25.279Z] Removing intermediate container 7390490d4dc4 [2021-04-28T08:46:25.280Z] ---> ed082024d67a [2021-04-28T08:46:25.280Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-28T08:46:25.280Z] ---> Running in cefa3d857479 [2021-04-28T08:46:25.280Z] Removing intermediate container cefa3d857479 [2021-04-28T08:46:25.280Z] ---> 542e1d3f5832 [2021-04-28T08:46:25.280Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-28T08:46:25.280Z] ---> Running in 5dbb50559b98 [2021-04-28T08:46:29.397Z] Removing intermediate container 5dbb50559b98 [2021-04-28T08:46:29.397Z] ---> 00933a6f81e0 [2021-04-28T08:46:29.397Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-28T08:46:37.574Z] ---> b0b031423372 [2021-04-28T08:46:37.574Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-28T08:46:37.881Z] Removing intermediate container d88cb8b381ce [2021-04-28T08:46:37.881Z] ---> 59e0f1976576 [2021-04-28T08:46:37.881Z] [2021-04-28T08:46:37.881Z] Step 10/31 : FROM alpine:3.12 [2021-04-28T08:46:37.881Z] ---> 13621d1b12d4 [2021-04-28T08:46:37.881Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-28T08:46:38.498Z] ---> eb6579a76cbf [2021-04-28T08:46:38.498Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-28T08:46:39.132Z] ---> Running in 22b419792285 [2021-04-28T08:46:42.700Z] Removing intermediate container 22b419792285 [2021-04-28T08:46:42.700Z] ---> f1099c63f79b [2021-04-28T08:46:42.700Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-28T08:46:43.032Z] ---> e67f13f65e70 [2021-04-28T08:46:43.032Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-28T08:46:46.639Z] ---> Running in 68a07554f8e0 [2021-04-28T08:46:46.639Z] ---> Running in df7a2daa1744 [2021-04-28T08:46:49.118Z] Removing intermediate container df7a2daa1744 [2021-04-28T08:46:49.118Z] ---> f097942235d3 [2021-04-28T08:46:49.118Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-28T08:46:49.118Z] Removing intermediate container 31a208e79a55 [2021-04-28T08:46:49.118Z] ---> 1f8a5b31dca3 [2021-04-28T08:46:49.118Z] [2021-04-28T08:46:49.118Z] Step 10/22 : FROM alpine:3.12 [2021-04-28T08:46:49.118Z] ---> 13621d1b12d4 [2021-04-28T08:46:49.118Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-28T08:46:49.118Z] ---> Using cache [2021-04-28T08:46:49.118Z] ---> 5cd52f5ba965 [2021-04-28T08:46:49.118Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-28T08:46:49.118Z] ---> Using cache [2021-04-28T08:46:49.118Z] ---> 63adea2653dc [2021-04-28T08:46:49.118Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-28T08:46:49.118Z] Removing intermediate container b15667f2c359 [2021-04-28T08:46:49.118Z] ---> c83f7ed4047e [2021-04-28T08:46:49.118Z] [2021-04-28T08:46:49.118Z] Step 10/23 : FROM alpine:3.12 [2021-04-28T08:46:49.118Z] ---> 13621d1b12d4 [2021-04-28T08:46:49.118Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-28T08:46:49.118Z] ---> Using cache [2021-04-28T08:46:49.118Z] ---> 5cd52f5ba965 [2021-04-28T08:46:49.118Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-28T08:46:49.118Z] ---> Using cache [2021-04-28T08:46:49.118Z] ---> 63adea2653dc [2021-04-28T08:46:49.118Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-28T08:46:49.118Z] ---> Running in e889d467cee5 [2021-04-28T08:46:49.429Z] ---> Running in 2a71f1462568 [2021-04-28T08:46:49.429Z] ---> Running in 8be2349b7d0f [2021-04-28T08:46:50.239Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T08:46:50.239Z] Removing intermediate container e889d467cee5 [2021-04-28T08:46:50.239Z] ---> 92d071dc1f5a [2021-04-28T08:46:50.239Z] Step 21/23 : LABEL arch=x86_64 [2021-04-28T08:46:50.239Z] Removing intermediate container 2a71f1462568 [2021-04-28T08:46:50.239Z] ---> 09bce88173f9 [2021-04-28T08:46:50.239Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-28T08:46:50.239Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-28T08:46:50.541Z] Removing intermediate container 8be2349b7d0f [2021-04-28T08:46:50.541Z] ---> 1fa881e050fe [2021-04-28T08:46:50.541Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-28T08:46:50.840Z] ---> Running in 2e621d516b53 [2021-04-28T08:46:50.840Z] ---> Running in ed1bd250debe [2021-04-28T08:46:50.840Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-28T08:46:50.840Z] (2/2) Installing su-exec (0.2-r1) [2021-04-28T08:46:50.840Z] Executing busybox-1.31.1-r20.trigger [2021-04-28T08:46:51.160Z] OK: 6 MiB in 16 packages [2021-04-28T08:46:51.160Z] ---> Running in 9920ac2e9d62 [2021-04-28T08:46:51.496Z] Removing intermediate container 2e621d516b53 [2021-04-28T08:46:51.496Z] ---> 7af6051cfdca [2021-04-28T08:46:51.496Z] Step 15/23 : WORKDIR / [2021-04-28T08:46:51.819Z] ---> d3a99477fff2 [2021-04-28T08:46:51.819Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-28T08:46:51.819Z] Removing intermediate container ed1bd250debe [2021-04-28T08:46:51.819Z] ---> cdf4e50459fe [2021-04-28T08:46:51.819Z] Step 22/23 : LABEL git_sha=1906a0e9afeee83252016a1283bb3a3fb588245d [2021-04-28T08:46:51.819Z] ---> Running in 8a8209d926c6 [2021-04-28T08:46:52.100Z] ---> Running in eeee338de090 [2021-04-28T08:46:52.100Z] ---> Running in 032c08ae77a8 [2021-04-28T08:46:52.100Z] Removing intermediate container 9920ac2e9d62 [2021-04-28T08:46:52.101Z] ---> 0c3e41981ad5 [2021-04-28T08:46:52.101Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-28T08:46:52.749Z] Removing intermediate container 8a8209d926c6 [2021-04-28T08:46:52.749Z] ---> 90c00ab4a5a4 [2021-04-28T08:46:52.749Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-28T08:46:52.749Z] Removing intermediate container 032c08ae77a8 [2021-04-28T08:46:52.749Z] ---> ae1e7428b810 [2021-04-28T08:46:52.749Z] Step 23/23 : LABEL version=0.0.0 [2021-04-28T08:46:53.062Z] Removing intermediate container 68a07554f8e0 [2021-04-28T08:46:53.062Z] ---> 406be9b2e0c4 [2021-04-28T08:46:53.062Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-28T08:46:53.062Z] ---> bd261481c5f0 [2021-04-28T08:46:53.062Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-28T08:46:53.393Z] ---> Running in 2d88f24245d0 [2021-04-28T08:46:53.393Z] ---> Running in 6cb16024a530 [2021-04-28T08:46:53.832Z] ---> 80571fb3011d [2021-04-28T08:46:53.832Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-28T08:46:53.832Z] 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-04-28T08:46:54.698Z] Removing intermediate container 2d88f24245d0 [2021-04-28T08:46:54.698Z] ---> 99a75955602c [2021-04-28T08:46:54.698Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-28T08:46:55.366Z] Removing intermediate container 6cb16024a530 [2021-04-28T08:46:55.366Z] ---> e429e0849c35 [2021-04-28T08:46:55.366Z] [2021-04-28T08:46:56.396Z] ---> Running in 839e370d1385 [2021-04-28T08:46:56.396Z] ---> d2874a8c39e6 [2021-04-28T08:46:56.396Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-28T08:46:56.685Z] ---> 8c2cacbb7d8c [2021-04-28T08:46:56.685Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-28T08:46:57.062Z] Successfully built e429e0849c35 [2021-04-28T08:46:57.351Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-28T08:46:57.637Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 839e370d1385 [2021-04-28T08:46:57.637Z] ---> 45f97e6ce657 [2021-04-28T08:46:57.637Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-28T08:46:57.924Z] ---> 6ab0bfb608e6 [2021-04-28T08:46:57.924Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-28T08:46:58.273Z] ---> ec27922bd7e5 [2021-04-28T08:46:58.273Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-28T08:46:58.273Z] ---> Running in 2cfb36eb2335 [2021-04-28T08:46:58.618Z] ---> Running in 8753a09a88e0 [2021-04-28T08:46:59.014Z] ---> Running in 1dae210f2009 [2021-04-28T08:46:59.951Z] Removing intermediate container 8753a09a88e0 [2021-04-28T08:46:59.951Z] ---> e5222ad99411 [2021-04-28T08:46:59.951Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-28T08:46:59.951Z] Removing intermediate container 1dae210f2009 [2021-04-28T08:46:59.951Z] ---> dcac0e6fe957 [2021-04-28T08:46:59.951Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-28T08:46:59.951Z] ---> Running in f7a349991941 [2021-04-28T08:47:00.452Z] ---> Running in 6443c0514385 [2021-04-28T08:47:00.805Z] Removing intermediate container 6443c0514385 [2021-04-28T08:47:00.805Z] ---> 831e79108deb [2021-04-28T08:47:00.805Z] Step 21/23 : LABEL arch=x86_64 [2021-04-28T08:47:01.145Z] Removing intermediate container f7a349991941 [2021-04-28T08:47:01.145Z] ---> a5d24351b19b [2021-04-28T08:47:01.145Z] Step 20/22 : LABEL arch=x86_64 [2021-04-28T08:47:01.145Z] ---> Running in 3fe88aed7923 [2021-04-28T08:47:01.567Z] ---> Running in f89464520f71 [2021-04-28T08:47:02.607Z] Removing intermediate container 3fe88aed7923 [2021-04-28T08:47:02.607Z] ---> f1b70b329ec5 [2021-04-28T08:47:02.607Z] Step 22/23 : LABEL git_sha=1906a0e9afeee83252016a1283bb3a3fb588245d [2021-04-28T08:47:03.261Z] ---> Running in 07335b7c834d [2021-04-28T08:47:03.261Z] Removing intermediate container f89464520f71 [2021-04-28T08:47:03.261Z] ---> 82321bc1e2ec [2021-04-28T08:47:03.261Z] Step 21/22 : LABEL git_sha=1906a0e9afeee83252016a1283bb3a3fb588245d [2021-04-28T08:47:03.551Z] Removing intermediate container 2cfb36eb2335 [2021-04-28T08:47:03.551Z] ---> 9509f1027579 [2021-04-28T08:47:03.551Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-28T08:47:03.887Z] ---> Running in 8d716d06ef81 [2021-04-28T08:47:04.200Z] ---> Running in db35022497e0 [2021-04-28T08:47:04.200Z] Removing intermediate container 07335b7c834d [2021-04-28T08:47:04.200Z] ---> 89a0d60d3a9f [2021-04-28T08:47:04.200Z] Step 23/23 : LABEL version=0.0.0 [2021-04-28T08:47:04.517Z] Removing intermediate container 8d716d06ef81 [2021-04-28T08:47:04.517Z] ---> 1d7bf032744f [2021-04-28T08:47:04.517Z] Step 22/22 : LABEL version=0.0.0 [2021-04-28T08:47:04.812Z] ---> Running in 4f9d64090a98 [2021-04-28T08:47:05.113Z] ---> Running in da6d30fc5193 [2021-04-28T08:47:05.113Z] Removing intermediate container db35022497e0 [2021-04-28T08:47:05.114Z] ---> 377bfbad4beb [2021-04-28T08:47:05.114Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-28T08:47:06.137Z] Removing intermediate container 4f9d64090a98 [2021-04-28T08:47:06.137Z] ---> 964253a87147 [2021-04-28T08:47:06.137Z] [2021-04-28T08:47:06.137Z] Removing intermediate container da6d30fc5193 [2021-04-28T08:47:06.137Z] ---> 972faaba5c49 [2021-04-28T08:47:06.137Z] [2021-04-28T08:47:06.452Z] ---> 7fd48f9481c6 [2021-04-28T08:47:06.452Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-28T08:47:06.828Z] ---> Running in 043bbbc57504 [2021-04-28T08:47:06.828Z] Successfully built 964253a87147 [2021-04-28T08:47:07.462Z] Successfully built 972faaba5c49 [2021-04-28T08:47:07.462Z] Successfully tagged docker-core-metadata-go:latest [2021-04-28T08:47:07.462Z]  Building docker-core-metadata-go ... done Successfully tagged docker-support-scheduler-go:latest [2021-04-28T08:47:10.133Z]  Building docker-support-scheduler-go ... done Removing intermediate container 043bbbc57504 [2021-04-28T08:47:10.134Z] ---> 89ea5e0a987e [2021-04-28T08:47:10.134Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-28T08:47:10.803Z] ---> 7d1ce224fb69 [2021-04-28T08:47:10.804Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-28T08:47:13.486Z] ---> de41f92267fd [2021-04-28T08:47:13.486Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-28T08:47:14.137Z] ---> d77abc96833b [2021-04-28T08:47:14.137Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-28T08:47:14.785Z] ---> b65b4a1b6dc8 [2021-04-28T08:47:14.785Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-28T08:47:15.836Z] ---> b852c1e944e0 [2021-04-28T08:47:15.836Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-28T08:47:16.159Z] ---> Running in 6d423243432c [2021-04-28T08:47:16.802Z] Removing intermediate container 6d423243432c [2021-04-28T08:47:16.802Z] ---> db5d7a0ba017 [2021-04-28T08:47:16.802Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-28T08:47:18.451Z] ---> c2a3740bf7dd [2021-04-28T08:47:18.452Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-28T08:47:18.784Z] ---> Running in 2c27a6d11cf4 [2021-04-28T08:47:22.615Z] Removing intermediate container 2c27a6d11cf4 [2021-04-28T08:47:22.615Z] ---> 6ef1742a4556 [2021-04-28T08:47:22.615Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-28T08:47:22.915Z] ---> Running in c658f61acb69 [2021-04-28T08:47:23.545Z] Removing intermediate container c658f61acb69 [2021-04-28T08:47:23.545Z] ---> eef19c9a164f [2021-04-28T08:47:23.545Z] Step 28/31 : CMD ["gate"] [2021-04-28T08:47:24.202Z] ---> Running in 5c29782327ed [2021-04-28T08:47:24.840Z] Removing intermediate container 5c29782327ed [2021-04-28T08:47:24.840Z] ---> c3e856335eb5 [2021-04-28T08:47:24.840Z] Step 29/31 : LABEL arch=x86_64 [2021-04-28T08:47:25.154Z] ---> Running in ba68e915892e [2021-04-28T08:47:25.772Z] Removing intermediate container ba68e915892e [2021-04-28T08:47:25.772Z] ---> 2c37578376dc [2021-04-28T08:47:25.772Z] Step 30/31 : LABEL git_sha=1906a0e9afeee83252016a1283bb3a3fb588245d [2021-04-28T08:47:26.862Z] ---> Running in 9d9048a45f69 [2021-04-28T08:47:28.406Z] Removing intermediate container 9d9048a45f69 [2021-04-28T08:47:28.406Z] ---> eec70a11a0ec [2021-04-28T08:47:28.406Z] Step 31/31 : LABEL version=0.0.0 [2021-04-28T08:47:28.684Z] ---> Running in 7c6ed15a2abe [2021-04-28T08:47:28.684Z] Removing intermediate container eeee338de090 [2021-04-28T08:47:28.684Z] ---> fa273d2d8b66 [2021-04-28T08:47:28.684Z] [2021-04-28T08:47:28.684Z] Step 10/22 : FROM alpine:3.12 [2021-04-28T08:47:28.684Z] ---> 13621d1b12d4 [2021-04-28T08:47:28.684Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-28T08:47:28.960Z] ---> Running in f1e4873ada6e [2021-04-28T08:47:29.233Z] Removing intermediate container 7c6ed15a2abe [2021-04-28T08:47:29.233Z] ---> 356e1e9c4c12 [2021-04-28T08:47:29.233Z] [2021-04-28T08:47:29.669Z] 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-04-28T08:47:30.232Z] Successfully built 356e1e9c4c12 [2021-04-28T08:47:30.232Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-28T08:47:30.232Z]  Building docker-security-bootstrapper-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T08:47:30.232Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-28T08:47:30.551Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-28T08:47:30.850Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-28T08:47:30.850Z] Executing busybox-1.31.1-r20.trigger [2021-04-28T08:47:30.850Z] Executing ca-certificates-20191127-r4.trigger [2021-04-28T08:47:30.850Z] OK: 6 MiB in 16 packages [2021-04-28T08:47:32.291Z] Removing intermediate container f1e4873ada6e [2021-04-28T08:47:32.291Z] ---> d6314bea96f6 [2021-04-28T08:47:32.291Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-28T08:47:32.291Z] ---> Running in ae382609cba0 [2021-04-28T08:47:32.569Z] Removing intermediate container ae382609cba0 [2021-04-28T08:47:32.569Z] ---> 995fe7447b10 [2021-04-28T08:47:32.569Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-28T08:47:32.569Z] ---> Running in 2bf445ed3b37 [2021-04-28T08:47:33.151Z] Removing intermediate container 2bf445ed3b37 [2021-04-28T08:47:33.151Z] ---> 36097ef06cf4 [2021-04-28T08:47:33.151Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-28T08:47:33.151Z] ---> Running in 3827fb6cb5a3 [2021-04-28T08:47:33.448Z] Removing intermediate container 3827fb6cb5a3 [2021-04-28T08:47:33.448Z] ---> 42a4ab55c016 [2021-04-28T08:47:33.448Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-28T08:47:34.501Z] ---> 62aa45c45f51 [2021-04-28T08:47:34.501Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-28T08:47:37.205Z] ---> 8eec94e2cad9 [2021-04-28T08:47:37.205Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-28T08:47:37.840Z] ---> 4397d9ab2d31 [2021-04-28T08:47:37.840Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-28T08:47:37.840Z] ---> Running in 2e7dd7394438 [2021-04-28T08:47:38.113Z] Removing intermediate container 2e7dd7394438 [2021-04-28T08:47:38.113Z] ---> 63b3abb4820c [2021-04-28T08:47:38.113Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-28T08:47:38.113Z] ---> Running in 9f7dec1306b8 [2021-04-28T08:47:38.722Z] Removing intermediate container 9f7dec1306b8 [2021-04-28T08:47:38.723Z] ---> e60cf38efff2 [2021-04-28T08:47:38.723Z] Step 20/22 : LABEL arch=x86_64 [2021-04-28T08:47:38.723Z] ---> Running in 16731a1d1354 [2021-04-28T08:47:39.060Z] Removing intermediate container 16731a1d1354 [2021-04-28T08:47:39.060Z] ---> aa93e156bcc5 [2021-04-28T08:47:39.061Z] Step 21/22 : LABEL git_sha=1906a0e9afeee83252016a1283bb3a3fb588245d [2021-04-28T08:47:39.061Z] ---> Running in 3f8d30ab453c [2021-04-28T08:47:39.367Z] Removing intermediate container 3f8d30ab453c [2021-04-28T08:47:39.367Z] ---> 74f7e8b32c24 [2021-04-28T08:47:39.367Z] Step 22/22 : LABEL version=0.0.0 [2021-04-28T08:47:39.367Z] ---> Running in e36b805516a5 [2021-04-28T08:47:39.645Z] Removing intermediate container e36b805516a5 [2021-04-28T08:47:39.645Z] ---> 79bb9c2f2697 [2021-04-28T08:47:39.645Z] [2021-04-28T08:47:39.930Z] Successfully built 79bb9c2f2697 [2021-04-28T08:47:39.930Z] Successfully tagged docker-support-notifications-go:latest [2021-04-28T08:47:40.535Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-04-28T08:47:40.574Z] $ docker stop --time=1 6b561c86e3bdeafbd18ffbdc0e0ade1ab49a07f370dd9b1bcd56622e13971792 [2021-04-28T08:47:42.567Z] $ docker rm -f 6b561c86e3bdeafbd18ffbdc0e0ade1ab49a07f370dd9b1bcd56622e13971792 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-28T08:47:43.281Z] + docker images [2021-04-28T08:47:43.281Z] + grep docker [2021-04-28T08:47:44.285Z] docker-support-notifications-go latest 79bb9c2f2697 4 seconds ago 18.2MB [2021-04-28T08:47:44.285Z] docker-security-bootstrapper-go latest 356e1e9c4c12 14 seconds ago 19.3MB [2021-04-28T08:47:44.285Z] docker-core-metadata-go latest 964253a87147 38 seconds ago 19.2MB [2021-04-28T08:47:44.285Z] docker-support-scheduler-go latest 972faaba5c49 38 seconds ago 17.7MB [2021-04-28T08:47:44.285Z] docker-sys-mgmt-agent-go latest e429e0849c35 49 seconds ago 312MB [2021-04-28T08:47:44.285Z] docker-core-data-go latest d30c46f6b089 3 minutes ago 22.9MB [2021-04-28T08:47:44.285Z] docker-security-secretstore-setup-go latest 35e553cdd2af 3 minutes ago 26.3MB [2021-04-28T08:47:44.285Z] docker-core-command-go latest 4291e9de8ac6 3 minutes ago 17.5MB [2021-04-28T08:47:44.285Z] docker-security-proxy-setup-go latest 85695bac51aa 3 minutes ago 26MB [2021-04-28T08:47:44.285Z] docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-04-28T08:47:44.798Z] Removing intermediate container 0b45955cfa00 [2021-04-28T08:47:44.798Z] ---> 8370f7e3198f [2021-04-28T08:47:44.798Z] [2021-04-28T08:47:44.798Z] Step 10/31 : FROM alpine:3.12 [2021-04-28T08:47:44.798Z] 3.12: Pulling from library/alpine [2021-04-28T08:47:45.800Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-28T08:47:45.800Z] Status: Downloaded newer image for alpine:3.12 [2021-04-28T08:47:45.800Z] ---> 9852663dfa18 [2021-04-28T08:47:45.800Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-28T08:47:46.789Z] ---> Running in 2e2a3f5d0bb5 [2021-04-28T08:47:47.777Z] Removing intermediate container 2e2a3f5d0bb5 [2021-04-28T08:47:47.777Z] ---> 84575922017c [2021-04-28T08:47:47.777Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-28T08:47:47.777Z] Removing intermediate container ae2dc5abbbc2 [2021-04-28T08:47:47.777Z] ---> e26e3c523168 [2021-04-28T08:47:47.777Z] [2021-04-28T08:47:47.777Z] Step 10/21 : FROM alpine:3.12 [2021-04-28T08:47:47.777Z] ---> 9852663dfa18 [2021-04-28T08:47:47.777Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-28T08:47:48.051Z] ---> Running in 5b3423a5b9d9 [2021-04-28T08:47:48.051Z] ---> Running in f2f4827f9b81 [2021-04-28T08:47:50.055Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T08:47:50.334Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T08:47:50.334Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T08:47:50.613Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T08:47:51.223Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-28T08:47:51.223Z] (2/2) Installing su-exec (0.2-r1) [2021-04-28T08:47:51.223Z] Executing busybox-1.31.1-r20.trigger [2021-04-28T08:47:51.223Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-28T08:47:51.223Z] OK: 5 MiB in 16 packages [2021-04-28T08:47:52.031Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-28T08:47:52.031Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-28T08:47:52.031Z] (4/4) Installing curl (7.76.1-r0) [2021-04-28T08:47:52.031Z] Executing busybox-1.31.1-r20.trigger [2021-04-28T08:47:52.031Z] Executing ca-certificates-20191127-r4.trigger [2021-04-28T08:47:52.031Z] OK: 7 MiB in 18 packages [2021-04-28T08:47:53.478Z] Removing intermediate container 5b3423a5b9d9 [2021-04-28T08:47:53.478Z] ---> 0fb49703f284 [2021-04-28T08:47:53.478Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-28T08:47:53.478Z] ---> Running in e4a6a00f0e38 [2021-04-28T08:47:54.922Z] Removing intermediate container e4a6a00f0e38 [2021-04-28T08:47:54.922Z] ---> f7f77fa574ff [2021-04-28T08:47:54.922Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-28T08:47:55.517Z] Removing intermediate container f2f4827f9b81 [2021-04-28T08:47:55.517Z] ---> da58201eaa7b [2021-04-28T08:47:55.517Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-28T08:47:55.790Z] ---> Running in a578e1f9cb81 [2021-04-28T08:47:56.067Z] ---> Running in f18763c84a22 [2021-04-28T08:47:56.685Z] Removing intermediate container a578e1f9cb81 [2021-04-28T08:47:56.685Z] ---> ae5d6f8bdb9c [2021-04-28T08:47:56.685Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-28T08:47:56.685Z] Removing intermediate container 572aa928c741 [2021-04-28T08:47:56.685Z] ---> 68a9e9c91927 [2021-04-28T08:47:56.685Z] [2021-04-28T08:47:56.685Z] Step 10/23 : FROM alpine:3.12 [2021-04-28T08:47:56.685Z] ---> 9852663dfa18 [2021-04-28T08:47:56.685Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-28T08:47:56.975Z] Removing intermediate container f18763c84a22 [2021-04-28T08:47:56.975Z] ---> 432bcc8f6b0d [2021-04-28T08:47:56.975Z] Step 13/21 : WORKDIR /edgex [2021-04-28T08:47:56.975Z] ---> Running in 95e506024993 [2021-04-28T08:47:56.975Z] ---> Running in 22d7b5a80cc5 [2021-04-28T08:47:57.253Z] ---> Running in e5a4201fb8de [2021-04-28T08:47:57.533Z] Removing intermediate container 9f18e9c00d54 [2021-04-28T08:47:57.533Z] ---> f85d38e1bc3f [2021-04-28T08:47:57.533Z] [2021-04-28T08:47:57.533Z] Step 10/22 : FROM alpine:3.12 [2021-04-28T08:47:57.533Z] ---> 9852663dfa18 [2021-04-28T08:47:57.533Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-28T08:47:58.145Z] ---> Running in 4d30ab6ce314 [2021-04-28T08:47:58.145Z] Removing intermediate container e5a4201fb8de [2021-04-28T08:47:58.145Z] ---> 845d66e4bff7 [2021-04-28T08:47:58.145Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-28T08:47:59.610Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T08:47:59.610Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T08:47:59.610Z] ---> 6b7ae61eddc0 [2021-04-28T08:47:59.610Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-28T08:47:59.694Z] Still waiting to schedule task [2021-04-28T08:47:59.694Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-28T08:48:00.216Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T08:48:00.216Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T08:48:00.216Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-28T08:48:00.216Z] Executing busybox-1.31.1-r20.trigger [2021-04-28T08:48:00.216Z] OK: 5 MiB in 15 packages [2021-04-28T08:48:00.812Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-28T08:48:01.082Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-28T08:48:01.082Z] Executing busybox-1.31.1-r20.trigger [2021-04-28T08:48:01.082Z] Executing ca-certificates-20191127-r4.trigger [2021-04-28T08:48:01.082Z] Removing intermediate container 22d7b5a80cc5 [2021-04-28T08:48:01.082Z] ---> b35f5974f489 [2021-04-28T08:48:01.083Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-28T08:48:01.364Z] OK: 6 MiB in 16 packages [2021-04-28T08:48:01.640Z] ---> Running in c02bc9c79bfa [2021-04-28T08:48:01.923Z] ---> ff03ecc6fa79 [2021-04-28T08:48:01.923Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-28T08:48:02.311Z] Removing intermediate container 95e506024993 [2021-04-28T08:48:02.311Z] ---> d410d98c5bdd [2021-04-28T08:48:02.311Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-28T08:48:02.659Z] ---> Running in 3c9d06ad7985 [2021-04-28T08:48:02.659Z] Removing intermediate container c02bc9c79bfa [2021-04-28T08:48:02.659Z] ---> 8c35ea882a58 [2021-04-28T08:48:02.659Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-28T08:48:03.788Z] Removing intermediate container 3c9d06ad7985 [2021-04-28T08:48:03.788Z] ---> beca431a1ed9 [2021-04-28T08:48:03.788Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-28T08:48:04.125Z] ---> Running in 3efc4c9270c1 [2021-04-28T08:48:04.125Z] Removing intermediate container 4d30ab6ce314 [2021-04-28T08:48:04.125Z] ---> fb044f548db8 [2021-04-28T08:48:04.125Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-28T08:48:04.426Z] ---> 293d84b12d60 [2021-04-28T08:48:04.426Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-28T08:48:04.426Z] ---> 0bded8b45867 [2021-04-28T08:48:04.426Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-28T08:48:04.426Z] ---> Running in d7756454e2e4 [2021-04-28T08:48:04.704Z] ---> Running in 8f894d6d14f0 [2021-04-28T08:48:04.704Z] ---> Running in f6f3cb7175f3 [2021-04-28T08:48:04.983Z] Removing intermediate container 3efc4c9270c1 [2021-04-28T08:48:04.983Z] ---> 9fc907743b6d [2021-04-28T08:48:04.983Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-28T08:48:04.983Z] Removing intermediate container 48b1043673b9 [2021-04-28T08:48:04.983Z] ---> a671e5849c2f [2021-04-28T08:48:04.983Z] [2021-04-28T08:48:04.983Z] Step 10/23 : FROM alpine:3.12 [2021-04-28T08:48:05.259Z] ---> 9852663dfa18 [2021-04-28T08:48:05.259Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-28T08:48:05.259Z] ---> Using cache [2021-04-28T08:48:05.259Z] ---> d410d98c5bdd [2021-04-28T08:48:05.259Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-28T08:48:05.259Z] ---> Using cache [2021-04-28T08:48:05.259Z] ---> beca431a1ed9 [2021-04-28T08:48:05.259Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-28T08:48:05.259Z] Removing intermediate container d7756454e2e4 [2021-04-28T08:48:05.259Z] ---> 4b49e4b6fc45 [2021-04-28T08:48:05.259Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-28T08:48:05.259Z] ---> Running in b7198bd932c9 [2021-04-28T08:48:05.533Z] ---> Running in 50312746e91e [2021-04-28T08:48:05.533Z] ---> Running in 2af1e346f85e [2021-04-28T08:48:05.533Z] Removing intermediate container f6f3cb7175f3 [2021-04-28T08:48:05.533Z] ---> 5a9de641ae3f [2021-04-28T08:48:05.533Z] Step 18/21 : CMD ["--init=true"] [2021-04-28T08:48:05.809Z] ---> Running in 5e98bfc050df [2021-04-28T08:48:06.089Z] Removing intermediate container b7198bd932c9 [2021-04-28T08:48:06.089Z] ---> 8cf82617e79f [2021-04-28T08:48:06.089Z] Step 15/23 : WORKDIR / [2021-04-28T08:48:06.089Z] Removing intermediate container 50312746e91e [2021-04-28T08:48:06.089Z] ---> 551fee618279 [2021-04-28T08:48:06.089Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-28T08:48:06.089Z] ---> Running in 8c56da00fef7 [2021-04-28T08:48:06.089Z] ---> Running in ed7097d6d331 [2021-04-28T08:48:06.366Z] Removing intermediate container 2af1e346f85e [2021-04-28T08:48:06.366Z] ---> 090234edae27 [2021-04-28T08:48:06.366Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-28T08:48:06.366Z] Removing intermediate container 5e98bfc050df [2021-04-28T08:48:06.366Z] ---> 0a328e3d8438 [2021-04-28T08:48:06.366Z] Step 19/21 : LABEL arch=arm64 [2021-04-28T08:48:06.366Z] ---> Running in 41bf257ab326 [2021-04-28T08:48:06.645Z] ---> Running in 0973336053c7 [2021-04-28T08:48:06.920Z] Removing intermediate container ed7097d6d331 [2021-04-28T08:48:06.920Z] ---> 6fb77dce5ab5 [2021-04-28T08:48:06.920Z] Step 15/23 : WORKDIR / [2021-04-28T08:48:06.920Z] Removing intermediate container 8c56da00fef7 [2021-04-28T08:48:06.920Z] ---> 2732d3c715ab [2021-04-28T08:48:06.920Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-28T08:48:07.196Z] ---> Running in ebd0452a7b28 [2021-04-28T08:48:07.196Z] Removing intermediate container 41bf257ab326 [2021-04-28T08:48:07.196Z] ---> ed33d25a9bed [2021-04-28T08:48:07.196Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-28T08:48:07.499Z] Removing intermediate container 0973336053c7 [2021-04-28T08:48:07.499Z] ---> d6c19a3008b8 [2021-04-28T08:48:07.499Z] Step 20/21 : LABEL git_sha=1906a0e9afeee83252016a1283bb3a3fb588245d [2021-04-28T08:48:07.499Z] ---> Running in 65f82b2a2532 [2021-04-28T08:48:07.775Z] Removing intermediate container ebd0452a7b28 [2021-04-28T08:48:07.775Z] ---> 157a1d36cc78 [2021-04-28T08:48:07.775Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-28T08:48:08.053Z] Removing intermediate container 8f894d6d14f0 [2021-04-28T08:48:08.053Z] ---> 9a390fdebb5d [2021-04-28T08:48:08.053Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-28T08:48:08.053Z] ---> 74fbf86c1c9a [2021-04-28T08:48:08.053Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-28T08:48:08.332Z] Removing intermediate container 65f82b2a2532 [2021-04-28T08:48:08.332Z] ---> 66327e16a6cd [2021-04-28T08:48:08.332Z] Step 21/21 : LABEL version=0.0.0 [2021-04-28T08:48:08.613Z] ---> eddf17a5dc32 [2021-04-28T08:48:08.613Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-28T08:48:08.613Z] ---> Running in 6c28ebaa7e16 [2021-04-28T08:48:09.217Z] ---> dc3635ee2de9 [2021-04-28T08:48:09.217Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-28T08:48:09.217Z] ---> 550fc5499f9c [2021-04-28T08:48:09.217Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-28T08:48:09.493Z] Removing intermediate container 6c28ebaa7e16 [2021-04-28T08:48:09.493Z] ---> eae92f46ff33 [2021-04-28T08:48:09.493Z] [2021-04-28T08:48:10.096Z] Successfully built eae92f46ff33 [2021-04-28T08:48:10.373Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-28T08:48:10.373Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-04-28T08:48:10.647Z] ---> f6f58b9870fb [2021-04-28T08:48:10.647Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-28T08:48:10.925Z] ---> c0ac5db2389a [2021-04-28T08:48:10.925Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-28T08:48:10.925Z] ---> 1ed30552c0bf [2021-04-28T08:48:10.925Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-28T08:48:10.925Z] ---> 1e00d7f1b236 [2021-04-28T08:48:10.925Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-28T08:48:13.076Z] ---> 6d64f9c33667 [2021-04-28T08:48:13.076Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-28T08:48:13.076Z] ---> 1e4a73799dbd [2021-04-28T08:48:13.076Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-28T08:48:13.076Z] ---> 4fb526a5badb [2021-04-28T08:48:13.076Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-28T08:48:13.076Z] ---> a3a3917ce79b [2021-04-28T08:48:13.076Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-28T08:48:13.355Z] ---> Running in 92a3e0e89f47 [2021-04-28T08:48:13.966Z] ---> Running in 035c62824787 [2021-04-28T08:48:13.966Z] ---> Running in 7eba623b741d [2021-04-28T08:48:14.245Z] Removing intermediate container 92a3e0e89f47 [2021-04-28T08:48:14.245Z] ---> 282a0528480f [2021-04-28T08:48:14.245Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-28T08:48:14.245Z] ---> e03b9a422519 [2021-04-28T08:48:14.245Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-28T08:48:14.524Z] ---> Running in a55522c0fe65 [2021-04-28T08:48:15.124Z] Removing intermediate container 035c62824787 [2021-04-28T08:48:15.124Z] Removing intermediate container 7eba623b741d [2021-04-28T08:48:15.124Z] ---> 5c13670bd741 [2021-04-28T08:48:15.124Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-28T08:48:15.124Z] ---> 62a37422102c [2021-04-28T08:48:15.124Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-28T08:48:15.731Z] ---> Running in 32df1e82765e [2021-04-28T08:48:15.731Z] ---> Running in 0caf487fafd3 [2021-04-28T08:48:15.731Z] Removing intermediate container a55522c0fe65 [2021-04-28T08:48:15.731Z] ---> ed27ae4808ed [2021-04-28T08:48:15.731Z] Step 21/23 : LABEL arch=arm64 [2021-04-28T08:48:15.731Z] ---> 319c80459cf4 [2021-04-28T08:48:15.731Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-28T08:48:16.335Z] ---> Running in ed3c9560c404 [2021-04-28T08:48:16.335Z] ---> Running in 6a232cf2dea6 [2021-04-28T08:48:16.612Z] Removing intermediate container 0caf487fafd3 [2021-04-28T08:48:16.612Z] ---> c842f40a3398 [2021-04-28T08:48:16.612Z] Step 20/22 : LABEL arch=arm64 [2021-04-28T08:48:16.612Z] Removing intermediate container 32df1e82765e [2021-04-28T08:48:16.612Z] ---> da4e38eb99ac [2021-04-28T08:48:16.612Z] Step 21/23 : LABEL arch=arm64 [2021-04-28T08:48:16.612Z] ---> Running in 68942680ecd5 [2021-04-28T08:48:16.612Z] ---> Running in d0011eb6db0c [2021-04-28T08:48:16.891Z] Removing intermediate container 6a232cf2dea6 [2021-04-28T08:48:16.891Z] ---> 9864808d8ec9 [2021-04-28T08:48:16.891Z] Step 22/23 : LABEL git_sha=1906a0e9afeee83252016a1283bb3a3fb588245d [2021-04-28T08:48:16.891Z] Removing intermediate container ed3c9560c404 [2021-04-28T08:48:16.891Z] ---> c34233df511c [2021-04-28T08:48:16.891Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-28T08:48:17.170Z] ---> Running in afffa9dbd10c [2021-04-28T08:48:17.452Z] Removing intermediate container 68942680ecd5 [2021-04-28T08:48:17.452Z] ---> d9b9e36da479 [2021-04-28T08:48:17.452Z] Step 22/23 : LABEL git_sha=1906a0e9afeee83252016a1283bb3a3fb588245d [2021-04-28T08:48:17.452Z] Removing intermediate container d0011eb6db0c [2021-04-28T08:48:17.452Z] ---> b0b84605f39b [2021-04-28T08:48:17.452Z] Step 21/22 : LABEL git_sha=1906a0e9afeee83252016a1283bb3a3fb588245d [2021-04-28T08:48:17.452Z] ---> Running in 7c15c42fbb65 [2021-04-28T08:48:17.452Z] ---> Running in ef7274d50f6e [2021-04-28T08:48:17.727Z] Removing intermediate container afffa9dbd10c [2021-04-28T08:48:17.727Z] ---> 9c78321da145 [2021-04-28T08:48:17.727Z] Step 23/23 : LABEL version=0.0.0 [2021-04-28T08:48:17.999Z] ---> 63206e65035f [2021-04-28T08:48:17.999Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-28T08:48:17.999Z] ---> Running in 4a3560dface9 [2021-04-28T08:48:18.275Z] Removing intermediate container ef7274d50f6e [2021-04-28T08:48:18.275Z] ---> 4e2e9df8e66d [2021-04-28T08:48:18.275Z] Step 22/22 : LABEL version=0.0.0 [2021-04-28T08:48:18.275Z] Removing intermediate container 7c15c42fbb65 [2021-04-28T08:48:18.275Z] ---> 9475407a1305 [2021-04-28T08:48:18.275Z] Step 23/23 : LABEL version=0.0.0 [2021-04-28T08:48:18.873Z] ---> Running in a80bda1faa87 [2021-04-28T08:48:18.873Z] ---> Running in 682b01fe258c [2021-04-28T08:48:18.873Z] ---> Running in b6bc3145901e [2021-04-28T08:48:19.148Z] Removing intermediate container 4a3560dface9 [2021-04-28T08:48:19.148Z] ---> 7081b5e3f6bf [2021-04-28T08:48:19.148Z] [2021-04-28T08:48:19.748Z] Removing intermediate container a80bda1faa87 [2021-04-28T08:48:19.748Z] ---> 7d26a761a78a [2021-04-28T08:48:19.748Z] [2021-04-28T08:48:19.748Z] Removing intermediate container b6bc3145901e [2021-04-28T08:48:19.748Z] ---> 1f78ebe8a339 [2021-04-28T08:48:19.748Z] [2021-04-28T08:48:20.033Z] Successfully built 7081b5e3f6bf [2021-04-28T08:48:20.033Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-28T08:48:20.033Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2021-04-28T08:48:20.308Z] Successfully built 7d26a761a78a [2021-04-28T08:48:20.308Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-28T08:48:20.308Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-04-28T08:48:20.582Z] Successfully built 1f78ebe8a339 [2021-04-28T08:48:20.582Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-28T08:48:20.582Z] Building docker-sys-mgmt-agent-go [2021-04-28T08:48:22.023Z]  Building docker-core-metadata-go ... done Removing intermediate container 682b01fe258c [2021-04-28T08:48:22.024Z] ---> 98fda8bd8789 [2021-04-28T08:48:22.024Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-28T08:48:22.298Z] ---> Running in aea9b2694fef [2021-04-28T08:48:22.899Z] Removing intermediate container aea9b2694fef [2021-04-28T08:48:22.899Z] ---> 4139a47aadf8 [2021-04-28T08:48:22.899Z] Step 28/31 : CMD ["gate"] [2021-04-28T08:48:23.176Z] ---> Running in 95502b434558 [2021-04-28T08:48:23.774Z] Removing intermediate container 95502b434558 [2021-04-28T08:48:23.775Z] ---> 829bb72eb768 [2021-04-28T08:48:23.775Z] Step 29/31 : LABEL arch=arm64 [2021-04-28T08:48:24.050Z] ---> Running in 7f6267633eac [2021-04-28T08:48:25.041Z] Removing intermediate container 7f6267633eac [2021-04-28T08:48:25.041Z] ---> 35c0cfd6d558 [2021-04-28T08:48:25.041Z] Step 30/31 : LABEL git_sha=1906a0e9afeee83252016a1283bb3a3fb588245d [2021-04-28T08:48:26.034Z] ---> Running in 1eec18c9e92d [2021-04-28T08:48:27.483Z] Removing intermediate container 1eec18c9e92d [2021-04-28T08:48:27.483Z] ---> 6d2ae0b9d2be [2021-04-28T08:48:27.483Z] Step 31/31 : LABEL version=0.0.0 [2021-04-28T08:48:28.090Z] ---> Running in f4fe2fc88552 [2021-04-28T08:48:29.080Z] Removing intermediate container f4fe2fc88552 [2021-04-28T08:48:29.080Z] ---> 2c78d53113d9 [2021-04-28T08:48:29.080Z] [2021-04-28T08:48:29.684Z] Successfully built 2c78d53113d9 [2021-04-28T08:48:29.684Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-28T08:48:50.038Z] Running on prd-ubuntu18.04-docker-8c-8g-2184 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-04-28T08:48:50.062Z] Running in /w/workspace/edgex-go/108 [Pipeline] { [Pipeline] checkout [2021-04-28T08:48:51.875Z]  Building docker-security-bootstrapper-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T08:48:51.875Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-28T08:48:51.875Z] ---> 9b997a8e13d9 [2021-04-28T08:48:51.875Z] Step 3/24 : WORKDIR /edgex-go [2021-04-28T08:48:51.875Z] ---> Using cache [2021-04-28T08:48:51.875Z] ---> 9bf717c9654a [2021-04-28T08:48:51.875Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T08:48:51.875Z] ---> Using cache [2021-04-28T08:48:51.875Z] ---> f22cb06f92eb [2021-04-28T08:48:51.875Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-28T08:48:51.875Z] ---> Using cache [2021-04-28T08:48:51.875Z] ---> 9a2feaf56513 [2021-04-28T08:48:51.875Z] Step 6/24 : COPY go.mod . [2021-04-28T08:48:51.875Z] ---> Using cache [2021-04-28T08:48:51.875Z] ---> 870029fd549f [2021-04-28T08:48:51.875Z] Step 7/24 : RUN go mod download [2021-04-28T08:48:51.875Z] ---> Using cache [2021-04-28T08:48:51.875Z] ---> e117aa616e54 [2021-04-28T08:48:51.875Z] Step 8/24 : COPY . . [2021-04-28T08:48:51.875Z] ---> Using cache [2021-04-28T08:48:51.875Z] ---> 5c4ad8a7119e [2021-04-28T08:48:51.875Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-28T08:48:52.308Z] using credential edgex-jenkins-ssh [2021-04-28T08:48:52.322Z] Cloning the remote Git repository [2021-04-28T08:48:52.350Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-28T08:48:52.419Z] > git init /w/workspace/edgex-go/108 # timeout=10 [2021-04-28T08:48:52.455Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-28T08:48:52.455Z] > git --version # timeout=10 [2021-04-28T08:48:52.460Z] > git --version # 'git version 2.17.1' [2021-04-28T08:48:52.461Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-28T08:48:52.487Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-28T08:48:57.319Z] ---> Running in 23308ebe7eda [2021-04-28T08:48:58.311Z] 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-04-28T08:48:59.581Z] Merging remotes/origin/master commit d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-04-28T08:48:58.898Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-28T08:48:58.904Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-28T08:48:58.915Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-28T08:48:58.926Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-28T08:48:58.926Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-28T08:48:58.930Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-28T08:48:59.599Z] > git config core.sparsecheckout # timeout=10 [2021-04-28T08:48:59.613Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-04-28T08:48:59.778Z] > git remote # timeout=10 [2021-04-28T08:48:59.785Z] > git config --get remote.origin.url # timeout=10 [2021-04-28T08:48:59.790Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-28T08:48:59.793Z] > git merge d6c94b2bf9e03361c9a87fbe2ddec88137f69d04 # timeout=10 [2021-04-28T08:49:00.152Z] Merge succeeded, producing da04fbb938d33678abe33e1aae4aa7a51b76afb7 [2021-04-28T08:49:00.153Z] Checking out Revision da04fbb938d33678abe33e1aae4aa7a51b76afb7 (PR-2858) [2021-04-28T08:49:00.119Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-28T08:49:00.161Z] > git config core.sparsecheckout # timeout=10 [2021-04-28T08:49:00.167Z] > git checkout -f da04fbb938d33678abe33e1aae4aa7a51b76afb7 # timeout=10 [2021-04-28T08:49:03.853Z] Commit message: "Merge commit 'd6c94b2bf9e03361c9a87fbe2ddec88137f69d04' into HEAD" [2021-04-28T08:49:03.864Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-28T08:49:03.862Z] > git rev-list --no-walk f56af7d2d3dd71c555a44eb9c1c84a2b6a23a8d4 # timeout=10 [2021-04-28T08:49:05.179Z] + echo snap-build.sh [2021-04-28T08:49:05.179Z] snap-build.sh [2021-04-28T08:49:05.179Z] + SNAP_BASE_DIR=. [2021-04-28T08:49:05.179Z] + '[' '!' -z /w/workspace/edgex-go/108 ']' [2021-04-28T08:49:05.179Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/108 [2021-04-28T08:49:05.179Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/108]' [2021-04-28T08:49:05.179Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/108] [2021-04-28T08:49:05.179Z] + cd /w/workspace/edgex-go/108 [2021-04-28T08:49:05.179Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-28T08:49:05.179Z] Reading package lists... [2021-04-28T08:49:05.442Z] Building dependency tree... [2021-04-28T08:49:05.442Z] Reading state information... [2021-04-28T08:49:05.442Z] The following packages were automatically installed and are no longer required: [2021-04-28T08:49:05.442Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-28T08:49:05.442Z] uidmap xdelta3 [2021-04-28T08:49:05.442Z] Use 'sudo apt autoremove' to remove them. [2021-04-28T08:49:05.704Z] The following packages will be REMOVED: [2021-04-28T08:49:05.704Z] lxd* lxd-client* [2021-04-28T08:49:05.966Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-28T08:49:05.966Z] After this operation, 31.7 MB disk space will be freed. [2021-04-28T08:49:07.278Z] (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-04-28T08:49:07.278Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-28T08:49:08.225Z] Removing lxd dnsmasq configuration [2021-04-28T08:49:08.487Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-28T08:49:08.522Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T08:49:08.522Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-28T08:49:08.522Z] ---> 9b997a8e13d9 [2021-04-28T08:49:08.522Z] Step 3/22 : WORKDIR /edgex-go [2021-04-28T08:49:08.522Z] ---> Using cache [2021-04-28T08:49:08.522Z] ---> 9bf717c9654a [2021-04-28T08:49:08.522Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T08:49:08.522Z] ---> Using cache [2021-04-28T08:49:08.522Z] ---> f22cb06f92eb [2021-04-28T08:49:08.522Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-28T08:49:08.522Z] ---> Using cache [2021-04-28T08:49:08.522Z] ---> 9a2feaf56513 [2021-04-28T08:49:08.522Z] Step 6/22 : COPY go.mod . [2021-04-28T08:49:08.522Z] ---> Using cache [2021-04-28T08:49:08.522Z] ---> 870029fd549f [2021-04-28T08:49:08.522Z] Step 7/22 : RUN go mod download [2021-04-28T08:49:08.522Z] ---> Using cache [2021-04-28T08:49:08.522Z] ---> e117aa616e54 [2021-04-28T08:49:08.522Z] Step 8/22 : COPY . . [2021-04-28T08:49:08.522Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T08:49:08.522Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-28T08:49:08.522Z] ---> 9b997a8e13d9 [2021-04-28T08:49:08.523Z] Step 3/23 : WORKDIR /edgex-go [2021-04-28T08:49:08.523Z] ---> Using cache [2021-04-28T08:49:08.523Z] ---> 9bf717c9654a [2021-04-28T08:49:08.523Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T08:49:08.523Z] ---> Using cache [2021-04-28T08:49:08.523Z] ---> f22cb06f92eb [2021-04-28T08:49:08.523Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-28T08:49:08.523Z] ---> Using cache [2021-04-28T08:49:08.523Z] ---> 5c4ad8a7119e [2021-04-28T08:49:08.523Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-28T08:49:08.748Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-28T08:49:09.134Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-28T08:49:09.134Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-28T08:49:09.134Z] ---> 9b997a8e13d9 [2021-04-28T08:49:09.134Z] Step 3/23 : WORKDIR /edgex-go [2021-04-28T08:49:09.134Z] ---> Using cache [2021-04-28T08:49:09.134Z] ---> 9bf717c9654a [2021-04-28T08:49:09.134Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T08:49:09.134Z] ---> Using cache [2021-04-28T08:49:09.134Z] ---> f22cb06f92eb [2021-04-28T08:49:09.134Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-28T08:49:09.322Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-28T08:49:09.584Z] (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-04-28T08:49:09.846Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-28T08:49:11.135Z] ---> Running in 744b998ec5d8 [2021-04-28T08:49:11.135Z] ---> Running in 3780d2f9917b [2021-04-28T08:49:11.135Z] ---> Running in 09351b14dde4 [2021-04-28T08:49:11.240Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-28T08:49:11.240Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-28T08:49:13.160Z] + sudo snap remove --purge lxd [2021-04-28T08:49:13.160Z] snap "lxd" is not installed [2021-04-28T08:49:13.160Z] + sudo groupadd --force --system lxd [2021-04-28T08:49:13.160Z] ++ whoami [2021-04-28T08:49:13.160Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-28T08:49:13.160Z] + newgrp - lxd [2021-04-28T08:49:13.160Z] + sudo snap install lxd [2021-04-28T08:49:13.798Z] 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-04-28T08:49:13.799Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T08:49:13.799Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T08:49:14.803Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T08:49:14.803Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T08:49:15.407Z] OK: 217 MiB in 51 packages [2021-04-28T08:49:15.689Z] OK: 217 MiB in 51 packages [2021-04-28T08:49:17.707Z] Removing intermediate container 744b998ec5d8 [2021-04-28T08:49:17.707Z] ---> c488817fea09 [2021-04-28T08:49:17.707Z] Step 6/23 : COPY go.mod . [2021-04-28T08:49:17.707Z] Removing intermediate container 09351b14dde4 [2021-04-28T08:49:17.707Z] ---> 55525488953b [2021-04-28T08:49:17.707Z] Step 6/23 : COPY go.mod . [2021-04-28T08:49:18.700Z] ---> 923bf6595fa3 [2021-04-28T08:49:18.700Z] Step 7/23 : RUN go mod download [2021-04-28T08:49:18.701Z] ---> 2870846d175d [2021-04-28T08:49:18.701Z] Step 7/23 : RUN go mod download [2021-04-28T08:49:18.989Z] ---> Running in 50154cfd3928 [2021-04-28T08:49:18.989Z] ---> Running in 7d499efd6ca0 [2021-04-28T08:49:21.307Z] 2021-04-28T08:49:18Z INFO Waiting for automatic snapd restart... [2021-04-28T08:49:23.363Z] Removing intermediate container 50154cfd3928 [2021-04-28T08:49:23.363Z] ---> 06ae992d1c4e [2021-04-28T08:49:23.363Z] Step 8/23 : COPY . . [2021-04-28T08:49:24.358Z] Removing intermediate container 7d499efd6ca0 [2021-04-28T08:49:24.358Z] ---> 22e33b6b997c [2021-04-28T08:49:24.358Z] Step 8/23 : COPY . . [2021-04-28T08:49:36.242Z] lxd 4.13 from Canonical* installed [2021-04-28T08:49:36.242Z] + sudo lxd init --auto [2021-04-28T08:49:43.381Z] + sudo snap install --classic snapcraft [2021-04-28T08:49:49.991Z] snapcraft 4.6.2 from Canonical* installed [2021-04-28T08:49:49.991Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-28T08:49:49.991Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-28T08:49:49.991Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-28T08:49:49.991Z] Dload Upload Total Spent Left Speed [2021-04-28T08:49:49.991Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4576 0 --:--:-- --:--:-- --:--:-- 4576 [2021-04-28T08:49:49.991Z] 100 3325k 100 3325k 0 0 11.3M 0 --:--:-- --:--:-- --:--:-- 11.3M [2021-04-28T08:49:49.991Z] ./yq_linux_amd64 [2021-04-28T08:49:49.991Z] + sudo snapcraft prime --use-lxd [2021-04-28T08:49:51.303Z] 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-04-28T08:49:51.906Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-28T08:49:51.907Z] 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-04-28T08:49:51.907Z] - README.md [2021-04-28T08:49:51.907Z] [2021-04-28T08:49:51.907Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-28T08:49:52.479Z] Launching a container. [2021-04-28T08:49:58.093Z] ---> 3b6bb60a0fd2 [2021-04-28T08:49:58.093Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-28T08:49:58.093Z] ---> 17e5a708502a [2021-04-28T08:49:58.093Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-28T08:49:58.093Z] ---> Running in 110e4ce4720c [2021-04-28T08:49:58.093Z] ---> Running in ce3672ef283f [2021-04-28T08:50:00.734Z] 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-04-28T08:50:01.013Z] 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-04-28T08:50:03.025Z] Removing intermediate container 23308ebe7eda [2021-04-28T08:50:03.025Z] ---> 9ccdd59e9820 [2021-04-28T08:50:03.025Z] [2021-04-28T08:50:03.025Z] Step 10/24 : FROM alpine:3.12 [2021-04-28T08:50:03.025Z] ---> 9852663dfa18 [2021-04-28T08:50:03.025Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-28T08:50:03.025Z] ---> Running in 9894d37b15bf [2021-04-28T08:50:04.725Z] Waiting for container to be ready [2021-04-28T08:50:04.725Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-28T08:50:04.725Z] [2021-04-28T08:50:05.035Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T08:50:05.035Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T08:50:05.641Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-28T08:50:05.641Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-28T08:50:05.641Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-28T08:50:05.641Z] (4/6) Installing curl (7.76.1-r0) [2021-04-28T08:50:05.641Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-28T08:50:05.641Z] (6/6) Installing su-exec (0.2-r1) [2021-04-28T08:50:05.641Z] Executing busybox-1.31.1-r20.trigger [2021-04-28T08:50:05.921Z] Executing ca-certificates-20191127-r4.trigger [2021-04-28T08:50:06.198Z] OK: 7 MiB in 20 packages [2021-04-28T08:50:08.849Z] Removing intermediate container 9894d37b15bf [2021-04-28T08:50:08.849Z] ---> 5e162f71006c [2021-04-28T08:50:08.849Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-28T08:50:08.849Z] ---> Running in b1cf18d506ff [2021-04-28T08:50:08.948Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-28T08:50:09.522Z] Waiting for network to be ready... [2021-04-28T08:50:09.785Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-28T08:50:09.785Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-28T08:50:09.845Z] Removing intermediate container b1cf18d506ff [2021-04-28T08:50:09.845Z] ---> b92e042d492a [2021-04-28T08:50:09.845Z] Step 13/24 : WORKDIR / [2021-04-28T08:50:09.845Z] ---> Running in 6ad67db5f99b [2021-04-28T08:50:10.047Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1697 kB] [2021-04-28T08:50:10.047Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-28T08:50:10.047Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-04-28T08:50:10.047Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-28T08:50:10.047Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-28T08:50:10.047Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-28T08:50:10.047Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-28T08:50:10.047Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-28T08:50:10.309Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-28T08:50:10.571Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-28T08:50:10.834Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-28T08:50:10.834Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-28T08:50:10.834Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-28T08:50:10.834Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-28T08:50:10.834Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-28T08:50:10.834Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-28T08:50:10.837Z] Removing intermediate container 6ad67db5f99b [2021-04-28T08:50:10.837Z] ---> 579208d695dd [2021-04-28T08:50:10.837Z] 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-04-28T08:50:11.101Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-28T08:50:11.364Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-28T08:50:11.364Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-28T08:50:11.364Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-04-28T08:50:11.364Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-28T08:50:11.364Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] [2021-04-28T08:50:11.364Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-28T08:50:11.364Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-04-28T08:50:11.625Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-28T08:50:11.827Z] ---> 28c2b13fc193 [2021-04-28T08:50:11.827Z] 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-04-28T08:50:12.847Z] ---> 745c89273d67 [2021-04-28T08:50:12.847Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-28T08:50:14.290Z] ---> fe51a7b10ea1 [2021-04-28T08:50:14.290Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-28T08:50:14.933Z] Fetched 24.4 MB in 5s (4597 kB/s) [2021-04-28T08:50:16.289Z] ---> 06a8e3a844e3 [2021-04-28T08:50:16.289Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-28T08:50:16.855Z] Reading package lists... [2021-04-28T08:50:16.855Z] Reading package lists... [2021-04-28T08:50:16.855Z] Building dependency tree... [2021-04-28T08:50:16.855Z] Reading state information... [2021-04-28T08:50:17.118Z] The following additional packages will be installed: [2021-04-28T08:50:17.118Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-28T08:50:17.118Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-28T08:50:17.118Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-28T08:50:17.118Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-28T08:50:17.118Z] Suggested packages: [2021-04-28T08:50:17.118Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-28T08:50:17.118Z] Recommended packages: [2021-04-28T08:50:17.118Z] gnupg libsasl2-modules [2021-04-28T08:50:17.118Z] The following NEW packages will be installed: [2021-04-28T08:50:17.118Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-28T08:50:17.118Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-28T08:50:17.118Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-28T08:50:17.118Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-28T08:50:17.118Z] The following packages will be upgraded: [2021-04-28T08:50:17.118Z] gpg gpg-agent gpgconf libudev1 [2021-04-28T08:50:17.381Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-04-28T08:50:17.381Z] Need to get 3529 kB of archives. [2021-04-28T08:50:17.381Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-28T08:50:17.381Z] Get:1 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-04-28T08:50:17.381Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-04-28T08:50:17.381Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-04-28T08:50:17.645Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [2021-04-28T08:50:17.645Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-28T08:50:17.645Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-28T08:50:17.745Z] ---> 66db0b03237b [2021-04-28T08:50:17.745Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-28T08:50:17.906Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-28T08:50:17.906Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-28T08:50:17.907Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-28T08:50:17.907Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-28T08:50:17.907Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-28T08:50:17.907Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-28T08:50:17.907Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-28T08:50:17.907Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-28T08:50:17.907Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-28T08:50:17.907Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-28T08:50:18.169Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-28T08:50:18.169Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-28T08:50:18.169Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-28T08:50:18.169Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-28T08:50:18.169Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-28T08:50:18.169Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-28T08:50:18.169Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-28T08:50:18.169Z] Fetched 3529 kB in 1s (3502 kB/s) [2021-04-28T08:50:18.431Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-28T08:50:18.431Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-04-28T08:50:18.431Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-28T08:50:18.693Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-04-28T08:50:18.955Z] Selecting previously unselected package udev. [2021-04-28T08:50:18.955Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-28T08:50:18.955Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-04-28T08:50:18.955Z] Unpacking udev (237-3ubuntu10.46) ... [2021-04-28T08:50:19.188Z] ---> df6a6ca9c3b7 [2021-04-28T08:50:19.188Z] 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-04-28T08:50:19.188Z] ---> Running in 42f25a6903a2 [2021-04-28T08:50:19.217Z] Selecting previously unselected package libfuse2:amd64. [2021-04-28T08:50:19.217Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-28T08:50:19.217Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-28T08:50:19.217Z] Selecting previously unselected package fuse. [2021-04-28T08:50:19.217Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-28T08:50:19.217Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-28T08:50:19.480Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-28T08:50:19.480Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-28T08:50:19.480Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-28T08:50:19.480Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-28T08:50:19.742Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-28T08:50:19.742Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-28T08:50:19.742Z] Selecting previously unselected package libksba8:amd64. [2021-04-28T08:50:19.742Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-28T08:50:19.742Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-28T08:50:20.003Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-28T08:50:20.003Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-28T08:50:20.003Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T08:50:20.003Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-28T08:50:20.003Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-28T08:50:20.003Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T08:50:20.264Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-28T08:50:20.264Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-28T08:50:20.264Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T08:50:20.264Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-28T08:50:20.264Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-28T08:50:20.264Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T08:50:20.264Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-28T08:50:20.264Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-28T08:50:20.526Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T08:50:20.526Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-28T08:50:20.526Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-28T08:50:20.526Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T08:50:20.526Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-28T08:50:20.526Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-28T08:50:20.526Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T08:50:20.789Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-28T08:50:20.789Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-28T08:50:20.789Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T08:50:20.789Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-28T08:50:20.789Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-28T08:50:20.789Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T08:50:20.789Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-28T08:50:20.789Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-28T08:50:20.789Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-28T08:50:21.051Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-28T08:50:21.051Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-28T08:50:21.051Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-28T08:50:21.051Z] Selecting previously unselected package libldap-common. [2021-04-28T08:50:21.051Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-28T08:50:21.051Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-28T08:50:21.051Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-28T08:50:21.051Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-28T08:50:21.051Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-28T08:50:21.312Z] Selecting previously unselected package dirmngr. [2021-04-28T08:50:21.312Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-28T08:50:21.312Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-28T08:50:21.312Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-28T08:50:21.574Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-28T08:50:21.574Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-28T08:50:21.574Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-28T08:50:21.574Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-28T08:50:21.574Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-28T08:50:21.574Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T08:50:21.574Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-28T08:50:21.835Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-28T08:50:21.836Z] Setting up udev (237-3ubuntu10.46) ... [2021-04-28T08:50:22.097Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-28T08:50:22.358Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T08:50:22.358Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-28T08:50:22.358Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-28T08:50:22.608Z] Removing intermediate container 42f25a6903a2 [2021-04-28T08:50:22.608Z] ---> 6cc87eb6b4ea [2021-04-28T08:50:22.608Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-28T08:50:22.619Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-28T08:50:22.619Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T08:50:22.619Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T08:50:22.619Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T08:50:22.619Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T08:50:22.619Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T08:50:22.619Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T08:50:22.881Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-28T08:50:22.881Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-28T08:50:22.881Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-28T08:50:22.881Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-28T08:50:22.881Z] ---> Running in 73f3ad75a931 [2021-04-28T08:50:23.459Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-28T08:50:23.459Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-28T08:50:23.459Z] This means they are not meant to be enabled using systemctl. [2021-04-28T08:50:23.459Z] Possible reasons for having this kind of units are: [2021-04-28T08:50:23.459Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-28T08:50:23.459Z] .wants/ or .requires/ directory. [2021-04-28T08:50:23.459Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-28T08:50:23.459Z] a requirement dependency on it. [2021-04-28T08:50:23.459Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-28T08:50:23.459Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-28T08:50:23.459Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-28T08:50:23.459Z] instance name specified. [2021-04-28T08:50:23.481Z] Removing intermediate container 73f3ad75a931 [2021-04-28T08:50:23.481Z] ---> 287b6645b2ad [2021-04-28T08:50:23.481Z] Step 22/24 : LABEL arch=arm64 [2021-04-28T08:50:23.755Z] ---> Running in 771c198923df [2021-04-28T08:50:24.363Z] Removing intermediate container 771c198923df [2021-04-28T08:50:24.363Z] ---> 6be1fc92db47 [2021-04-28T08:50:24.363Z] Step 23/24 : LABEL git_sha=1906a0e9afeee83252016a1283bb3a3fb588245d [2021-04-28T08:50:24.363Z] ---> Running in 60c9743eedcf [2021-04-28T08:50:24.404Z] Reading package lists... [2021-04-28T08:50:24.404Z] Building dependency tree... [2021-04-28T08:50:24.404Z] Reading state information... [2021-04-28T08:50:24.404Z] The following additional packages will be installed: [2021-04-28T08:50:24.404Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-28T08:50:24.404Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-28T08:50:24.404Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-28T08:50:24.404Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-28T08:50:24.404Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-28T08:50:24.404Z] Suggested packages: [2021-04-28T08:50:24.404Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-28T08:50:24.404Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-28T08:50:24.404Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-28T08:50:24.404Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-28T08:50:24.404Z] systemd-container policykit-1 [2021-04-28T08:50:24.404Z] Recommended packages: [2021-04-28T08:50:24.404Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-28T08:50:24.668Z] The following NEW packages will be installed: [2021-04-28T08:50:24.668Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-28T08:50:24.668Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-28T08:50:24.668Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-28T08:50:24.668Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-28T08:50:24.668Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-28T08:50:24.668Z] The following packages will be upgraded: [2021-04-28T08:50:24.668Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-28T08:50:24.668Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-04-28T08:50:24.668Z] Need to get 35.2 MB of archives. [2021-04-28T08:50:24.668Z] After this operation, 141 MB of additional disk space will be used. [2021-04-28T08:50:24.668Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-28T08:50:24.668Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-04-28T08:50:24.668Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-28T08:50:24.668Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-28T08:50:24.668Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-04-28T08:50:24.668Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-28T08:50:24.931Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-28T08:50:24.931Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-28T08:50:24.931Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-28T08:50:24.931Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-28T08:50:24.931Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-28T08:50:24.931Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-28T08:50:24.931Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-28T08:50:24.931Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-28T08:50:24.931Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-28T08:50:24.931Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-28T08:50:24.931Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-28T08:50:25.357Z] Removing intermediate container 60c9743eedcf [2021-04-28T08:50:25.357Z] ---> e6d79137fb62 [2021-04-28T08:50:25.357Z] Step 24/24 : LABEL version=0.0.0 [2021-04-28T08:50:25.357Z] ---> Running in d271b1879833 [2021-04-28T08:50:25.509Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-04-28T08:50:25.773Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-28T08:50:25.773Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-28T08:50:25.773Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-28T08:50:25.773Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-28T08:50:25.773Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-28T08:50:25.773Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-28T08:50:25.773Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-28T08:50:25.773Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-28T08:50:25.773Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-28T08:50:25.773Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-28T08:50:25.773Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-28T08:50:25.773Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-28T08:50:25.959Z] Removing intermediate container d271b1879833 [2021-04-28T08:50:25.959Z] ---> 2dab04c847f0 [2021-04-28T08:50:25.959Z] [2021-04-28T08:50:26.036Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-28T08:50:26.036Z] Fetched 35.2 MB in 1s (28.1 MB/s) [2021-04-28T08:50:26.036Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-28T08:50:26.036Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-04-28T08:50:26.298Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-28T08:50:26.570Z] Successfully built 2dab04c847f0 [2021-04-28T08:50:26.570Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-28T08:50:26.871Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-04-28T08:50:26.871Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-28T08:50:27.134Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-04-28T08:50:27.134Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-28T08:50:27.134Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-28T08:50:27.134Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-28T08:50:27.399Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-28T08:50:27.660Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-28T08:50:27.660Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-28T08:50:27.660Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-28T08:50:27.922Z] Setting up apt (1.6.13) ... [2021-04-28T08:50:27.922Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-28T08:50:28.494Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-28T08:50:28.494Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-28T08:50:28.495Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-28T08:50:28.756Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-28T08:50:29.019Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-28T08:50:29.019Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-28T08:50:29.019Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-28T08:50:29.019Z] Selecting previously unselected package libexpat1:amd64. [2021-04-28T08:50:29.019Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-28T08:50:29.019Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-28T08:50:29.281Z] Selecting previously unselected package python3.6-minimal. [2021-04-28T08:50:29.281Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-28T08:50:29.281Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-28T08:50:29.542Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-28T08:50:29.542Z] Checking for services that may need to be restarted...done. [2021-04-28T08:50:29.542Z] Checking for services that may need to be restarted...done. [2021-04-28T08:50:29.803Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-28T08:50:29.803Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-28T08:50:29.803Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-28T08:50:30.377Z] Selecting previously unselected package python3-minimal. [2021-04-28T08:50:30.377Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-28T08:50:30.377Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-28T08:50:30.377Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-28T08:50:30.640Z] Selecting previously unselected package mime-support. [2021-04-28T08:50:30.640Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-28T08:50:30.640Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-28T08:50:30.640Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-28T08:50:30.640Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-28T08:50:30.640Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-28T08:50:30.640Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-28T08:50:30.640Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-28T08:50:30.640Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-28T08:50:31.213Z] Selecting previously unselected package python3.6. [2021-04-28T08:50:31.213Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-28T08:50:31.213Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-28T08:50:31.213Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-28T08:50:31.213Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-28T08:50:31.213Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-28T08:50:31.213Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-28T08:50:31.475Z] Selecting previously unselected package python3. [2021-04-28T08:50:31.475Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-28T08:50:31.475Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-28T08:50:31.475Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-28T08:50:31.737Z] Selecting previously unselected package multiarch-support. [2021-04-28T08:50:31.737Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-28T08:50:31.737Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-28T08:50:31.737Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-28T08:50:31.737Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-28T08:50:31.737Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-28T08:50:31.737Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-28T08:50:31.737Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-28T08:50:31.999Z] Selecting previously unselected package libbsd0:amd64. [2021-04-28T08:50:31.999Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-28T08:50:31.999Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-28T08:50:31.999Z] Selecting previously unselected package sudo. [2021-04-28T08:50:31.999Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-28T08:50:31.999Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-28T08:50:32.006Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 3780d2f9917b [2021-04-28T08:50:32.006Z] ---> d66ccbffc373 [2021-04-28T08:50:32.006Z] [2021-04-28T08:50:32.006Z] Step 10/22 : FROM alpine:3.12 [2021-04-28T08:50:32.006Z] ---> 9852663dfa18 [2021-04-28T08:50:32.006Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-28T08:50:32.006Z] ---> Using cache [2021-04-28T08:50:32.006Z] ---> d410d98c5bdd [2021-04-28T08:50:32.006Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-28T08:50:32.006Z] ---> Using cache [2021-04-28T08:50:32.006Z] ---> beca431a1ed9 [2021-04-28T08:50:32.006Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-28T08:50:32.006Z] ---> Running in 45b737bab735 [2021-04-28T08:50:32.260Z] Selecting previously unselected package apparmor. [2021-04-28T08:50:32.260Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-28T08:50:32.260Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-28T08:50:32.260Z] Selecting previously unselected package libedit2:amd64. [2021-04-28T08:50:32.260Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-28T08:50:32.260Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-28T08:50:32.522Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-28T08:50:32.522Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-28T08:50:32.522Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-28T08:50:32.522Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-28T08:50:32.522Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-28T08:50:32.522Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-28T08:50:32.600Z] Removing intermediate container 45b737bab735 [2021-04-28T08:50:32.600Z] ---> a033879ae844 [2021-04-28T08:50:32.600Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-28T08:50:32.600Z] ---> Running in e28fff725c5e [2021-04-28T08:50:32.783Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-28T08:50:32.784Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-28T08:50:32.784Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-28T08:50:32.784Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-28T08:50:32.784Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-28T08:50:32.784Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-28T08:50:33.046Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-28T08:50:33.046Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-28T08:50:33.046Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-28T08:50:33.046Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-28T08:50:33.046Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-28T08:50:33.046Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-28T08:50:33.206Z] Removing intermediate container e28fff725c5e [2021-04-28T08:50:33.206Z] ---> 76f4201efd02 [2021-04-28T08:50:33.206Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-28T08:50:33.308Z] Selecting previously unselected package openssh-client. [2021-04-28T08:50:33.309Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-28T08:50:33.309Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-28T08:50:33.569Z] Selecting previously unselected package squashfs-tools. [2021-04-28T08:50:33.569Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-28T08:50:33.569Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-28T08:50:33.569Z] Selecting previously unselected package snapd. [2021-04-28T08:50:33.569Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-28T08:50:33.569Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-28T08:50:34.646Z] ---> 58f9aff06a10 [2021-04-28T08:50:34.646Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-28T08:50:36.119Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-28T08:50:36.119Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-28T08:50:36.380Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-28T08:50:36.380Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-28T08:50:36.380Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-28T08:50:36.380Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-28T08:50:36.380Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-28T08:50:36.380Z] Setting up systemd (237-3ubuntu10.46) ... [2021-04-28T08:50:36.380Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-28T08:50:36.633Z] ---> f85612a13165 [2021-04-28T08:50:36.633Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-28T08:50:37.328Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-28T08:50:37.328Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-28T08:50:37.328Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-28T08:50:37.328Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-28T08:50:37.328Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-28T08:50:37.328Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-28T08:50:38.072Z] ---> a651e9e6cbb1 [2021-04-28T08:50:38.072Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-28T08:50:38.072Z] ---> Running in 655bfed35519 [2021-04-28T08:50:38.274Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-28T08:50:38.274Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-28T08:50:38.274Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-28T08:50:38.274Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-28T08:50:38.274Z] running python rtupdate hooks for python3.6... [2021-04-28T08:50:38.274Z] running python post-rtupdate hooks for python3.6... [2021-04-28T08:50:38.274Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-28T08:50:38.674Z] Removing intermediate container 655bfed35519 [2021-04-28T08:50:38.674Z] ---> e803d45cc0b3 [2021-04-28T08:50:38.674Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-28T08:50:38.951Z] ---> Running in 094d10f7864f [2021-04-28T08:50:39.560Z] Removing intermediate container 094d10f7864f [2021-04-28T08:50:39.560Z] ---> 2fe13420de4d [2021-04-28T08:50:39.560Z] Step 20/22 : LABEL arch=arm64 [2021-04-28T08:50:39.843Z] ---> Running in da7b871f578e [2021-04-28T08:50:40.203Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-28T08:50:40.203Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-28T08:50:40.203Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-28T08:50:40.203Z] Setting up snapd (2.48.3+18.04) ... [2021-04-28T08:50:40.446Z] Removing intermediate container da7b871f578e [2021-04-28T08:50:40.447Z] ---> 747444fab5db [2021-04-28T08:50:40.447Z] Step 21/22 : LABEL git_sha=1906a0e9afeee83252016a1283bb3a3fb588245d [2021-04-28T08:50:40.727Z] ---> Running in 211ee08feeb1 [2021-04-28T08:50:40.776Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-28T08:50:41.037Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-28T08:50:41.299Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-28T08:50:41.329Z] Removing intermediate container 211ee08feeb1 [2021-04-28T08:50:41.329Z] ---> 9365f5c41a0a [2021-04-28T08:50:41.329Z] Step 22/22 : LABEL version=0.0.0 [2021-04-28T08:50:41.566Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-28T08:50:41.604Z] ---> Running in c2462556a632 [2021-04-28T08:50:41.829Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-28T08:50:41.830Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-28T08:50:42.092Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-28T08:50:42.092Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-28T08:50:42.203Z] Removing intermediate container c2462556a632 [2021-04-28T08:50:42.203Z] ---> 0f9cb0b96cd1 [2021-04-28T08:50:42.203Z] [2021-04-28T08:50:42.353Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-28T08:50:42.615Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-28T08:50:42.805Z] Successfully built 0f9cb0b96cd1 [2021-04-28T08:50:42.805Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-28T08:50:42.877Z] /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-04-28T08:50:42.877Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-28T08:50:42.877Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-28T08:50:44.268Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-28T08:50:44.268Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-28T08:50:44.268Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-28T08:50:46.186Z] Reading package lists... [2021-04-28T08:50:46.186Z] Reading package lists... [2021-04-28T08:50:46.447Z] Building dependency tree... [2021-04-28T08:50:46.447Z] Reading state information... [2021-04-28T08:50:46.447Z] Calculating upgrade... [2021-04-28T08:50:46.709Z] The following packages will be upgraded: [2021-04-28T08:50:46.709Z] advancecomp base-files bash binutils binutils-common [2021-04-28T08:50:46.709Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-28T08:50:46.709Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-28T08:50:46.709Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-28T08:50:46.709Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-28T08:50:46.709Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-28T08:50:46.709Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-28T08:50:46.709Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-04-28T08:50:46.709Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-04-28T08:50:46.709Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-04-28T08:50:46.709Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-04-28T08:50:46.710Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-04-28T08:50:46.710Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-04-28T08:50:46.710Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-04-28T08:50:46.710Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-28T08:50:46.972Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-28T08:50:46.972Z] Need to get 64.0 MB of archives. [2021-04-28T08:50:46.972Z] After this operation, 5034 kB of additional disk space will be used. [2021-04-28T08:50:46.972Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-28T08:50:46.972Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-04-28T08:50:47.544Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-28T08:50:47.544Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-28T08:50:47.544Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-28T08:50:47.544Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-28T08:50:47.544Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-28T08:50:47.544Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-28T08:50:47.544Z] 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-04-28T08:50:47.544Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-04-28T08:50:47.544Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-04-28T08:50:47.544Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-28T08:50:47.807Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-28T08:50:47.807Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-28T08:50:47.807Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-28T08:50:47.807Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-28T08:50:47.807Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-28T08:50:47.807Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-28T08:50:47.807Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-28T08:50:47.807Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-28T08:50:47.807Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-28T08:50:47.807Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-28T08:50:47.807Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-28T08:50:47.807Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-28T08:50:47.807Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-28T08:50:47.807Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-28T08:50:47.807Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-28T08:50:47.807Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-28T08:50:47.807Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-28T08:50:48.077Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-28T08:50:48.077Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-28T08:50:48.077Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-28T08:50:48.077Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-28T08:50:48.077Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-28T08:50:48.077Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-28T08:50:48.077Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-28T08:50:48.077Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-28T08:50:48.077Z] Get:38 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-04-28T08:50:48.077Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-28T08:50:48.077Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-28T08:50:48.077Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-04-28T08:50:48.077Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-04-28T08:50:48.077Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-28T08:50:48.077Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-28T08:50:48.077Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-28T08:50:48.077Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-28T08:50:48.077Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-28T08:50:48.077Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-28T08:50:48.077Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-28T08:50:48.077Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-28T08:50:48.077Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-28T08:50:48.077Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-28T08:50:48.077Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-28T08:50:48.339Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-28T08:50:48.339Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-28T08:50:48.339Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-28T08:50:48.339Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-28T08:50:48.339Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-28T08:50:48.339Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-28T08:50:48.339Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-28T08:50:48.339Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-04-28T08:50:48.339Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-28T08:50:48.339Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-28T08:50:48.339Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-28T08:50:48.339Z] Get:65 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-04-28T08:50:48.339Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-28T08:50:48.339Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-28T08:50:48.339Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-28T08:50:48.339Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-28T08:50:48.339Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-04-28T08:50:48.339Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-04-28T08:50:48.339Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-28T08:50:48.339Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-28T08:50:48.339Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-28T08:50:48.339Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-28T08:50:48.339Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-28T08:50:48.339Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-28T08:50:48.339Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-28T08:50:48.339Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-28T08:50:48.601Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-28T08:50:48.601Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-28T08:50:48.601Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-28T08:50:48.601Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-28T08:50:48.601Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-28T08:50:48.601Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-04-28T08:50:48.601Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-28T08:50:48.601Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-28T08:50:48.601Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-28T08:50:48.601Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-28T08:50:48.601Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-28T08:50:48.601Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-28T08:50:48.601Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-28T08:50:49.175Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-28T08:50:49.751Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-28T08:50:49.751Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-28T08:50:49.751Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-28T08:50:50.013Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-28T08:50:50.013Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-28T08:50:50.013Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-28T08:50:50.013Z] Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-28T08:50:50.013Z] Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-28T08:50:50.281Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-28T08:50:50.281Z] Fetched 64.0 MB in 3s (19.1 MB/s) [2021-04-28T08:50:50.543Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T08:50:50.543Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-28T08:50:50.543Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-28T08:50:51.487Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-28T08:50:51.487Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-28T08:50:51.487Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-04-28T08:50:51.487Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-04-28T08:50:52.432Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-28T08:50:52.432Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-28T08:50:52.432Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-28T08:50:52.694Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-28T08:50:52.694Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-28T08:50:52.694Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-28T08:50:52.694Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-28T08:50:52.956Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-28T08:50:52.956Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-28T08:50:52.956Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-28T08:50:53.217Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-28T08:50:53.217Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-28T08:50:53.217Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-28T08:50:53.217Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-28T08:50:53.480Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-28T08:50:53.480Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-28T08:50:53.480Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-28T08:50:53.480Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-28T08:50:53.480Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-28T08:50:53.743Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-28T08:50:53.743Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-28T08:50:53.743Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-28T08:50:53.743Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-28T08:50:54.005Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-28T08:50:54.005Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-28T08:50:54.005Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-28T08:50:54.267Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-28T08:50:54.267Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-28T08:50:54.267Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-28T08:50:54.529Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-28T08:50:55.103Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-28T08:50:55.365Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-28T08:50:55.365Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-28T08:50:55.365Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-28T08:50:55.365Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-28T08:50:55.365Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-28T08:50:55.627Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-28T08:50:55.627Z] Installing new version of config file /etc/issue ... [2021-04-28T08:50:55.627Z] Installing new version of config file /etc/issue.net ... [2021-04-28T08:50:55.627Z] Installing new version of config file /etc/lsb-release ... [2021-04-28T08:50:55.889Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-28T08:50:55.889Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-28T08:50:56.150Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-28T08:50:56.150Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-28T08:50:56.150Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T08:50:56.150Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-28T08:50:56.150Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-28T08:50:56.412Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-28T08:50:56.673Z] 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-04-28T08:50:56.673Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T08:50:56.673Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-28T08:50:56.673Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-28T08:50:56.673Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-28T08:50:56.934Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T08:50:56.934Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-28T08:50:56.934Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-28T08:50:57.197Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-28T08:50:57.197Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T08:50:57.197Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-28T08:50:57.197Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-28T08:50:57.459Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-28T08:50:57.721Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T08:50:57.721Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-28T08:50:57.721Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-28T08:50:57.721Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-28T08:50:57.982Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T08:50:57.982Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-28T08:50:57.982Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-28T08:50:57.982Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-28T08:50:58.244Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T08:50:58.244Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-28T08:50:58.244Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-28T08:50:58.244Z] Setting up grep (3.1-2build1) ... [2021-04-28T08:50:58.506Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T08:50:58.506Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-28T08:50:58.506Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-28T08:50:58.769Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-28T08:50:58.769Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T08:50:58.769Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-28T08:50:58.769Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-28T08:50:59.031Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-28T08:50:59.031Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T08:50:59.031Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-28T08:50:59.031Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-28T08:50:59.976Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-28T08:50:59.976Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-28T08:50:59.976Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-28T08:50:59.976Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-28T08:51:00.552Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-28T08:51:00.552Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T08:51:00.552Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-28T08:51:00.552Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-28T08:51:01.943Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-28T08:51:01.943Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-28T08:51:01.943Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-28T08:51:01.943Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-28T08:51:02.206Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-28T08:51:02.206Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T08:51:02.206Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-28T08:51:02.206Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-28T08:51:02.468Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-28T08:51:02.468Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T08:51:02.468Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-28T08:51:02.468Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-28T08:51:02.731Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-28T08:51:02.731Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T08:51:02.731Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-28T08:51:02.731Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-28T08:51:02.999Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-28T08:51:02.999Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T08:51:02.999Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-28T08:51:02.999Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-28T08:51:03.262Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-28T08:51:03.262Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T08:51:03.262Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-28T08:51:03.262Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-28T08:51:03.524Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-28T08:51:03.524Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T08:51:03.524Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-28T08:51:03.524Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-28T08:51:03.524Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-28T08:51:03.795Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-28T08:51:03.795Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-28T08:51:03.795Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T08:51:03.795Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-28T08:51:03.795Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-28T08:51:04.057Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-28T08:51:04.057Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T08:51:04.057Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-28T08:51:04.057Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-28T08:51:04.326Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-28T08:51:04.326Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T08:51:04.326Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-28T08:51:04.326Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-28T08:51:04.588Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-28T08:51:04.588Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T08:51:04.588Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-28T08:51:04.588Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-28T08:51:05.160Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-28T08:51:05.422Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-28T08:51:05.996Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-28T08:51:05.996Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T08:51:05.996Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-28T08:51:05.996Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-28T08:51:06.258Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-28T08:51:06.522Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-28T08:51:06.522Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-28T08:51:06.522Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-28T08:51:06.522Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-28T08:51:06.786Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T08:51:06.786Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-28T08:51:06.786Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-28T08:51:06.786Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-28T08:51:07.360Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T08:51:07.360Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-28T08:51:07.360Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-28T08:51:07.360Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-28T08:51:07.623Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T08:51:07.623Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-28T08:51:07.623Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-28T08:51:07.885Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-28T08:51:07.885Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T08:51:07.885Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-28T08:51:07.885Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-28T08:51:07.885Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-28T08:51:08.165Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T08:51:08.165Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-28T08:51:08.165Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-28T08:51:08.427Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-28T08:51:08.427Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T08:51:08.427Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-28T08:51:08.689Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-28T08:51:08.952Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-28T08:51:08.952Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T08:51:08.952Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-28T08:51:08.952Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-28T08:51:09.214Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-04-28T08:51:09.214Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-28T08:51:09.214Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-28T08:51:09.488Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-28T08:51:09.488Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-28T08:51:09.488Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T08:51:09.488Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-28T08:51:09.488Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-28T08:51:09.630Z]  Building docker-support-scheduler-go ... done Removing intermediate container ce3672ef283f [2021-04-28T08:51:09.631Z] ---> 38dbcc49f794 [2021-04-28T08:51:09.631Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-28T08:51:09.631Z] ---> Running in 396a112b3e47 [2021-04-28T08:51:09.631Z] 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-04-28T08:51:09.750Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-28T08:51:10.012Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T08:51:10.012Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-28T08:51:10.012Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-28T08:51:10.012Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-28T08:51:10.274Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T08:51:10.274Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-28T08:51:10.274Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-28T08:51:10.536Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-28T08:51:10.536Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T08:51:10.536Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-28T08:51:10.536Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-28T08:51:10.798Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-28T08:51:10.798Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T08:51:10.798Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-28T08:51:10.798Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-28T08:51:11.375Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-28T08:51:11.376Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T08:51:11.376Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-28T08:51:11.376Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-28T08:51:11.615Z] Removing intermediate container 396a112b3e47 [2021-04-28T08:51:11.615Z] ---> 67cd2d59c88f [2021-04-28T08:51:11.615Z] [2021-04-28T08:51:11.615Z] Step 11/23 : FROM docker:20.10.0 [2021-04-28T08:51:11.615Z] 20.10.0: Pulling from library/docker [2021-04-28T08:51:11.637Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-28T08:51:11.898Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T08:51:11.899Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-04-28T08:51:12.160Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-28T08:51:12.160Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-04-28T08:51:12.422Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T08:51:12.422Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-04-28T08:51:12.422Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-28T08:51:12.422Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-04-28T08:51:12.684Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T08:51:12.684Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-28T08:51:12.684Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-28T08:51:12.684Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-28T08:51:12.953Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T08:51:12.953Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-28T08:51:12.953Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-28T08:51:12.953Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-28T08:51:13.214Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T08:51:13.214Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-28T08:51:13.214Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-28T08:51:13.214Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-28T08:51:13.214Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T08:51:13.214Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-28T08:51:13.478Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-28T08:51:13.478Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-28T08:51:13.478Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T08:51:13.478Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-04-28T08:51:13.739Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-04-28T08:51:13.739Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-04-28T08:51:13.740Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-28T08:51:13.740Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-28T08:51:13.740Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-28T08:51:14.002Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-28T08:51:14.002Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-28T08:51:14.002Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-28T08:51:14.002Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-28T08:51:14.264Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-28T08:51:14.264Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-28T08:51:14.525Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-28T08:51:14.525Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-28T08:51:14.787Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-28T08:51:14.787Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-28T08:51:15.048Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-28T08:51:15.048Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-28T08:51:15.048Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-28T08:51:15.048Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-28T08:51:15.309Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-28T08:51:15.309Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-28T08:51:15.309Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-28T08:51:15.309Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-28T08:51:15.571Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-28T08:51:15.571Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-28T08:51:15.571Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-28T08:51:15.571Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-28T08:51:15.571Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-28T08:51:15.832Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-28T08:51:15.833Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-28T08:51:15.833Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-28T08:51:16.776Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-28T08:51:16.776Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-28T08:51:17.038Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-28T08:51:17.038Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-28T08:51:17.306Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-28T08:51:17.568Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-28T08:51:17.829Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-28T08:51:17.829Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-28T08:51:18.091Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-28T08:51:18.091Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-28T08:51:18.352Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-28T08:51:18.352Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-28T08:51:18.352Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-28T08:51:18.352Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-28T08:51:18.619Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-28T08:51:18.620Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-28T08:51:18.620Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-28T08:51:18.620Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-28T08:51:18.882Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-28T08:51:18.882Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-28T08:51:19.825Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-28T08:51:19.825Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-28T08:51:19.898Z] Removing intermediate container 110e4ce4720c [2021-04-28T08:51:19.898Z] ---> ec37328747d9 [2021-04-28T08:51:19.898Z] [2021-04-28T08:51:19.898Z] Step 10/23 : FROM alpine:3.12 [2021-04-28T08:51:19.898Z] ---> 9852663dfa18 [2021-04-28T08:51:19.898Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-28T08:51:19.898Z] ---> Running in 5fb43393ef34 [2021-04-28T08:51:20.171Z] Removing intermediate container 5fb43393ef34 [2021-04-28T08:51:20.171Z] ---> 99db30938d38 [2021-04-28T08:51:20.171Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-28T08:51:20.171Z] ---> Running in b4de6943ec6f [2021-04-28T08:51:20.445Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-28T08:51:20.445Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-28T08:51:20.445Z] ---> eeaf43b92773 [2021-04-28T08:51:20.445Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-28T08:51:20.445Z] ---> Running in 4ff0cfe9099f [2021-04-28T08:51:20.718Z] Removing intermediate container b4de6943ec6f [2021-04-28T08:51:20.718Z] ---> f591894ad755 [2021-04-28T08:51:20.718Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-28T08:51:20.718Z] ---> Running in cc9cab5c4d25 [2021-04-28T08:51:20.770Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-28T08:51:20.770Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-28T08:51:21.002Z] Removing intermediate container 4ff0cfe9099f [2021-04-28T08:51:21.002Z] ---> 05fccc336b8a [2021-04-28T08:51:21.002Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-28T08:51:21.002Z] ---> Running in 72cc4647636c [2021-04-28T08:51:21.283Z] Removing intermediate container cc9cab5c4d25 [2021-04-28T08:51:21.283Z] ---> 14c054d84602 [2021-04-28T08:51:21.283Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T08:51:21.555Z] ---> Running in 4bfd0de19005 [2021-04-28T08:51:21.718Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-28T08:51:21.718Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-28T08:51:21.980Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-28T08:51:21.980Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-28T08:51:22.601Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T08:51:22.601Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T08:51:23.220Z] (1/39) Installing readline (8.0.4-r0) [2021-04-28T08:51:23.220Z] (2/39) Installing bash (5.0.17-r0) [2021-04-28T08:51:23.220Z] Executing bash-5.0.17-r0.post-install [2021-04-28T08:51:23.220Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-28T08:51:23.220Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-28T08:51:23.220Z] (5/39) Installing curl (7.76.1-r0) [2021-04-28T08:51:23.220Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-28T08:51:23.220Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-28T08:51:23.220Z] (8/39) Installing expat (2.2.9-r1) [2021-04-28T08:51:23.220Z] (9/39) Installing libffi (3.3-r2) [2021-04-28T08:51:23.220Z] (10/39) Installing gdbm (1.13-r1) [2021-04-28T08:51:23.220Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-28T08:51:23.220Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-28T08:51:23.368Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-28T08:51:23.368Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-28T08:51:23.368Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-28T08:51:23.368Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-28T08:51:23.368Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-28T08:51:23.368Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-28T08:51:23.499Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-28T08:51:23.628Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-28T08:51:23.629Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-28T08:51:23.629Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-28T08:51:23.629Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-28T08:51:23.890Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-28T08:51:23.891Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-28T08:51:23.891Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-28T08:51:23.891Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-28T08:51:24.156Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-28T08:51:24.156Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-28T08:51:24.156Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-28T08:51:24.156Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-28T08:51:24.417Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-28T08:51:24.417Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-28T08:51:24.417Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-28T08:51:24.417Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-28T08:51:24.417Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-28T08:51:24.417Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-28T08:51:24.508Z] Removing intermediate container 4bfd0de19005 [2021-04-28T08:51:24.508Z] ---> 2250032e0565 [2021-04-28T08:51:24.508Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-28T08:51:24.680Z] [2021-04-28T08:51:24.680Z] Current default time zone: 'Etc/UTC' [2021-04-28T08:51:24.680Z] Local time is now: Wed Apr 28 08:51:24 UTC 2021. [2021-04-28T08:51:24.680Z] Universal Time is now: Wed Apr 28 08:51:24 UTC 2021. [2021-04-28T08:51:24.680Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-28T08:51:24.680Z] [2021-04-28T08:51:24.680Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-04-28T08:51:24.680Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-28T08:51:24.680Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-04-28T08:51:24.680Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-28T08:51:24.680Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-28T08:51:24.680Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-28T08:51:24.680Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-28T08:51:24.796Z] ---> Running in 73ce039874d6 [2021-04-28T08:51:24.941Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-28T08:51:24.941Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-28T08:51:24.941Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-28T08:51:24.941Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-28T08:51:24.941Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-28T08:51:25.202Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-28T08:51:25.202Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-28T08:51:25.202Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-28T08:51:25.202Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-28T08:51:25.202Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-28T08:51:25.392Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-28T08:51:25.392Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-28T08:51:25.392Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-28T08:51:25.392Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-28T08:51:25.392Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-28T08:51:25.392Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-28T08:51:25.392Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-28T08:51:25.392Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-28T08:51:25.392Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-28T08:51:25.392Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-28T08:51:25.463Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-28T08:51:25.463Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-28T08:51:25.463Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-28T08:51:25.463Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-28T08:51:25.463Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-28T08:51:25.463Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-28T08:51:25.663Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-28T08:51:25.663Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-28T08:51:25.663Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-28T08:51:25.663Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-28T08:51:25.663Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-28T08:51:25.663Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-28T08:51:25.663Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-28T08:51:25.663Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-28T08:51:25.663Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-28T08:51:25.663Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-28T08:51:25.663Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-28T08:51:25.663Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-28T08:51:25.663Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-28T08:51:25.663Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-28T08:51:25.663Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-28T08:51:25.663Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-28T08:51:25.941Z] Executing busybox-1.31.1-r19.trigger [2021-04-28T08:51:25.941Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T08:51:25.941Z] OK: 72 MiB in 59 packages [2021-04-28T08:51:26.913Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T08:51:27.379Z] Updating certificates in /etc/ssl/certs... [2021-04-28T08:51:27.508Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-28T08:51:27.508Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-28T08:51:27.508Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-28T08:51:27.778Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-28T08:51:27.778Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-28T08:51:27.951Z] 23 added, 27 removed; done. [2021-04-28T08:51:28.048Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-28T08:51:28.048Z] Executing busybox-1.31.1-r20.trigger [2021-04-28T08:51:28.048Z] OK: 8 MiB in 20 packages [2021-04-28T08:51:28.212Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-28T08:51:28.212Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-28T08:51:28.212Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-28T08:51:28.212Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-28T08:51:28.212Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-28T08:51:28.473Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-28T08:51:28.473Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-28T08:51:28.473Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-28T08:51:28.473Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-28T08:51:28.473Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-28T08:51:28.473Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-28T08:51:28.473Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-28T08:51:28.473Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-28T08:51:28.736Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-28T08:51:28.736Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-28T08:51:28.736Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-28T08:51:28.736Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-28T08:51:28.736Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-28T08:51:28.736Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-28T08:51:28.736Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-28T08:51:28.998Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-28T08:51:28.998Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-28T08:51:28.998Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-28T08:51:28.998Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-28T08:51:28.998Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-28T08:51:29.259Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-28T08:51:29.259Z] Updating certificates in /etc/ssl/certs... [2021-04-28T08:51:29.832Z] 0 added, 0 removed; done. [2021-04-28T08:51:29.832Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-28T08:51:29.832Z] done. [2021-04-28T08:51:30.030Z] Removing intermediate container 73ce039874d6 [2021-04-28T08:51:30.030Z] ---> 1a7d9b656a56 [2021-04-28T08:51:30.030Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-28T08:51:30.301Z] Collecting docker-compose==1.23.2 [2021-04-28T08:51:30.301Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-28T08:51:30.575Z] ---> 0d7b77eca562 [2021-04-28T08:51:30.575Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-28T08:51:30.670Z] Reading package lists... [2021-04-28T08:51:30.670Z] Building dependency tree... [2021-04-28T08:51:30.670Z] Reading state information... [2021-04-28T08:51:30.931Z] The following NEW packages will be installed: [2021-04-28T08:51:30.931Z] apt-transport-https [2021-04-28T08:51:31.192Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-28T08:51:31.192Z] Need to get 1692 B of archives. [2021-04-28T08:51:31.192Z] After this operation, 154 kB of additional disk space will be used. [2021-04-28T08:51:31.192Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-28T08:51:31.192Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-28T08:51:31.192Z] Fetched 1692 B in 0s (8474 B/s) [2021-04-28T08:51:31.456Z] Selecting previously unselected package apt-transport-https. [2021-04-28T08:51:31.456Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-28T08:51:31.456Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-28T08:51:31.456Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-28T08:51:31.456Z] Setting up apt-transport-https (1.6.13) ... [2021-04-28T08:51:31.548Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-28T08:51:31.548Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-28T08:51:31.548Z] 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-04-28T08:51:31.723Z] Waiting for network to be ready... [2021-04-28T08:51:31.818Z] ---> a57ec9e3c7e8 [2021-04-28T08:51:31.819Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-28T08:51:32.409Z] Collecting docker<4.0,>=3.6.0 [2021-04-28T08:51:32.409Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-28T08:51:32.409Z] ---> 8835fea26aa8 [2021-04-28T08:51:32.409Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-28T08:51:32.409Z] ---> Running in e15a1584d09e [2021-04-28T08:51:33.012Z] Removing intermediate container e15a1584d09e [2021-04-28T08:51:33.012Z] ---> 4b67b78ccd09 [2021-04-28T08:51:33.012Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-28T08:51:33.012Z] ---> Running in 28ba8f7ef8e8 [2021-04-28T08:51:33.607Z] Removing intermediate container 28ba8f7ef8e8 [2021-04-28T08:51:33.607Z] ---> 180d31dbaf5d [2021-04-28T08:51:33.607Z] Step 21/23 : LABEL arch=arm64 [2021-04-28T08:51:33.607Z] ---> Running in 617e16e3a807 [2021-04-28T08:51:33.880Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-28T08:51:33.880Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-28T08:51:34.152Z] Removing intermediate container 617e16e3a807 [2021-04-28T08:51:34.152Z] ---> bcb498a925b2 [2021-04-28T08:51:34.152Z] Step 22/23 : LABEL git_sha=1906a0e9afeee83252016a1283bb3a3fb588245d [2021-04-28T08:51:34.152Z] ---> Running in 095233128a4a [2021-04-28T08:51:34.746Z] Collecting jsonschema<3,>=2.5.1 [2021-04-28T08:51:34.746Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-28T08:51:34.746Z] Removing intermediate container 095233128a4a [2021-04-28T08:51:34.746Z] ---> 98bf67f6205c [2021-04-28T08:51:34.746Z] Step 23/23 : LABEL version=0.0.0 [2021-04-28T08:51:34.746Z] ---> Running in 9e3e74116c56 [2021-04-28T08:51:35.019Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-28T08:51:35.019Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-28T08:51:35.291Z] Removing intermediate container 9e3e74116c56 [2021-04-28T08:51:35.291Z] ---> 03f09f580cd8 [2021-04-28T08:51:35.291Z] [2021-04-28T08:51:35.565Z] Successfully built 03f09f580cd8 [2021-04-28T08:51:35.565Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-28T08:51:37.523Z]  Building docker-core-data-go ... done Collecting PyYAML<4,>=3.10 [2021-04-28T08:51:37.523Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-28T08:51:39.867Z] 2021-04-28T08:51:36Z INFO Waiting for automatic snapd restart... [2021-04-28T08:51:39.867Z] snapd 2.49.2 from Canonical* installed [2021-04-28T08:51:40.438Z] "snapd" switched to the "latest/stable" channel [2021-04-28T08:51:40.438Z] [2021-04-28T08:51:40.908Z] Collecting cached-property<2,>=1.2.0 [2021-04-28T08:51:40.908Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-28T08:51:40.908Z] Collecting texttable<0.10,>=0.9.0 [2021-04-28T08:51:40.908Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-28T08:51:42.874Z] Collecting docopt<0.7,>=0.6.1 [2021-04-28T08:51:42.874Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-28T08:51:44.836Z] Collecting docker-pycreds>=0.4.0 [2021-04-28T08:51:44.836Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-28T08:51:44.836Z] 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-04-28T08:51:45.105Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-28T08:51:45.105Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-28T08:51:45.374Z] 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-04-28T08:51:45.642Z] Collecting idna<2.8,>=2.5 [2021-04-28T08:51:45.643Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-28T08:51:45.643Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-28T08:51:45.643Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-28T08:51:45.643Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-28T08:51:45.643Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-28T08:51:45.725Z] core18 20210309 from Canonical* installed [2021-04-28T08:51:45.725Z] "core18" switched to the "latest/stable" channel [2021-04-28T08:51:45.725Z] [2021-04-28T08:51:46.607Z] Installing collected packages: websocket-client, urllib3, idna, requests, docker-pycreds, docker, jsonschema, dockerpty, PyYAML, cached-property, texttable, docopt, docker-compose [2021-04-28T08:51:46.608Z] Attempting uninstall: urllib3 [2021-04-28T08:51:46.608Z] Found existing installation: urllib3 1.25.9 [2021-04-28T08:51:46.608Z] Uninstalling urllib3-1.25.9: [2021-04-28T08:51:46.877Z] Successfully uninstalled urllib3-1.25.9 [2021-04-28T08:51:47.146Z] Attempting uninstall: idna [2021-04-28T08:51:47.146Z] Found existing installation: idna 2.9 [2021-04-28T08:51:47.414Z] Uninstalling idna-2.9: [2021-04-28T08:51:47.414Z] Successfully uninstalled idna-2.9 [2021-04-28T08:51:48.002Z] Attempting uninstall: requests [2021-04-28T08:51:48.002Z] Found existing installation: requests 2.23.0 [2021-04-28T08:51:48.002Z] Uninstalling requests-2.23.0: [2021-04-28T08:51:48.002Z] Successfully uninstalled requests-2.23.0 [2021-04-28T08:51:49.421Z] Running setup.py install for dockerpty: started [2021-04-28T08:51:51.379Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-28T08:51:51.379Z] Running setup.py install for PyYAML: started [2021-04-28T08:51:52.321Z] snapcraft 4.6.2 from Canonical* installed [2021-04-28T08:51:52.321Z] "snapcraft" switched to the "latest/stable" channel [2021-04-28T08:51:52.321Z] [2021-04-28T08:51:53.335Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-28T08:51:53.335Z] Running setup.py install for texttable: started [2021-04-28T08:51:54.761Z] Running setup.py install for texttable: finished with status 'done' [2021-04-28T08:51:55.030Z] Running setup.py install for docopt: started [2021-04-28T08:51:56.534Z] 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-04-28T08:51:56.534Z] - README.md [2021-04-28T08:51:56.534Z] [2021-04-28T08:51:56.534Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-28T08:51:56.990Z] Running setup.py install for docopt: finished with status 'done' [2021-04-28T08:51:57.581Z] 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.58.0 [2021-04-28T08:52:03.128Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-28T08:52:03.128Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-28T08:52:03.128Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-28T08:52:03.128Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-28T08:52:03.128Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1697 kB] [2021-04-28T08:52:03.703Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-28T08:52:04.277Z] Fetched 2909 kB in 2s (1625 kB/s) [2021-04-28T08:52:05.663Z] Reading package lists... [2021-04-28T08:52:05.834Z] Removing intermediate container 72cc4647636c [2021-04-28T08:52:05.834Z] ---> a9c2faa65fbd [2021-04-28T08:52:05.834Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-28T08:52:05.834Z] ---> Running in ce4a6609fa3d [2021-04-28T08:52:06.107Z] Removing intermediate container ce4a6609fa3d [2021-04-28T08:52:06.107Z] ---> 0daa7fd119e6 [2021-04-28T08:52:06.107Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-28T08:52:06.107Z] ---> Running in 032d807898bf [2021-04-28T08:52:06.235Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 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-04-28T08:52:06.699Z] Removing intermediate container 032d807898bf [2021-04-28T08:52:06.699Z] ---> 7aa821d3f254 [2021-04-28T08:52:06.699Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-28T08:52:07.673Z] ---> f287fdbf0d81 [2021-04-28T08:52:07.673Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-28T08:52:09.407Z] ---> f9acd74c223d [2021-04-28T08:52:09.682Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-28T08:52:10.273Z] ---> 0418dc9c798f [2021-04-28T08:52:10.273Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-28T08:52:10.546Z] ---> Running in 1a0653865b28 [2021-04-28T08:52:11.138Z] Removing intermediate container 1a0653865b28 [2021-04-28T08:52:11.138Z] ---> e8871b377889 [2021-04-28T08:52:11.138Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-28T08:52:11.138Z] ---> Running in 3331406164ab [2021-04-28T08:52:11.407Z] Removing intermediate container 3331406164ab [2021-04-28T08:52:11.407Z] ---> 5a06b66946f4 [2021-04-28T08:52:11.407Z] Step 21/23 : LABEL arch=arm64 [2021-04-28T08:52:11.679Z] ---> Running in 9bc89ec2064d [2021-04-28T08:52:11.949Z] Removing intermediate container 9bc89ec2064d [2021-04-28T08:52:11.949Z] ---> 6304e5af3570 [2021-04-28T08:52:11.949Z] Step 22/23 : LABEL git_sha=1906a0e9afeee83252016a1283bb3a3fb588245d [2021-04-28T08:52:12.228Z] ---> Running in 94156801c0bc [2021-04-28T08:52:12.500Z] Removing intermediate container 94156801c0bc [2021-04-28T08:52:12.500Z] ---> e8286c0015bf [2021-04-28T08:52:12.500Z] Step 23/23 : LABEL version=0.0.0 [2021-04-28T08:52:12.773Z] ---> Running in 1ed81ac065e9 [2021-04-28T08:52:12.831Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-28T08:52:12.831Z] Reading package lists... [2021-04-28T08:52:12.831Z] Building dependency tree... [2021-04-28T08:52:12.831Z] Reading state information... [2021-04-28T08:52:12.831Z] Suggested packages: [2021-04-28T08:52:12.831Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-28T08:52:12.831Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-28T08:52:12.831Z] Recommended packages: [2021-04-28T08:52:12.831Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-28T08:52:12.831Z] The following NEW packages will be installed: [2021-04-28T08:52:12.831Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-28T08:52:12.831Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-28T08:52:12.831Z] pkg-config zip [2021-04-28T08:52:12.831Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-28T08:52:12.831Z] Need to get 7663 kB of archives. [2021-04-28T08:52:12.831Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-28T08:52:12.831Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-04-28T08:52:12.831Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-28T08:52:12.831Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-28T08:52:12.831Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-28T08:52:12.831Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-28T08:52:12.831Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-28T08:52:12.831Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-28T08:52:13.093Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-28T08:52:13.093Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-28T08:52:13.093Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-28T08:52:13.093Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-28T08:52:13.354Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-28T08:52:13.354Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-28T08:52:13.354Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-28T08:52:13.354Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-28T08:52:13.365Z] Removing intermediate container 1ed81ac065e9 [2021-04-28T08:52:13.365Z] ---> f49f874a5e53 [2021-04-28T08:52:13.365Z] [2021-04-28T08:52:13.615Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-28T08:52:13.615Z] Fetched 7663 kB in 1s (10.7 MB/s) [2021-04-28T08:52:13.615Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-28T08:52:13.615Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-28T08:52:13.615Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-28T08:52:13.634Z] Successfully built f49f874a5e53 [2021-04-28T08:52:13.634Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-28T08:52:13.876Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-28T08:52:13.876Z] Selecting previously unselected package libpsl5:amd64. [2021-04-28T08:52:13.876Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-28T08:52:13.876Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-28T08:52:14.137Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-28T08:52:14.137Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-28T08:52:14.137Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-28T08:52:14.137Z] Selecting previously unselected package librtmp1:amd64. [2021-04-28T08:52:14.137Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-28T08:52:14.137Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-28T08:52:14.241Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-28T08:52:14.226Z] $ docker stop --time=1 3533130e88bc51f12fb1377094872eb548ed0b4630273ef3df566d00fca5d945 [2021-04-28T08:52:14.400Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-28T08:52:14.400Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-28T08:52:14.400Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-28T08:52:14.400Z] Selecting previously unselected package liberror-perl. [2021-04-28T08:52:14.400Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-28T08:52:14.400Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-28T08:52:14.400Z] Selecting previously unselected package git-man. [2021-04-28T08:52:14.400Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-28T08:52:14.400Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-28T08:52:14.662Z] Selecting previously unselected package git. [2021-04-28T08:52:14.663Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-28T08:52:14.663Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-28T08:52:15.609Z] Selecting previously unselected package libnorm1:amd64. [2021-04-28T08:52:15.609Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-28T08:52:15.609Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-28T08:52:15.609Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-28T08:52:15.609Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-28T08:52:15.871Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-28T08:52:15.871Z] Selecting previously unselected package libsodium23:amd64. [2021-04-28T08:52:15.871Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-28T08:52:15.871Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-28T08:52:15.871Z] Selecting previously unselected package libzmq5:amd64. [2021-04-28T08:52:15.871Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-28T08:52:15.871Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-28T08:52:16.132Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-28T08:52:16.132Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-28T08:52:16.132Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-28T08:52:16.132Z] Selecting previously unselected package pkg-config. [2021-04-28T08:52:16.132Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-28T08:52:16.132Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-28T08:52:16.132Z] Selecting previously unselected package zip. [2021-04-28T08:52:16.132Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-28T08:52:16.136Z] $ docker rm -f 3533130e88bc51f12fb1377094872eb548ed0b4630273ef3df566d00fca5d945 [2021-04-28T08:52:16.393Z] Unpacking zip (3.0-11build1) ... [2021-04-28T08:52:16.393Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-28T08:52:16.393Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-28T08:52:16.393Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-28T08:52:16.393Z] Setting up liberror-perl (0.17025-1) ... [2021-04-28T08:52:16.393Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-28T08:52:16.393Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-28T08:52:16.393Z] No schema files found: doing nothing. [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-28T08:52:16.655Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-28T08:52:16.655Z] Setting up zip (3.0-11build1) ... [2021-04-28T08:52:16.655Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-28T08:52:16.655Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-28T08:52:16.655Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-28T08:52:16.655Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-28T08:52:16.655Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-28T08:52:16.772Z] + docker images [2021-04-28T08:52:16.772Z] + grep docker [2021-04-28T08:52:16.918Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-28T08:52:16.918Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-28T08:52:16.918Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-28T08:52:17.042Z] docker-sys-mgmt-agent-go-arm64 latest f49f874a5e53 4 seconds ago 299MB [2021-04-28T08:52:17.042Z] docker-core-data-go-arm64 latest 03f09f580cd8 41 seconds ago 21.6MB [2021-04-28T08:52:17.042Z] docker-support-scheduler-go-arm64 latest 0f9cb0b96cd1 About a minute ago 16.6MB [2021-04-28T08:52:17.042Z] docker-security-secretstore-setup-go-arm64 latest 2dab04c847f0 About a minute ago 24.9MB [2021-04-28T08:52:17.042Z] docker-security-bootstrapper-go-arm64 latest 2c78d53113d9 3 minutes ago 18.1MB [2021-04-28T08:52:17.042Z] docker-support-notifications-go-arm64 latest 7d26a761a78a 3 minutes ago 17.1MB [2021-04-28T08:52:17.042Z] docker-core-metadata-go-arm64 latest 1f78ebe8a339 3 minutes ago 18.1MB [2021-04-28T08:52:17.042Z] docker-core-command-go-arm64 latest 7081b5e3f6bf 3 minutes ago 16.5MB [2021-04-28T08:52:17.042Z] docker-security-proxy-setup-go-arm64 latest eae92f46ff33 4 minutes ago 24.6MB [2021-04-28T08:52:17.042Z] docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-28T08:52:17.598Z] ---> job-cost.sh [2021-04-28T08:52:17.598Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ITnw [2021-04-28T08:52:23.508Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-28T08:52:23.770Z] git set to automatically installed. [2021-04-28T08:52:23.770Z] git-man set to automatically installed. [2021-04-28T08:52:23.770Z] libcurl3-gnutls set to automatically installed. [2021-04-28T08:52:23.770Z] liberror-perl set to automatically installed. [2021-04-28T08:52:23.770Z] libglib2.0-0 set to automatically installed. [2021-04-28T08:52:23.770Z] libnghttp2-14 set to automatically installed. [2021-04-28T08:52:23.770Z] libnorm1 set to automatically installed. [2021-04-28T08:52:23.770Z] libpgm-5.2-0 set to automatically installed. [2021-04-28T08:52:23.770Z] libpsl5 set to automatically installed. [2021-04-28T08:52:23.770Z] librtmp1 set to automatically installed. [2021-04-28T08:52:23.770Z] libsodium23 set to automatically installed. [2021-04-28T08:52:23.770Z] libzmq3-dev set to automatically installed. [2021-04-28T08:52:23.770Z] libzmq5 set to automatically installed. [2021-04-28T08:52:23.770Z] pkg-config set to automatically installed. [2021-04-28T08:52:23.770Z] zip set to automatically installed. [2021-04-28T08:52:25.686Z] snapd is not logged in, snap install commands will use sudo [2021-04-28T08:52:32.272Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-28T08:52:32.535Z] snap "core18" has no updates available [2021-04-28T08:52:33.480Z] snapd is not logged in, snap install commands will use sudo [2021-04-28T08:52:40.071Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-28T08:52:52.553Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-28T08:52:52.553Z] Pulling go-build-helper [2021-04-28T08:52:52.553Z] + snapcraftctl pull [2021-04-28T08:52:53.945Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-28T08:52:53.945Z] Skipping pull go-build-helper (already ran) [2021-04-28T08:52:53.945Z] Building go-build-helper [2021-04-28T08:52:53.945Z] + snapcraftctl build [2021-04-28T08:52:56.563Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-28T08:52:57.267Z] Staging go-build-helper [2021-04-28T08:52:57.267Z] + snapcraftctl stage [2021-04-28T08:53:09.512Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-28T08:53:09.512Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-28T08:53:09.512Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1697 kB] [2021-04-28T08:53:09.512Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-28T08:53:09.512Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-28T08:53:09.512Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-28T08:53:09.512Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-28T08:53:09.512Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-04-28T08:53:09.512Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-28T08:53:09.512Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-28T08:53:09.512Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-28T08:53:09.512Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-28T08:53:09.512Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-28T08:53:09.512Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-28T08:53:09.512Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-28T08:53:09.512Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-28T08:53:09.512Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-28T08:53:09.512Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-28T08:53:09.512Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-28T08:53:09.512Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-28T08:53:09.512Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-28T08:53:09.512Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-04-28T08:53:09.512Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-28T08:53:09.512Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] [2021-04-28T08:53:09.512Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-28T08:53:09.512Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-04-28T08:53:09.512Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-28T08:53:09.512Z] Fetched 24.4 MB in 0s (0 B/s) [2021-04-28T08:53:09.512Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-28T08:53:09.512Z] Fetched 224 kB in 0s (0 B/s) [2021-04-28T08:53:09.512Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-28T08:53:09.512Z] Fetched 157 kB in 0s (0 B/s) [2021-04-28T08:53:09.512Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-28T08:53:09.512Z] Fetched 221 kB in 0s (0 B/s) [2021-04-28T08:53:09.512Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-28T08:53:09.512Z] Fetched 143 kB in 0s (0 B/s) [2021-04-28T08:53:09.512Z] Pulling app-service-config [2021-04-28T08:53:09.512Z] + snapcraftctl pull [2021-04-28T08:53:10.898Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-28T08:53:11.470Z] Pulling config-common [2021-04-28T08:53:11.471Z] + snapcraftctl pull [2021-04-28T08:53:16.763Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-28T08:53:16.763Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-28T08:53:16.763Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-28T08:53:16.763Z] Fetched 0 B in 0s (0 B/s) [2021-04-28T08:53:16.763Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-28T08:53:16.763Z] Fetched 0 B in 0s (0 B/s) [2021-04-28T08:53:16.763Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-28T08:53:16.763Z] Fetched 0 B in 0s (0 B/s) [2021-04-28T08:53:16.763Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-28T08:53:16.763Z] Fetched 0 B in 0s (0 B/s) [2021-04-28T08:53:16.763Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-28T08:53:16.763Z] Fetched 0 B in 0s (0 B/s) [2021-04-28T08:53:16.763Z] Pulling edgex-go [2021-04-28T08:53:16.763Z] + snapcraftctl pull [2021-04-28T08:53:43.362Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-28T08:53:43.362Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-28T08:53:43.362Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-28T08:53:43.362Z] Fetched 0 B in 0s (0 B/s) [2021-04-28T08:53:43.362Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-28T08:53:43.362Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-28T08:53:43.362Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-28T08:53:43.362Z] Fetched 279 kB in 0s (0 B/s) [2021-04-28T08:53:43.362Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-28T08:53:43.362Z] Fetched 122 kB in 0s (0 B/s) [2021-04-28T08:53:43.362Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-28T08:53:43.362Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-28T08:53:43.362Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-28T08:53:43.362Z] Fetched 8848 B in 0s (0 B/s) [2021-04-28T08:53:43.362Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-28T08:53:43.362Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-28T08:53:43.362Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-28T08:53:43.362Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-28T08:53:43.362Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-28T08:53:43.362Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-28T08:53:43.362Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-28T08:53:43.362Z] Fetched 219 kB in 0s (0 B/s) [2021-04-28T08:53:43.362Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-28T08:53:43.362Z] Fetched 154 kB in 0s (0 B/s) [2021-04-28T08:53:43.362Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-28T08:53:43.362Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-28T08:53:43.362Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-28T08:53:43.362Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-28T08:53:43.362Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-28T08:53:43.362Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-28T08:53:43.362Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-28T08:53:43.362Z] Fetched 499 kB in 0s (0 B/s) [2021-04-28T08:53:43.362Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-28T08:53:43.362Z] Fetched 111 kB in 0s (0 B/s) [2021-04-28T08:53:43.362Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-28T08:53:43.362Z] Fetched 240 kB in 0s (0 B/s) [2021-04-28T08:53:43.362Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-28T08:53:43.362Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-28T08:53:43.362Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-28T08:53:43.362Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-28T08:53:43.362Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-28T08:53:43.362Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-28T08:53:43.362Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-28T08:53:43.362Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-28T08:53:43.362Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-28T08:53:43.362Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-28T08:53:43.362Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-28T08:53:43.362Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-28T08:53:43.362Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-28T08:53:43.362Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-28T08:53:43.362Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-28T08:53:43.362Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-28T08:53:43.362Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-28T08:53:43.362Z] Fetched 8720 B in 0s (0 B/s) [2021-04-28T08:53:43.362Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-04-28T08:53:43.362Z] Fetched 137 kB in 0s (0 B/s) [2021-04-28T08:53:43.362Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-28T08:53:43.362Z] Fetched 119 kB in 0s (0 B/s) [2021-04-28T08:53:43.362Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-04-28T08:53:43.362Z] Fetched 110 kB in 0s (0 B/s) [2021-04-28T08:53:43.362Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-28T08:53:43.362Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-28T08:53:43.362Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-28T08:53:43.362Z] Fetched 645 kB in 0s (0 B/s) [2021-04-28T08:53:43.362Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-28T08:53:43.362Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-28T08:53:43.362Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-28T08:53:43.362Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-28T08:53:43.362Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-28T08:53:43.362Z] Fetched 368 kB in 0s (0 B/s) [2021-04-28T08:53:43.362Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-28T08:53:43.362Z] Fetched 187 kB in 0s (0 B/s) [2021-04-28T08:53:43.362Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-28T08:53:43.362Z] Fetched 175 kB in 0s (0 B/s) [2021-04-28T08:53:43.362Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-28T08:53:43.362Z] Fetched 206 kB in 0s (0 B/s) [2021-04-28T08:53:43.362Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-28T08:53:43.362Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-28T08:53:43.362Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-28T08:53:43.362Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-28T08:53:43.362Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-28T08:53:43.362Z] Fetched 159 kB in 0s (0 B/s) [2021-04-28T08:53:43.362Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-28T08:53:43.362Z] Fetched 107 kB in 0s (0 B/s) [2021-04-28T08:53:43.362Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-28T08:53:43.362Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-28T08:53:43.362Z] Pulling static-packages [2021-04-28T08:53:43.362Z] + snapcraftctl pull [2021-04-28T08:53:43.362Z] Pulling version [2021-04-28T08:53:43.362Z] + cd /root/project [2021-04-28T08:53:43.362Z] + [ -f VERSION ] [2021-04-28T08:53:43.362Z] + PROJECT_VERSION=local-dev [2021-04-28T08:53:43.362Z] + git rev-parse --short HEAD [2021-04-28T08:53:43.362Z] + GIT_REVISION=da04fbb9 [2021-04-28T08:53:43.362Z] + snapcraftctl set-version local-dev [2021-04-28T08:53:43.362Z] Skipping build go-build-helper (already ran) [2021-04-28T08:53:43.362Z] Building app-service-config [2021-04-28T08:53:43.362Z] + make build [2021-04-28T08:53:43.362Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-04-28T08:53:43.934Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 [2021-04-28T08:53:43.934Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 [2021-04-28T08:53:43.934Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 [2021-04-28T08:53:43.934Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-28T08:53:43.934Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-28T08:53:44.196Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-28T08:53:44.196Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-28T08:53:44.196Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-28T08:53:44.196Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-28T08:53:44.196Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-28T08:53:44.196Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-28T08:53:44.458Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-28T08:53:44.720Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-28T08:53:45.294Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-28T08:53:45.294Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 [2021-04-28T08:53:45.560Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-28T08:53:45.560Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-28T08:53:45.560Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-28T08:53:45.560Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-28T08:53:45.560Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-28T08:53:45.560Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-28T08:53:45.560Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-28T08:53:45.560Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-28T08:53:45.825Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-28T08:53:45.825Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-28T08:53:45.825Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-28T08:53:45.825Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-28T08:53:45.825Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-28T08:53:45.825Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-28T08:53:45.825Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-28T08:53:45.825Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-28T08:53:45.825Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-28T08:53:45.825Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-28T08:53:45.825Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-28T08:53:45.825Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-28T08:53:45.825Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-28T08:53:45.825Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-28T08:53:45.825Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-28T08:53:45.825Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-28T08:53:45.825Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-28T08:53:45.825Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-28T08:53:45.825Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-28T08:53:45.825Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-28T08:53:46.087Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-28T08:53:46.087Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-28T08:53:58.344Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-28T08:53:58.344Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-28T08:53:58.344Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-28T08:53:58.344Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-28T08:53:58.344Z] Building config-common [2021-04-28T08:53:58.344Z] + snapcraftctl build [2021-04-28T08:54:01.650Z] Building edgex-go [2021-04-28T08:54:02.225Z] + cd /root/parts/edgex-go/src [2021-04-28T08:54:02.225Z] + make build [2021-04-28T08:54:02.225Z] 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-04-28T08:54:02.488Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 [2021-04-28T08:54:02.488Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.76 [2021-04-28T08:54:02.488Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-28T08:54:02.488Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 [2021-04-28T08:54:02.488Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 [2021-04-28T08:54:02.813Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-04-28T08:54:02.813Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 [2021-04-28T08:54:02.813Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-04-28T08:54:02.813Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-28T08:54:02.813Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 [2021-04-28T08:54:02.813Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-28T08:54:02.813Z] go: downloading golang.org/x/text v0.3.2 [2021-04-28T08:54:09.681Z] 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-04-28T08:54:09.681Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-28T08:54:15.186Z] 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-04-28T08:54:17.104Z] 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-04-28T08:54:19.025Z] 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-04-28T08:54:19.600Z] 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-04-28T08:54:19.600Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-28T08:54:19.863Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-28T08:54:19.863Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-28T08:54:19.863Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-28T08:54:22.417Z] 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-04-28T08:54:22.417Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-28T08:54:22.417Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-28T08:54:24.340Z] 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-04-28T08:54:25.729Z] 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-04-28T08:54:27.120Z] 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-04-28T08:54:28.509Z] 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-04-28T08:54:28.509Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-28T08:54:30.440Z] 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-04-28T08:54:30.440Z] go: downloading github.com/lib/pq v1.10.1 [2021-04-28T08:54:32.366Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-28T08:54:32.366Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-28T08:54:32.627Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-28T08:54:32.627Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-28T08:54:32.627Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-28T08:54:32.627Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-28T08:54:32.627Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-28T08:54:32.627Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-28T08:54:32.627Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-28T08:54:32.627Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-28T08:54:32.627Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-28T08:54:32.627Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-28T08:54:32.627Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-28T08:54:32.627Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-28T08:54:32.627Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-28T08:54:32.627Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-28T08:54:32.627Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-28T08:54:32.627Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-04-28T08:54:32.627Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-28T08:54:32.627Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-04-28T08:54:32.627Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-28T08:54:32.627Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-28T08:54:32.627Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-28T08:54:32.627Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-28T08:54:32.627Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-28T08:54:32.627Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-04-28T08:54:33.287Z] lf-activate-venv(): INFO: Adding /tmp/venv-ITnw/bin to PATH [2021-04-28T08:54:33.287Z] INFO: No Stack... [2021-04-28T08:54:33.287Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-28T08:54:33.287Z] INFO: Archiving Costs [Pipeline] sh [2021-04-28T08:54:33.630Z] + cat /w/workspace/edgex-go/108/archives/cost.csv [2021-04-28T08:54:33.630Z] + cut -d, -f6 [Pipeline] lock [2021-04-28T08:54:33.773Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-2858-108-stack-cost] [2021-04-28T08:54:33.783Z] Resource [jenkins-edgexfoundry-edgex-go-PR-2858-108-stack-cost] did not exist. Created. [2021-04-28T08:54:33.783Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-2858-108-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-28T08:54:34.143Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-28T08:54:34.433Z] Stashed 1 file(s) [Pipeline] } [2021-04-28T08:54:34.443Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-2858-108-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-28T08:54:36.863Z] Building static-packages [2021-04-28T08:54:36.864Z] + snapcraftctl build [2021-04-28T08:54:38.782Z] Building version [2021-04-28T08:54:38.782Z] + snapcraftctl build [2021-04-28T08:54:42.091Z] Skipping stage go-build-helper (already ran) [2021-04-28T08:54:42.091Z] Staging app-service-config [2021-04-28T08:54:42.091Z] + snapcraftctl stage [2021-04-28T08:54:43.036Z] Staging config-common [2021-04-28T08:54:43.036Z] + snapcraftctl stage [2021-04-28T08:54:44.424Z] Staging edgex-go [2021-04-28T08:54:44.424Z] + snapcraftctl stage [2021-04-28T08:54:45.368Z] Staging static-packages [2021-04-28T08:54:45.368Z] + snapcraftctl stage [2021-04-28T08:54:46.754Z] Staging version [2021-04-28T08:54:46.754Z] + snapcraftctl stage [2021-04-28T08:54:48.144Z] Priming go-build-helper [2021-04-28T08:54:48.144Z] + snapcraftctl prime [2021-04-28T08:54:49.533Z] Priming app-service-config [2021-04-28T08:54:49.533Z] + snapcraftctl prime [2021-04-28T08:54:50.926Z] Priming config-common [2021-04-28T08:54:50.926Z] + snapcraftctl prime [2021-04-28T08:54:51.870Z] Priming edgex-go [2021-04-28T08:54:51.870Z] + snapcraftctl prime [2021-04-28T08:54:53.787Z] Priming static-packages [2021-04-28T08:54:53.787Z] + snapcraftctl prime [2021-04-28T08:54:56.345Z] Priming version [2021-04-28T08:54:56.345Z] + snapcraftctl prime [2021-04-28T08:54:57.739Z] 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-28T08:55:00.340Z] provisioning config files... [2021-04-28T08:55:00.351Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/108@tmp/config8300644830121740050tmp [Pipeline] { [Pipeline] sh [2021-04-28T08:55:00.681Z] + set +x [2021-04-28T08:55:00.681Z] + curl -s https://codecov.io/bash [2021-04-28T08:55:00.681Z] + bash -s -- [2021-04-28T08:55:01.295Z] [2021-04-28T08:55:01.295Z] _____ _ [2021-04-28T08:55:01.295Z] / ____| | | [2021-04-28T08:55:01.295Z] | | ___ __| | ___ ___ _____ __ [2021-04-28T08:55:01.295Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-28T08:55:01.295Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-28T08:55:01.295Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-28T08:55:01.295Z] Bash-1.0.2 [2021-04-28T08:55:01.295Z] [2021-04-28T08:55:01.295Z] [2021-04-28T08:55:01.295Z] ==> git version 2.24.3 found [2021-04-28T08:55:01.295Z] ==> 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-04-28T08:55:01.295Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-28T08:55:01.295Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-28T08:55:01.295Z] ==> Jenkins CI detected. [2021-04-28T08:55:01.295Z] project root: . [2021-04-28T08:55:01.295Z] --> token set from env [2021-04-28T08:55:01.295Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-28T08:55:01.564Z] ==> Running gcov in . (disable via -X gcov) [2021-04-28T08:55:01.857Z] ==> Python coveragepy not found [2021-04-28T08:55:01.857Z] ==> Searching for coverage reports in: [2021-04-28T08:55:01.857Z] + . [2021-04-28T08:55:01.857Z] -> Found 1 reports [2021-04-28T08:55:01.857Z] ==> Detecting git/mercurial file structure [2021-04-28T08:55:01.857Z] ==> Reading reports [2021-04-28T08:55:01.857Z] + ./coverage.out bytes=689628 [2021-04-28T08:55:01.857Z] ==> Appending adjustments [2021-04-28T08:55:01.857Z] https://docs.codecov.io/docs/fixing-reports [2021-04-28T08:55:12.061Z] + Found adjustments [2021-04-28T08:55:12.061Z] ==> Gzipping contents [2021-04-28T08:55:12.061Z] 100K /tmp/codecov.uTfW11.gz [2021-04-28T08:55:12.061Z] ==> Uploading reports [2021-04-28T08:55:12.061Z] url: https://codecov.io [2021-04-28T08:55:12.061Z] query: branch=PR-2858&commit=1906a0e9afeee83252016a1283bb3a3fb588245d&build=108&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2858%2F108%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2858&job=&cmd_args= [2021-04-28T08:55:12.061Z] -> Pinging Codecov [2021-04-28T08:55:12.061Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-2858&commit=1906a0e9afeee83252016a1283bb3a3fb588245d&build=108&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2858%2F108%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2858&job=&cmd_args= [2021-04-28T08:55:12.061Z] -> Uploading to [2021-04-28T08:55:12.061Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-28/00271124DB129430A58F1EEE437C3FCB/1906a0e9afeee83252016a1283bb3a3fb588245d/c98de09b-7502-4052-8a92-bc0df7e59291.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210428%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210428T085510Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9a30ce2aaa578a8cb52284abcd661a8d30cfcfb98d901b16a8c15e00ea523fdb [2021-04-28T08:55:12.061Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-28T08:55:12.061Z] Dload Upload Total Spent Left Speed [2021-04-28T08:55:12.061Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99173 0 0 100 99173 0 220k --:--:-- --:--:-- --:--:-- 220k 100 99173 0 0 100 99173 0 220k --:--:-- --:--:-- --:--:-- 220k [2021-04-28T08:55:12.061Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/1906a0e9afeee83252016a1283bb3a3fb588245d [Pipeline] } [2021-04-28T08:55:12.072Z] 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] { (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-04-28T08:55:12.901Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-28T08:55:14.401Z] ---> package-listing.sh [2021-04-28T08:55:14.401Z] ++ facter osfamily [2021-04-28T08:55:14.401Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-28T08:55:14.696Z] + OS_FAMILY=redhat [2021-04-28T08:55:14.696Z] + workspace=/w/workspace/edgex-go/108 [2021-04-28T08:55:14.696Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-28T08:55:14.696Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-28T08:55:14.696Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-28T08:55:14.696Z] + PACKAGES=/tmp/packages_start.txt [2021-04-28T08:55:14.696Z] + '[' /w/workspace/edgex-go/108 ']' [2021-04-28T08:55:14.696Z] + PACKAGES=/tmp/packages_end.txt [2021-04-28T08:55:14.696Z] + case "${OS_FAMILY}" in [2021-04-28T08:55:14.696Z] + rpm -qa [2021-04-28T08:55:14.696Z] + sort [2021-04-28T08:55:21.416Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-28T08:55:21.416Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-28T08:55:21.416Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-28T08:55:21.416Z] + '[' /w/workspace/edgex-go/108 ']' [2021-04-28T08:55:21.416Z] + mkdir -p /w/workspace/edgex-go/108/archives/ [2021-04-28T08:55:21.416Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/108/archives/ [Pipeline] echo [2021-04-28T08:55:21.435Z] 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/108/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-28T08:55:21.774Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-28T08:55:22.428Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-28T08:55:22.708Z] [2021-04-28T08:55:22.708Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-28T08:55:23.135Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-28T08:55:24.218Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-28T08:55:24.218Z] df20fa9351a1: Pulling fs layer [2021-04-28T08:55:24.218Z] 36b3adc4ff6f: Pulling fs layer [2021-04-28T08:55:24.218Z] 8ad3a11d3b57: Pulling fs layer [2021-04-28T08:55:24.218Z] 46f8f816bc3b: Pulling fs layer [2021-04-28T08:55:24.218Z] 93b61091891f: Pulling fs layer [2021-04-28T08:55:24.218Z] 93b9cdb0e59b: Pulling fs layer [2021-04-28T08:55:24.218Z] 5e14af77c1be: Pulling fs layer [2021-04-28T08:55:24.218Z] 01666e4c0597: Pulling fs layer [2021-04-28T08:55:24.218Z] aa168da1d23b: Pulling fs layer [2021-04-28T08:55:24.218Z] 46f8f816bc3b: Waiting [2021-04-28T08:55:24.218Z] 93b61091891f: Waiting [2021-04-28T08:55:24.218Z] 93b9cdb0e59b: Waiting [2021-04-28T08:55:24.218Z] 5e14af77c1be: Waiting [2021-04-28T08:55:24.218Z] 01666e4c0597: Waiting [2021-04-28T08:55:24.218Z] aa168da1d23b: Waiting [2021-04-28T08:55:24.218Z] 36b3adc4ff6f: Verifying Checksum [2021-04-28T08:55:24.218Z] 36b3adc4ff6f: Download complete [2021-04-28T08:55:24.218Z] 46f8f816bc3b: Verifying Checksum [2021-04-28T08:55:24.218Z] 46f8f816bc3b: Download complete [2021-04-28T08:55:24.921Z] df20fa9351a1: Verifying Checksum [2021-04-28T08:55:24.921Z] 93b9cdb0e59b: Verifying Checksum [2021-04-28T08:55:24.921Z] 93b9cdb0e59b: Download complete [2021-04-28T08:55:24.921Z] 93b61091891f: Download complete [2021-04-28T08:55:24.921Z] 5e14af77c1be: Verifying Checksum [2021-04-28T08:55:24.921Z] 5e14af77c1be: Download complete [2021-04-28T08:55:24.921Z] 01666e4c0597: Verifying Checksum [2021-04-28T08:55:24.921Z] 01666e4c0597: Download complete [2021-04-28T08:55:25.195Z] df20fa9351a1: Pull complete [2021-04-28T08:55:25.885Z] 36b3adc4ff6f: Pull complete [2021-04-28T08:55:25.885Z] 8ad3a11d3b57: Verifying Checksum [2021-04-28T08:55:25.885Z] 8ad3a11d3b57: Download complete [2021-04-28T08:55:26.970Z] 8ad3a11d3b57: Pull complete [2021-04-28T08:55:26.970Z] 46f8f816bc3b: Pull complete [2021-04-28T08:55:27.585Z] 93b61091891f: Pull complete [2021-04-28T08:55:27.867Z] 93b9cdb0e59b: Pull complete [2021-04-28T08:55:29.315Z] aa168da1d23b: Verifying Checksum [2021-04-28T08:55:29.315Z] aa168da1d23b: Download complete [2021-04-28T08:55:30.723Z] 5e14af77c1be: Pull complete [2021-04-28T08:55:30.990Z] 01666e4c0597: Pull complete [2021-04-28T08:55:49.619Z] aa168da1d23b: Pull complete [2021-04-28T08:55:49.619Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-28T08:55:49.619Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-28T08:55:49.619Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-28T08:55:50.034Z] prd-centos7-docker-4c-2g-2180 does not seem to be running inside a container [2021-04-28T08:55:50.168Z] $ 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/108/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/108 -v /w/workspace/edgex-go/108:/w/workspace/edgex-go/108:rw,z -v /w/workspace/edgex-go/108@tmp:/w/workspace/edgex-go/108@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-28T08:55:55.270Z] $ docker top cae75269415f00254388af6372ada28d978c95ae684ab95394753a3d2ea1f648 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-28T08:55:56.602Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-28T08:55:56.938Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-28T08:55:57.928Z] + ls /var/log/sa-host [2021-04-28T08:55:57.928Z] + sadf -c /var/log/sa-host/sa23 [2021-04-28T08:55:57.928Z] file_magic: OK [2021-04-28T08:55:57.928Z] HZ: Using current value: 100 [2021-04-28T08:55:57.928Z] file_header: OK [2021-04-28T08:55:57.928Z] 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-04-28T08:55:57.928Z] Statistics: [2021-04-28T08:55:57.928Z] Hnuu...uuuununununu... [2021-04-28T08:55:57.928Z] File successfully converted to sysstat format version 12.2.1 [2021-04-28T08:55:57.928Z] + sadf -c /var/log/sa-host/sa28 [2021-04-28T08:55:57.928Z] file_magic: OK [2021-04-28T08:55:57.928Z] HZ: Using current value: 100 [2021-04-28T08:55:57.928Z] file_header: OK [2021-04-28T08:55:57.928Z] 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-04-28T08:55:57.928Z] Statistics: [2021-04-28T08:55:57.928Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-28T08:55:57.928Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-28T08:55:58.133Z] provisioning config files... [2021-04-28T08:55:58.155Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/108@tmp/config3771688024628281013tmp [Pipeline] { [Pipeline] echo [2021-04-28T08:55:58.182Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-28T08:55:59.272Z] ---> create-netrc.sh [Pipeline] } [2021-04-28T08:55:59.287Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-28T08:55:59.322Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-28T08:55:59.997Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-28T08:56:00.013Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-28T08:56:00.333Z] ---> sudo-logs.sh [2021-04-28T08:56:00.333Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-28T08:56:00.380Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-28T08:56:01.060Z] ---> job-cost.sh [2021-04-28T08:56:01.354Z] lf-activate-venv: SKIPPING [2021-04-28T08:56:01.354Z] DEBUG: total: 0.20999999344348907 [2021-04-28T08:56:01.354Z] INFO: Retrieving Stack Cost... [2021-04-28T08:56:02.329Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-28T08:56:02.923Z] INFO: Archiving Costs [Pipeline] echo [2021-04-28T08:56:02.942Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-28T08:56:03.481Z] ---> logs-deploy.sh [2021-04-28T08:56:03.481Z] lf-activate-venv: SKIPPING [2021-04-28T08:56:03.481Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/108 [2021-04-28T08:56:03.481Z] INFO: archiving workspace using pattern(s): [2021-04-28T08:56:06.106Z] Archives upload complete. [2021-04-28T08:56:06.106Z] INFO: archiving logs to Nexus