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 6b23ec567a86ee52455607061a4fabaca114589a rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from 6b23ec567a86ee52455607061a4fabaca114589a 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-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 on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4045 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/116 [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/116 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 6b23ec567a86ee52455607061a4fabaca114589a into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 > 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 > 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 6b23ec567a86ee52455607061a4fabaca114589a # timeout=10 Merge succeeded, producing d4be9c6bde0dacdec4def8518740235f8b59addc Checking out Revision d4be9c6bde0dacdec4def8518740235f8b59addc (PR-2858) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d4be9c6bde0dacdec4def8518740235f8b59addc # timeout=10 Commit message: "Merge commit '6b23ec567a86ee52455607061a4fabaca114589a' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-10T08:32:11.488Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-10T08:32:11.575Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-10T08:32:11.601Z] ========================================================= [2021-05-10T08:32:11.601Z] EdgeX Global Pipelines Version Info [2021-05-10T08:32:11.601Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 3495c737d6b9bd073ef7cd3e5d38308c6f810f91 # timeout=10 [2021-05-10T08:32:14.970Z] ------------------- [2021-05-10T08:32:14.970Z] stable info: [2021-05-10T08:32:14.970Z] ------------------- [2021-05-10T08:32:14.970Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-10T08:32:14.970Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-10T08:32:14.970Z] Message: update stable to v1.0.191 [2021-05-10T08:32:15.958Z] ------------------- [2021-05-10T08:32:15.958Z] experimental info: [2021-05-10T08:32:15.958Z] ------------------- [2021-05-10T08:32:15.958Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-10T08:32:15.958Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-10T08:32:15.958Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-10T08:32:16.105Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-10T08:32:16.128Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-10T08:32:16.148Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-10T08:32:16.169Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-10T08:32:16.190Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-10T08:32:16.212Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-10T08:32:16.233Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-10T08:32:16.255Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-10T08:32:16.296Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-05-10T08:32:16.316Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-05-10T08:32:16.337Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-10T08:32:16.359Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-10T08:32:16.380Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-10T08:32:16.401Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-10T08:32:16.422Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-10T08:32:16.444Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-10T08:32:16.466Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-10T08:32:16.508Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-10T08:32:16.529Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-10T08:32:16.552Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-10T08:32:16.572Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-10T08:32:16.594Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-10T08:32:16.615Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2021-05-10T08:32:16.655Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2021-05-10T08:32:16.677Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2021-05-10T08:32:16.700Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d4be9c6bde0dacdec4def8518740235f8b59addc [Pipeline] echo [2021-05-10T08:32:16.740Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d4be9c6 [Pipeline] echo [2021-05-10T08:32:16.763Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-10T08:32:16.835Z] provisioning config files... [2021-05-10T08:32:16.876Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/116@tmp/config3635967187312581015tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-10T08:32:17.286Z] ---> docker-login.sh [2021-05-10T08:32:17.286Z] nexus3.edgexfoundry.org:10001 [2021-05-10T08:32:17.574Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T08:32:18.207Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T08:32:18.207Z] Configure a credential helper to remove this warning. See [2021-05-10T08:32:18.207Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T08:32:18.207Z] [2021-05-10T08:32:18.207Z] Login Succeeded [2021-05-10T08:32:18.207Z] nexus3.edgexfoundry.org:10002 [2021-05-10T08:32:18.207Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T08:32:18.500Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T08:32:18.500Z] Configure a credential helper to remove this warning. See [2021-05-10T08:32:18.500Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T08:32:18.500Z] [2021-05-10T08:32:18.500Z] Login Succeeded [2021-05-10T08:32:18.500Z] nexus3.edgexfoundry.org:10003 [2021-05-10T08:32:18.859Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T08:32:19.184Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T08:32:19.184Z] Configure a credential helper to remove this warning. See [2021-05-10T08:32:19.184Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T08:32:19.184Z] [2021-05-10T08:32:19.184Z] Login Succeeded [2021-05-10T08:32:19.184Z] nexus3.edgexfoundry.org:10004 [2021-05-10T08:32:19.563Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T08:32:19.885Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T08:32:19.885Z] Configure a credential helper to remove this warning. See [2021-05-10T08:32:19.885Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T08:32:19.885Z] [2021-05-10T08:32:19.885Z] Login Succeeded [2021-05-10T08:32:19.885Z] docker.io [2021-05-10T08:32:20.206Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T08:32:20.493Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T08:32:20.493Z] Configure a credential helper to remove this warning. See [2021-05-10T08:32:20.493Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T08:32:20.493Z] [2021-05-10T08:32:20.493Z] Login Succeeded [2021-05-10T08:32:20.493Z] ---> docker-login.sh ends [Pipeline] } [2021-05-10T08:32:20.520Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-10T08:32:20.918Z] ++ 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-05-10T08:32:20.919Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T08:32:20.919Z] ++ dirname cmd/core-command/Dockerfile [2021-05-10T08:32:20.919Z] ++ cut -d/ -f2 [2021-05-10T08:32:20.919Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-10T08:32:20.919Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T08:32:20.919Z] ++ dirname cmd/core-data/Dockerfile [2021-05-10T08:32:20.919Z] ++ cut -d/ -f2 [2021-05-10T08:32:20.919Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-10T08:32:20.919Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T08:32:20.919Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-10T08:32:20.919Z] ++ cut -d/ -f2 [2021-05-10T08:32:20.919Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-10T08:32:20.919Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T08:32:20.919Z] ++ cut -d/ -f2 [2021-05-10T08:32:20.919Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-10T08:32:20.919Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-10T08:32:20.919Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T08:32:20.919Z] ++ cut -d/ -f2 [2021-05-10T08:32:20.919Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-10T08:32:20.919Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-10T08:32:20.919Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T08:32:20.919Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-10T08:32:20.919Z] ++ cut -d/ -f2 [2021-05-10T08:32:20.919Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-10T08:32:20.919Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T08:32:20.919Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-10T08:32:20.919Z] ++ cut -d/ -f2 [2021-05-10T08:32:20.919Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-10T08:32:20.919Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T08:32:20.919Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-10T08:32:20.919Z] ++ cut -d/ -f2 [2021-05-10T08:32:20.919Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-10T08:32:20.919Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T08:32:20.919Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-10T08:32:20.919Z] ++ cut -d/ -f2 [2021-05-10T08:32:20.919Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-10T08:32:21.142Z] 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-05-10T08:32:21.847Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T08:32:21.847Z] [2021-05-10T08:32:21.847Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T08:32:22.372Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T08:32:22.372Z] latest: Pulling from edgex-devops/git-semver [2021-05-10T08:32:22.372Z] 31603596830f: Pulling fs layer [2021-05-10T08:32:22.372Z] 54011a49482f: Pulling fs layer [2021-05-10T08:32:22.372Z] a6820b24f6d8: Pulling fs layer [2021-05-10T08:32:22.372Z] f581987b2513: Pulling fs layer [2021-05-10T08:32:22.372Z] f581987b2513: Waiting [2021-05-10T08:32:22.372Z] 54011a49482f: Verifying Checksum [2021-05-10T08:32:22.372Z] 54011a49482f: Download complete [2021-05-10T08:32:22.691Z] 31603596830f: Verifying Checksum [2021-05-10T08:32:22.691Z] 31603596830f: Download complete [2021-05-10T08:32:22.996Z] f581987b2513: Verifying Checksum [2021-05-10T08:32:22.996Z] f581987b2513: Download complete [2021-05-10T08:32:23.278Z] a6820b24f6d8: Verifying Checksum [2021-05-10T08:32:23.278Z] a6820b24f6d8: Download complete [2021-05-10T08:32:23.278Z] 31603596830f: Pull complete [2021-05-10T08:32:23.552Z] 54011a49482f: Pull complete [2021-05-10T08:32:25.559Z] a6820b24f6d8: Pull complete [2021-05-10T08:32:25.832Z] f581987b2513: Pull complete [2021-05-10T08:32:25.832Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-10T08:32:25.832Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T08:32:25.832Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-10T08:32:26.029Z] prd-centos7-docker-4c-2g-4045 does not seem to be running inside a container [2021-05-10T08:32:26.140Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/116 -v /w/workspace/edgex-go/116:/w/workspace/edgex-go/116:rw,z -v /w/workspace/edgex-go/116@tmp:/w/workspace/edgex-go/116@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-05-10T08:32:29.096Z] $ docker top 9fa2efcf15a3188795554da0bcaf2226d5bc0a1c97f314bd0405dcd13fdab7b2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-10T08:32:29.404Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T08:32:29.404Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T08:32:29.804Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T08:32:29.815Z] $ docker exec 9fa2efcf15a3188795554da0bcaf2226d5bc0a1c97f314bd0405dcd13fdab7b2 ssh-agent [2021-05-10T08:32:30.161Z] SSH_AUTH_SOCK=/tmp/ssh-KiseIPtpjOhz/agent.12 [2021-05-10T08:32:30.161Z] SSH_AGENT_PID=17 [2021-05-10T08:32:30.202Z] Running ssh-add (command line suppressed) [2021-05-10T08:32:30.460Z] Identity added: /w/workspace/edgex-go/116@tmp/private_key_7533125782046022603.key (/w/workspace/edgex-go/116@tmp/private_key_7533125782046022603.key) [2021-05-10T08:32:30.559Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T08:32:30.894Z] + git tag --points-at HEAD [Pipeline] } [2021-05-10T08:32:30.957Z] $ docker exec --env ******** --env ******** 9fa2efcf15a3188795554da0bcaf2226d5bc0a1c97f314bd0405dcd13fdab7b2 ssh-agent -k [2021-05-10T08:32:31.171Z] unset SSH_AUTH_SOCK; [2021-05-10T08:32:31.172Z] unset SSH_AGENT_PID; [2021-05-10T08:32:31.172Z] echo Agent pid 17 killed; [2021-05-10T08:32:31.392Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-10T08:32:31.430Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T08:32:31.430Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T08:32:31.891Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T08:32:31.896Z] $ docker exec 9fa2efcf15a3188795554da0bcaf2226d5bc0a1c97f314bd0405dcd13fdab7b2 ssh-agent [2021-05-10T08:32:32.175Z] SSH_AUTH_SOCK=/tmp/ssh-fiGXqor9VbiR/agent.46 [2021-05-10T08:32:32.175Z] SSH_AGENT_PID=51 [2021-05-10T08:32:32.205Z] Running ssh-add (command line suppressed) [2021-05-10T08:32:32.424Z] Identity added: /w/workspace/edgex-go/116@tmp/private_key_5762665886787145413.key (/w/workspace/edgex-go/116@tmp/private_key_5762665886787145413.key) [2021-05-10T08:32:32.602Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T08:32:32.962Z] + git semver init [2021-05-10T08:32:33.246Z] # -> Open(): unable to determine branch for HEAD [2021-05-10T08:32:33.246Z] # $GIT_DIR = /w/workspace/edgex-go/116/.git [2021-05-10T08:32:33.246Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/116 [2021-05-10T08:32:33.246Z] # $SEMVER_REMOTE_NAME = origin [2021-05-10T08:32:33.246Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-10T08:32:33.246Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-10T08:32:33.246Z] # $SEMVER_BRANCH = PR-2858 [2021-05-10T08:32:33.246Z] # $SEMVER_TEMP = /tmp/semver-111118104 [2021-05-10T08:32:33.246Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-10T08:33:41.339Z] # '/tmp/semver-111118104' -> '/w/workspace/edgex-go/116/.semver' [2021-05-10T08:33:41.339Z] # -> Force: false [2021-05-10T08:33:41.339Z] # $SEMVER_DIR = /w/workspace/edgex-go/116/.semver [Pipeline] } [2021-05-10T08:33:41.355Z] $ docker exec --env ******** --env ******** 9fa2efcf15a3188795554da0bcaf2226d5bc0a1c97f314bd0405dcd13fdab7b2 ssh-agent -k [2021-05-10T08:33:41.565Z] unset SSH_AUTH_SOCK; [2021-05-10T08:33:41.565Z] unset SSH_AGENT_PID; [2021-05-10T08:33:41.565Z] echo Agent pid 51 killed; [2021-05-10T08:33:41.662Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-10T08:33:42.001Z] + git semver [Pipeline] } [2021-05-10T08:33:42.022Z] $ docker stop --time=1 9fa2efcf15a3188795554da0bcaf2226d5bc0a1c97f314bd0405dcd13fdab7b2 [2021-05-10T08:33:43.666Z] $ docker rm -f 9fa2efcf15a3188795554da0bcaf2226d5bc0a1c97f314bd0405dcd13fdab7b2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-10T08:33:44.127Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-10T08:33:44.600Z] Stashed 1 file(s) [Pipeline] echo [2021-05-10T08:33:44.603Z] [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-05-10T08:33:45.149Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-10T08:33:45.513Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-10T08:33:45.879Z] + true [2021-05-10T08:33:45.879Z] + sudo service docker restart [2021-05-10T08:33:45.879Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-10T08:33:46.478Z] ========================================================= [2021-05-10T08:33:46.478Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-10T08:33:46.478Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-10T08:33:46.804Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-10T08:33:51.107Z] Sending build context to Docker daemon 330.1MB [2021-05-10T08:33:51.107Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-10T08:33:51.107Z] Step 2/6 : FROM ${BASE} [2021-05-10T08:33:51.107Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-10T08:33:51.107Z] 540db60ca938: Pulling fs layer [2021-05-10T08:33:51.107Z] adcc1eea9eea: Pulling fs layer [2021-05-10T08:33:51.107Z] 4c4ab2625f07: Pulling fs layer [2021-05-10T08:33:51.107Z] 0510c868ecb4: Pulling fs layer [2021-05-10T08:33:51.107Z] afea3b2eda06: Pulling fs layer [2021-05-10T08:33:51.107Z] 7809a108b3ef: Pulling fs layer [2021-05-10T08:33:51.107Z] f706445af74f: Pulling fs layer [2021-05-10T08:33:51.107Z] 0510c868ecb4: Waiting [2021-05-10T08:33:51.107Z] afea3b2eda06: Waiting [2021-05-10T08:33:51.107Z] f706445af74f: Waiting [2021-05-10T08:33:51.107Z] 7809a108b3ef: Waiting [2021-05-10T08:33:51.107Z] 4c4ab2625f07: Verifying Checksum [2021-05-10T08:33:51.107Z] 4c4ab2625f07: Download complete [2021-05-10T08:33:51.107Z] adcc1eea9eea: Verifying Checksum [2021-05-10T08:33:51.107Z] adcc1eea9eea: Download complete [2021-05-10T08:33:51.107Z] afea3b2eda06: Verifying Checksum [2021-05-10T08:33:51.107Z] afea3b2eda06: Download complete [2021-05-10T08:33:51.107Z] 7809a108b3ef: Download complete [2021-05-10T08:33:51.383Z] 540db60ca938: Download complete [2021-05-10T08:33:51.645Z] 540db60ca938: Pull complete [2021-05-10T08:33:51.910Z] adcc1eea9eea: Pull complete [2021-05-10T08:33:52.173Z] 4c4ab2625f07: Pull complete [2021-05-10T08:33:58.795Z] f706445af74f: Download complete [2021-05-10T08:33:59.744Z] Still waiting to schedule task [2021-05-10T08:33:59.744Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-05-10T08:34:03.043Z] 0510c868ecb4: Verifying Checksum [2021-05-10T08:34:03.043Z] 0510c868ecb4: Download complete [2021-05-10T08:34:09.715Z] 0510c868ecb4: Pull complete [2021-05-10T08:34:09.715Z] afea3b2eda06: Pull complete [2021-05-10T08:34:09.715Z] 7809a108b3ef: Pull complete [2021-05-10T08:34:14.010Z] f706445af74f: Pull complete [2021-05-10T08:34:14.010Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-10T08:34:14.010Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-10T08:34:14.010Z] ---> b068be0155e3 [2021-05-10T08:34:14.010Z] 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-05-10T08:34:14.010Z] ---> Running in ffa5f5ed9ab3 [2021-05-10T08:34:14.970Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T08:34:17.541Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T08:34:18.944Z] (1/12) Installing libmagic (5.39-r0) [2021-05-10T08:34:19.897Z] (2/12) Installing file (5.39-r0) [2021-05-10T08:34:19.897Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-10T08:34:20.163Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-10T08:34:52.381Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-10T08:34:52.381Z] (6/12) Installing patch (2.7.6-r6) [2021-05-10T08:34:52.381Z] (7/12) Installing build-base (0.5-r2) [2021-05-10T08:34:52.381Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-10T08:34:52.381Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-10T08:34:52.381Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-10T08:34:52.381Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-10T08:34:52.381Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-10T08:34:52.381Z] Executing busybox-1.32.1-r6.trigger [2021-05-10T08:34:52.381Z] OK: 219 MiB in 52 packages [2021-05-10T08:34:52.381Z] Removing intermediate container ffa5f5ed9ab3 [2021-05-10T08:34:52.381Z] ---> 7ab5b864db0f [2021-05-10T08:34:52.381Z] Step 4/6 : WORKDIR /edgex-go [2021-05-10T08:34:52.381Z] ---> Running in 67de0d768d5e [2021-05-10T08:34:52.664Z] Removing intermediate container 67de0d768d5e [2021-05-10T08:34:52.665Z] ---> f0b32473e648 [2021-05-10T08:34:52.665Z] Step 5/6 : COPY go.mod . [2021-05-10T08:34:52.929Z] ---> c8d4f7044911 [2021-05-10T08:34:52.929Z] Step 6/6 : RUN go mod download [2021-05-10T08:34:52.929Z] ---> Running in 4579ae80c86b [2021-05-10T08:35:15.004Z] Removing intermediate container 4579ae80c86b [2021-05-10T08:35:15.004Z] ---> 9939956323be [2021-05-10T08:35:15.004Z] Successfully built 9939956323be [2021-05-10T08:35:15.004Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T08:35:15.614Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-10T08:35:15.614Z] . [Pipeline] withDockerContainer [2021-05-10T08:35:15.777Z] prd-centos7-docker-4c-2g-4045 does not seem to be running inside a container [2021-05-10T08:35:15.848Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/116 -v /w/workspace/edgex-go/116:/w/workspace/edgex-go/116:rw,z -v /w/workspace/edgex-go/116@tmp:/w/workspace/edgex-go/116@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-05-10T08:35:17.147Z] $ docker top 0437cf02865bc17c042e7af93d84fe6171a0157f523d307bccd51732fa041b4f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T08:35:17.683Z] + go version [2021-05-10T08:35:17.683Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-10T08:35:17.711Z] $ docker stop --time=1 0437cf02865bc17c042e7af93d84fe6171a0157f523d307bccd51732fa041b4f [2021-05-10T08:35:19.175Z] $ docker rm -f 0437cf02865bc17c042e7af93d84fe6171a0157f523d307bccd51732fa041b4f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T08:35:19.707Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-10T08:35:19.707Z] . [Pipeline] withDockerContainer [2021-05-10T08:35:19.824Z] prd-centos7-docker-4c-2g-4045 does not seem to be running inside a container [2021-05-10T08:35:19.898Z] $ 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/116 -v /w/workspace/edgex-go/116:/w/workspace/edgex-go/116:rw,z -v /w/workspace/edgex-go/116@tmp:/w/workspace/edgex-go/116@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-05-10T08:35:21.192Z] $ docker top 63d27a8254bb86f99fdd2ab9d6783fc5c19866880811424f2dfa3bd6be6efce4 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-10T08:35:21.328Z] ========================================================= [2021-05-10T08:35:21.328Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-10T08:35:21.328Z] ========================================================= [Pipeline] sh [2021-05-10T08:35:21.635Z] + go mod tidy [Pipeline] sh [2021-05-10T08:35:23.396Z] + make test [2021-05-10T08:35:23.396Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-10T08:35:35.869Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-10T08:36:08.647Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-10T08:36:11.294Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4047 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-05-10T08:36:11.311Z] Running in /w/workspace/edgex-go/116 [Pipeline] { [Pipeline] checkout [2021-05-10T08:36:11.429Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-10T08:36:17.091Z] using credential edgex-jenkins-ssh [2021-05-10T08:36:17.108Z] Cloning the remote Git repository [2021-05-10T08:36:17.252Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-10T08:36:17.252Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-10T08:36:17.170Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-10T08:36:17.269Z] > git init /w/workspace/edgex-go/116 # timeout=10 [2021-05-10T08:36:17.330Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-10T08:36:17.330Z] > git --version # timeout=10 [2021-05-10T08:36:17.344Z] > git --version # 'git version 2.17.1' [2021-05-10T08:36:17.345Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T08:36:17.419Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T08:36:19.241Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-10T08:36:20.259Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-10T08:36:20.259Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-10T08:36:20.259Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-10T08:36:21.760Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-10T08:36:22.770Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-10T08:36:27.147Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-10T08:36:27.147Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-10T08:36:27.147Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-10T08:36:29.259Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.185s coverage: 45.9% of statements [2021-05-10T08:36:29.259Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-10T08:36:29.259Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-10T08:36:29.259Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-10T08:36:29.259Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-10T08:36:29.259Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-10T08:36:29.259Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-10T08:36:29.259Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.076s coverage: 19.8% of statements [2021-05-10T08:36:29.259Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.203s coverage: 100.0% of statements [2021-05-10T08:36:35.256Z] Merging remotes/origin/master commit 6b23ec567a86ee52455607061a4fabaca114589a into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-05-10T08:36:34.288Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-10T08:36:34.303Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T08:36:34.324Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-10T08:36:34.354Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-10T08:36:34.355Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T08:36:34.369Z] > 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-05-10T08:36:35.277Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T08:36:35.290Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-05-10T08:36:35.607Z] > git remote # timeout=10 [2021-05-10T08:36:35.630Z] > git config --get remote.origin.url # timeout=10 [2021-05-10T08:36:35.644Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T08:36:35.654Z] > git merge 6b23ec567a86ee52455607061a4fabaca114589a # timeout=10 [2021-05-10T08:36:36.343Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.351s coverage: 27.1% of statements [2021-05-10T08:36:36.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-10T08:36:36.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-10T08:36:36.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-10T08:36:36.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-10T08:36:36.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-10T08:36:36.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-10T08:36:36.343Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.089s coverage: 100.0% of statements [2021-05-10T08:36:36.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-10T08:36:36.344Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.100s coverage: 100.0% of statements [2021-05-10T08:36:36.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-10T08:36:36.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-10T08:36:36.344Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.125s coverage: 71.3% of statements [2021-05-10T08:36:36.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-10T08:36:36.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-10T08:36:36.344Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.248s coverage: 87.7% of statements [2021-05-10T08:36:36.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-10T08:36:36.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-10T08:36:36.344Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.188s coverage: 78.9% of statements [2021-05-10T08:36:36.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-10T08:36:36.642Z] Merge succeeded, producing 18bb1defa8c2006d82ce438f954353ad1797481f [2021-05-10T08:36:36.643Z] Checking out Revision 18bb1defa8c2006d82ce438f954353ad1797481f (PR-2858) [2021-05-10T08:36:36.629Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-10T08:36:36.651Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T08:36:36.664Z] > git checkout -f 18bb1defa8c2006d82ce438f954353ad1797481f # timeout=10 [2021-05-10T08:36:40.800Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.495s coverage: 28.6% of statements [2021-05-10T08:36:40.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-10T08:36:40.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-10T08:36:40.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-10T08:36:40.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-10T08:36:40.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-10T08:36:40.800Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.145s coverage: 100.0% of statements [2021-05-10T08:36:40.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-10T08:36:40.800Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.081s coverage: 100.0% of statements [2021-05-10T08:36:40.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-10T08:36:40.800Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.275s coverage: 86.7% of statements [2021-05-10T08:36:40.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-10T08:36:40.800Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.190s coverage: 97.5% of statements [2021-05-10T08:36:40.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-10T08:36:40.800Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.116s coverage: 78.3% of statements [2021-05-10T08:36:40.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-10T08:36:40.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-10T08:36:40.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-10T08:36:40.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-10T08:36:41.065Z] Commit message: "Merge commit '6b23ec567a86ee52455607061a4fabaca114589a' into HEAD" [2021-05-10T08:36:41.104Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-10T08:36:42.560Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-10T08:36:41.074Z] > git rev-list --no-walk 3495c737d6b9bd073ef7cd3e5d38308c6f810f91 # timeout=10 [2021-05-10T08:36:42.964Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-10T08:36:43.312Z] + true [2021-05-10T08:36:43.312Z] + sudo service docker restart [2021-05-10T08:36:44.375Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.491s coverage: 95.1% of statements [2021-05-10T08:36:44.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-10T08:36:44.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-10T08:36:44.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-10T08:36:44.375Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-10T08:36:44.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-10T08:36:44.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-10T08:36:44.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-10T08:36:44.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-10T08:36:44.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-10T08:36:44.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-10T08:36:44.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-10T08:36:44.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-10T08:36:44.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-10T08:36:44.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-10T08:36:44.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-10T08:36:44.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-10T08:36:44.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-10T08:36:44.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-10T08:36:44.375Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.105s coverage: 58.8% of statements [2021-05-10T08:36:44.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-10T08:36:44.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-10T08:36:44.375Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.101s coverage: 0.9% of statements [2021-05-10T08:36:44.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-10T08:36:44.375Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.136s coverage: 22.6% of statements [2021-05-10T08:36:44.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-10T08:36:44.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.183s coverage: 47.1% of statements [2021-05-10T08:36:44.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.071s coverage: 79.5% of statements [2021-05-10T08:36:44.376Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.123s coverage: 94.1% of statements [2021-05-10T08:36:44.376Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.066s coverage: 96.3% of statements [2021-05-10T08:36:44.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-10T08:36:45.971Z] provisioning config files... [2021-05-10T08:36:46.012Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/116@tmp/config5265264557201561508tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-10T08:36:46.385Z] ---> docker-login.sh [2021-05-10T08:36:46.385Z] nexus3.edgexfoundry.org:10001 [2021-05-10T08:36:46.991Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T08:36:47.591Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T08:36:47.591Z] Configure a credential helper to remove this warning. See [2021-05-10T08:36:47.591Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T08:36:47.591Z] [2021-05-10T08:36:47.591Z] Login Succeeded [2021-05-10T08:36:47.591Z] nexus3.edgexfoundry.org:10002 [2021-05-10T08:36:47.865Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T08:36:48.140Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T08:36:48.140Z] Configure a credential helper to remove this warning. See [2021-05-10T08:36:48.140Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T08:36:48.140Z] [2021-05-10T08:36:48.140Z] Login Succeeded [2021-05-10T08:36:48.140Z] nexus3.edgexfoundry.org:10003 [2021-05-10T08:36:48.414Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T08:36:48.414Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T08:36:48.414Z] Configure a credential helper to remove this warning. See [2021-05-10T08:36:48.414Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T08:36:48.414Z] [2021-05-10T08:36:48.414Z] Login Succeeded [2021-05-10T08:36:48.706Z] nexus3.edgexfoundry.org:10004 [2021-05-10T08:36:48.980Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T08:36:48.980Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T08:36:48.980Z] Configure a credential helper to remove this warning. See [2021-05-10T08:36:48.980Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T08:36:48.980Z] [2021-05-10T08:36:48.980Z] Login Succeeded [2021-05-10T08:36:48.980Z] docker.io [2021-05-10T08:36:49.576Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T08:36:49.849Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T08:36:49.849Z] Configure a credential helper to remove this warning. See [2021-05-10T08:36:49.849Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T08:36:49.849Z] [2021-05-10T08:36:49.849Z] Login Succeeded [2021-05-10T08:36:49.849Z] ---> docker-login.sh ends [Pipeline] } [2021-05-10T08:36:49.866Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-10T08:36:50.159Z] ========================================================= [2021-05-10T08:36:50.159Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-10T08:36:50.159Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-10T08:36:50.498Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-10T08:36:53.114Z] Sending build context to Docker daemon 167.6MB [2021-05-10T08:36:53.114Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-10T08:36:53.114Z] Step 2/6 : FROM ${BASE} [2021-05-10T08:36:53.114Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-10T08:36:53.114Z] 595b0fe564bb: Pulling fs layer [2021-05-10T08:36:53.114Z] 7186ed65a4f7: Pulling fs layer [2021-05-10T08:36:53.114Z] 316046926c0a: Pulling fs layer [2021-05-10T08:36:53.114Z] 4ebd0625c992: Pulling fs layer [2021-05-10T08:36:53.114Z] 207e8628e3a3: Pulling fs layer [2021-05-10T08:36:53.114Z] c791037a9be2: Pulling fs layer [2021-05-10T08:36:53.114Z] ffd874e62e21: Pulling fs layer [2021-05-10T08:36:53.114Z] 4ebd0625c992: Waiting [2021-05-10T08:36:53.114Z] 207e8628e3a3: Waiting [2021-05-10T08:36:53.114Z] c791037a9be2: Waiting [2021-05-10T08:36:53.114Z] ffd874e62e21: Waiting [2021-05-10T08:36:53.114Z] 316046926c0a: Verifying Checksum [2021-05-10T08:36:53.114Z] 316046926c0a: Download complete [2021-05-10T08:36:53.114Z] 7186ed65a4f7: Download complete [2021-05-10T08:36:53.114Z] 207e8628e3a3: Download complete [2021-05-10T08:36:53.114Z] c791037a9be2: Download complete [2021-05-10T08:36:53.114Z] 595b0fe564bb: Download complete [2021-05-10T08:36:53.716Z] 595b0fe564bb: Pull complete [2021-05-10T08:36:54.038Z] 7186ed65a4f7: Pull complete [2021-05-10T08:36:54.311Z] 316046926c0a: Pull complete [2021-05-10T08:36:55.742Z] ffd874e62e21: Verifying Checksum [2021-05-10T08:36:55.742Z] ffd874e62e21: Download complete [2021-05-10T08:36:56.721Z] 4ebd0625c992: Verifying Checksum [2021-05-10T08:36:56.721Z] 4ebd0625c992: Download complete [2021-05-10T08:37:00.060Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.189s coverage: 94.4% of statements [2021-05-10T08:37:00.060Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.052s coverage: 44.8% of statements [2021-05-10T08:37:00.673Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.281s coverage: 81.8% of statements [2021-05-10T08:37:00.673Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-10T08:37:06.883Z] 4ebd0625c992: Pull complete [2021-05-10T08:37:07.158Z] 207e8628e3a3: Pull complete [2021-05-10T08:37:07.437Z] c791037a9be2: Pull complete [2021-05-10T08:37:08.979Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.130s coverage: 92.9% of statements [2021-05-10T08:37:08.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-10T08:37:08.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-10T08:37:08.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-10T08:37:08.979Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.047s coverage: 65.1% of statements [2021-05-10T08:37:08.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-10T08:37:08.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-10T08:37:08.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-10T08:37:08.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-10T08:37:08.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-10T08:37:08.979Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.090s coverage: 87.2% of statements [2021-05-10T08:37:08.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-10T08:37:08.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-10T08:37:08.979Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.067s coverage: 100.0% of statements [2021-05-10T08:37:08.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-10T08:37:08.979Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 76.0% of statements [2021-05-10T08:37:08.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-10T08:37:08.979Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.059s coverage: 80.0% of statements [2021-05-10T08:37:08.979Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.101s coverage: 87.2% of statements [2021-05-10T08:37:08.979Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.083s coverage: 85.4% of statements [2021-05-10T08:37:08.979Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.104s coverage: 91.2% of statements [2021-05-10T08:37:08.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-10T08:37:08.979Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.206s coverage: 64.4% of statements [2021-05-10T08:37:08.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-10T08:37:08.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-10T08:37:08.979Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.094s coverage: 100.0% of statements [2021-05-10T08:37:08.979Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.058s coverage: 91.3% of statements [2021-05-10T08:37:08.979Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.044s coverage: 100.0% of statements [2021-05-10T08:37:08.979Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.048s coverage: 73.7% of statements [2021-05-10T08:37:08.979Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements [2021-05-10T08:37:08.979Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.372s coverage: 66.9% of statements [2021-05-10T08:37:08.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-10T08:37:08.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-10T08:37:08.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-10T08:37:08.979Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.214s coverage: 43.4% of statements [2021-05-10T08:37:08.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-10T08:37:08.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-10T08:37:08.979Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.063s coverage: 89.5% of statements [2021-05-10T08:37:08.979Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-10T08:37:08.979Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.039s coverage: 84.8% of statements [2021-05-10T08:37:08.979Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.273s coverage: 47.0% of statements [2021-05-10T08:37:08.979Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-10T08:37:08.979Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-10T08:37:08.979Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-10T08:37:08.979Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-10T08:37:08.979Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-10T08:37:08.979Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.056s coverage: 100.0% of statements [2021-05-10T08:37:08.979Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-10T08:37:08.979Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements [2021-05-10T08:37:08.979Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-10T08:37:08.979Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-10T08:37:08.979Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.107s coverage: 9.6% of statements [2021-05-10T08:37:08.979Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-10T08:37:10.825Z] ffd874e62e21: Pull complete [2021-05-10T08:37:10.825Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-10T08:37:11.008Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.219s coverage: 92.6% of statements [2021-05-10T08:37:11.008Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-10T08:37:11.008Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-10T08:37:11.008Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-10T08:37:11.098Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-10T08:37:11.098Z] ---> cfc18b08335c [2021-05-10T08:37:11.098Z] 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-05-10T08:37:13.067Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.023s coverage: 28.7% of statements [2021-05-10T08:37:13.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-10T08:37:13.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-10T08:37:13.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-10T08:37:13.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-10T08:37:13.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-10T08:37:13.067Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.108s coverage: 99.0% of statements [2021-05-10T08:37:13.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-10T08:37:13.067Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.101s coverage: 100.0% of statements [2021-05-10T08:37:13.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-10T08:37:13.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-10T08:37:13.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-10T08:37:13.067Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.086s coverage: 64.6% of statements [2021-05-10T08:37:13.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-10T08:37:13.717Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.218s coverage: 97.6% of statements [2021-05-10T08:37:13.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-10T08:37:13.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-10T08:37:13.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-10T08:37:13.717Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.068s coverage: 0.0% of statements [2021-05-10T08:37:13.717Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-10T08:37:13.717Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements [2021-05-10T08:37:13.717Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-10T08:37:13.717Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-10T08:37:13.717Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-10T08:37:13.717Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-10T08:37:13.717Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.060s coverage: 87.9% of statements [2021-05-10T08:37:13.717Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-10T08:37:13.717Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-10T08:37:14.325Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements [2021-05-10T08:37:14.325Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.105s coverage: 28.1% of statements [2021-05-10T08:37:14.325Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-10T08:37:14.485Z] ---> Running in d3f98ce43dfe [2021-05-10T08:37:14.914Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.036s coverage: 85.7% of statements [2021-05-10T08:37:14.914Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] [2021-05-10T08:37:14.914Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.061s coverage: 100.0% of statements [2021-05-10T08:37:15.192Z] GO111MODULE=on go vet ./... [2021-05-10T08:37:15.467Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T08:37:18.099Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T08:37:19.069Z] (1/12) Installing libmagic (5.39-r0) [2021-05-10T08:37:19.340Z] (2/12) Installing file (5.39-r0) [2021-05-10T08:37:19.609Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-10T08:37:19.609Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-10T08:37:37.876Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-10T08:37:37.876Z] (6/12) Installing patch (2.7.6-r6) [2021-05-10T08:37:38.146Z] (7/12) Installing build-base (0.5-r2) [2021-05-10T08:37:38.146Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-10T08:37:38.422Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-10T08:37:38.696Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-10T08:37:38.696Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-10T08:37:39.300Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-10T08:37:39.300Z] Executing busybox-1.32.1-r6.trigger [2021-05-10T08:37:39.300Z] OK: 218 MiB in 52 packages [2021-05-10T08:37:43.645Z] Removing intermediate container d3f98ce43dfe [2021-05-10T08:37:43.645Z] ---> 302db7297390 [2021-05-10T08:37:43.645Z] Step 4/6 : WORKDIR /edgex-go [2021-05-10T08:37:43.645Z] ---> Running in 3a302fe1f597 [2021-05-10T08:37:43.929Z] Removing intermediate container 3a302fe1f597 [2021-05-10T08:37:43.929Z] ---> 2337081552d3 [2021-05-10T08:37:43.929Z] Step 5/6 : COPY go.mod . [2021-05-10T08:37:44.524Z] ---> 5c13b9918ad1 [2021-05-10T08:37:44.524Z] Step 6/6 : RUN go mod download [2021-05-10T08:37:44.797Z] ---> Running in a12c3110873e [2021-05-10T08:37:54.584Z] gofmt -l . [2021-05-10T08:37:55.540Z] [ "`gofmt -l .`" = "" ] [2021-05-10T08:37:56.127Z] ./bin/test-go-mod-tidy.sh [2021-05-10T08:37:56.392Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-10T08:37:57.988Z] + ls -al . [2021-05-10T08:37:57.988Z] total 816 [2021-05-10T08:37:57.988Z] drwxrwxr-x 10 1001 1001 4096 May 10 08:37 . [2021-05-10T08:37:57.988Z] drwxr-xr-x 4 root root 32 May 10 08:35 .. [2021-05-10T08:37:57.988Z] -rw-rw-r-- 1 1001 1001 11 May 10 08:32 .dockerignore [2021-05-10T08:37:57.988Z] drwxrwxr-x 8 1001 1001 179 May 10 08:32 .git [2021-05-10T08:37:57.988Z] drwxrwxr-x 3 1001 1001 125 May 10 08:32 .github [2021-05-10T08:37:57.988Z] -rw-rw-r-- 1 1001 1001 818 May 10 08:32 .gitignore [2021-05-10T08:37:57.988Z] drwx------ 3 1001 1001 60 May 10 08:33 .semver [2021-05-10T08:37:57.988Z] -rw-rw-r-- 1 1001 1001 166 May 10 08:32 .sonarcloud.properties [2021-05-10T08:37:57.988Z] -rw-rw-r-- 1 1001 1001 8609 May 10 08:32 Attribution.txt [2021-05-10T08:37:57.988Z] -rw-rw-r-- 1 1001 1001 3804 May 10 08:32 CONTRIBUTING.md [2021-05-10T08:37:57.988Z] -rw-rw-r-- 1 1001 1001 931 May 10 08:32 Dockerfile.build [2021-05-10T08:37:57.988Z] -rw-rw-r-- 1 1001 1001 863 May 10 08:32 Jenkinsfile [2021-05-10T08:37:57.988Z] -rw-rw-r-- 1 1001 1001 10775 May 10 08:32 LICENSE [2021-05-10T08:37:57.988Z] -rw-rw-r-- 1 1001 1001 5774 May 10 08:32 Makefile [2021-05-10T08:37:57.988Z] -rw-rw-r-- 1 1001 1001 7978 May 10 08:32 README.md [2021-05-10T08:37:57.988Z] -rw-rw-r-- 1 1001 1001 6755 May 10 08:32 SECURITY.md [2021-05-10T08:37:57.988Z] -rw-rw-r-- 1 1001 1001 5 May 10 08:33 VERSION [2021-05-10T08:37:57.988Z] -rw-rw-r-- 1 1001 1001 4131 May 10 08:32 ZMQWindows.md [2021-05-10T08:37:57.988Z] drwxrwxr-x 2 1001 1001 117 May 10 08:32 bin [2021-05-10T08:37:57.988Z] drwxrwxr-x 14 1001 1001 4096 May 10 08:32 cmd [2021-05-10T08:37:57.988Z] -rw-r--r-- 1 root root 706092 May 10 08:37 coverage.out [2021-05-10T08:37:57.988Z] -rw-r--r-- 1 root root 1060 May 10 08:37 go.mod [2021-05-10T08:37:57.988Z] -rw-r--r-- 1 root root 22169 May 10 08:35 go.sum [2021-05-10T08:37:57.988Z] drwxrwxr-x 8 1001 1001 127 May 10 08:32 internal [2021-05-10T08:37:57.988Z] drwxrwxr-x 4 1001 1001 26 May 10 08:32 openapi [2021-05-10T08:37:57.988Z] drwxrwxr-x 4 1001 1001 71 May 10 08:32 snap [2021-05-10T08:37:57.988Z] -rw-rw-r-- 1 1001 1001 168 May 10 08:32 version.go [Pipeline] sh [2021-05-10T08:37:58.304Z] + '[' -e coverage.out ] [2021-05-10T08:37:58.304Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-10T08:37:58.544Z] Stashed 1 file(s) [Pipeline] sh [2021-05-10T08:37:58.849Z] + make build [2021-05-10T08:37:58.849Z] 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-05-10T08:38:01.456Z] 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-05-10T08:38:11.566Z] Removing intermediate container a12c3110873e [2021-05-10T08:38:11.566Z] ---> 2dfb3782932d [2021-05-10T08:38:11.567Z] Successfully built 2dfb3782932d [2021-05-10T08:38:11.567Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T08:38:11.912Z] + docker inspect -f . ci-base-image-arm64 [2021-05-10T08:38:11.912Z] . [Pipeline] withDockerContainer [2021-05-10T08:38:12.184Z] prd-ubuntu18.04-docker-arm64-4c-16g-4047 does not seem to be running inside a container [2021-05-10T08:38:12.265Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/116 -v /w/workspace/edgex-go/116:/w/workspace/edgex-go/116:rw,z -v /w/workspace/edgex-go/116@tmp:/w/workspace/edgex-go/116@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-05-10T08:38:13.813Z] $ docker top eb35a0f61ca1ee4383c0c8a3260e008f0e3448f9f770dca92142a3c85bf573f4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T08:38:14.765Z] + go version [2021-05-10T08:38:14.765Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-10T08:38:14.789Z] $ docker stop --time=1 eb35a0f61ca1ee4383c0c8a3260e008f0e3448f9f770dca92142a3c85bf573f4 [2021-05-10T08:38:16.716Z] $ docker rm -f eb35a0f61ca1ee4383c0c8a3260e008f0e3448f9f770dca92142a3c85bf573f4 [2021-05-10T08:38:16.726Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T08:38:17.389Z] + docker inspect -f . ci-base-image-arm64 [2021-05-10T08:38:17.389Z] . [Pipeline] withDockerContainer [2021-05-10T08:38:17.622Z] prd-ubuntu18.04-docker-arm64-4c-16g-4047 does not seem to be running inside a container [2021-05-10T08:38:17.715Z] $ 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/116 -v /w/workspace/edgex-go/116:/w/workspace/edgex-go/116:rw,z -v /w/workspace/edgex-go/116@tmp:/w/workspace/edgex-go/116@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-05-10T08:38:19.122Z] $ docker top b2c213d857461494aeb0bd1baf36da8405d68c7cfc7a74d3060695c0ecfbeb8e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-10T08:38:19.440Z] ========================================================= [2021-05-10T08:38:19.440Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-10T08:38:19.440Z] ========================================================= [Pipeline] sh [2021-05-10T08:38:20.115Z] + go mod tidy [Pipeline] sh [2021-05-10T08:38:21.336Z] 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-05-10T08:38:21.756Z] + make test [2021-05-10T08:38:21.756Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-10T08:38:25.818Z] 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-05-10T08:38:26.822Z] 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-05-10T08:38:28.903Z] 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-05-10T08:38:32.426Z] 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-05-10T08:38:34.558Z] 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-05-10T08:38:39.080Z] 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-05-10T08:38:40.558Z] 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-05-10T08:38:42.577Z] 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-05-10T08:38:48.240Z] $ docker stop --time=1 63d27a8254bb86f99fdd2ab9d6783fc5c19866880811424f2dfa3bd6be6efce4 [2021-05-10T08:38:48.598Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-10T08:38:50.287Z] $ docker rm -f 63d27a8254bb86f99fdd2ab9d6783fc5c19866880811424f2dfa3bd6be6efce4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T08:38:52.438Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-10T08:38:52.438Z] [2021-05-10T08:38:52.438Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T08:38:52.843Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-10T08:38:53.144Z] latest: Pulling from edgex-devops/edgex-compose [2021-05-10T08:38:53.144Z] cbdbe7a5bc2a: Pulling fs layer [2021-05-10T08:38:53.144Z] ca9280d653b3: Pulling fs layer [2021-05-10T08:38:53.144Z] 7e9c9ca2126c: Pulling fs layer [2021-05-10T08:38:53.438Z] cbdbe7a5bc2a: Verifying Checksum [2021-05-10T08:38:53.438Z] cbdbe7a5bc2a: Download complete [2021-05-10T08:38:54.445Z] cbdbe7a5bc2a: Pull complete [2021-05-10T08:38:54.445Z] ca9280d653b3: Verifying Checksum [2021-05-10T08:38:54.445Z] ca9280d653b3: Download complete [2021-05-10T08:38:57.192Z] ca9280d653b3: Pull complete [2021-05-10T08:38:57.816Z] 7e9c9ca2126c: Verifying Checksum [2021-05-10T08:38:57.816Z] 7e9c9ca2126c: Download complete [2021-05-10T08:39:08.215Z] 7e9c9ca2126c: Pull complete [2021-05-10T08:39:08.215Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-05-10T08:39:08.215Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-10T08:39:08.215Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-05-10T08:39:08.632Z] prd-centos7-docker-4c-2g-4045 does not seem to be running inside a container [2021-05-10T08:39:08.760Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/116 -v /w/workspace/edgex-go/116:/w/workspace/edgex-go/116:rw,z -v /w/workspace/edgex-go/116@tmp:/w/workspace/edgex-go/116@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-05-10T08:39:10.481Z] $ docker top 7822b5f2271ee0bdbc374022daedf60f2807c0151f54c9efa73be2fa3dea92c7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T08:39:11.031Z] + docker-compose build --help [2021-05-10T08:39:11.031Z] + grep parallel [2021-05-10T08:39:13.026Z] --parallel Build images in parallel. [Pipeline] } [2021-05-10T08:39:13.054Z] $ docker stop --time=1 7822b5f2271ee0bdbc374022daedf60f2807c0151f54c9efa73be2fa3dea92c7 [2021-05-10T08:39:14.639Z] $ docker rm -f 7822b5f2271ee0bdbc374022daedf60f2807c0151f54c9efa73be2fa3dea92c7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T08:39:16.078Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-10T08:39:16.078Z] . [Pipeline] withDockerContainer [2021-05-10T08:39:16.302Z] prd-centos7-docker-4c-2g-4045 does not seem to be running inside a container [2021-05-10T08:39:16.397Z] $ 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/116 -v /w/workspace/edgex-go/116:/w/workspace/edgex-go/116:rw,z -v /w/workspace/edgex-go/116@tmp:/w/workspace/edgex-go/116@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-05-10T08:39:17.361Z] $ docker top 89a964ec8911a6f3ab4249909c1c06e22a5556c7ac615c8a0e38135c1e288297 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T08:39:17.851Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-10T08:39:19.271Z] Building docker-core-command-go ... [2021-05-10T08:39:19.271Z] Building docker-core-data-go ... [2021-05-10T08:39:19.271Z] Building docker-core-metadata-go ... [2021-05-10T08:39:19.271Z] Building docker-security-bootstrapper-go ... [2021-05-10T08:39:19.271Z] Building docker-security-proxy-setup-go ... [2021-05-10T08:39:19.271Z] Building docker-security-secretstore-setup-go ... [2021-05-10T08:39:19.271Z] Building docker-support-notifications-go ... [2021-05-10T08:39:19.271Z] Building docker-support-scheduler-go ... [2021-05-10T08:39:19.271Z] Building docker-sys-mgmt-agent-go ... [2021-05-10T08:39:19.271Z] Building docker-core-metadata-go [2021-05-10T08:39:19.271Z] Building docker-security-proxy-setup-go [2021-05-10T08:39:19.271Z] Building docker-support-scheduler-go [2021-05-10T08:39:19.271Z] Building docker-sys-mgmt-agent-go [2021-05-10T08:39:19.271Z] Building docker-security-bootstrapper-go [2021-05-10T08:39:45.261Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-10T08:39:50.685Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-10T08:40:00.913Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-10T08:40:00.913Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-10T08:40:03.566Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-10T08:40:04.171Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-10T08:40:04.445Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-10T08:40:04.445Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-10T08:40:06.379Z] Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T08:40:06.379Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-10T08:40:06.379Z] ---> 9939956323be [2021-05-10T08:40:06.379Z] Step 3/21 : WORKDIR /edgex-go [2021-05-10T08:40:06.380Z] Step 1/31 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T08:40:06.380Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-10T08:40:06.380Z] ---> 9939956323be [2021-05-10T08:40:06.380Z] Step 3/31 : WORKDIR /edgex-go [2021-05-10T08:40:06.380Z] ---> Running in 22cb04bf39e3 [2021-05-10T08:40:06.380Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T08:40:06.380Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-10T08:40:06.380Z] ---> 9939956323be [2021-05-10T08:40:06.380Z] Step 3/23 : WORKDIR /edgex-go [2021-05-10T08:40:06.380Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T08:40:06.380Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-10T08:40:06.380Z] ---> 9939956323be [2021-05-10T08:40:06.380Z] Step 3/23 : WORKDIR /edgex-go [2021-05-10T08:40:06.380Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T08:40:06.380Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-10T08:40:06.380Z] ---> 9939956323be [2021-05-10T08:40:06.380Z] Step 3/22 : WORKDIR /edgex-go [2021-05-10T08:40:06.380Z] ---> Running in 26c6ec6775c6 [2021-05-10T08:40:06.380Z] ---> Running in beb316645b0a [2021-05-10T08:40:06.380Z] ---> Running in 129d77e7e003 [2021-05-10T08:40:06.380Z] ---> Running in 2b1336e7370b [2021-05-10T08:40:06.380Z] Removing intermediate container 22cb04bf39e3 [2021-05-10T08:40:06.380Z] ---> 905205fb6dc4 [2021-05-10T08:40:06.380Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T08:40:06.380Z] Removing intermediate container 129d77e7e003 [2021-05-10T08:40:06.380Z] ---> 162e7acd09f2 [2021-05-10T08:40:06.380Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T08:40:06.380Z] Removing intermediate container beb316645b0a [2021-05-10T08:40:06.380Z] ---> 2a4901072f7b [2021-05-10T08:40:06.380Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T08:40:06.380Z] Removing intermediate container 26c6ec6775c6 [2021-05-10T08:40:06.380Z] ---> e15eb36efc09 [2021-05-10T08:40:06.380Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T08:40:06.380Z] Removing intermediate container 2b1336e7370b [2021-05-10T08:40:06.380Z] ---> 0ecf62e4a7f6 [2021-05-10T08:40:06.380Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T08:40:06.380Z] ---> Running in a9322903f1f5 [2021-05-10T08:40:06.380Z] ---> Running in afef9496c697 [2021-05-10T08:40:06.380Z] ---> Running in 7ccd14343c1d [2021-05-10T08:40:06.380Z] ---> Running in 7df19fd8cf68 [2021-05-10T08:40:06.380Z] ---> Running in d77aef0fdf28 [2021-05-10T08:40:06.380Z] Removing intermediate container 7ccd14343c1d [2021-05-10T08:40:06.380Z] ---> ce03debec13f [2021-05-10T08:40:06.380Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-10T08:40:06.380Z] Removing intermediate container afef9496c697 [2021-05-10T08:40:06.380Z] ---> 738648bfc54d [2021-05-10T08:40:06.380Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-10T08:40:06.380Z] ---> Running in cb8bf5a7dcf3 [2021-05-10T08:40:06.380Z] Removing intermediate container a9322903f1f5 [2021-05-10T08:40:06.380Z] ---> a7ffe7a255b6 [2021-05-10T08:40:06.380Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-10T08:40:06.380Z] ---> Running in 43e3a9668dac [2021-05-10T08:40:06.380Z] ---> Running in b4d7f3d7b3f1 [2021-05-10T08:40:06.380Z] Removing intermediate container 7df19fd8cf68 [2021-05-10T08:40:06.380Z] ---> bfb328c747da [2021-05-10T08:40:06.380Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-10T08:40:06.380Z] Removing intermediate container d77aef0fdf28 [2021-05-10T08:40:06.380Z] ---> 533f1de98ab0 [2021-05-10T08:40:06.380Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-10T08:40:06.380Z] ---> Running in 7749dbf95f7b [2021-05-10T08:40:06.380Z] ---> Running in d0ca22e1add8 [2021-05-10T08:40:06.380Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T08:40:06.685Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T08:40:06.949Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T08:40:06.949Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T08:40:07.216Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T08:40:08.167Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T08:40:08.429Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T08:40:08.764Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-10T08:40:09.019Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T08:40:09.019Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T08:40:09.019Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T08:40:09.368Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-10T08:40:09.596Z] OK: 219 MiB in 52 packages [2021-05-10T08:40:09.860Z] OK: 219 MiB in 52 packages [2021-05-10T08:40:10.125Z] OK: 219 MiB in 52 packages [2021-05-10T08:40:10.399Z] Removing intermediate container cb8bf5a7dcf3 [2021-05-10T08:40:10.399Z] ---> 0daaf8c8544d [2021-05-10T08:40:10.399Z] Step 6/31 : COPY go.mod . [2021-05-10T08:40:10.399Z] OK: 219 MiB in 52 packages [2021-05-10T08:40:10.664Z] ---> fab36063b2a6 [2021-05-10T08:40:10.664Z] Step 7/31 : RUN go mod download [2021-05-10T08:40:10.664Z] Removing intermediate container 7749dbf95f7b [2021-05-10T08:40:10.664Z] ---> 763ecdcd0a61 [2021-05-10T08:40:10.664Z] Step 6/23 : COPY go.mod . [2021-05-10T08:40:10.946Z] ---> Running in 8cc7cefef5f9 [2021-05-10T08:40:10.946Z] Removing intermediate container d0ca22e1add8 [2021-05-10T08:40:10.946Z] ---> 7909ca40b3a3 [2021-05-10T08:40:10.946Z] Step 6/22 : COPY go.mod . [2021-05-10T08:40:11.214Z] ---> 78fa6b7c9958 [2021-05-10T08:40:11.214Z] Step 7/23 : RUN go mod download [2021-05-10T08:40:11.501Z] ---> Running in 33e98c3319d2 [2021-05-10T08:40:11.501Z] ---> 09c867ac7a3f [2021-05-10T08:40:11.501Z] Step 7/22 : RUN go mod download [2021-05-10T08:40:11.501Z] Removing intermediate container b4d7f3d7b3f1 [2021-05-10T08:40:11.501Z] ---> 02ea8ed8f8e8 [2021-05-10T08:40:11.501Z] Step 6/21 : COPY go.mod . [2021-05-10T08:40:11.789Z] ---> Running in f6cf88295f7d [2021-05-10T08:40:12.071Z] OK: 219 MiB in 52 packages [2021-05-10T08:40:12.071Z] ---> 6a341e827d4a [2021-05-10T08:40:12.071Z] Step 7/21 : RUN go mod download [2021-05-10T08:40:12.359Z] ---> Running in 2de32141ee57 [2021-05-10T08:40:12.946Z] Removing intermediate container 43e3a9668dac [2021-05-10T08:40:12.946Z] ---> da9785524d4e [2021-05-10T08:40:12.946Z] Step 6/23 : COPY go.mod . [2021-05-10T08:40:13.213Z] ---> 65d4f69ecbbd [2021-05-10T08:40:13.213Z] Step 7/23 : RUN go mod download [2021-05-10T08:40:13.480Z] ---> Running in 178d11b94efb [2021-05-10T08:40:14.064Z] Removing intermediate container 8cc7cefef5f9 [2021-05-10T08:40:14.065Z] ---> 232d324e4384 [2021-05-10T08:40:14.065Z] Step 8/31 : COPY . . [2021-05-10T08:40:14.336Z] Removing intermediate container 33e98c3319d2 [2021-05-10T08:40:14.336Z] ---> 3e96c67a303f [2021-05-10T08:40:14.336Z] Step 8/23 : COPY . . [2021-05-10T08:40:14.336Z] Removing intermediate container f6cf88295f7d [2021-05-10T08:40:14.336Z] ---> 56c12116326c [2021-05-10T08:40:14.336Z] Step 8/22 : COPY . . [2021-05-10T08:40:14.609Z] Removing intermediate container 2de32141ee57 [2021-05-10T08:40:14.609Z] ---> 88efd7e2dbb9 [2021-05-10T08:40:14.609Z] Step 8/21 : COPY . . [2021-05-10T08:40:19.593Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-10T08:40:19.593Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-10T08:40:19.593Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-10T08:40:20.028Z] Removing intermediate container 178d11b94efb [2021-05-10T08:40:20.028Z] ---> 6d79b4c589f8 [2021-05-10T08:40:20.028Z] Step 8/23 : COPY . . [2021-05-10T08:40:23.937Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.348s coverage: 45.9% of statements [2021-05-10T08:40:23.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-10T08:40:23.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-10T08:40:23.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-10T08:40:23.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-10T08:40:23.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-10T08:40:23.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-10T08:40:23.937Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.137s coverage: 19.8% of statements [2021-05-10T08:40:24.545Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.289s coverage: 100.0% of statements [2021-05-10T08:40:31.282Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.517s coverage: 27.1% of statements [2021-05-10T08:40:31.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-10T08:40:31.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-10T08:40:31.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-10T08:40:31.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-10T08:40:31.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-10T08:40:31.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-10T08:40:31.282Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.169s coverage: 100.0% of statements [2021-05-10T08:40:31.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-10T08:40:31.282Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.141s coverage: 100.0% of statements [2021-05-10T08:40:31.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-10T08:40:31.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-10T08:40:31.282Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.236s coverage: 71.3% of statements [2021-05-10T08:40:31.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-10T08:40:31.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-10T08:40:33.929Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.499s coverage: 87.7% of statements [2021-05-10T08:40:33.929Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-10T08:40:33.929Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-10T08:40:33.929Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.133s coverage: 78.9% of statements [2021-05-10T08:40:33.929Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-10T08:40:44.113Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.158s coverage: 28.6% of statements [2021-05-10T08:40:44.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-10T08:40:44.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-10T08:40:44.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-10T08:40:44.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-10T08:40:44.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-10T08:40:44.113Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.239s coverage: 100.0% of statements [2021-05-10T08:40:44.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-10T08:40:44.113Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.176s coverage: 100.0% of statements [2021-05-10T08:40:44.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-10T08:40:44.113Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.452s coverage: 86.7% of statements [2021-05-10T08:40:44.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-10T08:40:44.113Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.489s coverage: 97.5% of statements [2021-05-10T08:40:44.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-10T08:40:44.113Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.284s coverage: 78.3% of statements [2021-05-10T08:40:44.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-10T08:40:44.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-10T08:40:44.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-10T08:40:44.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-10T08:40:49.545Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.245s coverage: 95.1% of statements [2021-05-10T08:40:49.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-10T08:40:49.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-10T08:40:49.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-10T08:40:49.545Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-10T08:40:49.545Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-10T08:40:49.545Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-10T08:40:49.545Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-10T08:40:49.545Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-10T08:40:49.545Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-10T08:40:49.545Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-10T08:40:49.545Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-10T08:40:49.545Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-10T08:40:49.545Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-10T08:40:49.545Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-10T08:40:49.545Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-10T08:40:49.545Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-10T08:40:49.545Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-10T08:40:49.545Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-10T08:40:49.545Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.127s coverage: 58.8% of statements [2021-05-10T08:40:49.545Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-10T08:40:49.545Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-10T08:40:49.545Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.341s coverage: 0.9% of statements [2021-05-10T08:40:49.545Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-10T08:40:49.545Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.123s coverage: 22.6% of statements [2021-05-10T08:40:49.545Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-10T08:40:49.545Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.140s coverage: 47.1% of statements [2021-05-10T08:40:49.545Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.161s coverage: 79.5% of statements [2021-05-10T08:40:49.820Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.129s coverage: 94.1% of statements [2021-05-10T08:40:51.258Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.177s coverage: 96.3% of statements [2021-05-10T08:40:51.258Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.169s coverage: 87.5% of statements [2021-05-10T08:40:59.388Z] ---> 639c11a5bffe [2021-05-10T08:40:59.388Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-10T08:40:59.388Z] ---> bd38a34a5f93 [2021-05-10T08:40:59.388Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-10T08:40:59.388Z] ---> 8976fe7c60b1 [2021-05-10T08:40:59.388Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-10T08:40:59.388Z] ---> Running in 230954640a51 [2021-05-10T08:40:59.388Z] ---> Running in b4ddadceeaf6 [2021-05-10T08:40:59.388Z] ---> Running in 8b856c12798a [2021-05-10T08:40:59.388Z] ---> eefa95b01feb [2021-05-10T08:40:59.388Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-10T08:40:59.388Z] ---> 9290b286ae1b [2021-05-10T08:40:59.388Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-10T08:40:59.388Z] ---> Running in fdc13f4896c2 [2021-05-10T08:40:59.388Z] ---> Running in 7e722dbc9942 [2021-05-10T08:40:59.388Z] 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-05-10T08:40:59.388Z] 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-05-10T08:40:59.388Z] 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-05-10T08:40:59.388Z] 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-05-10T08:40:59.388Z] 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-05-10T08:41:03.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.224s coverage: 94.4% of statements [2021-05-10T08:41:03.669Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.135s coverage: 44.8% of statements [2021-05-10T08:41:09.076Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.545s coverage: 81.8% of statements [2021-05-10T08:41:09.076Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-10T08:41:15.818Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.200s coverage: 92.9% of statements [2021-05-10T08:41:15.818Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-10T08:41:15.818Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-10T08:41:15.818Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-10T08:41:15.818Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 65.1% of statements [2021-05-10T08:41:15.818Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-10T08:41:15.818Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-10T08:41:15.818Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-10T08:41:15.818Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-10T08:41:15.818Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-10T08:41:15.818Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.083s coverage: 87.2% of statements [2021-05-10T08:41:15.818Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-10T08:41:15.818Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-10T08:41:15.818Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.112s coverage: 100.0% of statements [2021-05-10T08:41:15.818Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-10T08:41:15.818Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.179s coverage: 76.0% of statements [2021-05-10T08:41:15.818Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-10T08:41:15.818Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.142s coverage: 80.0% of statements [2021-05-10T08:41:15.818Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.206s coverage: 87.2% of statements [2021-05-10T08:41:15.818Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.225s coverage: 85.4% of statements [2021-05-10T08:41:15.818Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.232s coverage: 91.2% of statements [2021-05-10T08:41:15.818Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-10T08:41:15.818Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.544s coverage: 64.4% of statements [2021-05-10T08:41:15.818Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-10T08:41:15.818Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-10T08:41:15.818Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.131s coverage: 100.0% of statements [2021-05-10T08:41:15.818Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.100s coverage: 91.3% of statements [2021-05-10T08:41:16.422Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.058s coverage: 100.0% of statements [2021-05-10T08:41:17.405Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.079s coverage: 73.7% of statements [2021-05-10T08:41:17.680Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements [2021-05-10T08:41:21.090Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.010s coverage: 66.9% of statements [2021-05-10T08:41:21.090Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-10T08:41:21.090Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-10T08:41:21.090Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-10T08:41:22.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.709s coverage: 43.4% of statements [2021-05-10T08:41:22.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-10T08:41:22.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-10T08:41:22.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.087s coverage: 89.5% of statements [2021-05-10T08:41:22.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-10T08:41:22.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.088s coverage: 84.8% of statements [2021-05-10T08:41:29.259Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.411s coverage: 47.0% of statements [2021-05-10T08:41:29.259Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-10T08:41:29.259Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-10T08:41:29.259Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-10T08:41:29.259Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-10T08:41:29.259Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-10T08:41:29.259Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.112s coverage: 100.0% of statements [2021-05-10T08:41:29.259Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-10T08:41:29.259Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.120s coverage: 100.0% of statements [2021-05-10T08:41:29.259Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-10T08:41:29.259Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-10T08:41:29.259Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.155s coverage: 9.6% of statements [2021-05-10T08:41:29.259Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-10T08:41:29.259Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.555s coverage: 92.6% of statements [2021-05-10T08:41:29.259Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-10T08:41:29.259Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-10T08:41:29.259Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-10T08:41:37.573Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.420s coverage: 28.7% of statements [2021-05-10T08:41:37.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-10T08:41:37.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-10T08:41:37.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-10T08:41:37.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-10T08:41:37.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-10T08:41:37.573Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.191s coverage: 99.0% of statements [2021-05-10T08:41:37.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-10T08:41:37.573Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.194s coverage: 100.0% of statements [2021-05-10T08:41:37.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-10T08:41:37.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-10T08:41:37.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-10T08:41:37.573Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.181s coverage: 64.6% of statements [2021-05-10T08:41:37.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-10T08:41:37.573Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.353s coverage: 97.6% of statements [2021-05-10T08:41:37.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-10T08:41:37.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-10T08:41:37.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-10T08:41:37.573Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.072s coverage: 0.0% of statements [2021-05-10T08:41:37.573Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-10T08:41:37.573Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.060s coverage: 100.0% of statements [2021-05-10T08:41:37.573Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-10T08:41:37.573Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-10T08:41:37.573Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-10T08:41:37.573Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-10T08:41:37.573Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.088s coverage: 87.9% of statements [2021-05-10T08:41:37.573Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-10T08:41:37.573Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-10T08:41:37.573Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.078s coverage: 100.0% of statements [2021-05-10T08:41:38.555Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.112s coverage: 28.1% of statements [2021-05-10T08:41:38.555Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-10T08:41:39.533Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.059s coverage: 85.7% of statements [2021-05-10T08:41:39.533Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] [2021-05-10T08:41:39.533Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-05-10T08:41:40.513Z] GO111MODULE=on go vet ./... [2021-05-10T08:41:46.535Z] 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-05-10T08:41:49.141Z] Removing intermediate container 230954640a51 [2021-05-10T08:41:49.141Z] ---> b112f2882f68 [2021-05-10T08:41:49.141Z] [2021-05-10T08:41:49.141Z] Step 10/31 : FROM alpine:3.12 [2021-05-10T08:41:49.141Z] 3.12: Pulling from library/alpine [2021-05-10T08:41:50.580Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-10T08:41:50.580Z] Status: Downloaded newer image for alpine:3.12 [2021-05-10T08:41:50.580Z] ---> 13621d1b12d4 [2021-05-10T08:41:50.580Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-10T08:41:53.150Z] ---> Running in 8e723dabbf7b [2021-05-10T08:41:53.412Z] Removing intermediate container 7e722dbc9942 [2021-05-10T08:41:53.412Z] ---> 9aa0b504e2ba [2021-05-10T08:41:53.412Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-10T08:41:54.365Z] Removing intermediate container b4ddadceeaf6 [2021-05-10T08:41:54.365Z] ---> 994bcbf6aa7b [2021-05-10T08:41:54.365Z] [2021-05-10T08:41:54.365Z] Step 10/21 : FROM alpine:3.12 [2021-05-10T08:41:54.365Z] ---> 13621d1b12d4 [2021-05-10T08:41:54.365Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-10T08:41:54.365Z] ---> Running in 7f2299c8d440 [2021-05-10T08:41:54.365Z] Removing intermediate container 8b856c12798a [2021-05-10T08:41:54.365Z] ---> 82cfaea11584 [2021-05-10T08:41:54.365Z] [2021-05-10T08:41:54.365Z] Step 10/22 : FROM alpine:3.12 [2021-05-10T08:41:54.365Z] ---> 13621d1b12d4 [2021-05-10T08:41:54.365Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-10T08:41:54.641Z] ---> Running in 3048fc265e7c [2021-05-10T08:41:54.641Z] Removing intermediate container 8e723dabbf7b [2021-05-10T08:41:54.641Z] ---> 5b9e96045778 [2021-05-10T08:41:54.641Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-10T08:41:54.907Z] ---> Running in 432562093a8a [2021-05-10T08:41:55.181Z] ---> Running in 3c9a0475b82d [2021-05-10T08:41:55.777Z] 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-05-10T08:41:56.062Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T08:41:56.063Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T08:41:56.063Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-10T08:41:56.331Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-10T08:41:56.331Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-10T08:41:56.331Z] (4/4) Installing curl (7.76.1-r0) [2021-05-10T08:41:56.331Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T08:41:56.331Z] Executing ca-certificates-20191127-r4.trigger [2021-05-10T08:41:56.331Z] OK: 7 MiB in 18 packages [2021-05-10T08:41:56.331Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T08:41:56.331Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T08:41:56.331Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T08:41:56.615Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T08:41:56.615Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-10T08:41:56.616Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T08:41:56.616Z] OK: 6 MiB in 15 packages [2021-05-10T08:41:56.883Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-10T08:41:56.883Z] (2/2) Installing su-exec (0.2-r1) [2021-05-10T08:41:56.883Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T08:41:56.883Z] OK: 6 MiB in 16 packages [2021-05-10T08:41:58.285Z] Removing intermediate container fdc13f4896c2 [2021-05-10T08:41:58.285Z] ---> c9adc7d0d6c6 [2021-05-10T08:41:58.285Z] [2021-05-10T08:41:58.285Z] Step 10/23 : FROM alpine:3.12 [2021-05-10T08:41:58.285Z] ---> 13621d1b12d4 [2021-05-10T08:41:58.285Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-10T08:41:58.285Z] ---> Running in 8f5916c7bc00 [2021-05-10T08:41:59.704Z] Removing intermediate container 3c9a0475b82d [2021-05-10T08:41:59.704Z] ---> d0c56af7ce07 [2021-05-10T08:41:59.704Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-10T08:41:59.704Z] Removing intermediate container 3048fc265e7c [2021-05-10T08:41:59.704Z] ---> 170c8bb3b47a [2021-05-10T08:41:59.704Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-10T08:41:59.704Z] Removing intermediate container 432562093a8a [2021-05-10T08:41:59.704Z] ---> eeb395e359d4 [2021-05-10T08:41:59.704Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-10T08:41:59.704Z] Removing intermediate container 7f2299c8d440 [2021-05-10T08:41:59.704Z] ---> 9e97ca5f0dc7 [2021-05-10T08:41:59.704Z] [2021-05-10T08:41:59.704Z] Step 11/23 : FROM docker:20.10.0 [2021-05-10T08:41:59.704Z] ---> Running in a26adf03d99b [2021-05-10T08:41:59.704Z] ---> Running in d03aa972eabf [2021-05-10T08:41:59.704Z] ---> Running in 0aa035b12243 [2021-05-10T08:41:59.704Z] 20.10.0: Pulling from library/docker [2021-05-10T08:41:59.989Z] Removing intermediate container a26adf03d99b [2021-05-10T08:41:59.989Z] ---> a33b40fc82dc [2021-05-10T08:41:59.989Z] Step 13/21 : WORKDIR /edgex [2021-05-10T08:41:59.989Z] Removing intermediate container d03aa972eabf [2021-05-10T08:41:59.989Z] ---> 033e2e6e7b8d [2021-05-10T08:41:59.989Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-10T08:41:59.989Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T08:42:00.258Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T08:42:00.258Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-10T08:42:00.258Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T08:42:00.258Z] OK: 6 MiB in 15 packages [2021-05-10T08:42:00.547Z] Removing intermediate container 0aa035b12243 [2021-05-10T08:42:00.547Z] ---> 93a5fe68362b [2021-05-10T08:42:00.547Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-10T08:42:00.814Z] ---> Running in 4a560e57a1e9 [2021-05-10T08:42:01.085Z] ---> Running in 770f8df47d0f [2021-05-10T08:42:01.085Z] ---> Running in 5e809dd654e1 [2021-05-10T08:42:01.364Z] Removing intermediate container 4a560e57a1e9 [2021-05-10T08:42:01.364Z] ---> 64ef9b48513e [2021-05-10T08:42:01.364Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-10T08:42:01.947Z] Removing intermediate container 770f8df47d0f [2021-05-10T08:42:01.947Z] ---> ad6c891b2850 [2021-05-10T08:42:01.947Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-10T08:42:01.947Z] Removing intermediate container 5e809dd654e1 [2021-05-10T08:42:01.947Z] ---> 4c16bc72ebc1 [2021-05-10T08:42:01.947Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-10T08:42:01.947Z] Removing intermediate container 8f5916c7bc00 [2021-05-10T08:42:01.947Z] ---> 756286c42538 [2021-05-10T08:42:01.947Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-10T08:42:02.222Z] ---> Running in f8e6463bbdf7 [2021-05-10T08:42:02.222Z] ---> Running in b8421af908f4 [2021-05-10T08:42:02.222Z] ---> 1cd2a6bc8a12 [2021-05-10T08:42:02.222Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-10T08:42:02.491Z] ---> Running in 2aff8aac8952 [2021-05-10T08:42:02.762Z] Removing intermediate container b8421af908f4 [2021-05-10T08:42:02.762Z] ---> 99f14b958d05 [2021-05-10T08:42:02.762Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T08:42:02.762Z] Removing intermediate container 2aff8aac8952 [2021-05-10T08:42:02.762Z] ---> 791a62437e41 [2021-05-10T08:42:02.762Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-10T08:42:03.034Z] ---> Running in 82e5c1dadb90 [2021-05-10T08:42:03.034Z] ---> f3786de34115 [2021-05-10T08:42:03.034Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-10T08:42:03.307Z] ---> 7af514507559 [2021-05-10T08:42:03.307Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-10T08:42:03.307Z] Removing intermediate container 82e5c1dadb90 [2021-05-10T08:42:03.307Z] ---> d2b991855d44 [2021-05-10T08:42:03.307Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-10T08:42:03.579Z] ---> Running in 59cd584cf319 [2021-05-10T08:42:04.557Z] Removing intermediate container 59cd584cf319 [2021-05-10T08:42:04.557Z] ---> 46c442d02334 [2021-05-10T08:42:04.557Z] Step 15/23 : WORKDIR / [2021-05-10T08:42:04.557Z] ---> e201ab521471 [2021-05-10T08:42:04.557Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-10T08:42:04.557Z] Removing intermediate container f8e6463bbdf7 [2021-05-10T08:42:04.557Z] ---> 638d2f326c8a [2021-05-10T08:42:04.557Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-10T08:42:04.832Z] ---> 30cc7994143c [2021-05-10T08:42:04.832Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-10T08:42:04.832Z] ---> Running in 03855d10ba16 [2021-05-10T08:42:04.832Z] ---> Running in eb3407d193b8 [2021-05-10T08:42:04.832Z] ---> Running in 2fe2ca69ddfb [2021-05-10T08:42:05.115Z] Removing intermediate container 03855d10ba16 [2021-05-10T08:42:05.115Z] ---> f191fd1b9fc5 [2021-05-10T08:42:05.115Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T08:42:05.115Z] Removing intermediate container eb3407d193b8 [2021-05-10T08:42:05.115Z] ---> 1c8112488f70 [2021-05-10T08:42:05.115Z] Step 18/21 : CMD ["--init=true"] [2021-05-10T08:42:05.381Z] ---> 221e90b0cbf5 [2021-05-10T08:42:05.381Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-10T08:42:05.381Z] ---> Running in 11af6efc2f9b [2021-05-10T08:42:05.381Z] ---> Running in 9073629cd778 [2021-05-10T08:42:05.381Z] Removing intermediate container 2fe2ca69ddfb [2021-05-10T08:42:05.381Z] ---> 30417f26b4ac [2021-05-10T08:42:05.381Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-10T08:42:05.650Z] ---> 6a854dc6ca81 [2021-05-10T08:42:05.650Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-10T08:42:05.650Z] Removing intermediate container 11af6efc2f9b [2021-05-10T08:42:05.650Z] ---> 6041e9ca8924 [2021-05-10T08:42:05.650Z] Step 19/21 : LABEL arch=x86_64 [2021-05-10T08:42:05.650Z] Removing intermediate container 9073629cd778 [2021-05-10T08:42:05.650Z] ---> 5eb51aeb83e2 [2021-05-10T08:42:05.650Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T08:42:05.922Z] ---> Running in 6a9dec8a4215 [2021-05-10T08:42:05.922Z] ---> Running in 951515ef9301 [2021-05-10T08:42:05.922Z] ---> 19591a8d6687 [2021-05-10T08:42:05.922Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-10T08:42:06.886Z] ---> Running in 7a9e87f2cf17 [2021-05-10T08:42:07.153Z] Removing intermediate container 6a9dec8a4215 [2021-05-10T08:42:07.154Z] ---> 992cce3f3b87 [2021-05-10T08:42:07.154Z] Step 20/22 : LABEL arch=x86_64 [2021-05-10T08:42:07.452Z] Removing intermediate container 951515ef9301 [2021-05-10T08:42:07.452Z] ---> ec169dae9edc [2021-05-10T08:42:07.452Z] Step 20/21 : LABEL git_sha=d4be9c6bde0dacdec4def8518740235f8b59addc [2021-05-10T08:42:07.452Z] ---> edb09437046f [2021-05-10T08:42:07.452Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-10T08:42:07.452Z] ---> Running in 6f77b5fde504 [2021-05-10T08:42:07.452Z] ---> Running in 528c081c2e82 [2021-05-10T08:42:07.726Z] Removing intermediate container 6f77b5fde504 [2021-05-10T08:42:07.726Z] ---> 73cd085e2e66 [2021-05-10T08:42:07.726Z] Step 21/22 : LABEL git_sha=d4be9c6bde0dacdec4def8518740235f8b59addc [2021-05-10T08:42:07.726Z] Removing intermediate container 528c081c2e82 [2021-05-10T08:42:07.726Z] ---> 65ddfd138044 [2021-05-10T08:42:07.726Z] Step 21/21 : LABEL version=0.0.0 [2021-05-10T08:42:07.726Z] ---> a21cc9a3b106 [2021-05-10T08:42:07.726Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-10T08:42:07.726Z] ---> Running in b4dbe7cbc01d [2021-05-10T08:42:07.991Z] ---> Running in 4d04208b0c30 [2021-05-10T08:42:07.991Z] ---> Running in 65412b80f921 [2021-05-10T08:42:07.991Z] Removing intermediate container b4dbe7cbc01d [2021-05-10T08:42:07.991Z] ---> 5ec1a523eca2 [2021-05-10T08:42:07.991Z] Step 22/22 : LABEL version=0.0.0 [2021-05-10T08:42:08.261Z] ---> Running in c8b116584905 [2021-05-10T08:42:08.261Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-10T08:42:08.261Z] Removing intermediate container 4d04208b0c30 [2021-05-10T08:42:08.261Z] ---> 2c0319160bff [2021-05-10T08:42:08.261Z] [2021-05-10T08:42:08.261Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-10T08:42:08.261Z] ---> aefe523efa57 [2021-05-10T08:42:08.261Z] 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-05-10T08:42:08.261Z] Removing intermediate container 65412b80f921 [2021-05-10T08:42:08.261Z] ---> fe7aaf8dedbf [2021-05-10T08:42:08.261Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T08:42:08.531Z] ---> Running in ab208a7d1e81 [2021-05-10T08:42:08.531Z] ---> Running in 28774ab90ded [2021-05-10T08:42:08.818Z] Removing intermediate container c8b116584905 [2021-05-10T08:42:08.818Z] ---> 8396a649b455 [2021-05-10T08:42:08.818Z] [2021-05-10T08:42:08.818Z] Successfully built 2c0319160bff [2021-05-10T08:42:08.818Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-05-10T08:42:08.818Z] Building docker-support-notifications-go [2021-05-10T08:42:09.090Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 28774ab90ded [2021-05-10T08:42:09.090Z] ---> 613413aea2c5 [2021-05-10T08:42:09.090Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-10T08:42:09.090Z] Removing intermediate container ab208a7d1e81 [2021-05-10T08:42:09.090Z] ---> 10905a836f9c [2021-05-10T08:42:09.090Z] Step 21/23 : LABEL arch=x86_64 [2021-05-10T08:42:09.090Z] Successfully built 8396a649b455 [2021-05-10T08:42:09.090Z] Removing intermediate container 7a9e87f2cf17 [2021-05-10T08:42:09.090Z] ---> ab3fcee1c528 [2021-05-10T08:42:09.090Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T08:42:09.090Z] Successfully tagged docker-support-scheduler-go:latest [2021-05-10T08:42:09.090Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-05-10T08:42:09.090Z] ---> Running in 056d35992678 [2021-05-10T08:42:09.090Z] ---> Running in 68e127758867 [2021-05-10T08:42:09.714Z] Removing intermediate container 68e127758867 [2021-05-10T08:42:09.714Z] ---> 4a98b132db2f [2021-05-10T08:42:09.714Z] Step 22/23 : LABEL git_sha=d4be9c6bde0dacdec4def8518740235f8b59addc [2021-05-10T08:42:09.714Z] ---> 7c8537035133 [2021-05-10T08:42:09.714Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-10T08:42:09.714Z] ---> Running in 91f4553d18ec [2021-05-10T08:42:09.994Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T08:42:09.994Z] Removing intermediate container 91f4553d18ec [2021-05-10T08:42:09.994Z] ---> acc02e132b53 [2021-05-10T08:42:09.994Z] Step 23/23 : LABEL version=0.0.0 [2021-05-10T08:42:09.994Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T08:42:10.300Z] (1/39) Installing readline (8.0.4-r0) [2021-05-10T08:42:10.300Z] (2/39) Installing bash (5.0.17-r0) [2021-05-10T08:42:10.300Z] Executing bash-5.0.17-r0.post-install [2021-05-10T08:42:10.300Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-10T08:42:10.300Z] ---> Running in ae062c800625 [2021-05-10T08:42:10.300Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-10T08:42:10.300Z] (5/39) Installing curl (7.76.1-r0) [2021-05-10T08:42:10.300Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-10T08:42:10.300Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-10T08:42:10.300Z] (8/39) Installing expat (2.2.9-r1) [2021-05-10T08:42:10.894Z] (9/39) Installing libffi (3.3-r2) [2021-05-10T08:42:10.894Z] (10/39) Installing gdbm (1.13-r1) [2021-05-10T08:42:10.894Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-10T08:42:10.894Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-10T08:42:10.894Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-10T08:42:16.409Z] Removing intermediate container ae062c800625 [2021-05-10T08:42:16.409Z] ---> 805e36e5ca8f [2021-05-10T08:42:16.409Z] [2021-05-10T08:42:16.679Z] ---> 6eefadceb66b [2021-05-10T08:42:16.679Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-10T08:42:18.020Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-10T08:42:18.020Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-10T08:42:18.020Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-10T08:42:18.020Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-10T08:42:18.381Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-10T08:42:18.381Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-10T08:42:18.381Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-10T08:42:18.381Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-10T08:42:18.381Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-10T08:42:18.381Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-10T08:42:19.753Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-10T08:42:19.753Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-10T08:42:19.753Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-10T08:42:19.753Z] Successfully built 805e36e5ca8f [2021-05-10T08:42:20.777Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-10T08:42:21.044Z] Successfully tagged docker-core-metadata-go:latest [2021-05-10T08:42:21.044Z] Building docker-core-data-go [2021-05-10T08:42:21.044Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-10T08:42:21.044Z]  Building docker-core-metadata-go ... done (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-10T08:42:22.087Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-10T08:42:22.087Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-10T08:42:22.087Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-10T08:42:22.414Z] ---> 6db51801dcaf [2021-05-10T08:42:22.414Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-10T08:42:22.414Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-10T08:42:22.414Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-10T08:42:22.414Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-10T08:42:22.414Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-10T08:42:22.414Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-10T08:42:22.414Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-10T08:42:22.414Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-10T08:42:23.888Z] Executing busybox-1.31.1-r19.trigger [2021-05-10T08:42:23.888Z] OK: 72 MiB in 59 packages [2021-05-10T08:42:24.479Z] ---> 117c32edfd47 [2021-05-10T08:42:24.479Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-10T08:42:27.932Z] ---> 0050a559a448 [2021-05-10T08:42:27.932Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-10T08:42:28.930Z] ---> Running in a38cce80f4a4 [2021-05-10T08:42:29.941Z] Removing intermediate container a38cce80f4a4 [2021-05-10T08:42:29.941Z] ---> 51fc9be08ad3 [2021-05-10T08:42:29.941Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-10T08:42:30.619Z] Collecting docker-compose==1.23.2 [2021-05-10T08:42:30.619Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-10T08:42:31.216Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-10T08:42:31.216Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-10T08:42:31.216Z] ---> 98876696966d [2021-05-10T08:42:31.216Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-10T08:42:32.705Z] ---> Running in 301c1adae974 [2021-05-10T08:42:34.294Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-10T08:42:34.294Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-10T08:42:35.005Z] Collecting PyYAML<4,>=3.10 [2021-05-10T08:42:35.005Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-10T08:42:37.730Z] Removing intermediate container 301c1adae974 [2021-05-10T08:42:37.730Z] ---> b66dc350b9d5 [2021-05-10T08:42:37.730Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-10T08:42:38.726Z] ---> Running in f6151ac4120d [2021-05-10T08:42:38.726Z] Collecting jsonschema<3,>=2.5.1 [2021-05-10T08:42:38.726Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-10T08:42:39.345Z] Collecting docker<4.0,>=3.6.0 [2021-05-10T08:42:39.633Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-10T08:42:40.237Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-10T08:42:40.539Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-10T08:42:40.539Z] Removing intermediate container f6151ac4120d [2021-05-10T08:42:40.539Z] ---> 13dacfb83140 [2021-05-10T08:42:40.539Z] Step 28/31 : CMD ["gate"] [2021-05-10T08:42:40.539Z] Collecting cached-property<2,>=1.2.0 [2021-05-10T08:42:40.539Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-10T08:42:40.814Z] Collecting texttable<0.10,>=0.9.0 [2021-05-10T08:42:40.814Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-10T08:42:41.786Z] ---> Running in 24327b5b5091 [2021-05-10T08:42:42.369Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T08:42:42.369Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-10T08:42:42.369Z] ---> 9939956323be [2021-05-10T08:42:42.369Z] Step 3/22 : WORKDIR /edgex-go [2021-05-10T08:42:42.369Z] ---> Using cache [2021-05-10T08:42:42.369Z] ---> 0ecf62e4a7f6 [2021-05-10T08:42:42.369Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T08:42:42.369Z] ---> Using cache [2021-05-10T08:42:42.369Z] ---> 533f1de98ab0 [2021-05-10T08:42:42.369Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-10T08:42:42.962Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T08:42:42.962Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-10T08:42:42.962Z] ---> 9939956323be [2021-05-10T08:42:42.962Z] Step 3/23 : WORKDIR /edgex-go [2021-05-10T08:42:42.962Z] ---> Using cache [2021-05-10T08:42:42.962Z] ---> 0ecf62e4a7f6 [2021-05-10T08:42:42.962Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T08:42:42.962Z] ---> Using cache [2021-05-10T08:42:42.962Z] ---> 533f1de98ab0 [2021-05-10T08:42:42.962Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-10T08:42:42.962Z] ---> Using cache [2021-05-10T08:42:42.962Z] ---> 7909ca40b3a3 [2021-05-10T08:42:42.962Z] Step 6/23 : COPY go.mod . [2021-05-10T08:42:42.962Z] ---> Using cache [2021-05-10T08:42:42.962Z] ---> 09c867ac7a3f [2021-05-10T08:42:42.962Z] Step 7/23 : RUN go mod download [2021-05-10T08:42:42.962Z] ---> Using cache [2021-05-10T08:42:42.962Z] ---> 56c12116326c [2021-05-10T08:42:42.962Z] Step 8/23 : COPY . . [2021-05-10T08:42:43.546Z] ---> Using cache [2021-05-10T08:42:43.546Z] ---> 8976fe7c60b1 [2021-05-10T08:42:43.546Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-10T08:42:43.827Z] Collecting docopt<0.7,>=0.6.1 [2021-05-10T08:42:43.827Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-10T08:42:44.119Z] Removing intermediate container 24327b5b5091 [2021-05-10T08:42:44.119Z] ---> 58b08fc3d769 [2021-05-10T08:42:44.119Z] Step 29/31 : LABEL arch=x86_64 [2021-05-10T08:42:44.119Z] ---> Running in 5da4aadcb1cc [2021-05-10T08:42:44.413Z] ---> Running in 7745cffa1935 [2021-05-10T08:42:44.697Z] ---> Running in 20478c74565e [2021-05-10T08:42:44.697Z] 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-05-10T08:42:44.988Z] Collecting docker-pycreds>=0.4.0 [2021-05-10T08:42:44.988Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-10T08:42:44.988Z] 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-05-10T08:42:45.267Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-10T08:42:45.267Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-10T08:42:45.594Z] Collecting idna<2.8,>=2.5 [2021-05-10T08:42:45.594Z] Removing intermediate container 20478c74565e [2021-05-10T08:42:45.594Z] ---> e2066271173f [2021-05-10T08:42:45.594Z] Step 30/31 : LABEL git_sha=d4be9c6bde0dacdec4def8518740235f8b59addc [2021-05-10T08:42:45.594Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-10T08:42:45.594Z] 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-05-10T08:42:45.594Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-10T08:42:45.594Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-10T08:42:45.594Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-10T08:42:45.594Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-10T08:42:46.198Z] Installing collected packages: dockerpty, websocket-client, PyYAML, jsonschema, urllib3, idna, requests, docker-pycreds, docker, cached-property, texttable, docopt, docker-compose [2021-05-10T08:42:46.198Z] 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-05-10T08:42:46.468Z] Running setup.py install for dockerpty: started [2021-05-10T08:42:46.741Z] ---> Running in 722d5b197638 [2021-05-10T08:42:46.741Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T08:42:47.791Z] Removing intermediate container 722d5b197638 [2021-05-10T08:42:47.791Z] ---> 00f4757376ec [2021-05-10T08:42:47.791Z] Step 31/31 : LABEL version=0.0.0 [2021-05-10T08:42:48.431Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-10T08:42:48.431Z] ---> Running in 391457a627ea [2021-05-10T08:42:48.431Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T08:42:48.431Z] Running setup.py install for PyYAML: started [2021-05-10T08:42:49.075Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T08:42:49.075Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-10T08:42:49.075Z] ---> 9939956323be [2021-05-10T08:42:49.075Z] Step 3/23 : WORKDIR /edgex-go [2021-05-10T08:42:49.075Z] ---> Using cache [2021-05-10T08:42:49.075Z] ---> 0ecf62e4a7f6 [2021-05-10T08:42:49.076Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T08:42:49.076Z] ---> Using cache [2021-05-10T08:42:49.076Z] ---> 533f1de98ab0 [2021-05-10T08:42:49.076Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-10T08:42:49.355Z] OK: 219 MiB in 52 packages [2021-05-10T08:42:49.628Z] Removing intermediate container 391457a627ea [2021-05-10T08:42:49.628Z] ---> f590ae994a9b [2021-05-10T08:42:49.628Z] [2021-05-10T08:42:49.897Z] ---> Running in d034c9f048b7 [2021-05-10T08:42:49.897Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-10T08:42:50.190Z] Attempting uninstall: urllib3 [2021-05-10T08:42:50.190Z] Found existing installation: urllib3 1.25.9 [2021-05-10T08:42:50.190Z] Uninstalling urllib3-1.25.9: [2021-05-10T08:42:50.190Z] Successfully built f590ae994a9b [2021-05-10T08:42:50.190Z] Successfully uninstalled urllib3-1.25.9 [2021-05-10T08:42:50.475Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-05-10T08:42:50.475Z]  Building docker-security-bootstrapper-go ... done Building docker-security-secretstore-setup-go [2021-05-10T08:42:50.843Z] Attempting uninstall: idna [2021-05-10T08:42:50.843Z] Found existing installation: idna 2.9 [2021-05-10T08:42:50.843Z] Uninstalling idna-2.9: [2021-05-10T08:42:50.843Z] Successfully uninstalled idna-2.9 [2021-05-10T08:42:51.141Z] Removing intermediate container 5da4aadcb1cc [2021-05-10T08:42:51.141Z] ---> 5cf1233eff63 [2021-05-10T08:42:51.141Z] Step 6/22 : COPY go.mod . [2021-05-10T08:42:51.534Z] Attempting uninstall: requests [2021-05-10T08:42:51.534Z] Found existing installation: requests 2.23.0 [2021-05-10T08:42:51.534Z] Uninstalling requests-2.23.0: [2021-05-10T08:42:51.534Z] Successfully uninstalled requests-2.23.0 [2021-05-10T08:42:51.890Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T08:42:52.346Z] ---> 40ecebdce4e8 [2021-05-10T08:42:52.346Z] Step 7/22 : RUN go mod download [2021-05-10T08:42:53.493Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T08:42:54.175Z] Running setup.py install for texttable: started [2021-05-10T08:42:54.175Z] ---> Running in fd10c644c128 [2021-05-10T08:42:54.483Z] OK: 219 MiB in 52 packages [2021-05-10T08:42:55.160Z] Running setup.py install for texttable: finished with status 'done' [2021-05-10T08:42:55.160Z] Running setup.py install for docopt: started [2021-05-10T08:42:56.840Z] Running setup.py install for docopt: finished with status 'done' [2021-05-10T08:42:57.475Z] Removing intermediate container d034c9f048b7 [2021-05-10T08:42:57.475Z] ---> e007bafce19f [2021-05-10T08:42:57.475Z] Step 6/23 : COPY go.mod . [2021-05-10T08:42:58.252Z] 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.59.0 [2021-05-10T08:42:59.105Z] ---> f82273af39ba [2021-05-10T08:42:59.105Z] Step 7/23 : RUN go mod download [2021-05-10T08:42:59.105Z] ---> Running in 7f38f6308980 [2021-05-10T08:42:59.831Z] Removing intermediate container fd10c644c128 [2021-05-10T08:42:59.831Z] ---> 04a01712c737 [2021-05-10T08:42:59.831Z] Step 8/22 : COPY . . [2021-05-10T08:43:05.721Z] Removing intermediate container 7f38f6308980 [2021-05-10T08:43:05.721Z] ---> 055bef1f5868 [2021-05-10T08:43:05.721Z] Step 8/23 : COPY . . [2021-05-10T08:43:17.343Z] gofmt -l . [2021-05-10T08:43:17.343Z] [ "`gofmt -l .`" = "" ] [2021-05-10T08:43:18.770Z] ./bin/test-go-mod-tidy.sh [2021-05-10T08:43:19.752Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-10T08:43:22.386Z] + ls -al . [2021-05-10T08:43:22.387Z] total 844 [2021-05-10T08:43:22.387Z] drwxrwxr-x 9 1001 1001 4096 May 10 08:43 . [2021-05-10T08:43:22.387Z] drwxr-xr-x 4 root root 4096 May 10 08:38 .. [2021-05-10T08:43:22.387Z] -rw-rw-r-- 1 1001 1001 11 May 10 08:36 .dockerignore [2021-05-10T08:43:22.387Z] drwxrwxr-x 8 1001 1001 4096 May 10 08:36 .git [2021-05-10T08:43:22.387Z] drwxrwxr-x 3 1001 1001 4096 May 10 08:36 .github [2021-05-10T08:43:22.387Z] -rw-rw-r-- 1 1001 1001 818 May 10 08:36 .gitignore [2021-05-10T08:43:22.387Z] -rw-rw-r-- 1 1001 1001 166 May 10 08:36 .sonarcloud.properties [2021-05-10T08:43:22.387Z] -rw-rw-r-- 1 1001 1001 8609 May 10 08:36 Attribution.txt [2021-05-10T08:43:22.387Z] -rw-rw-r-- 1 1001 1001 3804 May 10 08:36 CONTRIBUTING.md [2021-05-10T08:43:22.387Z] -rw-rw-r-- 1 1001 1001 931 May 10 08:36 Dockerfile.build [2021-05-10T08:43:22.387Z] -rw-rw-r-- 1 1001 1001 863 May 10 08:36 Jenkinsfile [2021-05-10T08:43:22.387Z] -rw-rw-r-- 1 1001 1001 10775 May 10 08:36 LICENSE [2021-05-10T08:43:22.387Z] -rw-rw-r-- 1 1001 1001 5774 May 10 08:36 Makefile [2021-05-10T08:43:22.387Z] -rw-rw-r-- 1 1001 1001 7978 May 10 08:36 README.md [2021-05-10T08:43:22.387Z] -rw-rw-r-- 1 1001 1001 6755 May 10 08:36 SECURITY.md [2021-05-10T08:43:22.387Z] -rw-rw-r-- 1 1001 1001 5 May 10 08:33 VERSION [2021-05-10T08:43:22.387Z] -rw-rw-r-- 1 1001 1001 4131 May 10 08:36 ZMQWindows.md [2021-05-10T08:43:22.387Z] drwxrwxr-x 2 1001 1001 4096 May 10 08:36 bin [2021-05-10T08:43:22.387Z] drwxrwxr-x 14 1001 1001 4096 May 10 08:36 cmd [2021-05-10T08:43:22.387Z] -rw-r--r-- 1 root root 706092 May 10 08:41 coverage.out [2021-05-10T08:43:22.387Z] -rw-r--r-- 1 root root 1060 May 10 08:43 go.mod [2021-05-10T08:43:22.387Z] -rw-r--r-- 1 root root 22169 May 10 08:38 go.sum [2021-05-10T08:43:22.387Z] drwxrwxr-x 8 1001 1001 4096 May 10 08:36 internal [2021-05-10T08:43:22.387Z] drwxrwxr-x 4 1001 1001 4096 May 10 08:36 openapi [2021-05-10T08:43:22.387Z] drwxrwxr-x 4 1001 1001 4096 May 10 08:36 snap [2021-05-10T08:43:22.387Z] -rw-rw-r-- 1 1001 1001 168 May 10 08:36 version.go [Pipeline] sh [2021-05-10T08:43:23.050Z] + '[' -e coverage.out ] [2021-05-10T08:43:23.050Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-10T08:43:23.083Z] Warning: overwriting stash ‘coverage-report’ [2021-05-10T08:43:24.457Z] Stashed 1 file(s) [Pipeline] sh [2021-05-10T08:43:25.174Z] + make build [2021-05-10T08:43:25.174Z] 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-05-10T08:43:28.365Z] Step 1/25 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T08:43:28.365Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-05-10T08:43:28.365Z] ---> 9939956323be [2021-05-10T08:43:28.365Z] Step 3/25 : WORKDIR /edgex-go [2021-05-10T08:43:28.365Z] ---> Using cache [2021-05-10T08:43:28.365Z] ---> 0ecf62e4a7f6 [2021-05-10T08:43:28.365Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T08:43:28.365Z] ---> Using cache [2021-05-10T08:43:28.365Z] ---> 533f1de98ab0 [2021-05-10T08:43:28.365Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-05-10T08:43:28.365Z] ---> Using cache [2021-05-10T08:43:28.365Z] ---> 7909ca40b3a3 [2021-05-10T08:43:28.365Z] Step 6/25 : COPY go.mod . [2021-05-10T08:43:28.365Z] ---> Using cache [2021-05-10T08:43:28.365Z] ---> 09c867ac7a3f [2021-05-10T08:43:28.365Z] Step 7/25 : RUN go mod download [2021-05-10T08:43:28.365Z] ---> Using cache [2021-05-10T08:43:28.365Z] ---> 56c12116326c [2021-05-10T08:43:28.365Z] Step 8/25 : COPY . . [2021-05-10T08:43:28.365Z] ---> Using cache [2021-05-10T08:43:28.365Z] ---> 8976fe7c60b1 [2021-05-10T08:43:28.365Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-10T08:43:28.365Z] ---> Running in fb4249defb0e [2021-05-10T08:43:33.598Z] 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-05-10T08:43:35.093Z] 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-05-10T08:43:41.770Z] Removing intermediate container 7745cffa1935 [2021-05-10T08:43:41.770Z] ---> 52e4386f787b [2021-05-10T08:43:41.770Z] [2021-05-10T08:43:41.770Z] Step 10/23 : FROM alpine:3.12 [2021-05-10T08:43:41.770Z] ---> 13621d1b12d4 [2021-05-10T08:43:41.770Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-10T08:43:41.770Z] ---> Using cache [2021-05-10T08:43:41.770Z] ---> 756286c42538 [2021-05-10T08:43:41.770Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-10T08:43:41.770Z] ---> Using cache [2021-05-10T08:43:41.770Z] ---> 791a62437e41 [2021-05-10T08:43:41.770Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-10T08:43:44.350Z] ---> Running in 2c364f34cd0b [2021-05-10T08:43:44.620Z] ---> 2232f6099462 [2021-05-10T08:43:44.620Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-10T08:43:44.620Z] ---> 71546e3f526c [2021-05-10T08:43:44.620Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-10T08:43:44.620Z] Removing intermediate container 2c364f34cd0b [2021-05-10T08:43:44.620Z] ---> 677e1f26027c [2021-05-10T08:43:44.620Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-10T08:43:44.620Z] ---> Running in c7a17c9cbf45 [2021-05-10T08:43:44.896Z] ---> Running in 5eee0327e108 [2021-05-10T08:43:44.896Z] ---> Running in bf90add09076 [2021-05-10T08:43:45.185Z] Removing intermediate container 056d35992678 [2021-05-10T08:43:45.185Z] ---> 360d8ccf0358 [2021-05-10T08:43:45.185Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-10T08:43:45.185Z] ---> Running in a57c089fb758 [2021-05-10T08:43:45.815Z] Removing intermediate container bf90add09076 [2021-05-10T08:43:45.815Z] ---> 508629e99225 [2021-05-10T08:43:45.815Z] Step 15/23 : WORKDIR / [2021-05-10T08:43:47.229Z] 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-05-10T08:43:47.526Z] Removing intermediate container a57c089fb758 [2021-05-10T08:43:47.526Z] ---> a7d8cb136dd3 [2021-05-10T08:43:47.526Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-10T08:43:47.814Z] ---> Running in 203fc9dd6f0f [2021-05-10T08:43:47.814Z] 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-05-10T08:43:47.814Z] ---> Running in 0aac8949443a [2021-05-10T08:43:48.112Z] Removing intermediate container 203fc9dd6f0f [2021-05-10T08:43:48.112Z] ---> e260f0a1417c [2021-05-10T08:43:48.112Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T08:43:48.112Z] Removing intermediate container 0aac8949443a [2021-05-10T08:43:48.112Z] ---> 096886e2c85e [2021-05-10T08:43:48.112Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-10T08:43:48.721Z] ---> 05f3398f334b [2021-05-10T08:43:48.721Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-10T08:43:49.333Z] ---> 19b3ff30a8f7 [2021-05-10T08:43:49.333Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-10T08:43:50.319Z] ---> dc11bf5060fb [2021-05-10T08:43:50.319Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-10T08:43:50.319Z] ---> 8cc9664007a8 [2021-05-10T08:43:50.319Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-10T08:43:50.997Z] ---> 76fcc57a3011 [2021-05-10T08:43:50.997Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-10T08:43:50.997Z] ---> 1d119eedbb98 [2021-05-10T08:43:50.997Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-10T08:43:50.997Z] ---> Running in ddcf6dafb909 [2021-05-10T08:43:50.997Z] ---> Running in 0a55bc58398e [2021-05-10T08:43:51.316Z] Removing intermediate container ddcf6dafb909 [2021-05-10T08:43:51.316Z] ---> 53721464eb27 [2021-05-10T08:43:51.316Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T08:43:51.640Z] Removing intermediate container 0a55bc58398e [2021-05-10T08:43:51.640Z] ---> 25050e0e6f4b [2021-05-10T08:43:51.640Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T08:43:51.640Z] ---> Running in a7b598a26c0a [2021-05-10T08:43:51.640Z] ---> Running in 167c8995fab0 [2021-05-10T08:43:51.943Z] Removing intermediate container a7b598a26c0a [2021-05-10T08:43:51.943Z] ---> 8e2df56a1680 [2021-05-10T08:43:51.943Z] Step 21/23 : LABEL arch=x86_64 [2021-05-10T08:43:51.943Z] Removing intermediate container 167c8995fab0 [2021-05-10T08:43:51.943Z] ---> e5f38acd62db [2021-05-10T08:43:51.943Z] Step 21/23 : LABEL arch=x86_64 [2021-05-10T08:43:52.247Z] ---> Running in 9a5a40341db3 [2021-05-10T08:43:52.247Z] ---> Running in 9c80e150a59f [2021-05-10T08:43:52.845Z] Removing intermediate container 9a5a40341db3 [2021-05-10T08:43:52.845Z] ---> 37b83598cc2d [2021-05-10T08:43:52.845Z] Step 22/23 : LABEL git_sha=d4be9c6bde0dacdec4def8518740235f8b59addc [2021-05-10T08:43:52.845Z] Removing intermediate container 9c80e150a59f [2021-05-10T08:43:52.845Z] ---> 37da8a01adb7 [2021-05-10T08:43:52.845Z] Step 22/23 : LABEL git_sha=d4be9c6bde0dacdec4def8518740235f8b59addc [2021-05-10T08:43:52.845Z] ---> Running in fe95ea28323c [2021-05-10T08:43:52.845Z] ---> Running in 850f24ed709c [2021-05-10T08:43:53.120Z] Removing intermediate container 850f24ed709c [2021-05-10T08:43:53.120Z] ---> 878719ce1fb2 [2021-05-10T08:43:53.120Z] Step 23/23 : LABEL version=0.0.0 [2021-05-10T08:43:53.120Z] Removing intermediate container fe95ea28323c [2021-05-10T08:43:53.120Z] ---> aaa1cbeb0b80 [2021-05-10T08:43:53.120Z] Step 23/23 : LABEL version=0.0.0 [2021-05-10T08:43:53.403Z] ---> Running in afa2d58456b9 [2021-05-10T08:43:53.403Z] ---> Running in c6e7f71be5cc [2021-05-10T08:43:54.402Z] Removing intermediate container c6e7f71be5cc [2021-05-10T08:43:54.402Z] ---> ba0f90d45273 [2021-05-10T08:43:54.402Z] [2021-05-10T08:43:54.402Z] Removing intermediate container afa2d58456b9 [2021-05-10T08:43:54.402Z] ---> 3bbe4990da87 [2021-05-10T08:43:54.402Z] [2021-05-10T08:43:54.701Z] Successfully built ba0f90d45273 [2021-05-10T08:43:54.701Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-05-10T08:43:54.701Z]  Building docker-sys-mgmt-agent-go ... done Successfully built 3bbe4990da87 [2021-05-10T08:43:54.701Z] Successfully tagged docker-core-command-go:latest [2021-05-10T08:44:00.435Z] 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-05-10T08:44:01.409Z] 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-05-10T08:44:05.715Z] 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-05-10T08:44:06.700Z] 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-05-10T08:44:07.071Z]  Building docker-core-command-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-10T08:44:11.007Z] 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-05-10T08:44:12.473Z] Removing intermediate container fb4249defb0e [2021-05-10T08:44:12.473Z] ---> 29d584448b41 [2021-05-10T08:44:12.473Z] [2021-05-10T08:44:12.473Z] Step 10/25 : FROM alpine:3.12 [2021-05-10T08:44:12.473Z] ---> 13621d1b12d4 [2021-05-10T08:44:12.473Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-10T08:44:12.473Z] ---> Running in 8b3ceed5bc36 [2021-05-10T08:44:13.484Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T08:44:13.484Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T08:44:13.754Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-10T08:44:13.754Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-10T08:44:13.754Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-10T08:44:13.754Z] (4/6) Installing curl (7.76.1-r0) [2021-05-10T08:44:13.754Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-10T08:44:13.754Z] (6/6) Installing su-exec (0.2-r1) [2021-05-10T08:44:13.754Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T08:44:13.754Z] Executing ca-certificates-20191127-r4.trigger [2021-05-10T08:44:13.754Z] OK: 7 MiB in 20 packages [2021-05-10T08:44:15.182Z] Removing intermediate container 8b3ceed5bc36 [2021-05-10T08:44:15.182Z] ---> c701223a81e8 [2021-05-10T08:44:15.182Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-10T08:44:15.316Z] 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-05-10T08:44:17.935Z] 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-05-10T08:44:18.520Z] ---> Running in 07a0fc73bf33 [2021-05-10T08:44:19.132Z] Removing intermediate container 07a0fc73bf33 [2021-05-10T08:44:19.132Z] ---> 7d1fc92eac28 [2021-05-10T08:44:19.132Z] Step 13/25 : WORKDIR / [2021-05-10T08:44:19.132Z] Removing intermediate container c7a17c9cbf45 [2021-05-10T08:44:19.132Z] ---> 8d81d06a4c71 [2021-05-10T08:44:19.132Z] [2021-05-10T08:44:19.132Z] Step 10/22 : FROM alpine:3.12 [2021-05-10T08:44:19.132Z] ---> 13621d1b12d4 [2021-05-10T08:44:19.132Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-10T08:44:19.132Z] ---> Running in b2cfea043886 [2021-05-10T08:44:19.132Z] ---> Running in 4ee98ea4b0a4 [2021-05-10T08:44:19.400Z] Removing intermediate container b2cfea043886 [2021-05-10T08:44:19.400Z] ---> 54a5d6f8a17a [2021-05-10T08:44:19.400Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-10T08:44:19.666Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T08:44:19.932Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T08:44:19.932Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-10T08:44:20.210Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-10T08:44:20.210Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T08:44:20.210Z] Executing ca-certificates-20191127-r4.trigger [2021-05-10T08:44:20.210Z] OK: 6 MiB in 16 packages [2021-05-10T08:44:21.205Z] ---> f82a1285130c [2021-05-10T08:44:21.206Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-10T08:44:21.323Z] 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-05-10T08:44:22.084Z] Removing intermediate container 5eee0327e108 [2021-05-10T08:44:22.084Z] ---> dc0e82aaefdc [2021-05-10T08:44:22.084Z] [2021-05-10T08:44:22.084Z] Step 10/23 : FROM alpine:3.12 [2021-05-10T08:44:22.084Z] ---> 13621d1b12d4 [2021-05-10T08:44:22.084Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-10T08:44:22.084Z] ---> c63452d16ad2 [2021-05-10T08:44:22.084Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-10T08:44:22.084Z] ---> Running in c4641d0e78b7 [2021-05-10T08:44:22.386Z] Removing intermediate container 4ee98ea4b0a4 [2021-05-10T08:44:22.386Z] ---> 8da2962d7f2a [2021-05-10T08:44:22.386Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-10T08:44:22.386Z] Removing intermediate container c4641d0e78b7 [2021-05-10T08:44:22.386Z] ---> 6b777c64320a [2021-05-10T08:44:22.386Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-10T08:44:22.386Z] ---> 242cc4476795 [2021-05-10T08:44:22.386Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-10T08:44:22.720Z] ---> Running in 7422b9d72406 [2021-05-10T08:44:22.720Z] ---> Running in f0de45eb0a0e [2021-05-10T08:44:22.720Z] Removing intermediate container f0de45eb0a0e [2021-05-10T08:44:22.720Z] ---> b7b77392d36f [2021-05-10T08:44:22.720Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-10T08:44:23.105Z] Removing intermediate container 7422b9d72406 [2021-05-10T08:44:23.105Z] ---> 6e5435e9576b [2021-05-10T08:44:23.105Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-10T08:44:23.105Z] ---> 65a10b287182 [2021-05-10T08:44:23.105Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-10T08:44:23.105Z] ---> Running in e788e772651a [2021-05-10T08:44:23.105Z] ---> Running in 81de6be5d131 [2021-05-10T08:44:23.428Z] Removing intermediate container e788e772651a [2021-05-10T08:44:23.428Z] ---> b706df0899ab [2021-05-10T08:44:23.428Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T08:44:23.428Z] Removing intermediate container 81de6be5d131 [2021-05-10T08:44:23.428Z] ---> 8ec7bfd85481 [2021-05-10T08:44:23.428Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-10T08:44:24.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-05-10T08:44:24.583Z] ---> Running in 7f007ca823c4 [2021-05-10T08:44:24.583Z] ---> Running in ab2a4e739e15 [2021-05-10T08:44:24.583Z] ---> 228cf022445f [2021-05-10T08:44:24.583Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-10T08:44:24.583Z] Removing intermediate container ab2a4e739e15 [2021-05-10T08:44:24.583Z] ---> e65fd6cd1d89 [2021-05-10T08:44:24.583Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T08:44:24.949Z] ---> 12531edc5f6f [2021-05-10T08:44:24.949Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-10T08:44:25.246Z] ---> 18fb756b81f5 [2021-05-10T08:44:25.246Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-10T08:44:25.540Z] ---> 9ec0cb35f170 [2021-05-10T08:44:25.540Z] Step 21/25 : 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-05-10T08:44:25.540Z] ---> Running in 65ecbebfbf47 [2021-05-10T08:44:26.187Z] Removing intermediate container 7f007ca823c4 [2021-05-10T08:44:26.187Z] ---> 0642ac25cf30 [2021-05-10T08:44:26.187Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-10T08:44:26.187Z] ---> 43719fd4f0d6 [2021-05-10T08:44:26.187Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-10T08:44:26.187Z] ---> Running in 371ab23954af [2021-05-10T08:44:26.811Z] ---> 8ba17ffeec26 [2021-05-10T08:44:26.811Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-10T08:44:26.811Z] ---> Running in d474802e48da [2021-05-10T08:44:27.075Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T08:44:27.075Z] Removing intermediate container d474802e48da [2021-05-10T08:44:27.075Z] ---> 908ccb03a282 [2021-05-10T08:44:27.075Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T08:44:27.125Z] 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-05-10T08:44:27.355Z] ---> Running in 70e18f7e5388 [2021-05-10T08:44:27.355Z] Removing intermediate container 65ecbebfbf47 [2021-05-10T08:44:27.355Z] ---> 4cd3ce7f5022 [2021-05-10T08:44:27.355Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-05-10T08:44:27.355Z] ---> Running in 778875d23e06 [2021-05-10T08:44:27.621Z] Removing intermediate container 70e18f7e5388 [2021-05-10T08:44:27.621Z] ---> fbcd847dc2b8 [2021-05-10T08:44:27.621Z] Step 20/22 : LABEL arch=x86_64 [2021-05-10T08:44:27.621Z] ---> Running in 3f9654fa9652 [2021-05-10T08:44:27.621Z] Removing intermediate container 778875d23e06 [2021-05-10T08:44:27.621Z] ---> 6840059f150b [2021-05-10T08:44:27.621Z] Step 23/25 : LABEL arch=x86_64 [2021-05-10T08:44:27.887Z] ---> Running in 300f53f8a514 [2021-05-10T08:44:27.888Z] Removing intermediate container 3f9654fa9652 [2021-05-10T08:44:27.888Z] ---> f3e4f31a7ad8 [2021-05-10T08:44:27.888Z] Step 21/22 : LABEL git_sha=d4be9c6bde0dacdec4def8518740235f8b59addc [2021-05-10T08:44:27.888Z] ---> Running in 598908395c58 [2021-05-10T08:44:27.888Z] Removing intermediate container 300f53f8a514 [2021-05-10T08:44:27.888Z] ---> 6e527dba012e [2021-05-10T08:44:27.888Z] Step 24/25 : LABEL git_sha=d4be9c6bde0dacdec4def8518740235f8b59addc [2021-05-10T08:44:28.152Z] ---> Running in ba736fad9851 [2021-05-10T08:44:28.152Z] Removing intermediate container 598908395c58 [2021-05-10T08:44:28.152Z] ---> 3370b2d6fff8 [2021-05-10T08:44:28.152Z] Step 22/22 : LABEL version=0.0.0 [2021-05-10T08:44:28.419Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T08:44:28.719Z] ---> Running in fc0f39278621 [2021-05-10T08:44:28.719Z] Removing intermediate container ba736fad9851 [2021-05-10T08:44:28.719Z] ---> 5000ba605f87 [2021-05-10T08:44:28.719Z] Step 25/25 : LABEL version=0.0.0 [2021-05-10T08:44:28.719Z] ---> Running in e1d7f2aee03f [2021-05-10T08:44:29.048Z] Removing intermediate container fc0f39278621 [2021-05-10T08:44:29.048Z] ---> 847ddda1011e [2021-05-10T08:44:29.048Z] [2021-05-10T08:44:29.048Z] Removing intermediate container e1d7f2aee03f [2021-05-10T08:44:29.048Z] ---> 5a477347b827 [2021-05-10T08:44:29.048Z] [2021-05-10T08:44:29.321Z] Successfully built 847ddda1011e [2021-05-10T08:44:29.321Z] Successfully tagged docker-support-notifications-go:latest [2021-05-10T08:44:29.603Z]  Building docker-support-notifications-go ... done Successfully built 5a477347b827 [2021-05-10T08:44:29.603Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-05-10T08:44:31.021Z]  Building docker-security-secretstore-setup-go ... done (1/6) Installing dumb-init (1.2.2-r1) [2021-05-10T08:44:31.021Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-10T08:44:31.299Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-10T08:44:31.565Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-10T08:44:31.852Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-10T08:44:31.852Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-10T08:44:32.139Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T08:44:32.139Z] OK: 8 MiB in 20 packages [Pipeline] } [2021-05-10T08:44:32.553Z] $ docker stop --time=1 b2c213d857461494aeb0bd1baf36da8405d68c7cfc7a74d3060695c0ecfbeb8e [2021-05-10T08:44:33.112Z] Removing intermediate container 371ab23954af [2021-05-10T08:44:33.112Z] ---> 55563283869e [2021-05-10T08:44:33.112Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T08:44:33.377Z] ---> 07fb9c4c9ee9 [2021-05-10T08:44:33.377Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-10T08:44:34.375Z] ---> 76a451e61fae [2021-05-10T08:44:34.375Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-10T08:44:34.650Z] ---> c6476afb2cc4 [2021-05-10T08:44:34.650Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-10T08:44:34.984Z] ---> Running in a5c8b9342a8f [2021-05-10T08:44:35.241Z] $ docker rm -f b2c213d857461494aeb0bd1baf36da8405d68c7cfc7a74d3060695c0ecfbeb8e [2021-05-10T08:44:35.303Z] Removing intermediate container a5c8b9342a8f [2021-05-10T08:44:35.303Z] ---> 4461fd084886 [2021-05-10T08:44:35.303Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T08:44:35.303Z] ---> Running in 52b85b6fb73d [2021-05-10T08:44:35.919Z] Removing intermediate container 52b85b6fb73d [2021-05-10T08:44:35.919Z] ---> ea4531ec7f53 [2021-05-10T08:44:35.919Z] Step 21/23 : LABEL arch=x86_64 [2021-05-10T08:44:35.919Z] ---> Running in a5491b35907f [2021-05-10T08:44:36.508Z] Removing intermediate container a5491b35907f [2021-05-10T08:44:36.508Z] ---> 3679ea0a23bc [2021-05-10T08:44:36.508Z] Step 22/23 : LABEL git_sha=d4be9c6bde0dacdec4def8518740235f8b59addc [2021-05-10T08:44:36.508Z] ---> Running in fdbd53c7cdf5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T08:44:36.786Z] Removing intermediate container fdbd53c7cdf5 [2021-05-10T08:44:36.786Z] ---> 0d88ecf08a74 [2021-05-10T08:44:36.786Z] Step 23/23 : LABEL version=0.0.0 [2021-05-10T08:44:37.021Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-10T08:44:37.021Z] [2021-05-10T08:44:37.021Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [2021-05-10T08:44:37.052Z] ---> Running in 14866c8f4016 [Pipeline] sh [2021-05-10T08:44:37.337Z] Removing intermediate container 14866c8f4016 [2021-05-10T08:44:37.337Z] ---> a90ce25dd558 [2021-05-10T08:44:37.337Z] [2021-05-10T08:44:37.377Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-10T08:44:37.377Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-05-10T08:44:37.377Z] 29e5d40040c1: Pulling fs layer [2021-05-10T08:44:37.377Z] 1ce36da41761: Pulling fs layer [2021-05-10T08:44:37.377Z] 25b303627fd3: Pulling fs layer [2021-05-10T08:44:37.603Z] Successfully built a90ce25dd558 [2021-05-10T08:44:37.654Z] 29e5d40040c1: Verifying Checksum [2021-05-10T08:44:37.654Z] 29e5d40040c1: Download complete [2021-05-10T08:44:37.875Z] Successfully tagged docker-core-data-go:latest [2021-05-10T08:44:38.152Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-05-10T08:44:38.163Z] $ docker stop --time=1 89a964ec8911a6f3ab4249909c1c06e22a5556c7ac615c8a0e38135c1e288297 [2021-05-10T08:44:38.635Z] 29e5d40040c1: Pull complete [2021-05-10T08:44:38.635Z] 1ce36da41761: Verifying Checksum [2021-05-10T08:44:38.635Z] 1ce36da41761: Download complete [2021-05-10T08:44:39.608Z] 1ce36da41761: Pull complete [2021-05-10T08:44:40.221Z] $ docker rm -f 89a964ec8911a6f3ab4249909c1c06e22a5556c7ac615c8a0e38135c1e288297 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-10T08:44:41.032Z] 25b303627fd3: Verifying Checksum [2021-05-10T08:44:41.032Z] 25b303627fd3: Download complete [2021-05-10T08:44:41.253Z] + docker images [2021-05-10T08:44:41.253Z] + grep docker [2021-05-10T08:44:42.250Z] docker-core-data-go latest a90ce25dd558 5 seconds ago 21.5MB [2021-05-10T08:44:42.250Z] docker-security-secretstore-setup-go latest 5a477347b827 14 seconds ago 25.7MB [2021-05-10T08:44:42.250Z] docker-support-notifications-go latest 847ddda1011e 14 seconds ago 17.6MB [2021-05-10T08:44:42.250Z] docker-core-command-go latest 3bbe4990da87 49 seconds ago 17MB [2021-05-10T08:44:42.250Z] docker-sys-mgmt-agent-go latest ba0f90d45273 49 seconds ago 312MB [2021-05-10T08:44:42.250Z] docker-security-bootstrapper-go latest f590ae994a9b About a minute ago 18.2MB [2021-05-10T08:44:42.250Z] docker-core-metadata-go latest 805e36e5ca8f 2 minutes ago 18.6MB [2021-05-10T08:44:42.250Z] docker-support-scheduler-go latest 8396a649b455 2 minutes ago 17.1MB [2021-05-10T08:44:42.250Z] docker-security-proxy-setup-go latest 2c0319160bff 2 minutes ago 25.3MB [2021-05-10T08:44:42.250Z] docker 20.10.0 aefe523efa57 5 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-05-10T08:44:51.179Z] 25b303627fd3: Pull complete [2021-05-10T08:44:51.179Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-05-10T08:44:51.179Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-10T08:44:51.179Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-05-10T08:44:51.442Z] prd-ubuntu18.04-docker-arm64-4c-16g-4047 does not seem to be running inside a container [2021-05-10T08:44:51.523Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/116 -v /w/workspace/edgex-go/116:/w/workspace/edgex-go/116:rw,z -v /w/workspace/edgex-go/116@tmp:/w/workspace/edgex-go/116@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-05-10T08:44:54.564Z] $ docker top 0c8ccfbdaa76032765355c3388047fca565d7dca666ca17defa969a3eaccf8cf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T08:44:55.526Z] + grep parallel [2021-05-10T08:44:55.526Z] + docker-compose build --help [2021-05-10T08:44:57.546Z] Still waiting to schedule task [2021-05-10T08:44:57.546Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-4049’ [2021-05-10T08:44:58.898Z] --parallel Build images in parallel. [Pipeline] } [2021-05-10T08:44:59.191Z] $ docker stop --time=1 0c8ccfbdaa76032765355c3388047fca565d7dca666ca17defa969a3eaccf8cf [2021-05-10T08:45:01.181Z] $ docker rm -f 0c8ccfbdaa76032765355c3388047fca565d7dca666ca17defa969a3eaccf8cf [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T08:45:01.829Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-10T08:45:01.829Z] . [Pipeline] withDockerContainer [2021-05-10T08:45:02.058Z] prd-ubuntu18.04-docker-arm64-4c-16g-4047 does not seem to be running inside a container [2021-05-10T08:45:02.148Z] $ 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/116 -v /w/workspace/edgex-go/116:/w/workspace/edgex-go/116:rw,z -v /w/workspace/edgex-go/116@tmp:/w/workspace/edgex-go/116@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-05-10T08:45:03.519Z] $ docker top db7ec9df2f4370c6ae9c44b5fb44946c98a151389b00c2a536a1453ab3473165 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T08:45:04.467Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-10T08:45:08.740Z] Building docker-core-command-go ... [2021-05-10T08:45:08.740Z] Building docker-core-data-go ... [2021-05-10T08:45:08.740Z] Building docker-core-metadata-go ... [2021-05-10T08:45:08.740Z] Building docker-security-bootstrapper-go ... [2021-05-10T08:45:08.740Z] Building docker-security-proxy-setup-go ... [2021-05-10T08:45:08.740Z] Building docker-security-secretstore-setup-go ... [2021-05-10T08:45:08.740Z] Building docker-support-notifications-go ... [2021-05-10T08:45:08.740Z] Building docker-support-scheduler-go ... [2021-05-10T08:45:08.740Z] Building docker-sys-mgmt-agent-go ... [2021-05-10T08:45:08.740Z] Building docker-sys-mgmt-agent-go [2021-05-10T08:45:08.740Z] Building docker-support-notifications-go [2021-05-10T08:45:08.740Z] Building docker-core-command-go [2021-05-10T08:45:08.740Z] Building docker-core-metadata-go [2021-05-10T08:45:08.740Z] Building docker-security-proxy-setup-go [2021-05-10T08:46:30.488Z] Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T08:46:30.488Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-10T08:46:30.488Z] ---> 2dfb3782932d [2021-05-10T08:46:30.488Z] Step 3/21 : WORKDIR /edgex-go [2021-05-10T08:46:30.488Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T08:46:30.488Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-10T08:46:30.488Z] ---> 2dfb3782932d [2021-05-10T08:46:30.488Z] Step 3/23 : WORKDIR /edgex-go [2021-05-10T08:46:30.488Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T08:46:30.488Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-10T08:46:30.488Z] ---> 2dfb3782932d [2021-05-10T08:46:30.488Z] Step 3/22 : WORKDIR /edgex-go [2021-05-10T08:46:30.488Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T08:46:30.488Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-10T08:46:30.488Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T08:46:30.488Z] ---> 2dfb3782932d [2021-05-10T08:46:30.488Z] Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 3/23 : WORKDIR /edgex-go [2021-05-10T08:46:30.488Z] [2021-05-10T08:46:30.488Z] ---> 2dfb3782932d [2021-05-10T08:46:30.488Z] Step 3/23 : WORKDIR /edgex-go [2021-05-10T08:46:30.488Z] ---> Running in e977fafe940f [2021-05-10T08:46:30.488Z] ---> Running in f22bbe20ab0b [2021-05-10T08:46:30.488Z] ---> Running in cee28c11788e [2021-05-10T08:46:30.488Z] ---> Running in 1f6d2ea37b0f [2021-05-10T08:46:30.488Z] ---> Running in 59caf493d95e [2021-05-10T08:46:30.488Z] Removing intermediate container e977fafe940f [2021-05-10T08:46:30.488Z] ---> 85253f9073b6 [2021-05-10T08:46:30.488Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T08:46:30.488Z] Removing intermediate container cee28c11788e [2021-05-10T08:46:30.488Z] ---> 8c0bb618c9fe [2021-05-10T08:46:30.488Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T08:46:30.488Z] ---> Running in 44f9ba09739f [2021-05-10T08:46:30.488Z] Removing intermediate container 1f6d2ea37b0f [2021-05-10T08:46:30.488Z] ---> d0ba0c2efa00 [2021-05-10T08:46:30.488Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T08:46:30.488Z] Removing intermediate container 59caf493d95e [2021-05-10T08:46:30.488Z] ---> 2893ac1b6d4c [2021-05-10T08:46:30.488Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T08:46:30.488Z] Removing intermediate container f22bbe20ab0b [2021-05-10T08:46:30.488Z] ---> e67c74609535 [2021-05-10T08:46:30.488Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T08:46:30.488Z] ---> Running in 966681b4b6a5 [2021-05-10T08:46:30.488Z] ---> Running in 1ab1310c2190 [2021-05-10T08:46:30.488Z] ---> Running in 2b4a2f4ae9e8 [2021-05-10T08:46:30.488Z] ---> Running in 2676947444a9 [2021-05-10T08:46:30.488Z] Removing intermediate container 44f9ba09739f [2021-05-10T08:46:30.488Z] ---> ef43ed6a3f7f [2021-05-10T08:46:30.488Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-10T08:46:30.488Z] Removing intermediate container 966681b4b6a5 [2021-05-10T08:46:30.488Z] ---> 59df39bb6855 [2021-05-10T08:46:30.488Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-10T08:46:30.488Z] ---> Running in c7794e94625a [2021-05-10T08:46:30.488Z] ---> Running in 0f5e1cee7048 [2021-05-10T08:46:30.488Z] Removing intermediate container 2676947444a9 [2021-05-10T08:46:30.488Z] ---> 5ee55a8cebfb [2021-05-10T08:46:30.488Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-10T08:46:30.488Z] Removing intermediate container 2b4a2f4ae9e8 [2021-05-10T08:46:30.488Z] ---> 60bdfa1bccbc [2021-05-10T08:46:30.488Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-10T08:46:30.488Z] Removing intermediate container 1ab1310c2190 [2021-05-10T08:46:30.488Z] ---> 4f5e00db5431 [2021-05-10T08:46:30.488Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-10T08:46:30.488Z] ---> Running in 5611f77ae6f1 [2021-05-10T08:46:30.488Z] ---> Running in f3f372148802 [2021-05-10T08:46:30.488Z] ---> Running in 7696c40d5e52 [2021-05-10T08:46:31.477Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T08:46:31.477Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T08:46:31.751Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T08:46:31.751Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T08:46:32.020Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T08:46:33.006Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T08:46:33.286Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T08:46:33.557Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T08:46:33.557Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T08:46:33.835Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T08:46:34.435Z] OK: 218 MiB in 52 packages [2021-05-10T08:46:34.715Z] OK: 218 MiB in 52 packages [2021-05-10T08:46:35.009Z] OK: 218 MiB in 52 packages [2021-05-10T08:46:35.009Z] OK: 218 MiB in 52 packages [2021-05-10T08:46:35.998Z] Removing intermediate container c7794e94625a [2021-05-10T08:46:35.998Z] ---> cd535a6912c7 [2021-05-10T08:46:35.998Z] Step 6/22 : COPY go.mod . [2021-05-10T08:46:36.283Z] Removing intermediate container 0f5e1cee7048 [2021-05-10T08:46:36.283Z] ---> 80cfb02d4001 [2021-05-10T08:46:36.283Z] Step 6/21 : COPY go.mod . [2021-05-10T08:46:36.890Z] OK: 218 MiB in 52 packages [2021-05-10T08:46:36.890Z] ---> bea9199a9114 [2021-05-10T08:46:36.890Z] Step 7/22 : RUN go mod downloadRemoving intermediate container 5611f77ae6f1 [2021-05-10T08:46:36.890Z] [2021-05-10T08:46:36.890Z] ---> 4a99776563dc [2021-05-10T08:46:36.890Z] Step 6/23 : COPY go.mod . [2021-05-10T08:46:37.163Z] Removing intermediate container 7696c40d5e52 [2021-05-10T08:46:37.163Z] ---> 1f83f691b224 [2021-05-10T08:46:37.163Z] Step 6/23 : COPY go.mod . [2021-05-10T08:46:37.163Z] ---> Running in c9d04d39a354 [2021-05-10T08:46:37.163Z] ---> 763469a83f71 [2021-05-10T08:46:37.439Z] Step 7/21 : RUN go mod download [2021-05-10T08:46:37.714Z] ---> Running in 2668657a5bd8 [2021-05-10T08:46:37.992Z] ---> d80275baac9c [2021-05-10T08:46:37.992Z] Step 7/23 : RUN go mod download [2021-05-10T08:46:38.273Z] ---> Running in 39389b464f57 [2021-05-10T08:46:38.570Z] ---> 890ebad5a5b8 [2021-05-10T08:46:38.570Z] Step 7/23 : RUN go mod download [2021-05-10T08:46:38.570Z] ---> Running in 72e84fd9bfab [2021-05-10T08:46:39.185Z] Removing intermediate container f3f372148802 [2021-05-10T08:46:39.185Z] ---> d75fbb866113 [2021-05-10T08:46:39.186Z] Step 6/23 : COPY go.mod . [2021-05-10T08:46:40.167Z] ---> e08abe8d4768 [2021-05-10T08:46:40.168Z] Step 7/23 : RUN go mod download [2021-05-10T08:46:40.443Z] ---> Running in 71d6b0870c3c [2021-05-10T08:46:41.424Z] Removing intermediate container c9d04d39a354 [2021-05-10T08:46:41.424Z] ---> 7f1fa5802a96 [2021-05-10T08:46:41.424Z] Step 8/22 : COPY . . [2021-05-10T08:46:42.030Z] Removing intermediate container 2668657a5bd8 [2021-05-10T08:46:42.030Z] ---> 6c22bb2f63b2 [2021-05-10T08:46:42.030Z] Step 8/21 : COPY . . [2021-05-10T08:46:42.303Z] Removing intermediate container 39389b464f57 [2021-05-10T08:46:42.303Z] ---> eb6c7b5d89d2 [2021-05-10T08:46:42.303Z] Step 8/23 : COPY . . [2021-05-10T08:46:42.303Z] Removing intermediate container 72e84fd9bfab [2021-05-10T08:46:42.303Z] ---> d2ec54840175 [2021-05-10T08:46:42.303Z] Step 8/23 : COPY . . [2021-05-10T08:46:46.611Z] Removing intermediate container 71d6b0870c3c [2021-05-10T08:46:46.612Z] ---> b3bb29fb4070 [2021-05-10T08:46:46.612Z] Step 8/23 : COPY . . [2021-05-10T08:47:13.412Z] ---> 1c23ef572fe5 [2021-05-10T08:47:13.412Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-10T08:47:13.412Z] ---> f88eddf5f50b [2021-05-10T08:47:13.412Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-10T08:47:13.412Z] ---> 00dc3c1818f0 [2021-05-10T08:47:13.412Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-10T08:47:13.412Z] ---> cb7ce687d02e [2021-05-10T08:47:13.412Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-10T08:47:13.412Z] ---> fbe29ad2dc1d [2021-05-10T08:47:13.412Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-10T08:47:13.412Z] ---> Running in 3e20a410797f [2021-05-10T08:47:13.412Z] ---> Running in addee3465ae2 [2021-05-10T08:47:13.412Z] ---> Running in f646132d6c14 [2021-05-10T08:47:13.412Z] ---> Running in 96219b5a59b7 [2021-05-10T08:47:13.412Z] ---> Running in ca3dba15e443 [2021-05-10T08:47:13.412Z] 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-05-10T08:47:13.412Z] 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-05-10T08:47:13.412Z] 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-05-10T08:47:13.413Z] 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-05-10T08:47:13.413Z] 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-05-10T08:47:39.138Z] Running on prd-ubuntu18.04-docker-8c-8g-4051 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-05-10T08:47:39.158Z] Running in /w/workspace/edgex-go/116 [Pipeline] { [Pipeline] checkout [2021-05-10T08:47:41.618Z] using credential edgex-jenkins-ssh [2021-05-10T08:47:41.631Z] Cloning the remote Git repository [2021-05-10T08:47:41.638Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-10T08:47:41.703Z] > git init /w/workspace/edgex-go/116 # timeout=10 [2021-05-10T08:47:41.736Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-10T08:47:41.737Z] > git --version # timeout=10 [2021-05-10T08:47:41.743Z] > git --version # 'git version 2.17.1' [2021-05-10T08:47:41.743Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T08:47:41.766Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T08:48:19.087Z] Merging remotes/origin/master commit 6b23ec567a86ee52455607061a4fabaca114589a into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-05-10T08:48:19.577Z] Merge succeeded, producing 623c37933d217e454ced8d128c4269630fc81111 [2021-05-10T08:48:19.577Z] Checking out Revision 623c37933d217e454ced8d128c4269630fc81111 (PR-2858) [2021-05-10T08:48:18.304Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-10T08:48:18.313Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T08:48:18.357Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-10T08:48:18.380Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-10T08:48:18.380Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T08:48:18.386Z] > 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-05-10T08:48:19.094Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T08:48:19.100Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-05-10T08:48:19.229Z] > git remote # timeout=10 [2021-05-10T08:48:19.236Z] > git config --get remote.origin.url # timeout=10 [2021-05-10T08:48:19.241Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T08:48:19.245Z] > git merge 6b23ec567a86ee52455607061a4fabaca114589a # timeout=10 [2021-05-10T08:48:19.570Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-10T08:48:19.579Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T08:48:19.583Z] > git checkout -f 623c37933d217e454ced8d128c4269630fc81111 # timeout=10 [2021-05-10T08:48:23.266Z] Commit message: "Merge commit '6b23ec567a86ee52455607061a4fabaca114589a' into HEAD" [2021-05-10T08:48:23.275Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-10T08:48:23.268Z] > git rev-list --no-walk 3495c737d6b9bd073ef7cd3e5d38308c6f810f91 # timeout=10 [2021-05-10T08:48:24.443Z] + echo snap-build.sh [2021-05-10T08:48:24.443Z] snap-build.sh [2021-05-10T08:48:24.443Z] + SNAP_BASE_DIR=. [2021-05-10T08:48:24.443Z] + '[' '!' -z /w/workspace/edgex-go/116 ']' [2021-05-10T08:48:24.443Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/116 [2021-05-10T08:48:24.443Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/116]' [2021-05-10T08:48:24.443Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/116] [2021-05-10T08:48:24.443Z] + cd /w/workspace/edgex-go/116 [2021-05-10T08:48:24.443Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-05-10T08:48:24.443Z] Reading package lists... [2021-05-10T08:48:24.704Z] Building dependency tree... [2021-05-10T08:48:24.704Z] Reading state information... [2021-05-10T08:48:24.704Z] The following packages were automatically installed and are no longer required: [2021-05-10T08:48:24.704Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-05-10T08:48:24.704Z] uidmap xdelta3 [2021-05-10T08:48:24.704Z] Use 'sudo apt autoremove' to remove them. [2021-05-10T08:48:24.965Z] The following packages will be REMOVED: [2021-05-10T08:48:24.965Z] lxd* lxd-client* [2021-05-10T08:48:25.538Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-05-10T08:48:25.538Z] After this operation, 31.7 MB disk space will be freed. [2021-05-10T08:48:26.581Z] (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-05-10T08:48:26.581Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-10T08:48:27.524Z] Removing lxd dnsmasq configuration [2021-05-10T08:48:27.524Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-05-10T08:48:27.784Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-05-10T08:48:28.729Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-05-10T08:48:28.990Z] (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-05-10T08:48:28.990Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-10T08:48:30.375Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-05-10T08:48:30.375Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-05-10T08:48:32.289Z] + sudo snap remove --purge lxd [2021-05-10T08:48:32.289Z] snap "lxd" is not installed [2021-05-10T08:48:32.289Z] + sudo groupadd --force --system lxd [2021-05-10T08:48:32.289Z] ++ whoami [2021-05-10T08:48:32.289Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-05-10T08:48:32.289Z] + newgrp - lxd [2021-05-10T08:48:32.289Z] + sudo snap install lxd [2021-05-10T08:48:40.426Z] 2021-05-10T08:48:38Z INFO Waiting for automatic snapd restart... [2021-05-10T08:48:55.362Z] lxd 4.13 from Canonical* installed [2021-05-10T08:48:55.362Z] + sudo lxd init --auto [2021-05-10T08:49:03.515Z] + sudo snap install --classic snapcraft [2021-05-10T08:49:05.300Z] 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-05-10T08:49:10.772Z] Removing intermediate container addee3465ae2 [2021-05-10T08:49:10.772Z] ---> 77bbd9fb4177 [2021-05-10T08:49:10.772Z] [2021-05-10T08:49:10.772Z] Step 10/21 : FROM alpine:3.12 [2021-05-10T08:49:11.051Z] 3.12: Pulling from library/alpine [2021-05-10T08:49:11.664Z] snapcraft 4.7.1 from Canonical* installed [2021-05-10T08:49:11.664Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-05-10T08:49:11.664Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-05-10T08:49:11.664Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-10T08:49:11.664Z] Dload Upload Total Spent Left Speed [2021-05-10T08:49:11.664Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4679 0 --:--:-- --:--:-- --:--:-- 4679 [2021-05-10T08:49:11.664Z] 100 3325k 100 3325k 0 0 10.0M 0 --:--:-- --:--:-- --:--:-- 10.0M [2021-05-10T08:49:11.664Z] ./yq_linux_amd64 [2021-05-10T08:49:11.664Z] + sudo snapcraft prime --use-lxd [2021-05-10T08:49:13.141Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-10T08:49:13.141Z] Status: Downloaded newer image for alpine:3.12 [2021-05-10T08:49:13.141Z] ---> 9852663dfa18 [2021-05-10T08:49:13.141Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-10T08:49:13.587Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-05-10T08:49:13.587Z] 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-05-10T08:49:13.587Z] - README.md [2021-05-10T08:49:13.587Z] [2021-05-10T08:49:13.587Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-10T08:49:14.133Z] ---> Running in 0ab42d13afd1 [2021-05-10T08:49:14.532Z] Launching a container. [2021-05-10T08:49:17.191Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-10T08:49:17.527Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-10T08:49:17.527Z] Removing intermediate container f646132d6c14 [2021-05-10T08:49:17.527Z] ---> 51ba1dfe7fb6 [2021-05-10T08:49:17.527Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-10T08:49:18.180Z] ---> Running in 1fa8d468605c [2021-05-10T08:49:18.180Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-10T08:49:18.487Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-10T08:49:18.487Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-10T08:49:18.487Z] (4/4) Installing curl (7.76.1-r0) [2021-05-10T08:49:18.487Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T08:49:18.487Z] Executing ca-certificates-20191127-r4.trigger [2021-05-10T08:49:18.785Z] OK: 7 MiB in 18 packages [2021-05-10T08:49:20.780Z] 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-05-10T08:49:23.422Z] Removing intermediate container ca3dba15e443 [2021-05-10T08:49:23.422Z] ---> b133fb3fc138 [2021-05-10T08:49:23.422Z] [2021-05-10T08:49:23.422Z] Step 10/23 : FROM alpine:3.12 [2021-05-10T08:49:23.422Z] ---> 9852663dfa18 [2021-05-10T08:49:23.422Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-10T08:49:23.422Z] Removing intermediate container 0ab42d13afd1 [2021-05-10T08:49:23.422Z] ---> cb7c898d0f62 [2021-05-10T08:49:23.422Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-10T08:49:23.710Z] ---> Running in 87712e81b63d [2021-05-10T08:49:23.710Z] ---> Running in f5a6d84ca03a [2021-05-10T08:49:23.986Z] Removing intermediate container 3e20a410797f [2021-05-10T08:49:23.986Z] ---> 72921f3c4bd1 [2021-05-10T08:49:23.986Z] [2021-05-10T08:49:23.986Z] Step 10/22 : FROM alpine:3.12 [2021-05-10T08:49:23.986Z] ---> 9852663dfa18 [2021-05-10T08:49:23.986Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-10T08:49:24.580Z] ---> Running in 1624082f230f [2021-05-10T08:49:24.856Z] Removing intermediate container f5a6d84ca03a [2021-05-10T08:49:24.856Z] ---> 523b5baeb973 [2021-05-10T08:49:24.856Z] Step 13/21 : WORKDIR /edgex [2021-05-10T08:49:24.856Z] Removing intermediate container 1fa8d468605c [2021-05-10T08:49:24.856Z] ---> cdd75ce3c0da [2021-05-10T08:49:24.856Z] [2021-05-10T08:49:24.856Z] Step 11/23 : FROM docker:20.10.0 [2021-05-10T08:49:25.133Z] ---> Running in 7150b4d43d14 [2021-05-10T08:49:25.133Z] 20.10.0: Pulling from library/docker [2021-05-10T08:49:25.735Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-10T08:49:26.009Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-10T08:49:26.009Z] Removing intermediate container 7150b4d43d14 [2021-05-10T08:49:26.009Z] ---> f7e4a82b0cf0 [2021-05-10T08:49:26.009Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-10T08:49:26.284Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-10T08:49:26.559Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-10T08:49:26.559Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T08:49:26.559Z] OK: 5 MiB in 15 packages [2021-05-10T08:49:26.559Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-10T08:49:26.775Z] Waiting for container to be ready [2021-05-10T08:49:27.036Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-05-10T08:49:27.036Z] [2021-05-10T08:49:27.165Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-10T08:49:27.165Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-10T08:49:27.166Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T08:49:27.166Z] Executing ca-certificates-20191127-r4.trigger [2021-05-10T08:49:27.442Z] OK: 6 MiB in 16 packages [2021-05-10T08:49:28.924Z] ---> 85a996a8afab [2021-05-10T08:49:28.924Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-10T08:49:29.922Z] Removing intermediate container 87712e81b63d [2021-05-10T08:49:29.922Z] ---> 967fb1520d31 [2021-05-10T08:49:29.922Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-10T08:49:30.518Z] ---> Running in 00e131f47740 [2021-05-10T08:49:30.798Z] Removing intermediate container 1624082f230f [2021-05-10T08:49:30.798Z] ---> 8ef44060d08f [2021-05-10T08:49:30.798Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-10T08:49:31.069Z] Removing intermediate container 96219b5a59b7 [2021-05-10T08:49:31.069Z] ---> 6fd95954b928 [2021-05-10T08:49:31.069Z] [2021-05-10T08:49:31.069Z] Step 10/23 : FROM alpine:3.12 [2021-05-10T08:49:31.069Z] ---> 9852663dfa18 [2021-05-10T08:49:31.069Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-10T08:49:31.069Z] ---> Using cache [2021-05-10T08:49:31.069Z] ---> 967fb1520d31 [2021-05-10T08:49:31.069Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-10T08:49:31.249Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-05-10T08:49:31.342Z] ---> 7869ea448de1 [2021-05-10T08:49:31.342Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-10T08:49:31.511Z] Waiting for network to be ready... [2021-05-10T08:49:31.614Z] ---> Running in b77258c5d0e7 [2021-05-10T08:49:31.614Z] ---> Running in f886606972c2 [2021-05-10T08:49:31.775Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-10T08:49:32.038Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-10T08:49:32.038Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] [2021-05-10T08:49:32.038Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-10T08:49:32.038Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-10T08:49:32.038Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-10T08:49:32.038Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] [2021-05-10T08:49:32.038Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] [2021-05-10T08:49:32.038Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-10T08:49:32.038Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-10T08:49:32.216Z] Removing intermediate container 00e131f47740 [2021-05-10T08:49:32.216Z] ---> 95040a6cff73 [2021-05-10T08:49:32.216Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-10T08:49:32.492Z] ---> Running in 8bafb313608f [2021-05-10T08:49:32.614Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-10T08:49:32.614Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-10T08:49:32.766Z] Removing intermediate container f886606972c2 [2021-05-10T08:49:32.766Z] ---> 90bc50598d53 [2021-05-10T08:49:32.766Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-10T08:49:32.766Z] Removing intermediate container b77258c5d0e7 [2021-05-10T08:49:32.766Z] ---> fb3ab8c5da3e [2021-05-10T08:49:32.766Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-10T08:49:32.877Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-10T08:49:32.877Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-10T08:49:32.877Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-10T08:49:32.877Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-10T08:49:32.877Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-10T08:49:32.877Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-10T08:49:33.372Z] ---> d9cd36a37ab1 [2021-05-10T08:49:33.372Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-10T08:49:33.372Z] ---> Running in 4a738e47d102 [2021-05-10T08:49:33.372Z] ---> Running in cec6a6529d07 [2021-05-10T08:49:33.453Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-10T08:49:33.650Z] ---> Running in 7baa34779505 [2021-05-10T08:49:33.651Z] Removing intermediate container 8bafb313608f [2021-05-10T08:49:33.651Z] ---> 8bda02fe89f0 [2021-05-10T08:49:33.651Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-10T08:49:33.923Z] ---> Running in c3acb12e189d [2021-05-10T08:49:34.030Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2043 kB] [2021-05-10T08:49:34.030Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-05-10T08:49:34.030Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-10T08:49:34.030Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-10T08:49:34.030Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [326 kB] [2021-05-10T08:49:34.030Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [44.2 kB] [2021-05-10T08:49:34.030Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-05-10T08:49:34.207Z] Removing intermediate container cec6a6529d07 [2021-05-10T08:49:34.207Z] ---> b348d2950fdb [2021-05-10T08:49:34.207Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-10T08:49:34.294Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-10T08:49:34.482Z] Removing intermediate container 4a738e47d102 [2021-05-10T08:49:34.482Z] ---> d08939326d47 [2021-05-10T08:49:34.482Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-10T08:49:34.756Z] Removing intermediate container 7baa34779505 [2021-05-10T08:49:34.756Z] ---> 47b0f2025451 [2021-05-10T08:49:34.756Z] Step 18/21 : CMD ["--init=true"] [2021-05-10T08:49:35.029Z] ---> Running in 1ef7448465e7 [2021-05-10T08:49:35.029Z] Removing intermediate container c3acb12e189d [2021-05-10T08:49:35.029Z] ---> Running in ae794209a444 [2021-05-10T08:49:35.029Z] ---> 95bd6af8f27d [2021-05-10T08:49:35.029Z] Step 15/23 : WORKDIR / [2021-05-10T08:49:35.307Z] ---> Running in 457209dfdffb [2021-05-10T08:49:35.307Z] ---> Running in 62d7357c4109 [2021-05-10T08:49:35.906Z] Removing intermediate container 1ef7448465e7 [2021-05-10T08:49:35.906Z] ---> 84e6690f4e38 [2021-05-10T08:49:35.906Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T08:49:35.906Z] Removing intermediate container ae794209a444 [2021-05-10T08:49:35.906Z] ---> 16d14cde62fa [2021-05-10T08:49:35.906Z] Step 15/23 : WORKDIR / [2021-05-10T08:49:36.180Z] Removing intermediate container 457209dfdffb [2021-05-10T08:49:36.180Z] ---> 34fd233cf2a2 [2021-05-10T08:49:36.180Z] Step 19/21 : LABEL arch=arm64 [2021-05-10T08:49:36.457Z] ---> Running in fdd417aebd2f [2021-05-10T08:49:36.736Z] ---> Running in b9a20a144672 [2021-05-10T08:49:36.736Z] Removing intermediate container 62d7357c4109 [2021-05-10T08:49:36.736Z] ---> 02b9631f1110 [2021-05-10T08:49:36.736Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T08:49:37.009Z] ---> 211718bd8388 [2021-05-10T08:49:37.009Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-10T08:49:37.286Z] Removing intermediate container fdd417aebd2f [2021-05-10T08:49:37.286Z] ---> 4a01e8e60e57 [2021-05-10T08:49:37.286Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T08:49:37.286Z] Removing intermediate container b9a20a144672 [2021-05-10T08:49:37.286Z] ---> 4db5b7f3cb5a [2021-05-10T08:49:37.286Z] Step 20/21 : LABEL git_sha=d4be9c6bde0dacdec4def8518740235f8b59addc [2021-05-10T08:49:37.600Z] Fetched 24.5 MB in 6s (4427 kB/s) [2021-05-10T08:49:37.908Z] ---> Running in ba88d8d6414d [2021-05-10T08:49:37.908Z] ---> 1cfcd29ecb7f [2021-05-10T08:49:37.908Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-10T08:49:38.504Z] Removing intermediate container ba88d8d6414d [2021-05-10T08:49:38.504Z] ---> 73fdb037c90b [2021-05-10T08:49:38.504Z] Step 21/21 : LABEL version=0.0.0 [2021-05-10T08:49:38.545Z] Reading package lists... [2021-05-10T08:49:38.775Z] ---> c2718688974c [2021-05-10T08:49:38.775Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-10T08:49:38.775Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-10T08:49:38.775Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-10T08:49:38.775Z] ---> eeaf43b92773 [2021-05-10T08:49:38.775Z] 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-05-10T08:49:38.775Z] ---> Running in 921cbcf06993 [2021-05-10T08:49:38.775Z] ---> 4f2495d4e580 [2021-05-10T08:49:38.775Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-10T08:49:38.807Z] Reading package lists... [2021-05-10T08:49:39.053Z] ---> Running in 2d58973b3f6e [2021-05-10T08:49:39.067Z] Building dependency tree... [2021-05-10T08:49:39.068Z] Reading state information... [2021-05-10T08:49:39.329Z] The following additional packages will be installed: [2021-05-10T08:49:39.329Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-10T08:49:39.329Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-10T08:49:39.329Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-10T08:49:39.329Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-05-10T08:49:39.329Z] Suggested packages: [2021-05-10T08:49:39.329Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-05-10T08:49:39.329Z] Recommended packages: [2021-05-10T08:49:39.329Z] gnupg libsasl2-modules [2021-05-10T08:49:39.329Z] The following NEW packages will be installed: [2021-05-10T08:49:39.329Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-10T08:49:39.329Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-10T08:49:39.329Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-10T08:49:39.329Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-05-10T08:49:39.329Z] The following packages will be upgraded: [2021-05-10T08:49:39.329Z] gpg gpg-agent gpgconf libudev1 [2021-05-10T08:49:39.329Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-05-10T08:49:39.329Z] Need to get 3530 kB of archives. [2021-05-10T08:49:39.329Z] After this operation, 13.3 MB of additional disk space will be used. [2021-05-10T08:49:39.329Z] 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-05-10T08:49:39.329Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-05-10T08:49:39.329Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-05-10T08:49:39.329Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-05-10T08:49:39.591Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.47 [58.2 kB] [2021-05-10T08:49:39.655Z] ---> 6d312a6b881c [2021-05-10T08:49:39.655Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-10T08:49:39.655Z] Removing intermediate container 921cbcf06993 [2021-05-10T08:49:39.655Z] ---> 9275eebf6d82 [2021-05-10T08:49:39.655Z] [2021-05-10T08:49:39.655Z] Removing intermediate container 2d58973b3f6e [2021-05-10T08:49:39.655Z] ---> 312ed0ac8aa2 [2021-05-10T08:49:39.655Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-10T08:49:39.853Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.47 [1102 kB] [2021-05-10T08:49:40.114Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-05-10T08:49:40.114Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-05-10T08:49:40.114Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-05-10T08:49:40.114Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-05-10T08:49:40.114Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-05-10T08:49:40.245Z] ---> 6c895f21a5a5 [2021-05-10T08:49:40.245Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-10T08:49:40.245Z] ---> Running in 6724d6be3989 [2021-05-10T08:49:40.245Z] Successfully built 9275eebf6d82 [2021-05-10T08:49:40.376Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-05-10T08:49:40.376Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-05-10T08:49:40.376Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-05-10T08:49:40.376Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-05-10T08:49:40.376Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-05-10T08:49:40.376Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-05-10T08:49:40.376Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-05-10T08:49:40.376Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-05-10T08:49:40.376Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-05-10T08:49:40.376Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-05-10T08:49:40.376Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-05-10T08:49:40.519Z] ---> Running in 57b039a87eb7 [2021-05-10T08:49:40.519Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-05-10T08:49:40.519Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-05-10T08:49:40.519Z] ---> 2034761802c1 [2021-05-10T08:49:40.519Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-10T08:49:40.519Z] ---> 6489dfcaa75d [2021-05-10T08:49:40.519Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-10T08:49:40.638Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-10T08:49:40.638Z] Fetched 3530 kB in 1s (3073 kB/s) [2021-05-10T08:49:40.638Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-10T08:49:40.638Z] Preparing to unpack .../libudev1_237-3ubuntu10.47_amd64.deb ... [2021-05-10T08:49:40.794Z] ---> Running in 942812b4d5c7 [2021-05-10T08:49:40.899Z] Unpacking libudev1:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-10T08:49:40.900Z] Setting up libudev1:amd64 (237-3ubuntu10.47) ... [2021-05-10T08:49:40.900Z] Selecting previously unselected package udev. [2021-05-10T08:49:40.900Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-10T08:49:40.900Z] Preparing to unpack .../00-udev_237-3ubuntu10.47_amd64.deb ... [2021-05-10T08:49:40.900Z] Unpacking udev (237-3ubuntu10.47) ... [2021-05-10T08:49:41.067Z] Removing intermediate container 57b039a87eb7 [2021-05-10T08:49:41.067Z] ---> 71bc15e9ee8c [2021-05-10T08:49:41.067Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T08:49:41.344Z] ---> Running in 45b6c124d7b7 [2021-05-10T08:49:41.344Z] Removing intermediate container 942812b4d5c7 [2021-05-10T08:49:41.344Z] ---> 7a9a09cd6976 [2021-05-10T08:49:41.344Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T08:49:41.478Z] Selecting previously unselected package libfuse2:amd64. [2021-05-10T08:49:41.479Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-05-10T08:49:41.479Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-10T08:49:41.479Z] Selecting previously unselected package fuse. [2021-05-10T08:49:41.479Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-05-10T08:49:41.479Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-05-10T08:49:41.479Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-10T08:49:41.479Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-10T08:49:41.619Z] ---> af05310ecdd3 [2021-05-10T08:49:41.619Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-10T08:49:41.619Z] ---> Running in 44333454a636 [2021-05-10T08:49:41.743Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-10T08:49:41.743Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-10T08:49:41.743Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-10T08:49:41.743Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-10T08:49:41.889Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-10T08:49:41.889Z] ---> Running in 79286e4970f5 [2021-05-10T08:49:41.889Z] Removing intermediate container 45b6c124d7b7 [2021-05-10T08:49:41.889Z] ---> 2aff12952ef4 [2021-05-10T08:49:41.889Z] Step 20/22 : LABEL arch=arm64 [2021-05-10T08:49:42.005Z] Selecting previously unselected package libksba8:amd64. [2021-05-10T08:49:42.005Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-05-10T08:49:42.005Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-05-10T08:49:42.006Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-05-10T08:49:42.006Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-10T08:49:42.006Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T08:49:42.006Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-05-10T08:49:42.006Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-10T08:49:42.006Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T08:49:42.164Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-10T08:49:42.164Z] ---> Running in ccd2e80d47c2 [2021-05-10T08:49:42.268Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-05-10T08:49:42.268Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-10T08:49:42.268Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T08:49:42.268Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-05-10T08:49:42.268Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-10T08:49:42.268Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T08:49:42.268Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-05-10T08:49:42.268Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-10T08:49:42.268Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T08:49:42.530Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-05-10T08:49:42.530Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-10T08:49:42.530Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T08:49:42.530Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-05-10T08:49:42.530Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-10T08:49:42.530Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T08:49:42.530Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-05-10T08:49:42.530Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-10T08:49:42.761Z] Removing intermediate container 44333454a636 [2021-05-10T08:49:42.761Z] ---> 83a9442589db [2021-05-10T08:49:42.761Z] Step 21/23 : LABEL arch=arm64 [2021-05-10T08:49:42.761Z] (1/39) Installing readline (8.0.4-r0) [2021-05-10T08:49:42.761Z] (2/39) Installing bash (5.0.17-r0) [2021-05-10T08:49:42.761Z] Executing bash-5.0.17-r0.post-install [2021-05-10T08:49:42.761Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-10T08:49:42.761Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-10T08:49:42.761Z] (5/39) Installing curl (7.76.1-r0) [2021-05-10T08:49:42.761Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-10T08:49:42.761Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-10T08:49:42.761Z] (8/39) Installing expat (2.2.9-r1) [2021-05-10T08:49:42.792Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T08:49:42.792Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-05-10T08:49:42.792Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-10T08:49:42.792Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T08:49:42.792Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-05-10T08:49:42.792Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-10T08:49:42.792Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-10T08:49:42.792Z] Selecting previously unselected package libsasl2-2:amd64. [2021-05-10T08:49:42.792Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-10T08:49:42.792Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-10T08:49:43.036Z] (9/39) Installing libffi (3.3-r2) [2021-05-10T08:49:43.036Z] (10/39) Installing gdbm (1.13-r1) [2021-05-10T08:49:43.036Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-10T08:49:43.036Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-10T08:49:43.036Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-10T08:49:43.036Z] Removing intermediate container 79286e4970f5 [2021-05-10T08:49:43.036Z] ---> e6e59ade6122 [2021-05-10T08:49:43.036Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T08:49:43.036Z] Removing intermediate container ccd2e80d47c2 [2021-05-10T08:49:43.036Z] ---> 05b7682160c4 [2021-05-10T08:49:43.036Z] Step 21/22 : LABEL git_sha=d4be9c6bde0dacdec4def8518740235f8b59addc [2021-05-10T08:49:43.053Z] Selecting previously unselected package libldap-common. [2021-05-10T08:49:43.053Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-05-10T08:49:43.053Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-10T08:49:43.053Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-05-10T08:49:43.053Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-05-10T08:49:43.053Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-10T08:49:43.321Z] Selecting previously unselected package dirmngr. [2021-05-10T08:49:43.321Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-10T08:49:43.321Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-10T08:49:43.321Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-10T08:49:43.584Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-05-10T08:49:43.584Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-10T08:49:43.584Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-10T08:49:43.584Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-10T08:49:43.584Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-05-10T08:49:43.584Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T08:49:43.584Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-05-10T08:49:43.584Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-10T08:49:43.847Z] Setting up udev (237-3ubuntu10.47) ... [2021-05-10T08:49:44.109Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-05-10T08:49:44.109Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T08:49:44.373Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-05-10T08:49:44.373Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-05-10T08:49:44.373Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-05-10T08:49:44.373Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T08:49:44.373Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T08:49:44.373Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T08:49:44.373Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T08:49:44.373Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T08:49:44.373Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T08:49:44.486Z] ---> Running in 3d60ed74e3c1 [2021-05-10T08:49:44.634Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-10T08:49:44.634Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-10T08:49:44.634Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-10T08:49:44.634Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-10T08:49:44.765Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-10T08:49:44.765Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-10T08:49:44.765Z] ---> Running in 6fde4625e8e3 [2021-05-10T08:49:44.765Z] ---> Running in 56ca1865dcf2 [2021-05-10T08:49:44.765Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-10T08:49:44.765Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-10T08:49:44.765Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-10T08:49:45.040Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-10T08:49:45.040Z] Removing intermediate container 3d60ed74e3c1 [2021-05-10T08:49:45.040Z] ---> 63032ba7e23b [2021-05-10T08:49:45.040Z] Step 22/23 : LABEL git_sha=d4be9c6bde0dacdec4def8518740235f8b59addc [2021-05-10T08:49:45.210Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-05-10T08:49:45.210Z] settings in the [Install] section, and DefaultInstance for template units). [2021-05-10T08:49:45.210Z] This means they are not meant to be enabled using systemctl. [2021-05-10T08:49:45.210Z] Possible reasons for having this kind of units are: [2021-05-10T08:49:45.210Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-05-10T08:49:45.210Z] .wants/ or .requires/ directory. [2021-05-10T08:49:45.210Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-05-10T08:49:45.210Z] a requirement dependency on it. [2021-05-10T08:49:45.210Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-05-10T08:49:45.210Z] D-Bus, udev, scripted systemctl call, ...). [2021-05-10T08:49:45.210Z] 4) In case of template units, the unit is meant to be enabled with some [2021-05-10T08:49:45.210Z] instance name specified. [2021-05-10T08:49:45.317Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-10T08:49:45.592Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-10T08:49:45.592Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-10T08:49:45.592Z] ---> Running in 9e166c684ca8 [2021-05-10T08:49:45.735Z] Reading package lists... [2021-05-10T08:49:45.735Z] Building dependency tree... [2021-05-10T08:49:45.735Z] Reading state information... [2021-05-10T08:49:45.864Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-10T08:49:45.864Z] Removing intermediate container 6fde4625e8e3 [2021-05-10T08:49:45.864Z] Removing intermediate container 56ca1865dcf2 [2021-05-10T08:49:45.864Z] ---> a6a271ca2deb [2021-05-10T08:49:45.864Z] Step 21/23 : LABEL arch=arm64 [2021-05-10T08:49:45.864Z] ---> ade2c04ca109 [2021-05-10T08:49:45.864Z] Step 22/22 : LABEL version=0.0.0 [2021-05-10T08:49:45.997Z] The following additional packages will be installed: [2021-05-10T08:49:45.998Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-05-10T08:49:45.998Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-05-10T08:49:45.998Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-05-10T08:49:45.998Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-05-10T08:49:45.998Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-05-10T08:49:45.998Z] Suggested packages: [2021-05-10T08:49:45.998Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-05-10T08:49:45.998Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-05-10T08:49:45.998Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-05-10T08:49:45.998Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-05-10T08:49:45.998Z] systemd-container policykit-1 [2021-05-10T08:49:45.998Z] Recommended packages: [2021-05-10T08:49:45.998Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-05-10T08:49:45.998Z] The following NEW packages will be installed: [2021-05-10T08:49:45.998Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-05-10T08:49:45.998Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-05-10T08:49:45.998Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-05-10T08:49:45.998Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-05-10T08:49:45.998Z] python3.6-minimal snapd squashfs-tools sudo [2021-05-10T08:49:45.998Z] The following packages will be upgraded: [2021-05-10T08:49:45.998Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-05-10T08:49:45.998Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-05-10T08:49:45.998Z] Need to get 35.2 MB of archives. [2021-05-10T08:49:45.998Z] After this operation, 141 MB of additional disk space will be used. [2021-05-10T08:49:45.998Z] 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-05-10T08:49:46.150Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-10T08:49:46.260Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.47 [2914 kB] [2021-05-10T08:49:46.260Z] 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-05-10T08:49:46.260Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-05-10T08:49:46.260Z] 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-05-10T08:49:46.431Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-10T08:49:46.431Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-10T08:49:46.431Z] ---> Running in cbef0779de69 [2021-05-10T08:49:46.431Z] ---> Running in 267f69b0ad3a [2021-05-10T08:49:46.431Z] Removing intermediate container 9e166c684ca8 [2021-05-10T08:49:46.431Z] ---> b5078df75fb4 [2021-05-10T08:49:46.431Z] Step 23/23 : LABEL version=0.0.0 [2021-05-10T08:49:46.525Z] 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-05-10T08:49:46.526Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-05-10T08:49:46.526Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-05-10T08:49:46.526Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-05-10T08:49:46.526Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-05-10T08:49:46.526Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-05-10T08:49:46.526Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-05-10T08:49:46.526Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-05-10T08:49:46.526Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-05-10T08:49:46.526Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-05-10T08:49:46.704Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-10T08:49:46.704Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-10T08:49:46.704Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-10T08:49:46.788Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-05-10T08:49:46.788Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-05-10T08:49:46.980Z] ---> Running in 3b19cacd5662 [2021-05-10T08:49:46.980Z] Removing intermediate container cbef0779de69 [2021-05-10T08:49:46.980Z] ---> a00e5ba61502 [2021-05-10T08:49:46.980Z] [2021-05-10T08:49:47.256Z] Removing intermediate container 267f69b0ad3a [2021-05-10T08:49:47.256Z] ---> fc9219c27f6a [2021-05-10T08:49:47.256Z] Step 22/23 : LABEL git_sha=d4be9c6bde0dacdec4def8518740235f8b59addc [2021-05-10T08:49:47.529Z] ---> Running in 8e561f0235c9 [2021-05-10T08:49:47.529Z] Successfully built a00e5ba61502 [2021-05-10T08:49:47.529Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-10T08:49:47.529Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-05-10T08:49:47.529Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-10T08:49:47.529Z]  Building docker-support-notifications-go ... done Removing intermediate container 3b19cacd5662 [2021-05-10T08:49:47.529Z] ---> 682e3e22782d [2021-05-10T08:49:47.529Z] [2021-05-10T08:49:47.529Z] Building docker-security-secretstore-setup-go [2021-05-10T08:49:47.529Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-10T08:49:47.800Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-10T08:49:47.800Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-10T08:49:47.800Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-10T08:49:48.080Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-10T08:49:48.080Z] Successfully built 682e3e22782d [2021-05-10T08:49:48.220Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.47 [209 kB] [2021-05-10T08:49:48.220Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-05-10T08:49:48.220Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-05-10T08:49:48.220Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-05-10T08:49:48.220Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-05-10T08:49:48.220Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-05-10T08:49:48.220Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-05-10T08:49:48.220Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-05-10T08:49:48.220Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-05-10T08:49:48.220Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-05-10T08:49:48.220Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-05-10T08:49:48.220Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-05-10T08:49:48.352Z] Successfully tagged docker-core-command-go-arm64:latest [2021-05-10T08:49:48.352Z] Building docker-support-scheduler-go [2021-05-10T08:49:48.352Z]  Building docker-core-command-go ... done Removing intermediate container 8e561f0235c9 [2021-05-10T08:49:48.352Z] ---> 874d0c727860 [2021-05-10T08:49:48.352Z] Step 23/23 : LABEL version=0.0.0 [2021-05-10T08:49:48.352Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-10T08:49:48.352Z] ---> Running in 39cf079e6ee6 [2021-05-10T08:49:48.352Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-10T08:49:48.352Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-10T08:49:48.481Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-05-10T08:49:48.481Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-10T08:49:48.481Z] Fetched 35.2 MB in 2s (14.3 MB/s) [2021-05-10T08:49:48.744Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-10T08:49:48.744Z] Preparing to unpack .../systemd_237-3ubuntu10.47_amd64.deb ... [2021-05-10T08:49:48.744Z] Unpacking systemd (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-10T08:49:48.950Z] Removing intermediate container 39cf079e6ee6 [2021-05-10T08:49:48.950Z] ---> f767f298e2f1 [2021-05-10T08:49:48.950Z] [2021-05-10T08:49:49.221Z] Executing busybox-1.31.1-r19.trigger [2021-05-10T08:49:49.221Z] OK: 72 MiB in 59 packages [2021-05-10T08:49:49.221Z] Successfully built f767f298e2f1 [2021-05-10T08:49:49.221Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-05-10T08:49:49.221Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-05-10T08:49:49.318Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.47_amd64.deb ... [2021-05-10T08:49:49.580Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-10T08:49:49.580Z] Setting up libsystemd0:amd64 (237-3ubuntu10.47) ... [2021-05-10T08:49:49.580Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-10T08:49:49.580Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-05-10T08:49:49.580Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-05-10T08:49:49.841Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-05-10T08:49:50.103Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-10T08:49:50.103Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-05-10T08:49:50.103Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-05-10T08:49:52.023Z] Setting up apt (1.6.13) ... [2021-05-10T08:49:52.023Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-05-10T08:49:52.284Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-05-10T08:49:52.545Z] (Reading database ... 12764 files and directories currently installed.) [2021-05-10T08:49:52.546Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-10T08:49:52.546Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-10T08:49:52.806Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-05-10T08:49:52.806Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-10T08:49:52.806Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-10T08:49:53.068Z] Selecting previously unselected package libexpat1:amd64. [2021-05-10T08:49:53.068Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-05-10T08:49:53.068Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-10T08:49:53.068Z] Selecting previously unselected package python3.6-minimal. [2021-05-10T08:49:53.068Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-10T08:49:53.068Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-10T08:49:53.329Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-10T08:49:53.329Z] Checking for services that may need to be restarted...done. [2021-05-10T08:49:53.329Z] Checking for services that may need to be restarted...done. [2021-05-10T08:49:53.523Z] Collecting docker-compose==1.23.2 [2021-05-10T08:49:53.590Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-10T08:49:53.590Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-10T08:49:53.590Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-10T08:49:53.797Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-10T08:49:54.165Z] Selecting previously unselected package python3-minimal. [2021-05-10T08:49:54.166Z] (Reading database ... 13012 files and directories currently installed.) [2021-05-10T08:49:54.166Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-05-10T08:49:54.166Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-05-10T08:49:54.166Z] Selecting previously unselected package mime-support. [2021-05-10T08:49:54.166Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-05-10T08:49:54.166Z] Unpacking mime-support (3.60ubuntu1) ... [2021-05-10T08:49:54.392Z] Collecting docopt<0.7,>=0.6.1 [2021-05-10T08:49:54.392Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-10T08:49:54.427Z] Selecting previously unselected package libmpdec2:amd64. [2021-05-10T08:49:54.427Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-05-10T08:49:54.427Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-10T08:49:54.427Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-05-10T08:49:54.427Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-10T08:49:54.427Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-10T08:49:54.688Z] Selecting previously unselected package python3.6. [2021-05-10T08:49:54.688Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-10T08:49:54.688Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-10T08:49:54.950Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-05-10T08:49:54.950Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-05-10T08:49:54.950Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-10T08:49:54.950Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-05-10T08:49:55.212Z] Selecting previously unselected package python3. [2021-05-10T08:49:55.212Z] (Reading database ... 13442 files and directories currently installed.) [2021-05-10T08:49:55.212Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-05-10T08:49:55.212Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-05-10T08:49:55.212Z] Selecting previously unselected package multiarch-support. [2021-05-10T08:49:55.212Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-05-10T08:49:55.212Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-05-10T08:49:55.475Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-05-10T08:49:55.475Z] Selecting previously unselected package liblzo2-2:amd64. [2021-05-10T08:49:55.475Z] (Reading database ... 13479 files and directories currently installed.) [2021-05-10T08:49:55.475Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-05-10T08:49:55.475Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-05-10T08:49:55.736Z] Selecting previously unselected package libbsd0:amd64. [2021-05-10T08:49:55.736Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-05-10T08:49:55.736Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-10T08:49:55.736Z] Selecting previously unselected package sudo. [2021-05-10T08:49:55.736Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-05-10T08:49:55.736Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-10T08:49:55.997Z] Selecting previously unselected package apparmor. [2021-05-10T08:49:55.997Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-05-10T08:49:55.997Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-05-10T08:49:55.997Z] Selecting previously unselected package libedit2:amd64. [2021-05-10T08:49:55.997Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-05-10T08:49:55.997Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-05-10T08:49:56.258Z] Selecting previously unselected package libkrb5support0:amd64. [2021-05-10T08:49:56.258Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-05-10T08:49:56.258Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-10T08:49:56.258Z] Selecting previously unselected package libk5crypto3:amd64. [2021-05-10T08:49:56.258Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-10T08:49:56.258Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-10T08:49:56.519Z] Selecting previously unselected package libkeyutils1:amd64. [2021-05-10T08:49:56.519Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-05-10T08:49:56.519Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-10T08:49:56.519Z] Selecting previously unselected package libkrb5-3:amd64. [2021-05-10T08:49:56.519Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-10T08:49:56.519Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-10T08:49:56.780Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-05-10T08:49:56.780Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-05-10T08:49:56.780Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-10T08:49:56.780Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-05-10T08:49:56.780Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-05-10T08:49:56.780Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-10T08:49:57.017Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-10T08:49:57.017Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-10T08:49:57.042Z] Selecting previously unselected package openssh-client. [2021-05-10T08:49:57.042Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-05-10T08:49:57.042Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-10T08:49:57.307Z] Selecting previously unselected package squashfs-tools. [2021-05-10T08:49:57.307Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-05-10T08:49:57.307Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-10T08:49:57.307Z] Selecting previously unselected package snapd. [2021-05-10T08:49:57.307Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-05-10T08:49:57.307Z] Unpacking snapd (2.48.3+18.04) ... [2021-05-10T08:49:59.850Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-05-10T08:49:59.850Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-10T08:49:59.850Z] Setting up mime-support (3.60ubuntu1) ... [2021-05-10T08:49:59.850Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-10T08:49:59.850Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-10T08:49:59.850Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-10T08:49:59.850Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-10T08:50:00.111Z] Setting up systemd (237-3ubuntu10.47) ... [2021-05-10T08:50:00.111Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-05-10T08:50:00.412Z] Collecting PyYAML<4,>=3.10 [2021-05-10T08:50:00.412Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-10T08:50:00.683Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-10T08:50:00.684Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-10T08:50:00.947Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-05-10T08:50:00.947Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-10T08:50:00.947Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-10T08:50:00.947Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-10T08:50:01.894Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-10T08:50:01.895Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-10T08:50:01.895Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-10T08:50:01.895Z] Setting up python3 (3.6.7-1~18.04) ... [2021-05-10T08:50:01.895Z] running python rtupdate hooks for python3.6... [2021-05-10T08:50:01.895Z] running python post-rtupdate hooks for python3.6... [2021-05-10T08:50:01.895Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-05-10T08:50:03.282Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-05-10T08:50:03.544Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-10T08:50:03.544Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-10T08:50:03.799Z] Collecting docker<4.0,>=3.6.0 [2021-05-10T08:50:03.799Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-10T08:50:03.804Z] Setting up snapd (2.48.3+18.04) ... [2021-05-10T08:50:04.393Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-05-10T08:50:04.393Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-05-10T08:50:04.655Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-05-10T08:50:04.915Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-05-10T08:50:05.176Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-10T08:50:05.176Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-10T08:50:05.176Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-05-10T08:50:05.258Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-10T08:50:05.258Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-10T08:50:05.436Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-05-10T08:50:05.530Z] 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-05-10T08:50:05.697Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-05-10T08:50:05.802Z] Collecting cached-property<2,>=1.2.0 [2021-05-10T08:50:05.802Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-10T08:50:05.959Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-05-10T08:50:05.959Z] /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-05-10T08:50:05.959Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-10T08:50:06.221Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-05-10T08:50:06.402Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-10T08:50:06.674Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-10T08:50:07.273Z] Collecting jsonschema<3,>=2.5.1 [2021-05-10T08:50:07.273Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-10T08:50:07.548Z] Collecting texttable<0.10,>=0.9.0 [2021-05-10T08:50:07.548Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-10T08:50:07.609Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-10T08:50:07.609Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-10T08:50:07.609Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-10T08:50:09.534Z] Reading package lists... [2021-05-10T08:50:09.534Z] Reading package lists... [2021-05-10T08:50:09.534Z] Building dependency tree... [2021-05-10T08:50:09.534Z] Reading state information... [2021-05-10T08:50:09.804Z] Calculating upgrade... [2021-05-10T08:50:10.073Z] The following packages will be upgraded: [2021-05-10T08:50:10.073Z] advancecomp base-files bash binutils binutils-common [2021-05-10T08:50:10.073Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-05-10T08:50:10.073Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-05-10T08:50:10.073Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-05-10T08:50:10.073Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-05-10T08:50:10.073Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-05-10T08:50:10.073Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-05-10T08:50:10.073Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-05-10T08:50:10.073Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-05-10T08:50:10.073Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-05-10T08:50:10.073Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-05-10T08:50:10.073Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-05-10T08:50:10.073Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-05-10T08:50:10.073Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-05-10T08:50:10.073Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-05-10T08:50:10.073Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-05-10T08:50:10.073Z] Need to get 64.0 MB of archives. [2021-05-10T08:50:10.073Z] After this operation, 5034 kB of additional disk space will be used. [2021-05-10T08:50:10.073Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-05-10T08:50:10.073Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-05-10T08:50:10.173Z] Collecting docker-pycreds>=0.4.0 [2021-05-10T08:50:10.173Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-10T08:50:10.173Z] Collecting idna<2.8,>=2.5 [2021-05-10T08:50:10.173Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-10T08:50:10.173Z] 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-05-10T08:50:11.020Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-05-10T08:50:11.020Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-05-10T08:50:11.020Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-05-10T08:50:11.020Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-05-10T08:50:11.020Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-05-10T08:50:11.020Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-05-10T08:50:11.020Z] 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-05-10T08:50:11.020Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-05-10T08:50:11.021Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-05-10T08:50:11.021Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-05-10T08:50:11.021Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-05-10T08:50:11.021Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-05-10T08:50:11.021Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-05-10T08:50:11.021Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-05-10T08:50:11.021Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-05-10T08:50:11.021Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-05-10T08:50:11.021Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-05-10T08:50:11.021Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-05-10T08:50:11.021Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-05-10T08:50:11.021Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-05-10T08:50:11.021Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-05-10T08:50:11.161Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-10T08:50:11.161Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-10T08:50:11.161Z] 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-05-10T08:50:11.161Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-10T08:50:11.161Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-10T08:50:11.161Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-10T08:50:11.161Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-10T08:50:11.283Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-05-10T08:50:11.283Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-05-10T08:50:11.283Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-05-10T08:50:11.283Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-05-10T08:50:11.283Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-05-10T08:50:11.283Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-05-10T08:50:11.283Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-05-10T08:50:11.283Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-05-10T08:50:11.283Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-05-10T08:50:11.283Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-05-10T08:50:11.283Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-05-10T08:50:11.283Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-05-10T08:50:11.545Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-05-10T08:50:11.545Z] 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-05-10T08:50:11.545Z] 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-05-10T08:50:11.545Z] 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-05-10T08:50:11.545Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.47 [16.0 kB] [2021-05-10T08:50:11.545Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-05-10T08:50:11.545Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-05-10T08:50:11.545Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-05-10T08:50:11.545Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-05-10T08:50:11.545Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-05-10T08:50:11.545Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-05-10T08:50:11.545Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-05-10T08:50:11.545Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-05-10T08:50:11.545Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-05-10T08:50:11.545Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-05-10T08:50:11.545Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-05-10T08:50:11.545Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-05-10T08:50:11.545Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-05-10T08:50:11.545Z] Get:54 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-05-10T08:50:11.545Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-05-10T08:50:11.545Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-05-10T08:50:11.545Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-05-10T08:50:11.545Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-05-10T08:50:11.545Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-05-10T08:50:11.545Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-05-10T08:50:11.545Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-05-10T08:50:11.806Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-05-10T08:50:11.806Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-05-10T08:50:11.806Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-05-10T08:50:11.806Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-05-10T08:50:11.806Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-05-10T08:50:11.806Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-05-10T08:50:12.068Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-05-10T08:50:12.068Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-05-10T08:50:12.068Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-05-10T08:50:12.068Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-05-10T08:50:12.068Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-05-10T08:50:12.068Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-05-10T08:50:12.068Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-05-10T08:50:12.068Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-05-10T08:50:12.068Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-05-10T08:50:12.068Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-05-10T08:50:12.135Z] Installing collected packages: docopt, dockerpty, PyYAML, websocket-client, idna, urllib3, requests, docker-pycreds, docker, cached-property, jsonschema, texttable, docker-compose [2021-05-10T08:50:12.135Z] Running setup.py install for docopt: started [2021-05-10T08:50:12.330Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-05-10T08:50:12.330Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-05-10T08:50:12.330Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-05-10T08:50:12.330Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-05-10T08:50:12.330Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-05-10T08:50:12.330Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-05-10T08:50:12.330Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-05-10T08:50:12.330Z] 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-05-10T08:50:12.330Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-05-10T08:50:12.330Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-05-10T08:50:12.330Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-05-10T08:50:12.330Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-05-10T08:50:12.592Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-05-10T08:50:12.592Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-05-10T08:50:12.592Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-05-10T08:50:12.855Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-05-10T08:50:13.118Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-05-10T08:50:13.118Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-05-10T08:50:13.118Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-05-10T08:50:13.380Z] 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-05-10T08:50:13.380Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-05-10T08:50:13.380Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-05-10T08:50:13.380Z] Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-05-10T08:50:13.380Z] Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-05-10T08:50:13.642Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-10T08:50:13.642Z] Fetched 64.0 MB in 3s (18.4 MB/s) [2021-05-10T08:50:13.906Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T08:50:13.906Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-05-10T08:50:13.906Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-10T08:50:14.104Z] Running setup.py install for docopt: finished with status 'done' [2021-05-10T08:50:14.104Z] Running setup.py install for dockerpty: started [2021-05-10T08:50:14.479Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-10T08:50:14.479Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-10T08:50:14.479Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-05-10T08:50:14.479Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-05-10T08:50:15.421Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T08:50:15.421Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T08:50:15.421Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T08:50:15.684Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T08:50:15.684Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T08:50:15.684Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T08:50:15.684Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T08:50:15.951Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T08:50:15.951Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T08:50:15.951Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T08:50:15.951Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T08:50:16.072Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-10T08:50:16.072Z] Running setup.py install for PyYAML: started [2021-05-10T08:50:16.213Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T08:50:16.213Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T08:50:16.213Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T08:50:16.213Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T08:50:16.482Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-10T08:50:16.482Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T08:50:16.482Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-05-10T08:50:16.482Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-05-10T08:50:16.745Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-10T08:50:16.745Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T08:50:16.745Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T08:50:16.745Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T08:50:16.745Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T08:50:17.006Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-10T08:50:17.006Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-10T08:50:17.006Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T08:50:17.271Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-10T08:50:17.271Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-05-10T08:50:17.531Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-10T08:50:17.793Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-05-10T08:50:18.059Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-10T08:50:18.059Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-05-10T08:50:18.320Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-05-10T08:50:18.320Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-05-10T08:50:18.320Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-05-10T08:50:18.585Z] Setting up base-files (10.1ubuntu2.10) ... [2021-05-10T08:50:18.585Z] Installing new version of config file /etc/issue ... [2021-05-10T08:50:18.585Z] Installing new version of config file /etc/issue.net ... [2021-05-10T08:50:18.585Z] Installing new version of config file /etc/lsb-release ... [2021-05-10T08:50:18.585Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-05-10T08:50:18.699Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-10T08:50:18.848Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-05-10T08:50:19.109Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-05-10T08:50:19.109Z] Removing obsolete conffile /etc/default/motd-news ... [2021-05-10T08:50:19.109Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T08:50:19.109Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-05-10T08:50:19.109Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-05-10T08:50:19.300Z] Attempting uninstall: idna [2021-05-10T08:50:19.300Z] Found existing installation: idna 2.9 [2021-05-10T08:50:19.300Z] Uninstalling idna-2.9: [2021-05-10T08:50:19.301Z] Successfully uninstalled idna-2.9 [2021-05-10T08:50:19.370Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-05-10T08:50:19.370Z] 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-05-10T08:50:19.370Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T08:50:19.370Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-10T08:50:19.632Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-05-10T08:50:19.632Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-05-10T08:50:19.632Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T08:50:19.632Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-05-10T08:50:19.632Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-05-10T08:50:19.894Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-05-10T08:50:19.894Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T08:50:19.894Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-05-10T08:50:19.894Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-10T08:50:20.154Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-05-10T08:50:20.284Z] Attempting uninstall: urllib3 [2021-05-10T08:50:20.284Z] Found existing installation: urllib3 1.25.9 [2021-05-10T08:50:20.284Z] Uninstalling urllib3-1.25.9: [2021-05-10T08:50:20.284Z] Successfully uninstalled urllib3-1.25.9 [2021-05-10T08:50:20.416Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T08:50:20.416Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-10T08:50:20.416Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-10T08:50:20.678Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-10T08:50:20.678Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T08:50:20.678Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-10T08:50:20.678Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-10T08:50:20.880Z] Attempting uninstall: requests [2021-05-10T08:50:20.880Z] Found existing installation: requests 2.23.0 [2021-05-10T08:50:20.880Z] Uninstalling requests-2.23.0: [2021-05-10T08:50:20.880Z] Successfully uninstalled requests-2.23.0 [2021-05-10T08:50:20.946Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-05-10T08:50:20.946Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T08:50:20.946Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-05-10T08:50:20.946Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-05-10T08:50:21.209Z] Setting up grep (3.1-2build1) ... [2021-05-10T08:50:21.209Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T08:50:21.209Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-10T08:50:21.209Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-10T08:50:21.471Z] Setting up login (1:4.5-1ubuntu2) ... [2021-05-10T08:50:21.733Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T08:50:21.733Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-10T08:50:21.733Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-10T08:50:21.733Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-05-10T08:50:21.996Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T08:50:21.996Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-10T08:50:21.996Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-10T08:50:22.572Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-10T08:50:22.572Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-10T08:50:22.856Z] Running setup.py install for texttable: started [2021-05-10T08:50:23.144Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-10T08:50:23.405Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-10T08:50:23.977Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-05-10T08:50:23.977Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T08:50:23.977Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-05-10T08:50:23.977Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-10T08:50:25.364Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-10T08:50:25.364Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-10T08:50:25.364Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-10T08:50:25.364Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-10T08:50:25.364Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-05-10T08:50:25.364Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T08:50:25.364Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-05-10T08:50:25.364Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-05-10T08:50:25.488Z] Running setup.py install for texttable: finished with status 'done' [2021-05-10T08:50:25.627Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-05-10T08:50:25.627Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T08:50:25.627Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-10T08:50:25.888Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-10T08:50:25.888Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-10T08:50:25.888Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T08:50:25.888Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-10T08:50:25.888Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-10T08:50:26.089Z] Step 1/31 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T08:50:26.089Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-10T08:50:26.089Z] ---> 2dfb3782932d [2021-05-10T08:50:26.089Z] Step 3/31 : WORKDIR /edgex-go [2021-05-10T08:50:26.089Z] ---> Using cache [2021-05-10T08:50:26.089Z] ---> e67c74609535 [2021-05-10T08:50:26.089Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T08:50:26.089Z] ---> Using cache [2021-05-10T08:50:26.089Z] ---> 4f5e00db5431 [2021-05-10T08:50:26.089Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-10T08:50:26.089Z] ---> Using cache [2021-05-10T08:50:26.089Z] ---> 1f83f691b224 [2021-05-10T08:50:26.089Z] Step 6/31 : COPY go.mod . [2021-05-10T08:50:26.089Z] ---> Using cache [2021-05-10T08:50:26.089Z] ---> 890ebad5a5b8 [2021-05-10T08:50:26.089Z] Step 7/31 : RUN go mod download [2021-05-10T08:50:26.089Z] ---> Using cache [2021-05-10T08:50:26.089Z] ---> d2ec54840175 [2021-05-10T08:50:26.089Z] Step 8/31 : COPY . . [2021-05-10T08:50:26.089Z] ---> Using cache [2021-05-10T08:50:26.089Z] ---> fbe29ad2dc1d [2021-05-10T08:50:26.089Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-10T08:50:26.175Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-10T08:50:26.175Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T08:50:26.175Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-10T08:50:26.175Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-10T08:50:26.477Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-10T08:50:26.477Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T08:50:26.477Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-10T08:50:26.477Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-10T08:50:26.477Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-10T08:50:26.751Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T08:50:26.751Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-10T08:50:26.751Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-10T08:50:26.751Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-10T08:50:26.751Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-10T08:50:26.751Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-10T08:50:27.020Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T08:50:27.020Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-10T08:50:27.020Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-10T08:50:27.020Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-10T08:50:27.020Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T08:50:27.020Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-10T08:50:27.020Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-10T08:50:27.286Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-10T08:50:27.286Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T08:50:27.286Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-10T08:50:27.286Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-10T08:50:27.562Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-05-10T08:50:27.562Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T08:50:27.562Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-10T08:50:27.562Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-10T08:50:28.073Z] 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.59.0 [2021-05-10T08:50:28.150Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-05-10T08:50:28.416Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-05-10T08:50:28.688Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-05-10T08:50:28.955Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T08:50:28.955Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-10T08:50:28.955Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-10T08:50:29.227Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-05-10T08:50:29.227Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-10T08:50:29.227Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-05-10T08:50:29.227Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-10T08:50:29.490Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-05-10T08:50:29.490Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T08:50:29.490Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-05-10T08:50:29.490Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-05-10T08:50:29.752Z] Setting up debconf (1.5.66ubuntu1) ... [2021-05-10T08:50:30.013Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T08:50:30.013Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-05-10T08:50:30.013Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-10T08:50:30.013Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-05-10T08:50:30.013Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T08:50:30.013Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-05-10T08:50:30.013Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-10T08:50:30.275Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-05-10T08:50:30.275Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T08:50:30.275Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-10T08:50:30.275Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-10T08:50:30.535Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-10T08:50:30.535Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T08:50:30.535Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-10T08:50:30.535Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-10T08:50:30.796Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-10T08:50:30.796Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T08:50:30.796Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-10T08:50:31.058Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-10T08:50:31.058Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-10T08:50:31.319Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T08:50:31.319Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-10T08:50:31.319Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-10T08:50:31.319Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.47_amd64.deb ... [2021-05-10T08:50:31.580Z] Unpacking systemd-sysv (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-05-10T08:50:31.580Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-10T08:50:31.580Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-10T08:50:31.580Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-10T08:50:31.580Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T08:50:31.580Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-05-10T08:50:31.869Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-05-10T08:50:31.869Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-05-10T08:50:31.869Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T08:50:31.869Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-05-10T08:50:31.869Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-10T08:50:32.130Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-10T08:50:32.394Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T08:50:32.394Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-10T08:50:32.394Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-10T08:50:32.394Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-10T08:50:32.656Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T08:50:32.656Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-05-10T08:50:32.656Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-05-10T08:50:32.656Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-05-10T08:50:32.916Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T08:50:32.916Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-10T08:50:32.916Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-10T08:50:33.177Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-05-10T08:50:33.439Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T08:50:33.439Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-10T08:50:33.700Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-10T08:50:33.700Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-05-10T08:50:33.700Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T08:50:33.700Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-05-10T08:50:33.700Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-10T08:50:33.961Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-05-10T08:50:33.961Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T08:50:33.961Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-05-10T08:50:33.961Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-10T08:50:34.222Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-05-10T08:50:34.483Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T08:50:34.483Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-05-10T08:50:34.483Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-05-10T08:50:34.483Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-05-10T08:50:34.745Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T08:50:34.745Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-05-10T08:50:34.745Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-05-10T08:50:34.745Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-05-10T08:50:34.787Z] ---> Running in 7880a0390443 [2021-05-10T08:50:35.006Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T08:50:35.006Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-05-10T08:50:35.006Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-05-10T08:50:35.006Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-05-10T08:50:35.269Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T08:50:35.269Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-05-10T08:50:35.269Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-05-10T08:50:35.269Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-05-10T08:50:35.530Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T08:50:35.530Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-05-10T08:50:35.530Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-05-10T08:50:35.530Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-05-10T08:50:35.530Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-10T08:50:35.530Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-05-10T08:50:35.530Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-05-10T08:50:35.797Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-05-10T08:50:35.797Z] (Reading database ... 13915 files and directories currently installed.) [2021-05-10T08:50:35.797Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-10T08:50:35.797Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-10T08:50:36.058Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-10T08:50:36.059Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-10T08:50:36.220Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-05-10T08:50:36.319Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-10T08:50:36.320Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-10T08:50:36.581Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-05-10T08:50:36.581Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-05-10T08:50:36.840Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-05-10T08:50:36.840Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-05-10T08:50:36.840Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-05-10T08:50:36.840Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-05-10T08:50:36.840Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-05-10T08:50:37.109Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-05-10T08:50:37.109Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-05-10T08:50:37.109Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-05-10T08:50:37.109Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-05-10T08:50:37.373Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-05-10T08:50:37.373Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-05-10T08:50:37.373Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-05-10T08:50:37.634Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-05-10T08:50:37.634Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-05-10T08:50:37.634Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-05-10T08:50:37.894Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-05-10T08:50:38.838Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-05-10T08:50:38.838Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-05-10T08:50:38.838Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-05-10T08:50:38.838Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-05-10T08:50:38.838Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-10T08:50:38.838Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-10T08:50:38.879Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T08:50:38.879Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-10T08:50:38.879Z] ---> 2dfb3782932d [2021-05-10T08:50:38.879Z] Step 3/23 : WORKDIR /edgex-go [2021-05-10T08:50:38.879Z] ---> Using cache [2021-05-10T08:50:38.879Z] ---> e67c74609535 [2021-05-10T08:50:38.879Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T08:50:38.879Z] ---> Using cache [2021-05-10T08:50:38.879Z] ---> 4f5e00db5431 [2021-05-10T08:50:38.879Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-10T08:50:39.163Z] Step 1/25 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T08:50:39.163Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-05-10T08:50:39.163Z] ---> 2dfb3782932d [2021-05-10T08:50:39.163Z] Step 3/25 : WORKDIR /edgex-go [2021-05-10T08:50:39.163Z] ---> Using cache [2021-05-10T08:50:39.163Z] ---> e67c74609535 [2021-05-10T08:50:39.163Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T08:50:39.163Z] ---> Using cache [2021-05-10T08:50:39.163Z] ---> 4f5e00db5431 [2021-05-10T08:50:39.163Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-05-10T08:50:39.163Z] ---> Using cache [2021-05-10T08:50:39.163Z] ---> 1f83f691b224 [2021-05-10T08:50:39.163Z] Step 6/25 : COPY go.mod . [2021-05-10T08:50:39.163Z] ---> Using cache [2021-05-10T08:50:39.163Z] ---> 890ebad5a5b8 [2021-05-10T08:50:39.163Z] Step 7/25 : RUN go mod download [2021-05-10T08:50:39.163Z] ---> Using cache [2021-05-10T08:50:39.163Z] ---> d2ec54840175 [2021-05-10T08:50:39.163Z] Step 8/25 : COPY . . [2021-05-10T08:50:39.411Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-10T08:50:39.411Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-10T08:50:39.434Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T08:50:39.434Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-10T08:50:39.434Z] ---> 2dfb3782932d [2021-05-10T08:50:39.434Z] Step 3/22 : WORKDIR /edgex-go [2021-05-10T08:50:39.434Z] ---> Using cache [2021-05-10T08:50:39.434Z] ---> e67c74609535 [2021-05-10T08:50:39.434Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T08:50:39.434Z] ---> Using cache [2021-05-10T08:50:39.434Z] ---> 4f5e00db5431 [2021-05-10T08:50:39.434Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-10T08:50:39.434Z] ---> Using cache [2021-05-10T08:50:39.434Z] ---> 1f83f691b224 [2021-05-10T08:50:39.434Z] Step 6/22 : COPY go.mod . [2021-05-10T08:50:39.434Z] ---> Using cache [2021-05-10T08:50:39.434Z] ---> 890ebad5a5b8 [2021-05-10T08:50:39.434Z] Step 7/22 : RUN go mod download [2021-05-10T08:50:39.434Z] ---> Using cache [2021-05-10T08:50:39.434Z] ---> d2ec54840175 [2021-05-10T08:50:39.434Z] Step 8/22 : COPY . . [2021-05-10T08:50:39.434Z] ---> Using cache [2021-05-10T08:50:39.434Z] ---> fbe29ad2dc1d [2021-05-10T08:50:39.434Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-10T08:50:39.673Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-10T08:50:39.673Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-10T08:50:39.673Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-10T08:50:39.673Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-10T08:50:39.936Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-10T08:50:39.936Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-10T08:50:39.936Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-10T08:50:39.936Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-10T08:50:40.038Z] ---> Using cache [2021-05-10T08:50:40.038Z] ---> fbe29ad2dc1d [2021-05-10T08:50:40.038Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-10T08:50:40.038Z] ---> Running in 6cae7257888a [2021-05-10T08:50:40.038Z] ---> Running in 5ad0040d9bc8 [2021-05-10T08:50:40.198Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-10T08:50:40.198Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-10T08:50:40.198Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-10T08:50:40.198Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-10T08:50:40.332Z] ---> Running in dcb1e7dba54d [2021-05-10T08:50:41.140Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-10T08:50:41.401Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-10T08:50:42.341Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-10T08:50:42.341Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-10T08:50:43.298Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-10T08:50:43.298Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-10T08:50:43.559Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-10T08:50:43.559Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-10T08:50:43.754Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T08:50:44.029Z] 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-05-10T08:50:44.029Z] 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-05-10T08:50:44.948Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-10T08:50:44.948Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-10T08:50:44.948Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-10T08:50:44.948Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-10T08:50:44.948Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-05-10T08:50:44.948Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-10T08:50:45.209Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-05-10T08:50:45.209Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-10T08:50:45.209Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-05-10T08:50:45.209Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-05-10T08:50:45.470Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-10T08:50:45.470Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-10T08:50:45.470Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-10T08:50:45.470Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-10T08:50:45.731Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-05-10T08:50:45.731Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-05-10T08:50:45.731Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T08:50:45.731Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-10T08:50:45.992Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T08:50:45.992Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T08:50:45.992Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T08:50:45.992Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-05-10T08:50:45.992Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-05-10T08:50:45.992Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-05-10T08:50:46.007Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T08:50:46.257Z] [2021-05-10T08:50:46.257Z] Current default time zone: 'Etc/UTC' [2021-05-10T08:50:46.257Z] Local time is now: Mon May 10 08:50:46 UTC 2021. [2021-05-10T08:50:46.257Z] Universal Time is now: Mon May 10 08:50:46 UTC 2021. [2021-05-10T08:50:46.257Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-05-10T08:50:46.257Z] [2021-05-10T08:50:46.257Z] Setting up systemd-sysv (237-3ubuntu10.47) ... [2021-05-10T08:50:46.257Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T08:50:46.257Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-05-10T08:50:46.257Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-05-10T08:50:46.257Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-05-10T08:50:46.516Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-05-10T08:50:46.516Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-05-10T08:50:46.516Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-05-10T08:50:46.516Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-05-10T08:50:46.516Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-05-10T08:50:46.516Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T08:50:46.516Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-05-10T08:50:46.776Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-10T08:50:46.777Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-10T08:50:46.777Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T08:50:46.992Z] OK: 218 MiB in 52 packages [2021-05-10T08:50:47.036Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-05-10T08:50:47.037Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-05-10T08:50:47.037Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-05-10T08:50:47.037Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-10T08:50:47.037Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-05-10T08:50:47.037Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-05-10T08:50:47.037Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-05-10T08:50:47.037Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-05-10T08:50:47.268Z] Removing intermediate container 6724d6be3989 [2021-05-10T08:50:47.268Z] ---> 5d3823ddbd10 [2021-05-10T08:50:47.268Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-10T08:50:47.551Z] ---> Running in f946b91f3bc7 [2021-05-10T08:50:48.542Z] Removing intermediate container f946b91f3bc7 [2021-05-10T08:50:48.542Z] ---> 66e281502146 [2021-05-10T08:50:48.542Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-10T08:50:48.814Z] ---> Running in 0c635ff01167 [2021-05-10T08:50:48.814Z] Removing intermediate container 5ad0040d9bc8 [2021-05-10T08:50:48.814Z] ---> 0d2501ecc672 [2021-05-10T08:50:48.814Z] Step 6/23 : COPY go.mod . [2021-05-10T08:50:48.947Z] Updating certificates in /etc/ssl/certs... [2021-05-10T08:50:49.414Z] Removing intermediate container 0c635ff01167 [2021-05-10T08:50:49.414Z] ---> aa8f3889bb5f [2021-05-10T08:50:49.414Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-10T08:50:49.886Z] 23 added, 27 removed; done. [2021-05-10T08:50:49.886Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-05-10T08:50:49.886Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-10T08:50:49.886Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-05-10T08:50:49.886Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-05-10T08:50:49.886Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-05-10T08:50:50.147Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-10T08:50:50.147Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-10T08:50:50.147Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-10T08:50:50.147Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-10T08:50:50.147Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-10T08:50:50.406Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-10T08:50:50.406Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-10T08:50:50.406Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-05-10T08:50:50.406Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-05-10T08:50:50.406Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-05-10T08:50:50.406Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-05-10T08:50:50.406Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-05-10T08:50:50.406Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-10T08:50:50.406Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-10T08:50:50.406Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-05-10T08:50:50.667Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-05-10T08:50:50.667Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-05-10T08:50:50.667Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-10T08:50:50.667Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-05-10T08:50:50.855Z] ---> e0c123cfdc6c [2021-05-10T08:50:50.855Z] Step 7/23 : RUN go mod download [2021-05-10T08:50:50.855Z] ---> Running in 67d3a9b3d318 [2021-05-10T08:50:50.928Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-05-10T08:50:50.928Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-05-10T08:50:50.928Z] Updating certificates in /etc/ssl/certs... [2021-05-10T08:50:51.449Z] ---> 5f2763dc3ea7 [2021-05-10T08:50:51.450Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-10T08:50:51.499Z] 0 added, 0 removed; done. [2021-05-10T08:50:51.499Z] Running hooks in /etc/ca-certificates/update.d... [2021-05-10T08:50:51.500Z] done. [2021-05-10T08:50:52.443Z] Reading package lists... [2021-05-10T08:50:52.443Z] Building dependency tree... [2021-05-10T08:50:52.443Z] Reading state information... [2021-05-10T08:50:52.704Z] The following NEW packages will be installed: [2021-05-10T08:50:52.704Z] apt-transport-https [2021-05-10T08:50:52.890Z] ---> a348aa40da90 [2021-05-10T08:50:52.890Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-10T08:50:52.965Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-05-10T08:50:52.965Z] Need to get 1692 B of archives. [2021-05-10T08:50:52.965Z] After this operation, 154 kB of additional disk space will be used. [2021-05-10T08:50:52.965Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-05-10T08:50:52.965Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-10T08:50:53.226Z] Fetched 1692 B in 0s (6199 B/s) [2021-05-10T08:50:53.226Z] Selecting previously unselected package apt-transport-https. [2021-05-10T08:50:53.226Z] (Reading database ... 13920 files and directories currently installed.) [2021-05-10T08:50:53.226Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-05-10T08:50:53.226Z] Unpacking apt-transport-https (1.6.13) ... [2021-05-10T08:50:53.226Z] Setting up apt-transport-https (1.6.13) ... [2021-05-10T08:50:53.489Z] Waiting for network to be ready... [2021-05-10T08:50:54.333Z] ---> 1e26c7421a7d [2021-05-10T08:50:54.333Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-10T08:50:54.333Z] ---> Running in ecc14a137ae9 [2021-05-10T08:50:55.314Z] Removing intermediate container ecc14a137ae9 [2021-05-10T08:50:55.314Z] ---> 2d9805005506 [2021-05-10T08:50:55.314Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T08:50:55.314Z] ---> Running in c63c381ea940 [2021-05-10T08:50:55.589Z] Removing intermediate container 67d3a9b3d318 [2021-05-10T08:50:55.589Z] ---> ce0df13685b2 [2021-05-10T08:50:55.589Z] Step 8/23 : COPY . . [2021-05-10T08:50:56.189Z] Removing intermediate container c63c381ea940 [2021-05-10T08:50:56.189Z] ---> 33ee6b2db4fe [2021-05-10T08:50:56.463Z] Step 21/23 : LABEL arch=arm64 [2021-05-10T08:50:56.738Z] ---> Running in 804151c1c297 [2021-05-10T08:50:57.728Z] Removing intermediate container 804151c1c297 [2021-05-10T08:50:57.728Z] ---> 90f9dcbf4740 [2021-05-10T08:50:57.728Z] Step 22/23 : LABEL git_sha=d4be9c6bde0dacdec4def8518740235f8b59addc [2021-05-10T08:50:58.334Z] ---> Running in 846e2407b7e3 [2021-05-10T08:50:59.786Z] Removing intermediate container 846e2407b7e3 [2021-05-10T08:50:59.786Z] ---> 4137a779fa91 [2021-05-10T08:50:59.786Z] Step 23/23 : LABEL version=0.0.0 [2021-05-10T08:51:00.389Z] ---> Running in 912511d10edc [2021-05-10T08:51:01.372Z] Removing intermediate container 912511d10edc [2021-05-10T08:51:01.372Z] ---> b09f57f7804c [2021-05-10T08:51:01.372Z] [2021-05-10T08:51:01.633Z] 2021-05-10T08:50:57Z INFO Waiting for automatic snapd restart... [2021-05-10T08:51:01.633Z] snapd 2.49.2 from Canonical* installed [2021-05-10T08:51:02.216Z] "snapd" switched to the "latest/stable" channel [2021-05-10T08:51:02.216Z] [2021-05-10T08:51:02.355Z] Successfully built b09f57f7804c [2021-05-10T08:51:02.355Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-05-10T08:51:07.512Z] core18 20210309 from Canonical* installed [2021-05-10T08:51:07.512Z] "core18" switched to the "latest/stable" channel [2021-05-10T08:51:07.512Z] [2021-05-10T08:51:14.093Z] snapcraft 4.7.1 from Canonical* installed [2021-05-10T08:51:14.093Z] "snapcraft" switched to the "latest/stable" channel [2021-05-10T08:51:14.093Z] [2021-05-10T08:51:17.399Z] 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-05-10T08:51:17.399Z] - README.md [2021-05-10T08:51:17.399Z] [2021-05-10T08:51:17.399Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-10T08:51:17.465Z]  Building docker-sys-mgmt-agent-go ... done  ---> 99dc1b8a1493 [2021-05-10T08:51:17.465Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-10T08:51:17.465Z] ---> Running in 1918b6ea46b6 [2021-05-10T08:51:19.465Z] 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-05-10T08:51:23.984Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-10T08:51:23.984Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-10T08:51:23.984Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-10T08:51:23.984Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-10T08:51:25.903Z] Reading package lists... [2021-05-10T08:51:25.903Z] 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-05-10T08:51:32.510Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-10T08:51:32.510Z] Reading package lists... [2021-05-10T08:51:32.510Z] Building dependency tree... [2021-05-10T08:51:32.510Z] Reading state information... [2021-05-10T08:51:32.510Z] Suggested packages: [2021-05-10T08:51:32.510Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-05-10T08:51:32.510Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-05-10T08:51:32.510Z] Recommended packages: [2021-05-10T08:51:32.510Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-05-10T08:51:32.510Z] The following NEW packages will be installed: [2021-05-10T08:51:32.510Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-05-10T08:51:32.510Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-05-10T08:51:32.510Z] pkg-config zip [2021-05-10T08:51:32.788Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-05-10T08:51:32.788Z] Need to get 7663 kB of archives. [2021-05-10T08:51:32.788Z] After this operation, 43.8 MB of additional disk space will be used. [2021-05-10T08:51:32.788Z] 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-05-10T08:51:32.788Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-05-10T08:51:32.788Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-05-10T08:51:33.056Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-05-10T08:51:33.056Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-05-10T08:51:33.056Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-05-10T08:51:33.056Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-05-10T08:51:33.324Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-05-10T08:51:33.324Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-05-10T08:51:33.324Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-05-10T08:51:33.324Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-05-10T08:51:33.324Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-05-10T08:51:33.324Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-05-10T08:51:33.632Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-05-10T08:51:33.632Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-05-10T08:51:33.905Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-10T08:51:33.905Z] Fetched 7663 kB in 1s (7327 kB/s) [2021-05-10T08:51:33.905Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-05-10T08:51:33.905Z] (Reading database ... 13924 files and directories currently installed.) [2021-05-10T08:51:33.905Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-05-10T08:51:33.905Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-10T08:51:34.168Z] Selecting previously unselected package libpsl5:amd64. [2021-05-10T08:51:34.168Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-05-10T08:51:34.168Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-05-10T08:51:34.168Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-05-10T08:51:34.168Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-05-10T08:51:34.168Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-10T08:51:34.430Z] Selecting previously unselected package librtmp1:amd64. [2021-05-10T08:51:34.430Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-05-10T08:51:34.430Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-10T08:51:34.430Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-05-10T08:51:34.430Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-05-10T08:51:34.430Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-10T08:51:34.430Z] Selecting previously unselected package liberror-perl. [2021-05-10T08:51:34.430Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-05-10T08:51:34.694Z] Unpacking liberror-perl (0.17025-1) ... [2021-05-10T08:51:34.694Z] Selecting previously unselected package git-man. [2021-05-10T08:51:34.694Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-05-10T08:51:34.694Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-10T08:51:34.694Z] Selecting previously unselected package git. [2021-05-10T08:51:34.694Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-05-10T08:51:34.956Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-05-10T08:51:35.902Z] Selecting previously unselected package libnorm1:amd64. [2021-05-10T08:51:35.902Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-05-10T08:51:35.902Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-10T08:51:35.902Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-05-10T08:51:35.902Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-05-10T08:51:35.902Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-10T08:51:35.902Z] Selecting previously unselected package libsodium23:amd64. [2021-05-10T08:51:35.902Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-05-10T08:51:35.902Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-05-10T08:51:36.165Z] Selecting previously unselected package libzmq5:amd64. [2021-05-10T08:51:36.165Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-10T08:51:36.165Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-10T08:51:36.165Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-05-10T08:51:36.165Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-10T08:51:36.165Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-10T08:51:36.427Z] Selecting previously unselected package pkg-config. [2021-05-10T08:51:36.427Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-05-10T08:51:36.427Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-05-10T08:51:36.427Z] Selecting previously unselected package zip. [2021-05-10T08:51:36.427Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-05-10T08:51:36.427Z] Unpacking zip (3.0-11build1) ... [2021-05-10T08:51:36.427Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-10T08:51:36.689Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-10T08:51:36.689Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-10T08:51:36.689Z] Setting up liberror-perl (0.17025-1) ... [2021-05-10T08:51:36.689Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-05-10T08:51:36.689Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-10T08:51:36.689Z] No schema files found: doing nothing. [2021-05-10T08:51:36.689Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-10T08:51:36.689Z] Setting up zip (3.0-11build1) ... [2021-05-10T08:51:36.952Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-10T08:51:36.952Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-05-10T08:51:36.952Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-05-10T08:51:36.952Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-10T08:51:36.952Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-10T08:51:36.952Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-10T08:51:37.214Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-05-10T08:51:37.214Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-10T08:51:43.820Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-10T08:51:44.084Z] git set to automatically installed. [2021-05-10T08:51:44.084Z] git-man set to automatically installed. [2021-05-10T08:51:44.084Z] libcurl3-gnutls set to automatically installed. [2021-05-10T08:51:44.084Z] liberror-perl set to automatically installed. [2021-05-10T08:51:44.084Z] libglib2.0-0 set to automatically installed. [2021-05-10T08:51:44.084Z] libnghttp2-14 set to automatically installed. [2021-05-10T08:51:44.084Z] libnorm1 set to automatically installed. [2021-05-10T08:51:44.084Z] libpgm-5.2-0 set to automatically installed. [2021-05-10T08:51:44.084Z] libpsl5 set to automatically installed. [2021-05-10T08:51:44.084Z] librtmp1 set to automatically installed. [2021-05-10T08:51:44.084Z] libsodium23 set to automatically installed. [2021-05-10T08:51:44.084Z] libzmq3-dev set to automatically installed. [2021-05-10T08:51:44.084Z] libzmq5 set to automatically installed. [2021-05-10T08:51:44.084Z] pkg-config set to automatically installed. [2021-05-10T08:51:44.084Z] zip set to automatically installed. [2021-05-10T08:51:45.483Z] snapd is not logged in, snap install commands will use sudo [2021-05-10T08:51:52.093Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-10T08:52:10.256Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-05-10T08:52:10.256Z] snapd is not logged in, snap install commands will use sudo [2021-05-10T08:52:14.471Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-10T08:52:15.044Z] snap "core18" has no updates available [2021-05-10T08:52:15.618Z] Pulling go-build-helper [2021-05-10T08:52:15.618Z] + snapcraftctl pull [2021-05-10T08:52:16.013Z] 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-05-10T08:52:16.013Z] Removing intermediate container 7880a0390443 [2021-05-10T08:52:16.013Z] ---> 338dff0d2fef [2021-05-10T08:52:16.013Z] [2021-05-10T08:52:16.013Z] Step 10/31 : FROM alpine:3.12 [2021-05-10T08:52:16.013Z] ---> 9852663dfa18 [2021-05-10T08:52:16.013Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-10T08:52:16.013Z] ---> Running in 4749202ae6f5 [2021-05-10T08:52:16.013Z] Removing intermediate container 4749202ae6f5 [2021-05-10T08:52:16.013Z] ---> da72ad0531de [2021-05-10T08:52:16.013Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-10T08:52:16.013Z] ---> Running in 9fe3774539e8 [2021-05-10T08:52:16.013Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-10T08:52:16.013Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-10T08:52:16.013Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-10T08:52:16.013Z] (2/2) Installing su-exec (0.2-r1) [2021-05-10T08:52:16.013Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T08:52:16.013Z] OK: 5 MiB in 16 packages [2021-05-10T08:52:16.013Z] Removing intermediate container 9fe3774539e8 [2021-05-10T08:52:16.013Z] ---> bd59f0320c64 [2021-05-10T08:52:16.013Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-10T08:52:16.013Z] ---> Running in dadf29cec942 [2021-05-10T08:52:16.013Z] Removing intermediate container dadf29cec942 [2021-05-10T08:52:16.013Z] ---> 5fcdd4e048b3 [2021-05-10T08:52:16.013Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-10T08:52:16.013Z] ---> Running in 157066e99e50 [2021-05-10T08:52:16.013Z] Removing intermediate container 157066e99e50 [2021-05-10T08:52:16.013Z] ---> 01d9e661bd93 [2021-05-10T08:52:16.013Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-10T08:52:16.013Z] ---> Running in ae294ecc20e2 [2021-05-10T08:52:17.005Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-05-10T08:52:17.005Z] Skipping pull go-build-helper (already ran) [2021-05-10T08:52:17.005Z] Building go-build-helper [2021-05-10T08:52:17.005Z] + snapcraftctl build [2021-05-10T08:52:19.553Z] Staging go-build-helper [2021-05-10T08:52:19.553Z] + snapcraftctl stage [2021-05-10T08:52:20.337Z] Removing intermediate container ae294ecc20e2 [2021-05-10T08:52:20.337Z] ---> ca3aedcbb822 [2021-05-10T08:52:20.337Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-10T08:52:20.337Z] Removing intermediate container 6cae7257888a [2021-05-10T08:52:20.337Z] ---> 3a8a321e777c [2021-05-10T08:52:20.337Z] [2021-05-10T08:52:20.337Z] Step 10/25 : FROM alpine:3.12 [2021-05-10T08:52:20.337Z] ---> 9852663dfa18 [2021-05-10T08:52:20.337Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-10T08:52:20.337Z] ---> Running in 5d05f4536aed [2021-05-10T08:52:20.337Z] ---> Running in 6a842c6e769c [2021-05-10T08:52:21.320Z] Removing intermediate container 6a842c6e769c [2021-05-10T08:52:21.320Z] ---> ac30993fe560 [2021-05-10T08:52:21.320Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-10T08:52:22.303Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-10T08:52:22.303Z] ---> ac52c64e2805 [2021-05-10T08:52:22.303Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-10T08:52:22.583Z] ---> Running in ca910fbbf6f9 [2021-05-10T08:52:22.583Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-10T08:52:23.189Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-10T08:52:23.189Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-10T08:52:23.189Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-10T08:52:23.189Z] (4/6) Installing curl (7.76.1-r0) [2021-05-10T08:52:23.189Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-10T08:52:23.189Z] (6/6) Installing su-exec (0.2-r1) [2021-05-10T08:52:23.464Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T08:52:23.464Z] Executing ca-certificates-20191127-r4.trigger [2021-05-10T08:52:23.737Z] OK: 7 MiB in 20 packages [2021-05-10T08:52:27.138Z] Removing intermediate container ca910fbbf6f9 [2021-05-10T08:52:27.138Z] ---> 5f07b2cd0371 [2021-05-10T08:52:27.138Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T08:52:27.138Z] Removing intermediate container 5d05f4536aed [2021-05-10T08:52:27.138Z] ---> 16c6d29bdb02 [2021-05-10T08:52:27.138Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-10T08:52:27.740Z] ---> Running in c10a0538ae2b [2021-05-10T08:52:28.736Z] ---> 122243f17fdd [2021-05-10T08:52:28.736Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-10T08:52:29.011Z] Removing intermediate container c10a0538ae2b [2021-05-10T08:52:29.011Z] ---> 503e27628dd1 [2021-05-10T08:52:29.011Z] Step 13/25 : WORKDIR / [2021-05-10T08:52:29.614Z] ---> Running in 0f241c79dd54 [2021-05-10T08:52:31.081Z] Removing intermediate container 0f241c79dd54 [2021-05-10T08:52:31.081Z] ---> c3f23b484128 [2021-05-10T08:52:31.081Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-10T08:52:31.681Z] ---> 787e9ff9a674 [2021-05-10T08:52:31.681Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-10T08:52:31.681Z] Removing intermediate container dcb1e7dba54d [2021-05-10T08:52:31.681Z] ---> 8ef278656a69 [2021-05-10T08:52:31.681Z] [2021-05-10T08:52:31.681Z] Step 10/22 : FROM alpine:3.12 [2021-05-10T08:52:31.681Z] ---> 9852663dfa18 [2021-05-10T08:52:31.681Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-10T08:52:31.681Z] ---> Using cache [2021-05-10T08:52:31.681Z] ---> 967fb1520d31 [2021-05-10T08:52:31.681Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-10T08:52:31.681Z] ---> Using cache [2021-05-10T08:52:31.681Z] ---> 90bc50598d53 [2021-05-10T08:52:31.681Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-10T08:52:31.828Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-10T08:52:31.828Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-10T08:52:31.828Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] [2021-05-10T08:52:31.828Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-10T08:52:31.828Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-10T08:52:31.828Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-10T08:52:31.828Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] [2021-05-10T08:52:31.828Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] [2021-05-10T08:52:31.828Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-10T08:52:31.828Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-10T08:52:31.828Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-10T08:52:31.828Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-10T08:52:31.828Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-10T08:52:31.828Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-10T08:52:31.828Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-10T08:52:31.828Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-10T08:52:31.828Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-10T08:52:31.828Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-10T08:52:31.828Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-10T08:52:31.828Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2043 kB] [2021-05-10T08:52:31.828Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-05-10T08:52:31.828Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-10T08:52:31.828Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-10T08:52:31.828Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [326 kB] [2021-05-10T08:52:31.828Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [44.2 kB] [2021-05-10T08:52:31.828Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-05-10T08:52:31.828Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-10T08:52:31.828Z] Fetched 24.5 MB in 0s (0 B/s) [2021-05-10T08:52:31.828Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-10T08:52:31.828Z] Fetched 224 kB in 0s (0 B/s) [2021-05-10T08:52:31.828Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-10T08:52:31.828Z] Fetched 157 kB in 0s (0 B/s) [2021-05-10T08:52:31.828Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-10T08:52:31.828Z] Fetched 221 kB in 0s (0 B/s) [2021-05-10T08:52:31.828Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-10T08:52:31.828Z] Fetched 143 kB in 0s (0 B/s) [2021-05-10T08:52:31.828Z] Pulling app-service-config [2021-05-10T08:52:31.828Z] + snapcraftctl pull [2021-05-10T08:52:31.956Z] ---> Running in 519f67ee671e [2021-05-10T08:52:32.231Z] ---> a8bca564e096 [2021-05-10T08:52:32.231Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-10T08:52:32.784Z] Cloning into '/root/parts/app-service-config/src'... [2021-05-10T08:52:32.831Z] Removing intermediate container 519f67ee671e [2021-05-10T08:52:32.831Z] ---> c9f5c9ba8213 [2021-05-10T08:52:32.831Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-10T08:52:33.108Z] ---> Running in 089831c80e22 [2021-05-10T08:52:33.108Z] ---> db9dc3c5d3a0 [2021-05-10T08:52:33.108Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-10T08:52:33.796Z] Pulling config-common [2021-05-10T08:52:33.796Z] + snapcraftctl pull [2021-05-10T08:52:34.147Z] ---> bd450b74f8bb [2021-05-10T08:52:34.147Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-10T08:52:34.147Z] Removing intermediate container 089831c80e22 [2021-05-10T08:52:34.147Z] ---> ee4a29b462be [2021-05-10T08:52:34.147Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T08:52:34.747Z] ---> 844d43082439 [2021-05-10T08:52:34.747Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-10T08:52:35.741Z] ---> a8a3d17d9afc [2021-05-10T08:52:35.741Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-10T08:52:35.741Z] ---> 7ef78c2a36e8 [2021-05-10T08:52:35.741Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-10T08:52:36.335Z] ---> d3a5440971c0 [2021-05-10T08:52:36.335Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-10T08:52:36.931Z] ---> Running in e85b8e338a44 [2021-05-10T08:52:36.931Z] ---> ee9dbe4f54f1 [2021-05-10T08:52:36.931Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-10T08:52:37.542Z] ---> 81ca482c8707 [2021-05-10T08:52:37.542Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-10T08:52:37.831Z] Removing intermediate container e85b8e338a44 [2021-05-10T08:52:37.831Z] ---> 91061d4be2dd [2021-05-10T08:52:37.831Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-10T08:52:39.104Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-10T08:52:39.104Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-10T08:52:39.104Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-10T08:52:39.104Z] Fetched 0 B in 0s (0 B/s) [2021-05-10T08:52:39.104Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-10T08:52:39.104Z] Fetched 0 B in 0s (0 B/s) [2021-05-10T08:52:39.104Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-10T08:52:39.104Z] Fetched 0 B in 0s (0 B/s) [2021-05-10T08:52:39.104Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-10T08:52:39.104Z] Fetched 0 B in 0s (0 B/s) [2021-05-10T08:52:39.104Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-10T08:52:39.104Z] Fetched 0 B in 0s (0 B/s) [2021-05-10T08:52:39.104Z] Pulling edgex-go [2021-05-10T08:52:39.104Z] + snapcraftctl pull [2021-05-10T08:52:39.275Z] ---> a215eed816f8 [2021-05-10T08:52:39.275Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-10T08:52:39.275Z] ---> 58225f1afc8d [2021-05-10T08:52:39.275Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-10T08:52:39.275Z] ---> 4bfb90759122 [2021-05-10T08:52:39.275Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-10T08:52:39.548Z] ---> Running in f11b29c2ee85 [2021-05-10T08:52:39.828Z] ---> Running in c4b2364fd523 [2021-05-10T08:52:40.427Z] Removing intermediate container f11b29c2ee85 [2021-05-10T08:52:40.427Z] ---> a7b9c631597e [2021-05-10T08:52:40.427Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T08:52:40.701Z] ---> Running in 75e49891bce1 [2021-05-10T08:52:41.298Z] ---> 40aab59d810b [2021-05-10T08:52:41.298Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-10T08:52:41.570Z] Removing intermediate container 75e49891bce1 [2021-05-10T08:52:41.570Z] ---> ef2e931ef04a [2021-05-10T08:52:41.570Z] Step 20/22 : LABEL arch=arm64 [2021-05-10T08:52:41.845Z] ---> Running in 9b0a088f52bf [2021-05-10T08:52:42.442Z] Removing intermediate container 9b0a088f52bf [2021-05-10T08:52:42.442Z] ---> f8892d16ab8e [2021-05-10T08:52:42.442Z] Step 21/22 : LABEL git_sha=d4be9c6bde0dacdec4def8518740235f8b59addc [2021-05-10T08:52:42.442Z] ---> 5ea9c0e0afb5 [2021-05-10T08:52:42.442Z] Step 21/25 : 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-05-10T08:52:42.442Z] ---> Running in 73ef6b31ab5e [2021-05-10T08:52:42.724Z] ---> Running in 827f9e81593e [2021-05-10T08:52:42.724Z] Removing intermediate container c4b2364fd523 [2021-05-10T08:52:42.724Z] ---> 8d20c809252d [2021-05-10T08:52:43.006Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-10T08:52:43.280Z] ---> Running in 3c7bb03465a3 [2021-05-10T08:52:43.280Z] Removing intermediate container 73ef6b31ab5e [2021-05-10T08:52:43.280Z] ---> 2df8ac76a93a [2021-05-10T08:52:43.280Z] Step 22/22 : LABEL version=0.0.0 [2021-05-10T08:52:43.900Z] ---> Running in 9b4f997bf9d3 [2021-05-10T08:52:44.501Z] Removing intermediate container 3c7bb03465a3 [2021-05-10T08:52:44.501Z] ---> 3d38fd58b92f [2021-05-10T08:52:44.501Z] Step 28/31 : CMD ["gate"] [2021-05-10T08:52:44.501Z] Removing intermediate container 9b4f997bf9d3 [2021-05-10T08:52:44.501Z] ---> c94ac6b01afd [2021-05-10T08:52:44.501Z] [2021-05-10T08:52:44.781Z] ---> Running in 8a2862223d54 [2021-05-10T08:52:45.055Z] Successfully built c94ac6b01afd [2021-05-10T08:52:45.353Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-05-10T08:52:45.353Z]  Building docker-support-scheduler-go ... done Removing intermediate container 8a2862223d54 [2021-05-10T08:52:45.353Z] ---> dcabf5a66cd1 [2021-05-10T08:52:45.353Z] Step 29/31 : LABEL arch=arm64 [2021-05-10T08:52:45.945Z] ---> Running in b71ff6825efc [2021-05-10T08:52:45.945Z] Removing intermediate container 827f9e81593e [2021-05-10T08:52:45.945Z] ---> b374f7a7da31 [2021-05-10T08:52:45.945Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-05-10T08:52:45.945Z] ---> Running in a90d786616d2 [2021-05-10T08:52:46.537Z] Removing intermediate container b71ff6825efc [2021-05-10T08:52:46.537Z] ---> 67686436e6df [2021-05-10T08:52:46.537Z] Step 30/31 : LABEL git_sha=d4be9c6bde0dacdec4def8518740235f8b59addc [2021-05-10T08:52:46.537Z] Removing intermediate container a90d786616d2 [2021-05-10T08:52:46.537Z] ---> 54080e8b145e [2021-05-10T08:52:46.537Z] Step 23/25 : LABEL arch=arm64 [2021-05-10T08:52:46.807Z] ---> Running in 3e85a4193d2d [2021-05-10T08:52:46.807Z] ---> Running in 1efe728818c2 [2021-05-10T08:52:47.081Z] Removing intermediate container 3e85a4193d2d [2021-05-10T08:52:47.081Z] ---> 6769f73481c0 [2021-05-10T08:52:47.081Z] Step 31/31 : LABEL version=0.0.0 [2021-05-10T08:52:47.350Z] Removing intermediate container 1efe728818c2 [2021-05-10T08:52:47.350Z] ---> 7385194e0ab7 [2021-05-10T08:52:47.350Z] Step 24/25 : LABEL git_sha=d4be9c6bde0dacdec4def8518740235f8b59addc [2021-05-10T08:52:47.619Z] ---> Running in babed12b082e [2021-05-10T08:52:47.619Z] ---> Running in 8f1670593242 [2021-05-10T08:52:48.213Z] Removing intermediate container 8f1670593242 [2021-05-10T08:52:48.213Z] ---> 72f0413520ac [2021-05-10T08:52:48.213Z] Step 25/25 : LABEL version=0.0.0 [2021-05-10T08:52:48.213Z] Removing intermediate container babed12b082e [2021-05-10T08:52:48.213Z] ---> 8a4fb2726d8c [2021-05-10T08:52:48.213Z] [2021-05-10T08:52:48.483Z] ---> Running in 88c4b4ca2fff [2021-05-10T08:52:48.795Z] Successfully built 8a4fb2726d8c [2021-05-10T08:52:48.795Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-05-10T08:52:49.065Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 88c4b4ca2fff [2021-05-10T08:52:49.065Z] ---> 0e46822b1a13 [2021-05-10T08:52:49.065Z] [2021-05-10T08:52:49.334Z] Successfully built 0e46822b1a13 [2021-05-10T08:52:49.334Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-05-10T08:52:51.296Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 1918b6ea46b6 [2021-05-10T08:52:51.296Z] ---> 448dc14c7bde [2021-05-10T08:52:51.296Z] [2021-05-10T08:52:51.296Z] Step 10/23 : FROM alpine:3.12 [2021-05-10T08:52:51.296Z] ---> 9852663dfa18 [2021-05-10T08:52:51.296Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-10T08:52:51.296Z] ---> Running in 6497276c9f16 [2021-05-10T08:52:51.885Z] Removing intermediate container 6497276c9f16 [2021-05-10T08:52:51.885Z] ---> 458a3e1c4f09 [2021-05-10T08:52:51.885Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-10T08:52:51.885Z] ---> Running in 81fd137b7ae2 [2021-05-10T08:52:52.156Z] Removing intermediate container 81fd137b7ae2 [2021-05-10T08:52:52.156Z] ---> 25dad804d92b [2021-05-10T08:52:52.156Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-10T08:52:52.428Z] ---> Running in 0c52ff94d2ca [2021-05-10T08:52:52.701Z] Removing intermediate container 0c52ff94d2ca [2021-05-10T08:52:52.701Z] ---> e86d2cba205e [2021-05-10T08:52:52.701Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T08:52:52.974Z] ---> Running in 8dc05fcff7d9 [2021-05-10T08:52:54.949Z] Removing intermediate container 8dc05fcff7d9 [2021-05-10T08:52:54.949Z] ---> 731cfa423d83 [2021-05-10T08:52:54.949Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-10T08:52:55.219Z] ---> Running in f9fe61cca0fe [2021-05-10T08:52:56.193Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-10T08:52:57.612Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-10T08:52:58.582Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-10T08:52:58.851Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-10T08:52:59.122Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-10T08:52:59.393Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-10T08:52:59.663Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-10T08:52:59.937Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-10T08:52:59.937Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T08:52:59.937Z] OK: 8 MiB in 20 packages [2021-05-10T08:53:01.079Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-10T08:53:01.079Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-10T08:53:01.079Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-10T08:53:01.079Z] Fetched 0 B in 0s (0 B/s) [2021-05-10T08:53:01.079Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-05-10T08:53:01.079Z] Fetched 96.5 kB in 0s (0 B/s) [2021-05-10T08:53:01.079Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-05-10T08:53:01.079Z] Fetched 279 kB in 0s (0 B/s) [2021-05-10T08:53:01.079Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-05-10T08:53:01.079Z] Fetched 122 kB in 0s (0 B/s) [2021-05-10T08:53:01.079Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-05-10T08:53:01.079Z] Fetched 77.8 kB in 0s (0 B/s) [2021-05-10T08:53:01.079Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-05-10T08:53:01.079Z] Fetched 8848 B in 0s (0 B/s) [2021-05-10T08:53:01.079Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-05-10T08:53:01.079Z] Fetched 47.8 kB in 0s (0 B/s) [2021-05-10T08:53:01.079Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-05-10T08:53:01.079Z] Fetched 45.6 kB in 0s (0 B/s) [2021-05-10T08:53:01.079Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-05-10T08:53:01.079Z] Fetched 15.0 kB in 0s (0 B/s) [2021-05-10T08:53:01.079Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-05-10T08:53:01.079Z] Fetched 219 kB in 0s (0 B/s) [2021-05-10T08:53:01.079Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-05-10T08:53:01.079Z] Fetched 154 kB in 0s (0 B/s) [2021-05-10T08:53:01.079Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-05-10T08:53:01.079Z] Fetched 50.6 kB in 0s (0 B/s) [2021-05-10T08:53:01.079Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-05-10T08:53:01.079Z] Fetched 14.8 kB in 0s (0 B/s) [2021-05-10T08:53:01.079Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-05-10T08:53:01.079Z] Fetched 41.8 kB in 0s (0 B/s) [2021-05-10T08:53:01.079Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-05-10T08:53:01.079Z] Fetched 499 kB in 0s (0 B/s) [2021-05-10T08:53:01.079Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-05-10T08:53:01.079Z] Fetched 111 kB in 0s (0 B/s) [2021-05-10T08:53:01.079Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-05-10T08:53:01.079Z] Fetched 240 kB in 0s (0 B/s) [2021-05-10T08:53:01.079Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-05-10T08:53:01.079Z] Fetched 29.3 kB in 0s (0 B/s) [2021-05-10T08:53:01.079Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-05-10T08:53:01.079Z] Fetched 85.5 kB in 0s (0 B/s) [2021-05-10T08:53:01.079Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-05-10T08:53:01.079Z] Fetched 24.5 kB in 0s (0 B/s) [2021-05-10T08:53:01.079Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-05-10T08:53:01.079Z] Fetched 49.2 kB in 0s (0 B/s) [2021-05-10T08:53:01.079Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-05-10T08:53:01.079Z] Fetched 54.2 kB in 0s (0 B/s) [2021-05-10T08:53:01.079Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-05-10T08:53:01.079Z] Fetched 30.8 kB in 0s (0 B/s) [2021-05-10T08:53:01.079Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-05-10T08:53:01.079Z] Fetched 15.8 kB in 0s (0 B/s) [2021-05-10T08:53:01.079Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-05-10T08:53:01.080Z] Fetched 85.9 kB in 0s (0 B/s) [2021-05-10T08:53:01.080Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-05-10T08:53:01.080Z] Fetched 8720 B in 0s (0 B/s) [2021-05-10T08:53:01.080Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-05-10T08:53:01.080Z] Fetched 137 kB in 0s (0 B/s) [2021-05-10T08:53:01.080Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-05-10T08:53:01.080Z] Fetched 119 kB in 0s (0 B/s) [2021-05-10T08:53:01.080Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-05-10T08:53:01.080Z] Fetched 110 kB in 0s (0 B/s) [2021-05-10T08:53:01.080Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-05-10T08:53:01.080Z] Fetched 11.1 kB in 0s (0 B/s) [2021-05-10T08:53:01.080Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-05-10T08:53:01.080Z] Fetched 645 kB in 0s (0 B/s) [2021-05-10T08:53:01.080Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-05-10T08:53:01.080Z] Fetched 41.3 kB in 0s (0 B/s) [2021-05-10T08:53:01.080Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-05-10T08:53:01.080Z] Fetched 17.9 kB in 0s (0 B/s) [2021-05-10T08:53:01.080Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-05-10T08:53:01.080Z] Fetched 368 kB in 0s (0 B/s) [2021-05-10T08:53:01.080Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-05-10T08:53:01.080Z] Fetched 187 kB in 0s (0 B/s) [2021-05-10T08:53:01.080Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-05-10T08:53:01.080Z] Fetched 175 kB in 0s (0 B/s) [2021-05-10T08:53:01.080Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-05-10T08:53:01.080Z] Fetched 206 kB in 0s (0 B/s) [2021-05-10T08:53:01.080Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-05-10T08:53:01.080Z] Fetched 1301 kB in 0s (0 B/s) [2021-05-10T08:53:01.080Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-05-10T08:53:01.080Z] Fetched 36.2 kB in 0s (0 B/s) [2021-05-10T08:53:01.080Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-05-10T08:53:01.080Z] Fetched 159 kB in 0s (0 B/s) [2021-05-10T08:53:01.080Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-05-10T08:53:01.080Z] Fetched 107 kB in 0s (0 B/s) [2021-05-10T08:53:01.080Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-05-10T08:53:01.080Z] Fetched 48.7 kB in 0s (0 B/s) [2021-05-10T08:53:01.080Z] Pulling static-packages [2021-05-10T08:53:01.080Z] + snapcraftctl pull [2021-05-10T08:53:01.425Z] Removing intermediate container f9fe61cca0fe [2021-05-10T08:53:01.425Z] ---> 18bf5c5935d6 [2021-05-10T08:53:01.425Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T08:53:01.651Z] Pulling version [2021-05-10T08:53:01.651Z] + cd /root/project [2021-05-10T08:53:01.651Z] + [ -f VERSION ] [2021-05-10T08:53:01.651Z] + PROJECT_VERSION=local-dev [2021-05-10T08:53:01.651Z] + git rev-parse --short HEAD [2021-05-10T08:53:01.651Z] + GIT_REVISION=623c3793 [2021-05-10T08:53:01.651Z] + snapcraftctl set-version local-dev [2021-05-10T08:53:02.077Z] ---> ca9d0014e929 [2021-05-10T08:53:02.077Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-10T08:53:03.037Z] Skipping build go-build-helper (already ran) [2021-05-10T08:53:03.037Z] Building app-service-config [2021-05-10T08:53:03.037Z] + make build [2021-05-10T08:53:03.037Z] go mod tidy [2021-05-10T08:53:03.549Z] ---> 0db495834f4d [2021-05-10T08:53:03.550Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-10T08:53:04.550Z] ---> 160011d2e096 [2021-05-10T08:53:04.550Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-10T08:53:04.550Z] ---> Running in a61ab6d5de0e [2021-05-10T08:53:04.952Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.55 [2021-05-10T08:53:04.952Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.7 [2021-05-10T08:53:05.161Z] Removing intermediate container a61ab6d5de0e [2021-05-10T08:53:05.161Z] ---> 12663595cb2a [2021-05-10T08:53:05.161Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T08:53:05.161Z] ---> Running in e9cfffebcdee [2021-05-10T08:53:05.212Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-05-10T08:53:05.212Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.82 [2021-05-10T08:53:05.212Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-05-10T08:53:05.212Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.46 [2021-05-10T08:53:05.212Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-05-10T08:53:05.472Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.13 [2021-05-10T08:53:05.472Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-05-10T08:53:05.472Z] go: downloading github.com/google/uuid v1.2.0 [2021-05-10T08:53:05.733Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-05-10T08:53:05.733Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-05-10T08:53:05.733Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.4 [2021-05-10T08:53:05.804Z] Removing intermediate container e9cfffebcdee [2021-05-10T08:53:05.804Z] ---> 50524c754ea1 [2021-05-10T08:53:05.804Z] Step 21/23 : LABEL arch=arm64 [2021-05-10T08:53:05.804Z] ---> Running in b1dc6d9b87ca [2021-05-10T08:53:06.036Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-05-10T08:53:06.036Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-05-10T08:53:06.297Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-05-10T08:53:06.297Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-05-10T08:53:06.297Z] go: downloading github.com/stretchr/objx v0.1.0 [2021-05-10T08:53:06.426Z] Removing intermediate container b1dc6d9b87ca [2021-05-10T08:53:06.426Z] ---> 85aebb87207e [2021-05-10T08:53:06.426Z] Step 22/23 : LABEL git_sha=d4be9c6bde0dacdec4def8518740235f8b59addc [2021-05-10T08:53:06.426Z] ---> Running in 6278770dd814 [2021-05-10T08:53:06.759Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-05-10T08:53:06.759Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-05-10T08:53:06.759Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.18 [2021-05-10T08:53:06.759Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 [2021-05-10T08:53:06.759Z] go: downloading github.com/x448/float16 v0.8.4 [2021-05-10T08:53:06.759Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-05-10T08:53:06.759Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-05-10T08:53:06.759Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-05-10T08:53:06.759Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-05-10T08:53:06.759Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-05-10T08:53:06.759Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-05-10T08:53:07.019Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-05-10T08:53:07.019Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-05-10T08:53:07.019Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-05-10T08:53:07.019Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-05-10T08:53:07.019Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-05-10T08:53:07.019Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-05-10T08:53:07.019Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-05-10T08:53:07.019Z] go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2021-05-10T08:53:07.019Z] go: downloading github.com/hashicorp/consul/sdk v0.7.0 [2021-05-10T08:53:07.019Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-05-10T08:53:07.019Z] go: downloading github.com/kr/pretty v0.2.0 [2021-05-10T08:53:07.019Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2021-05-10T08:53:07.019Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-05-10T08:53:07.044Z] Removing intermediate container 6278770dd814 [2021-05-10T08:53:07.044Z] ---> 053d88a14c81 [2021-05-10T08:53:07.045Z] Step 23/23 : LABEL version=0.0.0 [2021-05-10T08:53:07.045Z] ---> Running in 6bd0baa51f35 [2021-05-10T08:53:07.315Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-05-10T08:53:07.315Z] go: downloading github.com/go-stack/stack v1.8.0 [2021-05-10T08:53:07.315Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-05-10T08:53:07.315Z] go: downloading golang.org/x/text v0.3.2 [2021-05-10T08:53:07.315Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-05-10T08:53:07.315Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2021-05-10T08:53:07.315Z] go: downloading github.com/pkg/errors v0.8.1 [2021-05-10T08:53:07.315Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-05-10T08:53:07.576Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-05-10T08:53:07.576Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-05-10T08:53:07.576Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-05-10T08:53:07.576Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-05-10T08:53:07.576Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-05-10T08:53:07.576Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-05-10T08:53:07.576Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2021-05-10T08:53:07.576Z] go: downloading github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2021-05-10T08:53:07.576Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2021-05-10T08:53:07.576Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2021-05-10T08:53:07.576Z] go: downloading github.com/kr/text v0.1.0 [2021-05-10T08:53:07.644Z] Removing intermediate container 6bd0baa51f35 [2021-05-10T08:53:07.644Z] ---> c6de3ec02706 [2021-05-10T08:53:07.644Z] [2021-05-10T08:53:07.838Z] go: downloading github.com/onsi/ginkgo v1.10.1 [2021-05-10T08:53:07.838Z] go: downloading github.com/miekg/dns v1.1.26 [2021-05-10T08:53:07.838Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-05-10T08:53:07.838Z] go: downloading github.com/onsi/gomega v1.7.0 [2021-05-10T08:53:07.838Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.0 [2021-05-10T08:53:07.838Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2021-05-10T08:53:07.838Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2021-05-10T08:53:07.838Z] go: downloading github.com/fatih/color v1.9.0 [2021-05-10T08:53:07.838Z] go: downloading github.com/hpcloud/tail v1.0.0 [2021-05-10T08:53:07.838Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2021-05-10T08:53:07.838Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2021-05-10T08:53:07.838Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-05-10T08:53:07.838Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-05-10T08:53:07.838Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2021-05-10T08:53:07.838Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2021-05-10T08:53:07.838Z] go: downloading github.com/golang/protobuf v1.3.2 [2021-05-10T08:53:07.918Z] Successfully built c6de3ec02706 [2021-05-10T08:53:08.109Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [2021-05-10T08:53:08.109Z] go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-05-10T08:53:08.188Z] Successfully tagged docker-core-data-go-arm64:latest [2021-05-10T08:53:08.204Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-05-10T08:53:08.212Z] $ docker stop --time=1 db7ec9df2f4370c6ae9c44b5fb44946c98a151389b00c2a536a1453ab3473165 [2021-05-10T08:53:08.680Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.55 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-05-10T08:53:10.178Z] $ docker rm -f db7ec9df2f4370c6ae9c44b5fb44946c98a151389b00c2a536a1453ab3473165 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-10T08:53:10.781Z] + + grep docker [2021-05-10T08:53:10.781Z] docker images [2021-05-10T08:53:11.052Z] docker-core-data-go-arm64 latest c6de3ec02706 3 seconds ago 20.3MB [2021-05-10T08:53:11.052Z] docker-security-secretstore-setup-go-arm64 latest 0e46822b1a13 22 seconds ago 24.3MB [2021-05-10T08:53:11.052Z] docker-security-bootstrapper-go-arm64 latest 8a4fb2726d8c 23 seconds ago 17.1MB [2021-05-10T08:53:11.052Z] docker-support-scheduler-go-arm64 latest c94ac6b01afd 26 seconds ago 16.1MB [2021-05-10T08:53:11.052Z] docker-sys-mgmt-agent-go-arm64 latest b09f57f7804c 2 minutes ago 299MB [2021-05-10T08:53:11.052Z] docker-core-metadata-go-arm64 latest f767f298e2f1 3 minutes ago 17.4MB [2021-05-10T08:53:11.052Z] docker-core-command-go-arm64 latest 682e3e22782d 3 minutes ago 16.1MB [2021-05-10T08:53:11.052Z] docker-support-notifications-go-arm64 latest a00e5ba61502 3 minutes ago 16.6MB [2021-05-10T08:53:11.052Z] docker-security-proxy-setup-go-arm64 latest 9275eebf6d82 3 minutes ago 23.9MB [2021-05-10T08:53:11.052Z] docker 20.10.0 eeaf43b92773 5 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-05-10T08:53:11.604Z] ---> job-cost.sh [2021-05-10T08:53:11.604Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-1HAu [2021-05-10T08:53:20.931Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-05-10T08:53:20.931Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-05-10T08:53:20.931Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-05-10T08:53:20.931Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-05-10T08:53:20.931Z] Building config-common [2021-05-10T08:53:20.931Z] + snapcraftctl build [2021-05-10T08:53:24.241Z] Building edgex-go [2021-05-10T08:53:24.503Z] + cd /root/parts/edgex-go/src [2021-05-10T08:53:24.503Z] + make build [2021-05-10T08:53:24.503Z] 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-05-10T08:53:25.085Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.42 [2021-05-10T08:53:25.085Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-05-10T08:53:25.085Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.80 [2021-05-10T08:53:25.085Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.20 [2021-05-10T08:53:25.085Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.8 [2021-05-10T08:53:25.085Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-05-10T08:53:25.353Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-05-10T08:53:29.566Z] 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-05-10T08:53:36.162Z] 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-05-10T08:53:37.548Z] 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-05-10T08:53:39.461Z] 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-05-10T08:53:40.033Z] 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-05-10T08:53:42.629Z] 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-05-10T08:53:42.629Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-05-10T08:53:42.629Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-05-10T08:53:44.069Z] 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-05-10T08:53:46.003Z] 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-05-10T08:53:46.003Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-05-10T08:53:47.399Z] 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-05-10T08:53:48.793Z] 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-05-10T08:53:50.180Z] 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-05-10T08:53:50.445Z] go: downloading github.com/lib/pq v1.10.1 [2021-05-10T08:53:50.582Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-10T08:53:53.019Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-05-10T08:53:53.019Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-05-10T08:53:53.019Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-05-10T08:53:53.019Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-05-10T08:53:53.019Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-05-10T08:53:53.019Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-05-10T08:53:53.019Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-05-10T08:53:53.019Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-05-10T08:53:53.019Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-05-10T08:53:53.019Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-05-10T08:53:53.019Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-05-10T08:53:53.019Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-05-10T08:53:53.019Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-05-10T08:53:53.019Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-05-10T08:53:53.019Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-05-10T08:53:53.019Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-05-10T08:53:53.019Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-05-10T08:53:53.019Z] + 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-05-10T08:53:53.019Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-05-10T08:53:53.019Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-05-10T08:53:53.019Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-05-10T08:53:53.019Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-05-10T08:53:53.019Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-05-10T08:53:53.019Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-05-10T08:53:53.019Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-05-10T08:53:53.019Z] + 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-05-10T08:53:57.232Z] Building static-packages [2021-05-10T08:53:57.232Z] + snapcraftctl build [2021-05-10T08:53:59.792Z] Building version [2021-05-10T08:53:59.792Z] + snapcraftctl build [2021-05-10T08:54:02.351Z] Skipping stage go-build-helper (already ran) [2021-05-10T08:54:02.351Z] Staging app-service-config [2021-05-10T08:54:02.351Z] + snapcraftctl stage [2021-05-10T08:54:03.740Z] Staging config-common [2021-05-10T08:54:03.740Z] + snapcraftctl stage [2021-05-10T08:54:04.685Z] Staging edgex-go [2021-05-10T08:54:04.685Z] + snapcraftctl stage [2021-05-10T08:54:06.081Z] Staging static-packages [2021-05-10T08:54:06.081Z] + snapcraftctl stage [2021-05-10T08:54:07.481Z] Staging version [2021-05-10T08:54:07.481Z] + snapcraftctl stage [2021-05-10T08:54:08.882Z] Priming go-build-helper [2021-05-10T08:54:08.882Z] + snapcraftctl prime [2021-05-10T08:54:10.274Z] Priming app-service-config [2021-05-10T08:54:10.274Z] + snapcraftctl prime [2021-05-10T08:54:11.683Z] Priming config-common [2021-05-10T08:54:11.683Z] + snapcraftctl prime [2021-05-10T08:54:13.070Z] Priming edgex-go [2021-05-10T08:54:13.070Z] + snapcraftctl prime [2021-05-10T08:54:14.465Z] Priming static-packages [2021-05-10T08:54:14.465Z] + snapcraftctl prime [2021-05-10T08:54:17.770Z] Priming version [2021-05-10T08:54:17.770Z] + snapcraftctl prime [2021-05-10T08:54:18.340Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-10T08:55:27.299Z] lf-activate-venv(): INFO: Adding /tmp/venv-1HAu/bin to PATH [2021-05-10T08:55:27.299Z] INFO: No Stack... [2021-05-10T08:55:27.299Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-10T08:55:27.299Z] INFO: Archiving Costs [Pipeline] sh [2021-05-10T08:55:27.633Z] + cat /w/workspace/edgex-go/116/archives/cost.csv [2021-05-10T08:55:27.633Z] + cut -d, -f6 [Pipeline] lock [2021-05-10T08:55:27.744Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-2858-116-stack-cost] [2021-05-10T08:55:27.767Z] Resource [jenkins-edgexfoundry-edgex-go-PR-2858-116-stack-cost] did not exist. Created. [2021-05-10T08:55:27.768Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-2858-116-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-10T08:55:28.132Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-10T08:55:28.427Z] Stashed 1 file(s) [Pipeline] } [2021-05-10T08:55:28.445Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-2858-116-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-05-10T08:55:29.045Z] provisioning config files... [2021-05-10T08:55:29.059Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/116@tmp/config9056281109312348849tmp [Pipeline] { [Pipeline] sh [2021-05-10T08:55:29.394Z] + set +x [2021-05-10T08:55:29.394Z] + curl -s https://codecov.io/bash [2021-05-10T08:55:29.394Z] + bash -s -- [2021-05-10T08:55:29.983Z] [2021-05-10T08:55:29.983Z] _____ _ [2021-05-10T08:55:29.983Z] / ____| | | [2021-05-10T08:55:29.983Z] | | ___ __| | ___ ___ _____ __ [2021-05-10T08:55:29.983Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-10T08:55:29.983Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-10T08:55:29.983Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-10T08:55:29.983Z] Bash-1.0.2 [2021-05-10T08:55:29.983Z] [2021-05-10T08:55:29.983Z] [2021-05-10T08:55:29.983Z] ==> git version 2.24.3 found [2021-05-10T08:55:29.983Z] ==> 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-05-10T08:55:29.983Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-10T08:55:29.983Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-10T08:55:29.983Z] ==> Jenkins CI detected. [2021-05-10T08:55:29.983Z] project root: . [2021-05-10T08:55:29.983Z] --> token set from env [2021-05-10T08:55:29.983Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-10T08:55:29.983Z] ==> Running gcov in . (disable via -X gcov) [2021-05-10T08:55:29.983Z] ==> Python coveragepy not found [2021-05-10T08:55:29.983Z] ==> Searching for coverage reports in: [2021-05-10T08:55:29.983Z] + . [2021-05-10T08:55:29.983Z] -> Found 1 reports [2021-05-10T08:55:29.983Z] ==> Detecting git/mercurial file structure [2021-05-10T08:55:30.248Z] ==> Reading reports [2021-05-10T08:55:30.248Z] + ./coverage.out bytes=706092 [2021-05-10T08:55:30.248Z] ==> Appending adjustments [2021-05-10T08:55:30.248Z] https://docs.codecov.io/docs/fixing-reports [2021-05-10T08:55:34.479Z] + Found adjustments [2021-05-10T08:55:34.480Z] ==> Gzipping contents [2021-05-10T08:55:34.744Z] 100K /tmp/codecov.FuDgdi.gz [2021-05-10T08:55:34.744Z] ==> Uploading reports [2021-05-10T08:55:34.744Z] url: https://codecov.io [2021-05-10T08:55:34.744Z] query: branch=PR-2858&commit=d4be9c6bde0dacdec4def8518740235f8b59addc&build=116&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2858%2F116%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2858&job=&cmd_args= [2021-05-10T08:55:34.744Z] -> Pinging Codecov [2021-05-10T08:55:34.744Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-2858&commit=d4be9c6bde0dacdec4def8518740235f8b59addc&build=116&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2858%2F116%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2858&job=&cmd_args= [2021-05-10T08:55:35.324Z] -> Uploading to [2021-05-10T08:55:35.324Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-10/00271124DB129430A58F1EEE437C3FCB/d4be9c6bde0dacdec4def8518740235f8b59addc/21892bdc-6f4b-4ce4-a227-b9b253261f03.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210510%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210510T085535Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=997fec10993ec2feabd7c6fbb687ec46cfd37ff94215b3333f1e6c73bc7e28f7 [2021-05-10T08:55:35.324Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-10T08:55:35.324Z] Dload Upload Total Spent Left Speed [2021-05-10T08:55:35.907Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 142k --:--:-- --:--:-- --:--:-- 142k 100 98k 0 0 100 98k 0 142k --:--:-- --:--:-- --:--:-- 142k [2021-05-10T08:55:35.907Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/d4be9c6bde0dacdec4def8518740235f8b59addc [Pipeline] } [2021-05-10T08:55:35.917Z] 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-05-10T08:55:36.745Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T08:55:37.646Z] ---> package-listing.sh [2021-05-10T08:55:37.646Z] ++ facter osfamily [2021-05-10T08:55:37.646Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-10T08:55:37.646Z] + OS_FAMILY=redhat [2021-05-10T08:55:37.646Z] + workspace=/w/workspace/edgex-go/116 [2021-05-10T08:55:37.646Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-10T08:55:37.646Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-10T08:55:37.646Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-10T08:55:37.646Z] + PACKAGES=/tmp/packages_start.txt [2021-05-10T08:55:37.646Z] + '[' /w/workspace/edgex-go/116 ']' [2021-05-10T08:55:37.647Z] + PACKAGES=/tmp/packages_end.txt [2021-05-10T08:55:37.647Z] + case "${OS_FAMILY}" in [2021-05-10T08:55:37.647Z] + rpm -qa [2021-05-10T08:55:37.647Z] + sort [2021-05-10T08:55:42.977Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-10T08:55:42.977Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-10T08:55:42.977Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-10T08:55:42.977Z] + '[' /w/workspace/edgex-go/116 ']' [2021-05-10T08:55:42.977Z] + mkdir -p /w/workspace/edgex-go/116/archives/ [2021-05-10T08:55:42.977Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/116/archives/ [Pipeline] echo [2021-05-10T08:55:43.003Z] 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/116/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-10T08:55:43.318Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-10T08:55:43.626Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T08:55:43.626Z] [2021-05-10T08:55:43.626Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-10T08:55:43.949Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T08:55:43.949Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-10T08:55:43.949Z] df20fa9351a1: Pulling fs layer [2021-05-10T08:55:43.949Z] 36b3adc4ff6f: Pulling fs layer [2021-05-10T08:55:43.949Z] 8ad3a11d3b57: Pulling fs layer [2021-05-10T08:55:43.949Z] 46f8f816bc3b: Pulling fs layer [2021-05-10T08:55:43.949Z] 93b61091891f: Pulling fs layer [2021-05-10T08:55:43.949Z] 93b9cdb0e59b: Pulling fs layer [2021-05-10T08:55:43.949Z] 5e14af77c1be: Pulling fs layer [2021-05-10T08:55:43.949Z] 01666e4c0597: Pulling fs layer [2021-05-10T08:55:43.949Z] aa168da1d23b: Pulling fs layer [2021-05-10T08:55:43.949Z] 93b9cdb0e59b: Waiting [2021-05-10T08:55:43.949Z] 5e14af77c1be: Waiting [2021-05-10T08:55:43.949Z] 01666e4c0597: Waiting [2021-05-10T08:55:43.949Z] aa168da1d23b: Waiting [2021-05-10T08:55:43.949Z] 46f8f816bc3b: Waiting [2021-05-10T08:55:43.949Z] 93b61091891f: Waiting [2021-05-10T08:55:43.949Z] 36b3adc4ff6f: Verifying Checksum [2021-05-10T08:55:43.949Z] 36b3adc4ff6f: Download complete [2021-05-10T08:55:43.949Z] 46f8f816bc3b: Verifying Checksum [2021-05-10T08:55:43.949Z] 46f8f816bc3b: Download complete [2021-05-10T08:55:44.213Z] df20fa9351a1: Verifying Checksum [2021-05-10T08:55:44.213Z] df20fa9351a1: Download complete [2021-05-10T08:55:44.213Z] 93b9cdb0e59b: Verifying Checksum [2021-05-10T08:55:44.213Z] 93b9cdb0e59b: Download complete [2021-05-10T08:55:44.213Z] 93b61091891f: Verifying Checksum [2021-05-10T08:55:44.213Z] 93b61091891f: Download complete [2021-05-10T08:55:44.213Z] 5e14af77c1be: Verifying Checksum [2021-05-10T08:55:44.213Z] 5e14af77c1be: Download complete [2021-05-10T08:55:44.213Z] 01666e4c0597: Verifying Checksum [2021-05-10T08:55:44.213Z] 01666e4c0597: Download complete [2021-05-10T08:55:44.475Z] 8ad3a11d3b57: Verifying Checksum [2021-05-10T08:55:44.475Z] 8ad3a11d3b57: Download complete [2021-05-10T08:55:44.742Z] df20fa9351a1: Pull complete [2021-05-10T08:55:45.013Z] 36b3adc4ff6f: Pull complete [2021-05-10T08:55:45.982Z] 8ad3a11d3b57: Pull complete [2021-05-10T08:55:45.982Z] 46f8f816bc3b: Pull complete [2021-05-10T08:55:46.946Z] aa168da1d23b: Verifying Checksum [2021-05-10T08:55:46.946Z] aa168da1d23b: Download complete [2021-05-10T08:55:48.873Z] 93b61091891f: Pull complete [2021-05-10T08:55:48.873Z] 93b9cdb0e59b: Pull complete [2021-05-10T08:55:49.142Z] 5e14af77c1be: Pull complete [2021-05-10T08:55:49.409Z] 01666e4c0597: Pull complete [2021-05-10T08:55:59.563Z] aa168da1d23b: Pull complete [2021-05-10T08:55:59.563Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-10T08:55:59.563Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T08:55:59.563Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-10T08:55:59.797Z] prd-centos7-docker-4c-2g-4045 does not seem to be running inside a container [2021-05-10T08:55:59.850Z] $ 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/116/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/116 -v /w/workspace/edgex-go/116:/w/workspace/edgex-go/116:rw,z -v /w/workspace/edgex-go/116@tmp:/w/workspace/edgex-go/116@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-05-10T08:56:07.805Z] $ docker top 34324451c6f38ab9b14b803a8dc62a135bf9f3090a8af8094186cb303f7edc5c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T08:56:08.349Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-10T08:56:08.651Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-10T08:56:08.953Z] + ls /var/log/sa-host [2021-05-10T08:56:08.953Z] + sadf -c /var/log/sa-host/sa10 [2021-05-10T08:56:08.953Z] file_magic: OK [2021-05-10T08:56:08.953Z] HZ: Using current value: 100 [2021-05-10T08:56:08.953Z] file_header: OK [2021-05-10T08:56:08.953Z] 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-05-10T08:56:08.953Z] Statistics: [2021-05-10T08:56:08.953Z] 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...Hnuu...uuuununununu... [2021-05-10T08:56:08.953Z] File successfully converted to sysstat format version 12.2.1 [2021-05-10T08:56:08.953Z] + sadf -c /var/log/sa-host/sa23 [2021-05-10T08:56:08.953Z] file_magic: OK [2021-05-10T08:56:08.953Z] HZ: Using current value: 100 [2021-05-10T08:56:08.953Z] file_header: OK [2021-05-10T08:56:08.953Z] 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-05-10T08:56:08.953Z] Statistics: [2021-05-10T08:56:08.953Z] Hnuu...uuuununununu... [2021-05-10T08:56:08.953Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-10T08:56:09.122Z] provisioning config files... [2021-05-10T08:56:09.137Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/116@tmp/config4602613632241224770tmp [Pipeline] { [Pipeline] echo [2021-05-10T08:56:09.161Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T08:56:09.488Z] ---> create-netrc.sh [Pipeline] } [2021-05-10T08:56:09.533Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-10T08:56:09.573Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T08:56:09.994Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-10T08:56:10.013Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T08:56:10.396Z] ---> sudo-logs.sh [2021-05-10T08:56:10.396Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-10T08:56:10.427Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T08:56:10.729Z] ---> job-cost.sh [2021-05-10T08:56:10.729Z] lf-activate-venv: SKIPPING [2021-05-10T08:56:10.729Z] DEBUG: total: 0.20999999344348907 [2021-05-10T08:56:10.729Z] INFO: Retrieving Stack Cost... [2021-05-10T08:56:11.703Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-10T08:56:12.278Z] INFO: Archiving Costs [Pipeline] echo [2021-05-10T08:56:12.294Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T08:56:12.604Z] ---> logs-deploy.sh [2021-05-10T08:56:12.604Z] lf-activate-venv: SKIPPING [2021-05-10T08:56:12.604Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/116 [2021-05-10T08:56:12.604Z] INFO: archiving workspace using pattern(s): [2021-05-10T08:56:14.524Z] Archives upload complete. [2021-05-10T08:56:14.524Z] INFO: archiving logs to Nexus